Squid Listen on Other Port ( Squid Configure Port Listing with SELinux)

By default, Squid listens on port 3128. However, you can configure Squid to listen on other ports as well. Here’s how to do it: Edit the Squid configuration file. On most Linux distributions, the file is located at /etc/squid/squid.conf. sudo vi /etc/squid/squid.conf Look for the http_port directive. This directive specifies the port that Squid listens … Read more

How To: Upgrading to Ubuntu 9.04 From 8.10

Upgrading from Ubuntu 8.10 to 9.04 involves several steps, and it’s important to make sure you have a backup of your data before proceeding with the upgrade. Here are the general steps you can follow to upgrade your Ubuntu installation: Update the package repository: Before starting the upgrade process, update the package repository to ensure … Read more

Ubuntu: Find CPU Information / Speed

In Ubuntu, you can find CPU information and speed using the command line interface. Here are the steps: Open a terminal: Press Ctrl+Alt+T to open a terminal. Run the command: Type the following command in the terminal and press enter: lscpu This command will display detailed information about your CPU, including the CPU speed, number … Read more