In Linux systems based on Debian, the commands apt and apt-get are used to install and uninstall packages – programs, as well as to update the system. Although packages – programs can be installed and removed almost identically with these commands: sudo apt install program_namesudo apt-get install program_name or sudo […]
NextDNS
NextDNS is a DNS service that protects you from all kinds of security threats and also blocks ads and trackers on websites. It’s recommended for security and privacy. There is a free plan or a paid one. The installation is easy.You should register on the website:https://nextdns.io/ In the user panel […]
Checking for Errors in Linux Systems
You can check for errors in your Linux system using the dmesg command. The dmesg command provides a convenient way to examine the kernel ring buffer, which stores messages generated by the kernel during the boot process and while the system is running. To display errors, use the -l (level) […]
Mullvad Browser and VPN
In today’s post, I want to write about a very interesting VPN provider: Mullvad VPN. This company offers VPN services and also has the Mullvad Browser. Mullvad VPN has an interesting feature of quantum security for the WireGuard protocol, as well as an obfuscation option. On the other hand, Mullvad […]
A Firewall in Linux Systems
A firewall prevent unauthorized access to your computer. It’s a crucial part of security in your operating system. For Debian-compatible distributions like Ubuntu, if you want to use a graphical interface, the easiest way is to install the gufw program:sudo apt-get updatesudo apt-get install gufw Once installed, you can run […]
AppArmor Security Module
In Debian-based distributions such as MX Linux, Ubuntu, or Linux Mint, as well as in other distributions, it is advisable to enable AppArmor. AppArmor is an additional security module for the Linux system. However, RPM-based systems have the SELinux module with similar functions. To enable AppArmor, you should install it […]
Recommended Linux Distributions April 2024
Linux distributions that I can recommend in April 2024 are: QubesOS,Fedora Silverblue,Alma Linux,Slackware,MX Linux / also Ubuntu and Linux Mint /,NixOS. There are many Linux distributions, surely there are many other good ones. However, the ones mentioned above have worked well for me so far. More distributions can be found […]
Disable ICMP Echo (PING) in Linux
You can use this advice in many different distributions of Linux. When using a computer with Linux, in addition to various tips included in my publication and on this blog, it is worth considering disabling ICMP echo, which is the response to PING queries. ICMP (Internet Control Message Protocol) is […]
Tip for Flatpak Users
Many of you probably use Flatpak. It’s often a useful and very good solution. Most of you are probably aware of the need to update the system. However, many people do not know or do not remember that Flatpaks also need updating. In most Linux distributions, they are not updated […]
Nmap Tool and Services Running on a Linux System
There are services running on every Linux system.Some of these services are necessary and perform essential tasks. However, after installing a Linux system, or at any other time, you should disable unnecessary services that may be listening and have open ports.You can use the Nmap tool to gather information about […]