Exclude folder from htaccess rewrites
UbuntuWhen you are running a CMS, or for example a Blog you might also have SEO url’s enabled through .htaccess rewrites. A common problem with these rewrites can be that you are no longer able to...
View Articlehow to upgrade PHP 5.1 To 5.2 centos
twitter hackThis guide describes how to upgrade the standard PHP 5.1.x packages in CentOS 5.x 32-bit to the current development versions 5.2.x. These instructions were created using CentOS 5.3 32-bit...
View ArticleHow do I test PHP SMTP functionality?
applicationYou can test PHP SMTP functions with the following two examples. The first one is standard SMTP while the second one is SMTP with SSL. Sending with PHP SMTP You will only need to change the...
View ArticleWays to Add JavaScript to WordPress Posts or Pages
LinuxYou might have modified your WordPress theme to add a JavaScript code but there are times when you may want to add JavaScript to a specific post or page. So, In this post I will explain you how to...
View ArticleTest if local SMTP server is running
free toolsTo test if a local SMTP server is running, you can try to ping the port 25 $ echo -e “quit” | nc localhost 25 $ echo -e “quit” | nc localhost 25 Related PostsHow do I test PHP SMTP...
View ArticleHow to Send email direct from linux terminal
LiveTo send an email from console you need to use mail command, which is an intelligent mail processing system which has a command syntax reminiscent of ed with lines replaced by messages. To send an...
View ArticleHow to Send email direct from ubuntu linux terminal
friendster hackI needed to send email from the command line, and as my previous post here. now we are going to use the gnu mailutils package on our ubuntu machine so first off let’s install the...
View ArticleHow to Reopen Closed Tabs on Google Chrome
applicationhave you ever accidentally closed your tab while working/surfing the internet? this can be very frustrating, lucky you chrome allow us to restore recently closed tabs in a shortcut key....
View ArticleUsing TOR in Filezilla
bestif you follow the guide here on how to install TOR you may want to use this on your filezilla you may use this configuration.. Go to Edit and Click SETTINGS Click Generoc Proxy Tick SOCKS 5 then...
View ArticleHow to Reset Your WordPress Password From the Database
informationFrom time to time you may encounter an unusual situation wherein you need to reset your WordPress password but you no longer have access to the email address associated with your account....
View ArticleTruth about Videocards/GPUs
supportEx. AMD Radeon HD 6770 / Nvidia GeForce GTX 780 The first digit is the generation (2nd Important) The second digit is the performance indicator (Very Important) The third digit is a refined...
View ArticleSSH keys for Password-less Logins
You run the first command once to set up your public/private key pair and then you run the second command once for each host you want to connect to. now you have a password less login but still you...
View ArticlemySQL ERROR 2002
ERROR: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) solution: You need to install the server package: After installation, you have to start the...
View ArticleRemove passphrase (password) from private RSA key
Remove passphrase and enter your old passphrase Replace key Backup and replace your private ssh key Set key permissions Related PostsSSH keys for Password-less LoginsSync Clock Via NTPHow to Reset Your...
View Article