Tag: linux
How to change piority on linux processes
The Linux niceness scale goes from -20 to 19. The lower the number the more priority that task gets.
If the niceness value is high number like 19 the task will be set to the lowest priority and the CPU will process it whenever it gets a chance.… Read the rest
How to dealing with jobs
If you have started a huge process and just remember that you've forget do it in screen session, you may try to move this process to the background. You can do this by pressing ctrl+z keys, which will temporary block this process and then run bg, here is example:
We've run maldet command
$maldet -a ./… Read the rest
How to flush/clear DNS on your PC
– in command prompt, type ipconfig /flushdns
– Done! You Window DNS cache has just been flush.
Every tech suport should know this –Linux
What is the full path that contains YUM repositories on Cpanel & WHM systems?
Ans: yum.repos.d/ … Read the rest
How to install csf in Ubuntu or Linux server
CSF is a firewall that can be installed on linux based severs to enhance the security. It can be installed even on a server based on cPanel. It can be configured to find out hacking attempts through ssh etc. Can be used for ip whitelisting and blacklisting.… Read the rest
Очень полезные команды Linux
Набор ооочень полезных команд… Read the rest