Microsoft Remote Desktop Protocol ( RDP ) è forse il più usato tra i sistemi per gestire il desktop remoto, e risulta anche essere uno tra i più veloci e smart da usare. RDP lavora di base sulla porta TCP 3389 ed è nativo in tutti gli ambienti MS-Windows, anche per Linux sono disponibili diversi…
Leggi tutto
A new version of smartFB is ready to download. New in 2.2.0.160: SQL Autocomplete ( bug fixed ) Added a Network utility to test or stress an http or https address Update JSON tool and Delphi Integration. Download smartFB at: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&&fname=/applications/public/SetupSmartFB.exe
With Delphi you can create a Linux stand alone webBrocker application server as you can see in the following video: Yuo can also specify for you WebBrocker app the threadpool managing, that can help you to increase performance of your app server. In this example we configure a thread pool of 50 preallocated…
Leggi tutto
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 |
Come aggiungere un disco al proprio sistema Linux ( nel ns. caso Ubuntu), il tutto usando semplicemente la linea di comando,i passaggi sono semplici: Connettere l’unità di archiviazione Controllare che il sistema riconosca l’unità ( fdisk -l ) Creare una ( o più ) partizione al disco ( sempre con fdisk ) Formattare la partizione…
Leggi tutto