ubuntu_desktop_information
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu_desktop_information [2025/11/24 07:20] – mike | ubuntu_desktop_information [2025/11/27 19:59] (current) – mike | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This is a collection of useful information I am acquiring in regards to running Ubuntu Desktop (GUI). | This is a collection of useful information I am acquiring in regards to running Ubuntu Desktop (GUI). | ||
| ---- | ---- | ||
| + | ===== System Customization/ | ||
| + | Increase screen timeout to more than 15 minutes (which is the longest that can be chosen from Preferences): | ||
| + | gsettings set org.gnome.desktop.session idle-delay [seconds] | ||
| + | Adjust the amount of time between the screen blanking and the screen locking (defaults to 0 seconds): | ||
| + | gsettings set org.gnome.desktop.screensaver lock-delay [seconds] | ||
| + | | ||
| ===== Hardware-Specific Information ===== | ===== Hardware-Specific Information ===== | ||
| ==== Using a dock with a laptop running Ubuntu ==== | ==== Using a dock with a laptop running Ubuntu ==== | ||
| Line 17: | Line 23: | ||
| ===== Application-Specific Information ===== | ===== Application-Specific Information ===== | ||
| + | I'm currently on the fence regarding all the different methods of installing packages in Linux. | ||
| ==== Discord ==== | ==== Discord ==== | ||
| - | [Installation instructions will go here] | + | Install from the Ubuntu Software Store (orange briefcase) |
| ==== KeePassXC ==== | ==== KeePassXC ==== | ||
| - | [Installation instructions will go here] | + | Add the KeePassXC Personal Package Archive (PPA): |
| + | sudo add-apt-repository ppa: | ||
| + | Update the package list: | ||
| + | sudo apt update | ||
| + | Install KeePassXC: | ||
| + | sudo apt install keepassxc | ||
| ==== NextCloud ==== | ==== NextCloud ==== | ||
| - | [Installation instructions will go here] | + | Add the NextCloud Personal Package Archive (PPA): |
| + | sudo add-apt-repository ppa: | ||
| + | Update the package list: | ||
| + | sudo apt update | ||
| + | Install the Nextcloud Desktop Client: | ||
| + | sudo apt install nextcloud-desktop | ||
ubuntu_desktop_information.1763997613.txt.gz · Last modified: by mike
