Category Archives: Linux

SSHDroid: Sharing files between android and Linux

By | August 9, 2016

It is not difficult, as always portrayed, to share files between Linux and android devices. Apps like SSHDroid (a Secure SHell client) can share files with a Linux system/PC with ease. I’ll show you. Many people still believe that the only way to transfer files between a PC and your android device is through the… Read More »

The Linux File System – Part 3: A forbidden tree? No!

By | August 6, 2016

I like the way Linux commands are designed to give you an idea of their function. The normal everyday tree around us is that living green wooden structure with green leaves on branches and most times with fruits. All these functional parts (leaves, braches, roots, etc) are arranged in such a manner to produce a… Read More »

Mounting an external USB Flash/Thumb /Hard Drive

By | August 3, 2016

When you plug a USB thumb drive into a modern Linux system it is automatically mounted onto the disk (file system) and appears on the desktop depending on the distribution (distro) you’re using. But there might be some situations that prevents a an external file system (like in an external thumb drive or hard disk)… Read More »

THE LINUX FILE SYSTEM – Part 2: File and Directory Manipulation

By | August 3, 2016

In our previous introductory post we emphasized the important roles files play in course of using a Linux system. In this post we would be dealing with the different stuffs we could do with files and directory on our system. Emphasis would be laid on the command-line aspect here because the nautilus file explorer is… Read More »