Quantcast
Image

Search Results for: No Limit

How to change display manager for Ubuntu, Kubuntu or Debian

By  •  December 2, 2021

Login or display manager is an interface for users to log in to their Linux system. Different Linux distributions choose other login managers for the system, and you can …
Read More

How to configure OTP 2FA for SSH

By  •  December 2, 2021

OTP (One-time password) with a soft token is one of the most widely-used 2FA (Two-factor authentication) or MFA (Multi-factor authentication) methods.

openSSH server supports two-factor …
Read More

How to start, restart and stop SSH server service

By  •  December 2, 2021

SSH server service by OpenSSH is normally provided by the sshd daemon. In most Unix-based operating systems, systemd, System V. Init scripts, or the service command service.


Read More

How to increase PHP maximum execution time

By  •  December 2, 2021

The max_execution_time directive defines the maximum execution time for your PHP scripts and applications. If not configured, the default maximum execution time for a PHP script is 30 seconds. …
Read More

How to show running processes in Linux

By  •  December 2, 2021

You can use several programs to view running processes in Linux, and they come in both graphical and command-line options.

Related: How to list processes …
Read More

How to get hardware information in Linux

By  •  December 2, 2021

The Linux kernel keeps the information about your computer or system hardware. You can view the hardware information using general tools such as dmidecode or specialized tools such as …
Read More

How to check disk size and usage in Linux

By  •  December 2, 2021

Partitions and disks are bound to get full if not properly managed. It is therefore essential to continually monitor the current utilization and the remaining free space of your …
Read More

How to take screenshot from Linux terminal

By  •  December 2, 2021

Most Linux distribution comes with a screen capture program, usually the default for each desktop environment. Such programs are Spectacle for KDE and shutter for GNOME. The default screen …
Read More

How to manage Apache service

By  •  December 2, 2021

Apache service can be managed using the main binary. Available options for the binary include starting, restart, and stopping the service. However, different distributions might use different binary names …
Read More

Apache web server configuration files

By  •  December 2, 2021

Apache webserver reads its configuration files every time it's started. The configuration files are in plain text format, and Apache will need to restart every time there are changes …
Read More

Top
OnlineWebTools