When was the last time you had to create a zip file? Personally, I have to interact with those types of files all the time (either receiving or sending them to various clients, family, and friends).
The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
Panic mode activated – you’re sending an important folder of pictures via email but the files are too large to send. Or maybe it’s your computer storage that’s the issue, but you just can’t seem to ...
Get to know the Linux hosts file and how to use it Your email has been sent If you're new to Linux, there's a very handy file you'll want to learn about right away ...
Community driven content discussing all aspects of software development from DevOps to design patterns. If you want to create a script and run it in Ubuntu, a few extra steps are involved. First, ...
Linux is a multi-user environment, which means more than one user can use the system at one time. Granted, that mostly takes the form of console access (via SSH), because you can't easily have two ...
Knowing how to rename files in Linux is a handy skill that allows you to give your files more meaningful names or organize them better. There's no point owning one of the best computers if you don't ...
In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem. Sometimes we misplace a file or directory and we can spend ...