Update and install tuned: Code: apt-get update apt-get install tuned tuned-gtk tuned-utils tuned-utils-systemtap reboot List of useful tuned commands: Code: tuned-adm active tuned-adm list tuned-adm recommend tuned-adm verify tuned Recommended for performance: Code: tuned-adm profile latency-performance
Continue reading...September 19, 2021
Enable root login over SSH
1. As root, edit the sshd_config file in /etc/ssh/sshd_config: nano /etc/ssh/sshd_config 2. Add a line in the Authentication section of the file that says PermitRootLogin yes 3. Save the updated /etc/ssh/sshd_config file 4. Restart the SSH server: service sshd restart
Continue reading...HP Z420 Workstation Headless boot
To make hp z420 workstation headless boot (run workstation without a video card) Need to have Windows OS installed to run HP BIOS Configuration Utility (BCU) because in bios settings this option is hidden. Download HP BIOS Configuration Utility (BCU) or here: sp107705 Installation Run the BCU SoftPaq to install...
Continue reading...
Recent Comments