Port forwarding in Windows
I’ve been messing around with Jekyll for a bit and was wondering how I could get port forwarding to work under Windows, so that I could access port 4000 gracefully via port 80. here we go to start...
I’ve been messing around with Jekyll for a bit and was wondering how I could get port forwarding to work under Windows, so that I could access port 4000 gracefully via port 80. here we go to start...
I actually wanted to use blob storage with Azure, but they wouldn’t accept a billing account with PayPal as a payment method, so I decided to use Google. What do we need or don’t need A Google...
virsh net-autostart networkname leads to the above mentioned Error Message. The solution is stupid but it works… virsh net-edit networkname go to the end and add some empty lines, save the file a...
LXD/LXC Fire up an Debian 10 in a LXC Container and name it “docker-registry lxc launch images:debian/10 docker-registry Adjust the behavior of the LXC Container, otherwise docker wont’t be able ...
I’ve seen this message in a vsftpd Logfile. Default vsftpd limits the connection from one IP Address to 50. Solution is to add an unlimited value which will be 0 or a higher number of connections ...
Obviously, thanks to tabletop games, I’m drawn out into nature, even if it’s all about finding some flat stones for the little chapel. The Chapel The first costruct is a little Chapel made out o...
For e.g. deactivate “Hardware Checksum Offloading check” tweeks the performance. in an opnsense you’ll find it under interface -> settings Related Netgate Documentation
Find the current Disk Usage by journalctl journalctl --disk-usage The safest way to remove unessesary entries is via the (means leave this amount left) journalctl --vacuum-size=512M After that ...
Version pre 2.x of keepalive which are shipped with the Ubuntu18 Repository will crash. You’ll have to configure a higher Version from source by yourself. https://github.com/acassen/keepalived/iss...
So, here is how I resized my ext4 root partition (sda2) using gdisk and resize2fs: $ gdisk /dev/sda Print information (i<enter>2) Partition GUID code: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 (L...