How To: create filesystem with mkfs
The mkfs command available in UNIX and Linux operating systems is used to create file systems on various storage devices or partitions.
The mkfs command available in UNIX and Linux operating systems is used to create file systems on various storage devices or partitions.
SSH, or Secure SHell, allows the user of one computer on the network to connect to and use the shell of another over a …
In UNIX and Linux operating systems everything resides in a tree like structure rooted at /, the root directory. This …
Every process in UNIX runs with a particular priority assigned to it, which determines how much processing time should …
When you want to save yourself from typing an unwieldy command over and over again you can create and use an alias for …
While IP forwarding in Linux is disabled by default, as most people don’t need it, there may be various reasons …
An extremely popular and extremely powerful VLC Media Player by VideoLAN is known for its ability to play just about any …

Secure Shell (SSH) allows secure communication between networked computers for such purposes as logging in to a remote …
Ubuntu Linux Ubuntu uses APT (Advanced Package Tool) for installing, removing and managing software on the system, and …
I've just read a really useful book on iptables: Linux iptables Pocket Reference. It’s a great reference book …