today's howtos
-
How to check if file exists in bash
In this tutorial, you will learn how to check if a file exists on your system in a bash function.
We are going to write a simple function in bash that will check if a file exists, and then display a message, if the file exists or not.
-
How to find out how much disk space is left using the terminal?
Hello, friends. Many times we have to ask ourselves how much disk space is left. Well, although a silly question, we can answer it using the terminal, so it becomes essential for many sysadmins.
-
How to install xfce on Ubuntu 23.04
In this tutorial, you will learn how to install xfce on Ubuntu 23.04. Xfce is a very lightweight desktop environment that you can use on any low end computer or server.
Because of its 'lightweightness' xfce is a great choice when it comes to choosing a desktop
-
How to Install Alpine Linux and Set up a Desktop Environment
Ready for a lightweight and customizable Linux experience? Dive into our guide on installing Alpine Linux and setting up a desktop environment.
-
How to redirect www to non www traffic on Cloudflare
In this tutorial you will learn how to redirect www traffic to non www with Cloudflare page rules. By using this method you can redirect www traffic to non www traffic without changing anything on your web server.
-
How to Setup Live Server on Visual Studio Code [Ed: Microsoft proprietary spyware (Visual Studio Code) is the wrong tool to work with. Try KATE instead.]
In this tutorial you will learn how to create a local server on your computer to view HTML changes in real time, just like you would see if you uploaded the HTML file on a normal server. If you are into web development and work with HTML, CSS and Javascript
-
How to Install Microsoft Edge on Pop!_OS [Ed: This is Microsoft malware that steals all the passwords of users without their consent. It seems inane to help GNU/Linux user install such malware.]
Microsoft Edge is a dynamic, innovative, and efficient web browser that is continually evolving. Initially released for Windows, Edge is now available on a wide range of platforms, including Linux.
-
Creating a bootable Windows 10/11 USB on Linux
Whether you're setting up a dual-boot system or installing Windows on another machine, you might find yourself needing to create a bootable Windows USB stick using your Linux system. Though it might sound complex, the process is straightforward if you have the right tools and guidance.
-
How to Enable/Re-enable ‘Tab’ Key Auto-Completion in Ubuntu 22.04
This feature is quite useful and available out-of-the-box for every user with home directory.