Using a 547Mb MySQL backup file I observed the following compression times for the respective compression settings.
1 > 30.18 Mb in 22s
2 > 30.18 Mb in 23s
3 > 29.12 Mb in 26s
4 > 29.12 Mb in 26s
5 > 22.03 Mb in 4m10s
6 > 22.03 Mb
7 > 19.51 Mb in 6m3s
8 > 19.51 Mb
9 > 17.31 Mb in 6m10s
There is a quick and easy way to check which Domain Controller your windows PC is authenticated to via the command line.
Click Start and enter CMD (Windows Vista/7/2008) or Start → Run → CMD (Windows XP/2003)
When the CMD window opens, enter the fo...
To set up a server as a master add the following to the [server] section of the config file
The config file for Hestia is in /etc/mysql/mariadb.conf.d/50-server.cnf
server-id =
ser...
To check disk status using perccli64, use commands like perccli64 /c0 show
for a controller summary, 'perccli64 /c0/eall/sall show' for physical drive status, and 'perccli64 /c0/vall show' for virtual drive status.
percc...
How can I tell what date my Linux system was installed?
Try the following command
sudo ls -alct /|tail -1|awk '{print $6, $7, $8}'
Or alternatively use this and look for the Birth Line.
stat /