I.T.
Used Commands :
Open Google Chrome (119 or higher).
chrome://flags/#chrome-refresh-2023
chrome://flags/#chrome-webui-refresh-2023
chrome://flags/#customize-chrome-side-panel
chrome://flags
Omnibox CR 2023 Action Chips.
Omnibox CR 2023 Action Chips Icons.
Omnibox Expanded State Height.
Omnibox Expanded State Shape.
Omnibox Expanded State Suggest Icons.
Omnibox Steady State Icons.
Omnibox Expanded State Colors.
Omnibox Expanded State Layout.
Omnibox Suggestion Hover Fill Shape.
How to share files from ubuntu server to windows - samba instalation and configuration
1. You must have installed certbot if not install with this command: apt-get install python3-certbot-apache -y
2. Generate your real ssl certificate with certbot let's encrypt with this command: certbot --apache -d filerun.example.com
3. Note: you must run this command with port 80 open
4. Copy this files from let's encrypt folder: /etc/letsencrypt/live/your.domain.name
5. Rename this files: fullchain.pem rename to nume domeniu.cert and privkey.pem rename to nume domeniu.key
6. Put this files on cockpit certicates folder: /etc/cockpit/ws-certs.d
7. chown cockpit-ws:cockpit-ws <nume domeniu.cert> <nume domeniu.key>
8. systemctl restart cockpit
1. Locate the name of your drive
lsblk
2. Create a mount point
mkdir /usb
chown -R www-data:www-data usb
chmod -R 777 usb
3. Create an entry in /etc/fstab
nano /etc/fstab
At the bottom of that file, add an entry like this:
/dev/sdd1 /usb ext4 defaults 0 0
4. Testing the mount
mount -a
How to add ondrej ppa source list on mantic minotaur
How to Install the new App Center in Ubuntu 22.04
Setari pentru host virtual pe porturi diferite in directoare diferite si subdomenii diferite