17 Things To Do After After Installing Ubuntu 20.04

17 Things To Do After After Installing Ubuntu 20.04

  1. 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

sudo apt remove vim sudo apt install emacs

要查看或添加评论,请登录

Mohammad Daneshgar的更多文章

  • Qt Multithreading and Concurrency

    Qt Multithreading and Concurrency

    There are multiple ways to utilize threads in Qt. Here I show 5 ways: 1) First method is very similar to STD C++.

  • STM32 Bare-Metal

    STM32 Bare-Metal

    Microcontroller From scratch with STM32 : Lesson One In lesson zero we did a simple example using HAL drivers. Here we…

  • STM32 From scratch

    STM32 From scratch

    Microcontroller From scratch with STM32 : Lesson Zero First off you have to install STM32CubeIDE and have a STM32…

  • Throws and Self defense

    Throws and Self defense

    I've been practicing martial arts for more than two decades. I still train two times a day, one-hour session dedicated…

  • VHDL & C++

    VHDL & C++

    This prelude is neither about VHDL nor about C++ indeed it's about "to add some C++ codes to VHDL codes" or to put it…

    1 条评论
  • ???? ?? ?????? ??? ? ??? ??? ?? ?? ?? ?????

    ???? ?? ?????? ??? ? ??? ??? ?? ?? ?? ?????

    ?? ??? ??? ???? ??? ??? ? ??? ???????? ?? ???? ?? ????? ????? ?? ?? ???? ???. ?? ????? ?? ????? ?? ???? ???? ???? ?????…

  • Linux & EDA

    Linux & EDA

    Using Linux as your quotidian OS isn't just for computer savvies, coders or hackers, Linux is also the best bet of…

    1 条评论
  • From 5.6-liter V8 Sedan to 2.0-liter I4 crossover

    From 5.6-liter V8 Sedan to 2.0-liter I4 crossover

    I'm #survivalist and the catastrophe I'm preparing for is 2.0-liter I4 SUVs and illiterate celebrities being professors…

  • Smoldering Passion

    Smoldering Passion

    At one time, this was an adage to live by: follow your passion. At present, they say it’s “Awful”, “Crappy”, “Dump”…

社区洞察

其他会员也浏览了