“My network in WSL2 is so slow, I am so sad.” “Hey I know something, why don’t you check the resolv.conf”. “Oh great jimkelo93, that helped me!” Yeah, fuck off. Is the network slow in throughput o...
First install the dependency crap. I am using Ubuntu 20.4 and 22. sudo apt update sudo apt install git curl autoconf bison build-essential \ libssl-dev libyaml-dev libreadline6-dev zlib1g-dev ...
nodejs from ubuntu repo is outdate as hell The only thing that works for me, is grep the install.sh form here like so curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh ...
Hole 01 - Par 3 - Yellow 147m - Red 112m - HCP 17
With the help of Adobe Illustrator, Inkscape, Google Earth and a lot of my own photos, I created a personal yardage book for the Bad Münstereifel-Stockert golf course. Those PDF Files can be downl...
Solution Open the parent folder that has the subfolders containing images. Click on the search box, and type the following search query: kind:=picture Another Windows Specical… I did not check t...
It is likely that you’re using a pager such as less or most since the output of ps aux is longer than a screenful. If so, the following options will cause (or force) long lines to wrap instead of b...
Create new feature-branch 1) Ensure you are on master and you have the latest code git checkout master 2) Ensure you have the latest code git fetch git status git pull # or git pull --ff-only # T...
Assuming you need lines 32 to 34 out of a large file. using awk awk 'FNR>=32 && FNR<=34' <nameofthefile> using sed sed -n '32,34p;45q' <nameofthefile>
After I had set up everything at home, I wanted to transfer the whole thing into a simple monitoring system like Nagios for the fun of it. Unfortunately, I used the Raspberry Pi for the UniFi contr...
A new version of content is available.