sudo

How to build and arming our ISPConfig3 server and how to secure our control panel, main services and websites with Let's Encrypt SSL

botond published 2023/01/20, p - 23:14 time
With the help of the ISPConfig control panel, we can easily manage the websites on our server, as well as other web services. In this description, we will review how to build and provision our ISPConfig3 server, as well as how to set up free SSL certificates issued by Let's Encrypt for the control panel, main services and our websites. On this page, we will install the basic system, the ISPConfig control panel with the necessary components, and then check the existing web interfaces and services.

Installing the Debian 11 (Bullseye) Minimal Server (page 2)

botond published 2022. 04. 04., h - 19:55 time
In this description, we will install a minimal Debian 11 (Bullseye) server, which consists of the Debian 11 base system and some basic program installation and configuration. The server will later serve as a basis for additional server installations. On this page, we perform some basic post-installation settings, such as setting a fixed IP address, Sudo, and repositories.

How to run sudo commands without using a password

botond published 2020/10/06, k - 23:37 time
When you often need to run other commands as root using sudo, you may need to type the password every time. Although the session "remembers" the previously entered password for a while, we don't have to retype it for a while, but we need to re-identify ourselves after a while. Also, if you work with multiple users, you will need our passwords more often. And if you also want to use commands running with root privileges in Shell scripts, you definitely need to avoid typing passwords so that our programs can run automatically. In this short description, we will look at how to persistently avoid asking for a password when using sudo.

Installing Debian 10 (Buster) Minimum Server (page 2)

botond published 2019/11/05, k - 16:30 time
In this tutorial we will install a minimum Debian 10 (Buster) server, which consists of the Debian 10 base system and some basic configuration. This installation will be the basis for later LAMP and perfect server tutorials. On this page, we complete the remaining steps of the installer and make the following settings: Upgrade APT, sudo, fixed IP address and nano configuration.

su (linux command)

The manual page and help for the su command. The command starts a shell with another user and group ID

Installing Debian 9 (Stretch) Minimum Server (page 2)

botond published 2018/12/21, p - 23:09 time
As a follow-up to the Debian 9 (Stretch) Minimum Server Installation Guide, which began on the first page of this tutorial, we will configure the major software, GRUB boot loader and network on this page to get your machine ready for the perfect server.

sudo

Manual page and help for sudo command