Test 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