Check banned users: ftpdctl -s /var/run/proftpd/proftpd.sock ban info References ProFTPD module mod_ban
CheetSheet: certbot
Generate certificate manually: # certbot certonly –manual -d example.com Resources Certbot manual renew
CheetSheet: tw_cli
LSI/3ware CLI (version 2.00.11.020) Note and Warning: Outputs and commands are system specific! Do not simply copy and paste commands unless you know what you are doing! You may destroy your data! Show controllers: //nas> show Ctl Model (V)Ports Drives
CheatSheet: parted
Run the program # parted /dev/sdX Set the default unit: (parted) unit s Print current partition table: (parted) print Model: AMCC 9650SE-24M DISK (scsi) Disk /dev/sde: 8000GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size
CheetSheet: LVM
Working with LVM Preate Physical Volume # pvcreate /dev/sda2 Create Volume Group # vgcreate vg0 /dev/sda2 # vgscan Create Logical Volume # lvcreate -n lv0 –size 32g vg0 Make File System # mkfs.ext3 /dev/vg0/lv0 Create Logical Volume # mkdir /vz