How to list all Linux services in CentOS
To get SysV services run: chkconfig –list This will print the following to the screen: Note: This output shows SysV services only and does not
Home » Blog
To get SysV services run: chkconfig –list This will print the following to the screen: Note: This output shows SysV services only and does not
Update Kernel with Yum yum -y update kernel Run the following command to also keep OpenSSL, Apache and Systemd up-to-date yum -y update httpd nss
Login to the box with your key. ie: ssh -i “/root/your_aws_key.pem” centos@public-ip-address Define root password sudo passwd Switch to user root su root Allow root
This tutorial describes how you can enable MySQL to log every query to a file. All of this is possible without the need to restart
Assume that we have mounted a new disk to /mnt/disk2 and that we want to copy the whole / partition to it. Run the following
sudo /usr/sbin/useradd –create-home –home-dir /usr/local/problemcrusher –shell /bin/bash problemcrusher sudo useradd –create-home -c “Problemcrushing role account” problemcrusher
sudo rm /etc/passwd.lock sudo rm /etc/shadow.lock sudo rm /etc/group.lock sudo rm /etc/gshadow.lock
Download Windows version of RocketChat: https://rocket.chat/install Download Android version of RocketChat: https://play.google.com/store/apps/details?id=chat.rocket.android&hl=en Download iPhone iOS version of RocketChat: https://apps.apple.com/us/app/rocket-chat/id1148741252
I am hosting a Danish TYPO3 site and I had the issue that the local charset inside PHP was not correctly being applied. It turned
If your VPN provider offers rescue mode that boots up sysresccd then sometimes SSHD is not activated. Check if SSH daemon is available or running: