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: ubuntu
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…
In this article I will explain how to install PostgresSQL 11 on Ubuntu 16.04 LTS Server. Following is step by step tutorial to setup PostgresSQL 11 on Ubuntu 16.04 LTS Server. PostgresSQL 11 Installation Prerequisites Before initiating the installation process of…