Linux Open .CBR (Comic Book Archive) File

To open .cbr files on Linux, you can use a variety of comic book reader applications such as: MComix: A user-friendly comic book reader that supports CBR, CBZ, and PDF files. QComicBook: A lightweight comic book reader that supports CBR, CBZ, and PDF files. Comix: A feature-rich comic book reader that supports CBR, CBZ, and … Read more

Change the Password in UNIX Command

To change the password in UNIX, you can use the passwd command in a terminal window. To change your own password, simply type passwd and press Enter. You will be prompted to enter your current password, followed by your new password and a confirmation of your new password. For example: $ passwd Changing password for … Read more

CentOS / RHEL Linux: Remove GDM

To remove the GDM (GNOME Display Manager) graphical login screen on CentOS or Red Hat Enterprise Linux, you need to uninstall the gdm package using the yum package manager. First, use the following command to check if GDM is installed: yum list installed | grep gdm If the package is installed, you can remove it … Read more

OpenSSH Hide Version Number From Clients

The OpenSSH server can be configured to hide its version number from clients, making it more difficult for attackers to target known vulnerabilities in specific versions of the software. This can be done by editing the OpenSSH server configuration file, usually located at /etc/ssh/sshd_config. To hide the version number, add the following line to the … Read more