Useful tips for everyday
What is ACPI off Ubuntu install? Active Oldest Votes. 13. Using acpi = off disables your Advanced Configuration and Power Interface off temporarily while booting…
How run awk on Linux? Line #1: Start the awk command by a regular user kent and set the required variables such as FS and…
How do you delete a file in bash script? Delete a File ( rm ) To delete a specific file, you can use the command…
How do I tar a directory content? Execute the following to create a single .tar file containing all of the contents of the specified directory:…
How to know pg_ restore version? You can check the pg_restore version you’re using by running pg_restore –version. If you are using a third-party tool,…
How to use grep to exclude lines? To exclude particular words or lines, use the –invert-match option. Use grep -v as a shorter alternative. Exclude…
Why do I get integer expression expected error in Bash? This will result in a script error : integer expression expected because $a contains a…
How can I chroot SFTP-only SSH users into their homes? When accessing using sshfs with the netdrive user because of chroot configuration I would only…
How to use the mail command in Linux? The basic functionality of the mail command in unix or linux system is to send an email…
How do I find the current font in terminal? 6 Answers To get current font setting run following command: gsettings get org.gnome.desktop.interface monospace-font-name. To set/change…