by editor-one | Jun 30, 2022 | Uncategorized
Step 1: Update and upgrade existing packages $ sudo apt update $ sudo apt upgrade Step 2: Edit hostname and hosts file $ sudo nano /etc/hostname $ sudo nano /etc/hosts Step 3: Install DNS server $ sudo systemctl disable systemd-resolved Then stop...
by editor-one | Jun 25, 2022 | Uncategorized
mysql -u root -p show databases; use database; show tables; update users set col=” where id = 1;
by editor-one | Jun 22, 2022 | Uncategorized
Step 1: Update System sudo apt update sudo apt -y full-upgrade Step 2: Install Package Dependencies sudo apt install wget apt-transport-https gnupg2 libimlib2 libimlib2-dev For Zammad to function correctly, your system has to use the correct locales. sudo apt install...
by editor-one | Jun 22, 2022 | Uncategorized
docker ps docker exec -it <my_image_name> bash mysql -u root
by editor-one | Jun 19, 2022 | Uncategorized
ON CENTOS 7 Install Remi Release repo and clear cache yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all Install PHP packages yum -y install php74-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd,opcache} yum -y install...
by editor-one | Jun 19, 2022 | Uncategorized
Step 1: Log into Ubuntu Server Step 2: Update & upgrade apt-get packages sudo apt-get update && sudo apt-get upgrade Install a Display Manager (Desktop Environment) Step 1: Using sudo apt-get install to Install LightDM sudo apt-get install...