List all services Ubuntu
This command will list out all services in Ubuntu: [crayon-686962590ead2874367511/] To stop / start any service [crayon-686962590ead5869328607/]
This command will list out all services in Ubuntu: [crayon-686962590ead2874367511/] To stop / start any service [crayon-686962590ead5869328607/]
SQL Thread is not running When relay log is corrupted , meaning the slave server is stopped unexpectedly How to…
#Check the current kernel version [crayon-686962590ee35479057613/] See the list of installed kernels [crayon-686962590ee37351516887/] Ubuntu CentOS: [crayon-686962590ee38838063126/] #remove all…
Dump multiple databases: [crayon-686962590ef36830292109/] Dump some selected tables: [crayon-686962590ef37060243943/] Dome all tables except some tables: [crayon-686962590ef38183732113/]
1. Set all ssh account to use bash shell by default , /etc/passwd 2. Make sure that you have install…
When you run apt-get install , you got some error this dpkg: dependency problems prevent configuration of linux-server: [crayon-686962590f101180246235/] Run…
For some reason, when Vigor with Firmware 3.2 , it doesn’t work well with Palo Alto PA500 , especially Yahoo.…
my mysql nagios plugin doesn’t work, tested with this command /usr/lib/nagios/plugins/check_mysql Error error while loading shared libraries: libmysqlclient.so.18: cannot open…
A complete guide https://svn.apache.org/repos/asf/subversion/trunk/subversion/mod_authz_svn/INSTALL If you want to setup a tool to manage the subversion over web , try if.SVNAdmin
If you just uncomment the slow query log variable in mysqld.conf , you can’t start your mysql server. it’s because…