Anydot's blog
LinkedIn
RSS Feed
Twitter
Autohotkeys
Chocolatey packages
Powershell profile
Shrinking WSL2 volume
As WSL2 uses EXT4 in VHD volume, the VHDs size can grow in time as one uses the WSL. Deleting files isn’t enough and one has to zero-out the free blocks and run the VHD...
SSHD & Portknock
[options] UseSyslog [openSSH] sequence = 1,2,3 seq_timeout = 5 command = /sbin/ipset add sshd -exist %IP% tcpflags = syn -A INPUT -p tcp -m multiport –dports 22 -j...
Using autossh, systemd and restirected ssh forwarding for tunneling SMTP
git clean -fdx for SVN -- how to cleanup untracked files from SVN workdir
Cleanup files untracked by SVN svn status –xml –no-ignore | xmlstarlet sel -t -v '/status/target/entry[wc-status[@item="unversioned" or...