17 Things To Do After After Installing Ubuntu 20.04
- Create Progs (working directory for programming) and Books
$ mkdir Progs Books
2. Install vim Text Editor
$ sudo apt install vim
3. Install The Development Tools Packages for Debian
$ sudo apt install build-essential
The command installs a few packages including gcc and make.
4. Install OpenConnect client for VPN and Tor
$ sudo apt install openconnect $ sudo apt install torbrowser-launcher
5. Install Git and OpenSSH
$ sudo apt install openssh-server openssh-client $ sudo apt install git
6. Setup Your Mail Account with Thunderbird
7. Install Skype and Telegram and Slack and pCloud
8. Install and Setup i3 Tilling Windows Manager
$ sudo apt install i3
9. To watch videos on LinkedIn and other websites
$ sudo apt install libavcodec-extra
10. Install uGet Download Manager and Vuze BitTorrent Client
$ sudo apt install uget $ sudo snap install vuze-vs
11. Install Simplenote and QOwnNote
$ sudo snap install simplenote $ sudo add-apt-repository ppa:pbek/qownnotes $ sudo apt install qownnotes
12. Install IRC clients: XChat and Irssi
$ sudo apt install xchat irssi irssi-scripts
13. Install dictionaries: Dict and GoldenDict and Artha
$ sudo apt install dict goldendict artha
14. Install Kazam for screen recording
$ sudo apt install kazam
15. Install View Your Mind and TaskJuggler and ProjectLibre
$ sudo apt install vym $ sudo apt install tj3 $ sudo snap install projectlibre
16. Install daily organizers Osmo and khal
$ sudo apt install osma khal
17. Install VLC and Audacity
$ sudo apt install vlc audacity
R&D chez CEA
4 年sudo apt remove vim sudo apt install emacs