Writing multiple commands together is known as Command Chaining, in this article I will show you different methods to combine multiple commands on terminal / shell. Using Semicolon (;) If you combine multiple commands using…
Tag: linux
In this article I will explain how you can change ubuntu host name temporarily and permanently. Set the system’s host name Run following command from terminal to change system’s host name. Replace HOST_NAME with a name…
Samba file server is implementation of SMB (Server Message Block) networking protocol. Samba file server allows you to share your files with users running Windows and macOS. This step by step tutorial will help you install and configure Samba on Ubuntu OS. Install Samba Update…