From all the compression methods available, Zip is probably one of the most popular ones. Released in 1989 by Philip Katz, Zip is widely used by system administrators in order…
January 2020
-
-
On Linux, it can be quite hard to manage storage and filesystems and it often needs a lot of different commands to move data. Traditional storage is usually made of…
-
If you are familiar with Git, you are probably creating a lot of commits everyday for your projects. If you followed our previous articles on writing Git commit messages, you…
-
Whether you are an experienced system administrator or just a regular user, you have probably already mounted drives on Linux. Drives can be local to your machine or they can…
-
-
-
As a developer, you are probably using Git as a version control system for your projects. When you are done with your modifications, you probably want to add your files…
-
As a network administrator, you are probably managing various Linux machines over different subnets of your company infrastructure. As network topology changes, you may need to change the IP address…
-
AdvancedLinux System Administration
Network File System (NFS) Administration on Linux
by schknby schknNetwork File Systems, also shortened NFS, are file systems that can be accessed over the network. Compared to filesystems that may be local to your machine, network file systems are…
-
When working on Linux operating systems, knowing how to get your IP address is essential. Getting your IP address is often the first step of most network troubleshooting processes. If…