
Linux graphics driver setup
Prerequesites First, enable multilib (32-Bit). It is very important to run games through Proton (Steam) and other WINE-related applications like Lutris, Bottles and Heroic Game Launcher. To enable ...

Prerequesites First, enable multilib (32-Bit). It is very important to run games through Proton (Steam) and other WINE-related applications like Lutris, Bottles and Heroic Game Launcher. To enable ...

The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters t...

Batocera.linux is an open-source and completely free retro-gaming distribution that can be copied to a USB stick or an SD card with the aim of turning any computer/nano computer into a gaming conso...

The Arch User Repository (AUR) is a community-driven repository for Arch Linux users. The AUR was created to organize and share new packages from the community and to help expedite popular packages...

Iptables is the main packet filtering and firewalling tool in the Linux world. It’s developed by a company named NetFilter. So iptables becomes deprecated over the time and nftables is the new impl...

In this post I describe simple network configuration steps of Linux servers and some commands for troubleshooting and testing. Get network adapters ip -c a Output should look like: 1: lo: <LOO...

The Domain Name System (DNS) is a hierarchical and distributed name service that provides a naming system for computers, services, and other resources on the Internet or other Internet Protocol (IP...

Here you will find an SSH configuring and hardening guide. Installation apt install openssh-server openssh-client Usage Server: systemctl enable sshd.service systemctl ( start | stop | restart )...