lifelinux.com
                                        
                                        How Do I Fix dataskq Causing High Load On DirectAdmin ?
                                        http://www.lifelinux.com/how-do-i-fix-dataskq-causing-high-load-on-directadmin
                                        How Do I Fix dataskq Causing High Load On DirectAdmin? August 28, 2014. Today, When I go to DA Service Monitor, the top 5 processes are using 99.9% of the CPU and they’re all the same processes. My server is having high load and dataskq is on the ‘top’ list. All services was crashed. How do I fix this problem. The first, I analytic a process to find problem with bellow command. And type the following command. Tail -n 10 /var/log/directadmin/errortaskq.log. Tagged as: dataskq 100% CPU. 
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        Bash Shell
                                        http://www.lifelinux.com/category/bash-shell
                                        From the category archives:. How To Backup Data in CentOS Using Bash Script. April 5, 2016. Today, I will show you simple bash script I’m using to backup data in CentOS server. Before We beginning, please ensure you have “rsync” package installed. How To Create Socks (SSH Tunneling) As A Service By SSH Command On CentOS. February 16, 2016. Centos: How To List All / Delete Hidden Files Recursively? August 29, 2014. How do I save result in a text file? And How do I delete all hidden files/directories? 
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        Monitoring
                                        http://www.lifelinux.com/category/monitoring
                                        From the category archives:. How To Check The Heath Of Adaptec RAID Using arrconf On CentOS. October 9, 2013. The arcconf tool is used for managing the controller on the command-line interface and It use to check the health of Adaptec RAID under Linux server from a shell prompt. In this tutorial, I will show you How do I check the health of Adaptec RAID using arcconf command. How To View Linux Last Reboot / Shutdown Date And Time. January 3, 2012. How Do I Find Hidden Processes and Ports? August 24, 2011. 
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        How To Install Nginx And PHP (PHP-FPM) On CentOS 6
                                        http://www.lifelinux.com/how-to-install-nginx-and-php-php-fpm-on-centos-6
                                        How To Install Nginx And PHP (PHP-FPM) On CentOS 6. September 15, 2011. In this article, I’ll go over the steps of how to install Nginx and PHP (PHP-FPM) working together on CentOS 6. To start I used clean version of CentOS 6. The first step is update CentOS to latest version, type the following command. Install some packages need for the following steps. Yum install gcc.x86 64 gcc-c .x86 64 make.x86 64 wget.x86 64. Download latest version of Nginx at http:/ nginx.org/. To fix it, enter. Configure: error...
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        Copyright Notice | lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks
                                        http://www.lifelinux.com/copyright
                                        The content / archives. This site is the product of numerous hours of hard work. Just because my site is free does not mean that the content is free for the cut-and-paste. You may not republish articles/full. All trademark within are property of their respective holders. Comments on this entry are closed. GET FREE TIPS and NEWS. Make the most of Linux Sysadmin work! Terms of Service Advertise. 
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        Centos: How To List All / Delete Hidden Files Recursively ?
                                        http://www.lifelinux.com/centos-how-to-list-all-delete-hidden-files-recursively
                                        Centos: How To List All / Delete Hidden Files Recursively? August 29, 2014. I need to find and list all hidden files including directories on a Linux server (CentOS). How can I recursively list all hidden files and directories? How do I save result in a text file? And How do I delete all hidden files/directories? Using the find command to list all hidden files recursively. Name ".*" -print. Name ".*" -ls. If you only want to search only hidden files:. Type f -iname ".*" -ls. Type d -iname ".*" -ls. Find ...
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        Networking
                                        http://www.lifelinux.com/category/networking
                                        From the category archives:. How To Fix NIC Link is Down On Centos 6.5 After Upgrade. March 14, 2014. Since upgrading a CentOS 6.4 with a SuperMicro X8SIE-F/X9SCL board with Intel 82574L NIC to 2.6.32-431.el6.x86 64 and rebooting, I have been having consistent NIC failures where the NIC shuts down permanently until a soft reboot is performed. How To Recover Password Juniper SSG 550 Using Serial Number. July 28, 2013. How To Install Wowza Media Server 3 On CentOS 6. November 8, 2012. January 31, 2012. 
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        File System
                                        http://www.lifelinux.com/category/file-system
                                        From the category archives:. Centos: How To List All / Delete Hidden Files Recursively? August 29, 2014. I need to find and list all hidden files including directories on a Linux server (CentOS). How can I recursively list all hidden files and directories? How do I save result in a text file? And How do I delete all hidden files/directories? How To Mount A ISO Image Under Linux. May 27, 2011. Linux Password Protect Files. May 27, 2011. Linux Hard Disk Speed Tests. May 8, 2011. While having a large hard d...
                                     
                                    
                                        
                                            
                                            lifelinux.com
                                        
                                        How To Use ClamAV & Cron Jobs To Run Daily And Hourly Virus Scans
                                        http://www.lifelinux.com/how-to-use-clamav-cron-jobs-to-run-daily-and-hourly-virus-scans
                                        How To Use ClamAV & Cron Jobs To Run Daily And Hourly Virus Scans. September 20, 2014. Clam AntiVirus (ClamAV) is a free and open-source, cross-platform antivirus software tool-kit able to detect many types of malicious software, including viruses. In the previous article, I shown you “ How To Install/Compile ClamAV In CentOS 6. 8220; In this article, I will continue to show you How to use ClamAV & Cronjobs to run daily & hourly virus scans. Setting up hourly scans. And add the following code. LOG} rm -r...