Updated by Administrator | Oct 24, 2014 | Linux
In previous post Create SSH Secure Communication Channel with Putty I wrote about how to secure communication between Linux and Windows machine with SSH. Now in this post I am going to show you how to control Linux (Ubuntu, Debian or any other distribution) Desktop...
Updated by Administrator | Oct 14, 2014 | Linux
Imagine you are connected to public wireless network and want to check some admin panel that does not support HTTPS. Then you are in trouble and you need some simple trick to do the job. In this case you can create SSH tunnel to remote host and traffic to this host...
Updated by Administrator | Sep 24, 2014 | Linux
There are a lot of backup solution and options available, but most of them are for business and professional usage. If you need free and simple solution that works on any Linux distribution then consider reading this article. As you know DropBox offers 2 GB of free...
Posted by Administrator | Sep 19, 2014 | How To Install
PhpMyAdmin is a free tool written in PHP developed for giving users the ability to interact with their MySQL databases. It can perform various tasks for administering MySQL such as creating, editing or deleting databases, tables, fields or rows. Also executing SQL...
Posted by Administrator | Sep 17, 2014 | Linux
The Apache Server, is a web server that comes with every Linux distribution and of course with Ubuntu. Also in most cases Apache is automatically setup during installation procedure. And after that it starts automatically on boot time or reboot of Ubuntu. In some...