Knowledge base — Page 54

29.10.2023
19 750
Knowledge base / Instructions - THE.Hosting
Using 3proxy + ui

3proxy is a powerful open source proxy server that provides the ability to install a proxy server on your own host. If you are looking for a convenient way to manage and configure 3proxy, you can use the graphical user interface (UI).

27.10.2023
8 694
Knowledge base / Programs
The htop utility for Linux

The htop utility is an interactive system monitor for Linux. It allows you to monitor and control processes in real time. htop provides a more user-friendly and informative interface than the standard top utility. It displays the list of processes in a table, where each row represents a different process and the columns contain information about CPU utilization, memory usage and other parameters.

26.10.2023
5 987
Knowledge base / Programs
The bpytop utility for Linux

The bpytop utility is a Python-based interactive system monitor for Linux. It is an alternative to the htop utility and also allows you to monitor and manage processes in real time. bpytop provides an even more informative and flexible interface than htop. It displays a list of processes, CPU utilization, memory usage, network connection status and other system information in the form of graphs, charts and tables.

25.10.2023
6 825
Knowledge base / Programs
The nethogs utility: functions and installation

nethogs is a command-line utility in the Linux operating system that is used to display information about network processes and their bandwidth utilization.

24.10.2023
6 117
Knowledge base / Programs
findmnt in Linux

findmnt is a command-line utility in the Linux operating system that is used to display information about file system mount points.

23.10.2023
7 000
Knowledge base / Programs
Linux iotop utility - purpose and functions

The iotop utility in Linux is a tool that allows you to monitor and analyze disk activity on your system. It shows the processes that are actively reading or writing data to disk, as well as the amount of data transferred by each process.

21.10.2023
5 486
Knowledge base / Programs
What the Ncdu program can do

Ncdu (Ncurses Disk Usage) is a command-line tool for analyzing disk space usage in the Linux operating system. It uses the ncurses library to create an interactive text interface.

21.10.2023
5 020
Knowledge base / Programs
Linux chkservice utility

The chkservice utility in Linux is a command line utility that allows you to check the status and manage services on your system. When you run the chkservice command in the terminal, it displays a list of available services and their current status (running or stopped).

19.10.2023
28 295
Knowledge base / Programs
Ubuntu ss utility

The ss utility in Linux is a command-line tool that provides information about network connections on a system. It allows you to monitor active connections, view network port statistics, and display various network interface settings.