Difference between revisions of "Ubuntu 20.4"
| Line 1: | Line 1: | ||
==Installing Software== | ==Installing Software== | ||
===General Things=== | ===General Things=== | ||
| + | Install Languages following request | ||
| + | Install gnome-tweak-tool and synaptic | ||
| + | sudo apt-get install gnome-tweaks | ||
| + | sudo apt-get install synaptic | ||
| + | Choose Workspaces static. This and the number of workspace is changed with gnome tweak tool | ||
| + | Install Extras | ||
| + | sudo apt-get install ubuntu-restricted-extras | ||
| + | sudo apt-get install flashplugin-installer | ||
| + | sudo apt-get install nautilus-dropbox | ||
| + | sudo apt-get install libappindicator1 | ||
| + | sudo apt-get install rar | ||
| + | To enable Control-Alt-Backspace to kill X server | ||
| + | sudo dpkg-reconfigure keyboard-configuration | ||
| + | hit enter to accept curernt values until you get to the item Control-Alt-Backspace | ||
| + | |||
| + | To Hide User List in Ubuntu 18.04 Login Screen | ||
| + | Become root | ||
| + | |||
| + | sudo -i | ||
| + | Then switch to user gdm, which is required to run gsettings to configure gdm settings. | ||
| + | |||
| + | su gdm -s /bin/bash | ||
| + | Finally hide user list from login screen using Gsettings: | ||
| + | |||
| + | gsettings set org.gnome.login-screen disable-user-list true | ||
| + | Install unison | ||
| + | sudo apt-get install unison | ||
| + | sudo apt-get install unison-gtk | ||
| + | Install keepassx: use synaptic | ||
| + | Install sshd in the server | ||
| + | sudo apt install openssh-server | ||
| + | Then enable Xforward in /etc/ssh/ssh_config an /etc/sshd_config | ||
| + | |||
| + | To have passwords stored | ||
| + | sudo apt-get install libgnome-keyring0 | ||
| + | |||
===Skype=== | ===Skype=== | ||
===Telegram=== | ===Telegram=== | ||
Revision as of 16:57, 16 October 2020
Installing Software
General Things
Install Languages following request Install gnome-tweak-tool and synaptic sudo apt-get install gnome-tweaks sudo apt-get install synaptic Choose Workspaces static. This and the number of workspace is changed with gnome tweak tool Install Extras sudo apt-get install ubuntu-restricted-extras sudo apt-get install flashplugin-installer sudo apt-get install nautilus-dropbox sudo apt-get install libappindicator1 sudo apt-get install rar To enable Control-Alt-Backspace to kill X server sudo dpkg-reconfigure keyboard-configuration hit enter to accept curernt values until you get to the item Control-Alt-Backspace
To Hide User List in Ubuntu 18.04 Login Screen Become root
sudo -i Then switch to user gdm, which is required to run gsettings to configure gdm settings.
su gdm -s /bin/bash Finally hide user list from login screen using Gsettings:
gsettings set org.gnome.login-screen disable-user-list true Install unison sudo apt-get install unison sudo apt-get install unison-gtk Install keepassx: use synaptic Install sshd in the server sudo apt install openssh-server Then enable Xforward in /etc/ssh/ssh_config an /etc/sshd_config
To have passwords stored sudo apt-get install libgnome-keyring0