Squid Proxy Hide System’s Real IP Address

When acting as a proxy, Squid by default adds a header named “X-Forwarded-For” to each request. This header contains the IP address of the client that made the request. However, it’s possible to hide the system’s real IP address by configuring Squid to remove this header. Here’s how to do it: Open the Squid configuration … Read more

What is Linux?

Linux is an open-source, Unix-like operating system based on the Linux kernel. It was first developed by Linus Torvalds in 1991 and has since become one of the most widely used operating systems in the world. Linux is known for its stability, security, and flexibility, and it is used in a variety of applications, from … Read more

Kubuntu Desktops Upgrade From 8.10 to 9.04

Kubuntu 8.10 (Intrepid Ibex) and Kubuntu 9.04 (Jaunty Jackalope) are both no longer supported versions. However, for upgrading from one version to another, it is recommended to upgrade through each intermediate version. In this case, to upgrade from Kubuntu 8.10 to 9.04, you should follow the following steps: Backup your important data before proceeding. Make … Read more

Disable GNOME Automounting

To disable GNOME automounting in Linux, you can use the following steps: Open the GNOME configuration editor by running the command gconf-editor in the terminal. Navigate to the following key: /desktop/gnome/volume_manager. Uncheck the automount and automount_open options. Close the configuration editor. This will disable GNOME automounting for all users. If you want to disable it … Read more

Linux / UNIX Automatically Logout BASH / TCSH / SSH Users After a Period of Inactivity

On Linux/UNIX systems, you can configure the shell or SSH server to automatically log out users after a period of inactivity using the TMOUT environment variable. To automatically log out users after a period of inactivity, you can set the TMOUT variable in the user’s shell configuration file. For example, to set the timeout to … Read more