Read more how-tos Ubuntu How to Install Nvidia Optimus Driver on Ubuntu Nvidia Optimus simplifies the seamless switching between two GPUs on a computer system. This hybrid GPU switching technology optimizes performance w..
Read more Scripting How to Run sh Script From Terminal? A sh script in Linux refers to a shell script written in the Bourne shell language (sh), one of Unix-like systems’ most commonly used shell scriptin..
Read more Commands How Do I Diff the Output of Two Commands? In Linux, comparing the outputs of two commands is crucial for ensuring the accuracy and consistency of data and processes. By comparing outputs, on..
Read more how-tos linux How Do I Detach a Screen Session From a Terminal? A screen session in Linux refers to a virtual terminal that allows users to run multiple terminal sessions within a single window. It allows creatin..
Read more Commands How to Use the du Command to Show Disk Usage One Level Only Managing the available disk space is a common task for computers. While you may be used to getting the info visually on Windows, you can use the du ..
Read more how-tos linux How to Set up MariaDB Docker Deployment MariaDB is an open-source relational database. It is utilized by many websites, like Wikipedia and DBS Bank. MariaDB can run on Docker, a framework ..
Read more Debian how-tos How to Remove and Uninstall Samba from Debian 11 Samba is free software that permits users to share files and printers across different operating systems. But, if users wish to free up disk space o..
Read more how-tos Ubuntu How to Hide a File or Folder in Ubuntu 22.04 Privacy is a top priority for every system user, and it is important to keep personal files and folders hidden from the view of other users. If you ..
Read more how-tos Scripting How to Redirect stderr using tee The tee command in Linux is a powerful utility that allows users to read input from standard input and write it to both standard output and one or m..