List all services Ubuntu
This command will list out all services in Ubuntu: [crayon-6864655d7d726270326509/] To stop / start any service [crayon-6864655d7d72a161009842/]
This command will list out all services in Ubuntu: [crayon-6864655d7d726270326509/] To stop / start any service [crayon-6864655d7d72a161009842/]
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-6864655d7db10457814322/] See the list of installed kernels [crayon-6864655d7db13145549539/] Ubuntu CentOS: [crayon-6864655d7db14393681318/] #remove all…
Dump multiple databases: [crayon-6864655d7dc72956451225/] Dump some selected tables: [crayon-6864655d7dc75349272970/] Dome all tables except some tables: [crayon-6864655d7dc76851236167/]
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-6864655d7debe049546719/] 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…