Enable WordPress SSH access

Wordpress Ssh Access

SSH2 (SFTP) connections are much more secure than the regular FTP connection that WordPress supports. In this post, I will explain how to enable WordPress SSH access on a self-hosted blog running on Linux operating system. WordPress also supports FTPS, which is different from SFTP and more secure than regular … read more

Stop cron email notifications

Crontab | Smarthomebeginner

I recently setup my first cron activity to run daily. But I started getting output of the execution. This although at the beginning reassured me that everything fine has become an annoyance recently since I know its working well. So this is what I did to stop cron email notifications. … read more

Commandline IP address lookup in Linux

Commandline Ip Address Lookup

Commandline IP address lookup is very simple in Linux. I wrote a small script to do this for me. This is what I did: Enter the following lines into the script: Made the script executable by the user: Commandline IP Address Lookup Run the script: And the output looks like … read more

Install deluge torrent with webui on Ubuntu

Deluge Torrent Client

UPDATE: For an updated and expanded HOW-TO (works on Ubuntu 12.04 (Precise Pangolin) and Ubuntu 11.XX), please proceed to this post. When it comes to bittorrent for linux Deluge BitTorrent has been my favorite torrent client all along. Yes there may be others that work equally well or better (example: … read more