The State of Linux Gaming
SteamOS 3.0 may NEVER get a widespread release. However, what valve is doing and what others in the space are doing are more important.
read moreSteamOS 3.0 may NEVER get a widespread release. However, what valve is doing and what others in the space are doing are more important.
read moreUsing WSL is great for a lot of things, but often I find it limiting or quirky bugs that don’t happen on HyperV.
read moreSystemd is great for standardization, but it is insanely bloated. Boot times average around 20 seconds when removing it and using a minimal init system will result in a boot time of only a few seconds. This is a guide on switching to OpenRC.
read moreHere are the steps and pros/cons of using a Home Theater PC (HTPC) for your home entertainment system.
read moreThere is a video called Don’t Contribute to Open Source by Theo t3 and most people don’t understand its purpose or didn’t watch the entire video.
read moreHere are my biggest problems with Linux Desktop and How I fixed them.
read moreThe .bashrc
file is a script that runs every time a new terminal session is started in Unix-like operating systems. It is used to configure the shell session, set up aliases, define functions, and more, making the terminal easier to use and more powerful. Below is a summary of the key sections and functionalities defined in the provided .bashrc
file.
Linux Atomic Desktops, a concept derived from Fedora’s Project Atomic, are designed to provide a more reliable and manageable desktop environment. This initiative extends the principles of atomic updates to Fedora Workstation, aiming to enhance the stability and consistency of the Linux desktop experience.
read moreZoxide is an enhanced version of the traditional cd
command, drawing inspiration from tools like z
and autojump
. It’s designed to make navigating your filesystem faster and more intuitive by learning your habits. The more you use it, the smarter it gets, allowing you to “jump” to your most frequently used directories with minimal input.