Home
Losers Wiki
Cancel

fail2ban

Check jail status fail2ban-client status  eg; remote fail2ban # fail2ban-client status nextcloud Status for the jail: nextcloud |- filter | |- File list: /home/nextcloud/data/nextcloud.log |...

extract-audio-from-video-and-tag

expiring-password-to-force-user-to-change-when-logging-in

passwd -e 

email-expiring-passwords

/****** Object:  StoredProcedure [dbo].[sp_EmailExpiringPasswords]    Script Date: 09/10/2012 09:16:38 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ================================...

election-2015

Conservative Party – https://s3-eu-west-1.amazonaws.com/manifesto2015/ConservativeManifesto2015.pdf The Green Party – https://www.greenparty.org.uk/assets/files/manifesto/Green_Party_2015_Gene...

e2guardian

scripts etc here; /usr/local/share/e2guardian/scripts install files here /usr/local/e2guardian/

dvgrab

dvgrab -rewind -autosplit -timestamp will create a file like: dvgrab-2010.11.12_20-23-46.m2t dvgrab -rewind -autosplit -timestamp -format=hdv -srt foo- will create files prepended with ‘foo-‘ an...

dump-and-load-many-dbs

create a file with a list of the db’s to be transferred, eg; db1 db2 db3 run a script (eg. dumpandload.sh) ; if [ $# -ne 3 ]  then         echo "Usage: $0 source sink dblistfile"         echo   ...

dpkg

dpkg -i <package> install a package dpkg -l lists all installed packages dpkg -r <package as listed by dpkg -l> removes a package

docker

Dumping docker commands while I learn it; working with mysql docker container (ref: Docker Store) Start a mysql server instance $ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw...