- I've come to realise that I simply do not like Apple products period.
- I wanted to Install Ubuntu on it anyway
- Not a programmer-friendly machine
- The battery is dead, it lasts for about 45 minutes and it's very expensive to replace.
I've been contemplating doing this, simply because I was thinking of drivers compatibility and the difficulty of reverting back should it not work.
Basically, I need these three components:
- Ubuntu 18.04 LTS - Download the .iso image. I prefer a Long Term Support(LTS) rather than normal releases, mainly because of stability, security patches, maintenance and support by Landscape, Canonical's enterprise-oriented server management toolset
- UNetBootin - UNetbootin allows you to create bootable Live USB drives for Ubuntu and other Linux distributions without burning a CD.
- USB drive, minimum 4GB
Things to install after installing Ubuntu
- Install Snap
sudo apt install snapd -
Install media codecs using the Ubuntu Restricted Extra package.sudo apt install ubuntu-restricted-extras
-
Prolong your battery and prevent overheatingTLP is a wonderful tool that controls CPU temperature and extends your laptops’ battery life in the long run.sudo apt install tlp tlp-rdwsudo tlp start
-
Install SimpleScreenRecordersudo apt install simplescreenrecorder
-
Install skype using latest .debsudo apt install ./skypeforlinux-64.deb
-
Install Flat Remix Gnome theme using the following PPA in Ubuntu and Linux Mint.sudo add-apt-repository ppa:daniruiz/flat-remixsudo apt-get updatesudo apt-get install flat-remix-gnome
-
Install Pop theme using the following PPA in Ubuntu and Linux Mint.sudo add-apt-repository ppa:system76/popsudo apt updatesudo apt install pop-theme
-
To unlock the grayed out Shell icon theme option in Tweakssudo apt install gnome-shell-extensionsEnter your password, and then type “Y” to confirm when prompted.Log out, and then log back in after installing the extensionsLaunch the Tweaks application, click “Extensions” in the sidebar, and then enable the “User Themes” extension.
- Install Visual Studio Code (I will create a small blog with all of my favourite extensions and themes later)
Download .deb file from https://code.visualstudio.com/download -
Installing IntelliJ and phpStorm from Snapsudo snap install intellij-idea-ultimate –classicsudo snap install phpstorm –classic
-
Installing XAMPPXAMPP Linux FAQ: https://www.apachefriends.org/faq_linux.htmlsudo /opt/lampp/lampp startsudo /opt/lampp/lampp stopsym-linking the PHP library from file and refer to this php file path /usr/bin/php wherever required: sudo ln -s /opt/lampp/bin/php /usr/bin/php
-
Installing JDK 12
-
Install Slacksudo snap install slack --classic
No comments:
Post a Comment