Category: Ubuntu
The Network Time Protocol (NTP) can be installed via: sudo apt install ntp The configuration for the NTP server (time synchronization) is located at: /etc/ntp.conf. In Network Time Protocol …
This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ …
If you can ping an IP but you can’t ping a domain name e.g. the “apt update” doesn’t work, most likely, this is due to inaccessible DNS settings. You …
In Linux, we have service process controller which can be used to start, stop and restart a particular registered service. For example: $ sudo service mysql stop $ sudo …
Linux is an open-source free project, which involves many excellent developers from all over the world. They contribute to this excellent operation system. They are creative and make this …