Thunderbird hidden option: sync all subfolders
I have a nice procmail setup, but thunderbird by default does not show/update the subfolders: Open the Config Editor (Hamburger menu (top right) --> Preferences --> Preferences -> Advanced -->…
I have a nice procmail setup, but thunderbird by default does not show/update the subfolders: Open the Config Editor (Hamburger menu (top right) --> Preferences --> Preferences -> Advanced -->…
instead of show payloads | grep windows do grep windows show payloads :)
while read line <&3; do echo "==== $line ===="; yes y | sqlmap -u http://$line/ --crawl=1; read -p press\ enter; done 3< webservers.ip Using input 3 to read your list,…
Rename Windows.h to windows.h ;) Small letter fixes this. 47176.c:1:10: fatal error: Windows.h: No such file or directory #include ^~~ compilation terminated.
doskey ls=dir
2 options to jump to 100th character: Use mouse cursor movement: 100l (small L)Or put cursor in exact column: 100| (pipe character)
Settings Window ManagerFocusFocus modelset Focus follows mouse
verifying github.com/btcsuite/btcd@v0.20.0-beta: checksum mismatch downloaded: h1:PamBMopnHxO2nEIsU89ibVVnqnXR2yFTgGNc+PdG68o= go.sum: h1:DnZGUjFbRkpytojHWwy6nfUSA7vFrzWXDLpFNzt74ZA= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The…
dir *file*.* /s
iptables -I INPUT 1 -s 1.0.0.9 -j ACCEPT iptables -I OUTPUT 1 -d 1.1.2.2 -j ACCEPT iptables -Z #CLEARCOUNTERS
Make sure to kill all redis apt-get purge --auto-remove openvas* apt-get install openvas wait for background tasks to complete ( watch 'ps aux| grep -Ei vas|green|redis') run openvas-setup on kali:…
yum install cockpit && systemctl enable --now cockpit.socket && sleep 4 && ss -nlap | grep 9090 >/dev/null 2>&1 && echo "https://$(hostname -i):9090/"
ansible -m setup srv37.karloluiten.nl
use nmtui to restart an interface, that is easier ;)
EHLO x.x no reply WHY?! Talking to windows servers? send a CRLF by starting NC with -C
Tools > Options > LibreOffice Writer > Formatting Aids > Remove tick from Protecting Areas / Enable cursor.
yum update nmap would just update nmap. Not apt... apt-get --only-upgrade install nmap
What I did: Remove ALL pulse related programsAlso remove activex pulse programsReinstallImport settings again manually
first find out what is going on: pvcreate /dev/sdb -vvv 2>&1| less Look for errors. In my case it said the volume was mpath managed. So exclude from mpath, put…