Install these packages and restart file manager
sudo xbps-install libheif libheif-tools
Note: HEIC thumbnails in pcmanfm didn’t work for me.
… Read moreDevOps Engineer
Install these packages and restart file manager
sudo xbps-install libheif libheif-tools
Note: HEIC thumbnails in pcmanfm didn’t work for me.
… Read moreAmount of system RAM | Recommended swap space | Recommended swap with hibernation |
---|---|---|
less than 2 GB | 2 times the amount of RAM | 3 times the amount of RAM |
2 GB – 8 GB | Equal to the amount of RAM | 2 times |
HiDPI (High Dots Per Inch) displays, also known by Apple’s “Retina Display” marketing name, are screens with a high resolution in a relatively small format. They are mostly found in high-end laptops and monitors.
~/.Xresources
Xft.dpi: 240
reboot or re-login to system
*240 dpi is suitable for 3840x2160… Read more
In order to set up the desired redirect, www.example.com
to example.com
or vice versa, you must have an A record for each name.
a2enmod rewrite
RewriteEngine on RewriteCond %{HTTP_HOST} ^www.yoursite.com RewriteRule
ike-scan is a command-line tool for discovering, fingerprinting and testing IPsec VPN systems. It constructs and sends IKE Phase-1 packets to the specified hosts, and displays any responses that are received.
ike-scan does two things:
Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user-defined chains.
Each chain is a list of rules which can match … Read more
Changes in this new architecture will allow for: dramatic file system performance increases, and full system call compatibility, meaning you can run more Linux apps in WSL 2 such as Docker.
WSL 2 is a new version of the architecture that powers the Windows Subsystem for Linux to run ELF64 … Read more