Category: Ubuntu
-
assign 100 gb to ubuntu server but only 50 gb is allocated
Thats because of the new Ubuntu installer. PVE will create a 100GB virtual disk but the ubuntu will only use part of that by default if you don’t manually tell the installer to use the full space. So you need to extend the VG, LV and filesystem inside the guest.
-
Negative Prompts for stable-diffusion
poorly Rendered facepoorly drawn facepoor facial detailspoorly drawn handspoorly rendered handslow resolutionImages cut out at the top, left, right, bottom.bad compositionmutated body partsblurry imagedisfiguredoversaturatedbad anatomydeformed body features out of frame, lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly…
-
Using Free Let’s Encrypt SSL/TLS Certificates with NGINX
1. Download the Let’s Encrypt Client First, download the Let’s Encrypt client, certbot. As mentioned just above, we tested the instructions on Ubuntu 16.04, and these are the appropriate commands on that platform: With Ubuntu 18.04 and later, substitute the Python 3 version: 2. Set Up NGINX certbot can automatically configure NGINX for SSL/TLS. It looks for and modifies the server block in your…
-
system last reboot time command ubuntu
who -b command : Shows the time of last Linux system boot time. last -x|grep shutdown | head -1 : Use the last reboot and this command to display all the previous reboot date and time for the system.12 Dec 2020
-
Livepatch has fixed kernel vulnerabilities. System restart recommended on the closest maintenance window
To remove the repeating System restart recommended on the closest maintenance window message open the terminal and type:
-
How to enable all site confs with a2ensite
You need to navigate to /etc/apache2/sites-available and then run the command: It will enable all sites in the directory. (the files should be somthing like xxx.conf) And then reload apache using sudo service apache2 reload. So your command sequence should be like so:
