Tag Archives: files

How to Create Files And Directories With Passwords in Linux [VIDEO]

By | September 29, 2020

Security and preventing unauthorised persons from getting access to files and information has been a long-standing fundamental principle in the world of Linux. Computer theft is a thriving phenomenon (and business) in the world we live in today. So thinking about how to protect your files is a must. So if you have any sensitive… Read More »

How to Password-Encrypt Compressed Directories on Linux.

By | April 19, 2017

Password compression of files is a very important file operation that is usually done for very legitimate reasons like file size reduction (especially when considering memory space) and encryption for security reasons. Since security is very important to computer use, it would be very advisable to password-protect folders (or directories) and files containing personal information… Read More »

5 Ways to Backup Files on Your Computer

By | November 16, 2016

To Backup is not a strange phrase in computer-users circles, it simply means keeping files somewhere outside your computer system – either for security or safety reasons. And you must be able to retrieve such files when necessary. In a previous post, we advised to always back up as an insurance against loss or crash… Read More »

Backing Up Your Files And Some Things To Think About

By | November 6, 2016

After using your PC for some time no doubt you would have accumulated some useful files. These files could be cherished family/personal photographs, music, videos, document, and some times applications. It as necessary for any computer user to have a back up strategy – a way of saving files outside the machines. This is because… 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 »

HOW TO COMPRESS AND DECOMPRESS FILES IN LINUX: tar

By | July 20, 2016

The next tool in line of compression tools is the tape archiver (tar). Though the command somewhat has some complex (though capable) set of command line options and syntax, like we have been doing with others we’ve talked about (gzip and bzip) you can quickly learn to use tar by remembering a few simple invocations… Read More »