🖥️Ubuntu Desktop
Settings - Desktop
Change background image
cd ~/Downloads
wget https://images2.alphacoders.com/118/thumb-1920-1188102.jpg
gsettings set org.gnome.desktop.background picture-uri file:////home/eridian/Downloads/thumb-1920-1188102.jpg
gsettings set org.gnome.desktop.background picture-uri-dark file:////home/eridian/Downloads/thumb-1920-1188102.jpgRemove all desktop icons
gsettings set org.gnome.shell.extensions.ding show-trash false
gsettings set org.gnome.shell.extensions.ding show-home false
gsettings set org.gnome.shell favorite-apps "['org.gnome.Terminal.desktop']"Install SSH
sudo apt-get update -y
sudp apt-get install openssh-server -y
sudo systemctl start ssh
sudo systemctl enable sshSettings
Wi-Fi - Airplane mode -
CheckAppearance
Appearance -
DarkAuto-hide the Dock -
CheckConfigure dock behavior
Show Volumes and Devices -
UncheckShow Trash -
Uncheck
Power - Screen Blank -
Never
Install Chromium
sudo apt-get install -y chromium-browserOnscreen keyboard with arrow keys
sudo apt-get install onboardSet to favorites
Onboard settings
General
Auto-show when editing text -
UncheckShow floating icon when Onboard is hidden -
Check
Window
Dock to screen edge -
UncheckForce window to top -
Check
onboard didn't work on a Raspberry pi, so instead just use the default on-screen keyboard in the Settings -> Accessibility menu.
sudo apt-get install -y indicator-multiloadOpen the application directly by searching in the activities search bar so that it auto-starts on system restart
System Load Indicator
Edit the preferences
Change the top item in the
Indicator items...list (include the extra spaces to spread out the values)
CPU $(percent(cpu.inuse)) Mem $(size(mem.user))Change the
System monitor update intervalto2000
Settings - Terminal Preferences
Change terminal colors
Hamburger button in terminal -> Preferences -> Profiles
Rename "Unamed" to
Profile1Colors
Uncheck "Use transparency from system theme" and then check
Use transparent background(set to about25%)Palette
Built-in schemes -
XTerm
Check
Show bold text in bright colors
Create a
Profile2that's a clone ofProfile1This will be easier to work with when it's important to see everything very clearly
Colors
Uncheck "Use colors from system theme" and select
White on blackSet the background transparency to None
🖥️ 🖥️ Dual Monitor Configuration (with display link adapter)
Disable secure boot in the BIOS
https://github.com/AdnanHodzic/displaylink-debian
Press "Y" to everything that it asks to install
Last step will ask you to reboot the system
cd ~/Downloads
git clone https://github.com/AdnanHodzic/displaylink-debian.git
cd displaylink-debian/ && sudo ./displaylink-debian.shDeleting this made it start working
sudo dkms install -m evdi -v 1.14.1Restart to pick up config changes
sudo shutdown -r nowLast updated