User Tools

Site Tools


installing_linux_mint_on_a_thinkpad_x230

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
installing_linux_mint_on_a_thinkpad_x230 [2017/07/06 11:49]
greg created
installing_linux_mint_on_a_thinkpad_x230 [2017/12/31 17:13] (current)
greg
Line 1: Line 1:
-=====Installing Linux Mint on a thinkpad X230=====+=====Installing Linux Mint=====
  
 ====Why?==== ====Why?====
  
-===Why Linux?===+Choosing Linux is encouraging a vision where consumers are not forced or trapped. It has a price though: there will be some well known softwares you won't be able to install. It is getting better nowadays, and, one of the ways to encourage companies to make Linux compatible software is by making it part of your workflow. The more people run it, the more developpers will consider making linux versions for their softwares. 
  
-Choosing Linux is encouraging vision where consumers are not forced or trapped. It has price though: their will be some well known softwares you won't be able to install. But it is getting better nowadays and the only way to have more software working in Linux is by installing it on your computer, and making it part of your workflow. Because the more people run it, the more developpers will consider making linux versions for their softwares. It is about values, what you believe in, and what you stand for.+Mint is a distribution (call it "flavour") made with the idea that it should work out of the box. It is also lightweight, and has a high compatibility rate with all the computers on the market.
  
-===Why Mint?===+====Let's do it!====
  
-Mint is a distribution (call it a "flavour") made with the idea that it should works out of the box. It is also lightweight, and has a high compatibility rate with all the computers on the market.+===- Burn the image===
  
-===Why an X230?===+  * Get the ISO here : https://linuxmint.com/download.php I personnaly choose the XFCE version, it's the fastest, best choice for old computers. You can choose any server, I found the Manitoba one is pretty fast.
  
-Lenovo is a brand focused on making well thought and pratical devices. On an x230 you will have usb 2.0 and usb 3.0, sd card reader, ethernet, and more. Want more? You can buy a dock, it is a station where you can connect a lot of things (screensgraphic cards, etc) and when you take out you laptop from your backpack, you just click it onto the dock, and suddenly everything is connectedOf course you can update/change/replace everything : RAM, HDD, etc +  * While it downloadsget etcher : https://etcher.io/ .
  
-Also the weight and size format of the x230 is very backpack friendly. And they are really sturdy.+  * Once downloads are done, burn the ISO on a usb key using etcher.
  
-Last : they are very cheap on ebay. Under 500$.+===- Boot from the live usb key===
  
-====Step by step====+  * Boot from the usb key you just burnt and install. 
 + 
 +====Extras steps==== 
 + 
 +===- Changing logos=== 
 + 
 +I don't like their logo so I go through those extra steps : 
 + 
 +  * [[https://unix.stackexchange.com/a/401229|To change the startup logo]]. Here is mine {{:mint-logo3.png?linkonly|}} 
 + 
 +  * To change the session wallpaper, go to menu > system > login window 
 + 
 +  * To change the menu logo, right click on it > properties 
 + 
 +===- Change the theme=== 
 + 
 +Arc theme : https://pastebin.com/ndGcRJ3e 
 + 
 +Icon pack https://github.com/PapirusDevelopmentTeam/papirus-icon-theme 
 + 
 +I go to Appearance, select "Arc", and under icons, "Papirus". Then in Window Manager, select "Arc-Darker"
 + 
 + 
 +===- Adding automatic free secure cloud backup=== 
 + 
 +I like to keep all my files constantly synced to the cloud, so if my computer is broken or lost, everything is backed up already. We could use dropbox or any other service, but you don't know what they do with your data. It is good pratice to encrypt anything you upload to the cloud, but we want something easy that isn't a hassle. It's kind of like before giving a letter to the postman, you put it inside an envelope. Not that you don't trust him, just good practice. As of today, i choosed :  
 + 
 +Cloud : yandex.disk. 10GB free, rock solid and fast, no icon in tray, command line interface (CLI). 
 + 
 +Encryption : Cryptkeeper using Encfs, super simple, discreet. 
 + 
 +  * __Installing Cryptkeeper and Encfs__ 
 + 
 +//sudo apt install encfs// 
 + 
 +//sudo apt install cryptkeeper// 
 + 
 +Run cryptkeeper, click on the tiny key in the tray, choose "New encrypted folder", choose a name and where you want to install it. For this exemple I will call it "Nuage" and create it in /home/username/ 
 + 
 +to continue... 
 + 
 +  * __Installing yandex.disk__ 
 + 
 +Download info : https://yandex.com/support/disk/cli-clients.html 
 + 
 +If it looks daunting, just download the 64bits .deb version and install it. 
 + 
 +Once installed, type : //yandex-disk setup//. Follow the instructions. They ask you to create an account, do it, and while you are there, delete everything they put inside. 
 + 
 +Continue the setup. When it asks for the path to the Yandesk disk folder, in our case, we select the .Nuage_encfs created with cryptkeeper earlier. Would you like to start Yandesk disk on startup? Yes. 
 + 
 +It's done! To test, click on the key in the tray and /home/username/Nuage. It's gonna ask for you phrase, type it, and your unencrypted folder appears as a mounted volume in your file browser. Drop a file in there, and observe the result on the yandex.disk web platform : it automatically uploads an encrypted version. 
 + 
 +Basically I put all my personnal files, work, everything i want to be backed up in real time in case my computer gets lost or damaged. All you need to do now is everytime you turn on your computer you need to click on the key in the tray, select the path, and type your phrase, and you can start working. 
 + 
 +You can optinnaly install a GUI https://github.com/slytomcat/yandex-disk-indicator/wiki/Yandex-disk-indicator 
 + 
 +If you want to remove Yandex-disk, just go into Software manager to do so. 
 + 
 +==//under construction//== 
 + 
 +got weird shadows, removed them https://unix.stackexchange.com/questions/245859/how-to-remove-the-transparent-field-around-the-plank-dock 
 + 
 +https://launchpad.net/~noobslab/+archive/ubuntu/icons/+files/ultra-flat-icons_1.3.2~trusty~Noobslab.com_all.deb 
 + 
 +https://pastebin.com/ndGcRJ3e 
 + 
 +https://www.opendesktop.org/s/XFCE/p/1175851/ 
 + 
 +https://github.com/horst3180/arc-theme 
 + 
 +https://www.youtube.com/watch?v=RXV6FXVL6xI
installing_linux_mint_on_a_thinkpad_x230.1499366955.txt.gz · Last modified: 2017/07/06 11:49 by greg