Any suggestions, tips and tricks are welcome.
Thanks in advance!
1–5 of 5 posts
Any suggestions, tips and tricks are welcome.
Thanks in advance!
It contains a loop which contains an ssh tunnel open with some port forwards.
Just yesterday, I cleaned a Windows partition to free up some space, with the help of "du -a . | sort -n" to find the biggest files/directories, then selective "rm -rf".
Windows doesn't ship with anything to help with this task. There are only third-party add-ons like WinDirStat.
I just crosscompiled my favorite video player (mpv) just following Linux howto steps. Had to compile and install the mingw-w64 toolchain in order to compile win32 binaries, but everything worked like it should. It's a pretty big project that downloads, patches and compiles more than 40 libraries like FFmpeg. 5Gb of source code that compiles in a single 30Mb mpv.exe file.
I wasn't expecting much from WSL but I'm impressed it worked so well.