Uday's website
Published on Uday's website (https://uday.net)

Home > How to set up Ubuntu 20.04 laptop

How to set up Ubuntu 20.04 laptop [1]

Submitted by uday [2] on August 4, 2021 - 8:26pm

Recently, I could not boot into my laptop because the laptop ran out of space. No attempt to resize sda was successful. Since the disk was encrypted, I could not even access my data files.

I had to wipe out my current installation of Ubuntu 18.10 and install Ubuntu 20.04

Here are the steps I had to take to get the laptop ready.

0. Create Ubuntu iso image CD and install Ubuntu 20.04 onto laptop.

1. Install Mullvad VPN client [3]

2. Customize Firefox browser

3. Install Mega.nz [4]

4. Install KeePassXC

5. a) Create SSH key, b) add SSH key to the SSH agent and then c) SSH Private key to ssh-agent to our default path

$ssh-keygen -t rsa -b 4096 -C "email"

$eval "$(ssh-agent -s)"

$ssh-add ~/.ssh/id_rsa

6. Now copy the SSH key to your respective servers using followiing command

$ssh-copy-id -i ~/.ssh/id_rsa.pub YOUR_USER_NAME@IP_ADDRESS_OF_THE_SERVER

More information to add SSH public key to server is provided here [5].

7. Install Ruby, Ruby on Rails, Git, PostgreSQL [6]

8. Upgrade Git to latest version [7]

9. Upgrade npm to latest version

$sudo npm install npm@latest [8] -g

10, Install Atom editor [9] and useful atom packages [10].

11. Use rbenv [11] to switch between ruby versions.

$rbenv install -l

$rbenv install <version>

12. Install Hey mail [12] (Instructions for installation on Pop!_OS [13] run from terminal as $hey-mail )

 

Rating: 
Tags: 
Ubuntu [14]

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/how-I-set-up-ubuntu-laptop

Links
[1] https://uday.net/how-I-set-up-ubuntu-laptop [2] https://uday.net/user/1 [3] https://mullvad.net/en/help/install-mullvad-app-linux/ [4] https://www.linuxbabe.com/ubuntu/nstall-mega-nz-cloud-drive-ubuntu [5] https://linuxhandbook.com/add-ssh-public-key-to-server/ [6] http://gorails.com/setup/ubuntu/20.04 [7] http://lifeonubuntu.com/upgrading-ubuntu-to-use-the-latest-git-version/ [8] mailto:npm@latest [9] https://linuxize.com/post/how-to-install-atom-text-editor-on-ubuntu-20-04/ [10] https://wpdatatables.com/best-atom-packages/ [11] https://github.com/rbenv/rbenv [12] https://www.hey.com/apps/ [13] https://linuxhint.com/install-snap-packages-pop-os/ [14] https://uday.net/taxonomy/term/85