lsblk
parted
select /dev/sdb
unit s
print
rm 1
mkpart
Partition type? primary
File system type? xfs
Start? 2048s
End? 100%
print
set 1 boot on
quit
mount /dev/sdb1 /mnt
xfs_growfs -d /mnt
środa, 29 marca 2017
poniedziałek, 27 marca 2017
sentora / zpanel change e-mail quota
mysql;
use sentora_postfix;
update mailbox set quota = 3000 where username like "email@domain.com";
use sentora_postfix;
update mailbox set quota = 3000 where username like "email@domain.com";
piątek, 10 marca 2017
atop cheat sheet
Cron
58 23 * * * killall atop
05 0 * * * rm -f /var/log/atop.log
07 0 * * * atop -w /var/log/atop.log 5
To read the log:
# atop -r /var/log/atop.log
Press t to move forward to the next 5 seconds, and press shift+t to move backwards.
To read only a certain time range from the log (b for beginning, e for end):
# atop -r atop.log -b 10:00 -e 11:00
To change the view:
g - Show generic output (default)
m - Show memory related output
s - Show scheduling characteristics
c - Show the command line of the process
58 23 * * * killall atop
05 0 * * * rm -f /var/log/atop.log
07 0 * * * atop -w /var/log/atop.log 5
To read the log:
# atop -r /var/log/atop.log
Press t to move forward to the next 5 seconds, and press shift+t to move backwards.
To read only a certain time range from the log (b for beginning, e for end):
# atop -r atop.log -b 10:00 -e 11:00
To change the view:
g - Show generic output (default)
m - Show memory related output
s - Show scheduling characteristics
c - Show the command line of the process
Subskrybuj:
Posty (Atom)