1 2 3 4 5 6 7 8 9 |
$sudo fallocate -l 16G /SWAPDISK/swapfile $ sudo chmod 600 /SWAPDISK/swapfile $ sudo mkswap /SWAPDISK/swapfile Setting up swapspace version 1, size = 16 GiB (17179865088 bytes) no label, UUID=20859f1c-acc8-43e4-806f-c8f6339b1601 $ sudo swapon /SWAPDISK/swapfile |
1 |
sudo nano /etc/fstab |
1 |
sudo swapon --show |
If you have and old hardware or service that expose the configuration interface on old https with an old encryption protocol, all browser block you site ( even if is remote or locally ). On Firefox you need to write in the address bar : “about:config” after that, in the config search bar write “tls”:…
Read more
From Ubuntu official site you can check all about support of your Ubuntu SO support at : https://ubuntu.com/about/release-cycle
Operating systems such as Windows automatically create temporary records on all websites visited in the so-called DNS cache. The information contained is valid for a limited period of time. A DNS flush, i.e. a flushing of the cache, removes data from the system before the time limit expires. To clear DNS cache open the terminal…
Read more
Error occurred when releasing apps developed with Delphi 11.1 on older windows operating systems: Windows 7, Windows 2008 srv and Windows 2012 Server. Simply invoking a simple “get” call with the netHttpClient class I would get the “Security Error (12175)” error. To solve the problem, it was sufficient to exclude the “THTTPSecureProtocol.SSL2” protocol from the…
Read more
Test Ubuntu 22.04: Ubuntu 22.04 Server distro for Intel / AMD x64 on virtualization environments (all configured with 4core and 2virt, 8GB, 40GB SSD): VMWare Fusion for MacOSX –> passed no issue VMWare Workstation –> passed no issue KVM –> passed no issue Ubuntu 22.04 Server on this hardware conf: Dell T440 Intel Xeon…
Read more