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

Both sides previous revision Previous revision
Next revision
Previous revision
installing_linux_mint_on_a_thinkpad_x230 [2017/12/29 14:42]
greg
installing_linux_mint_on_a_thinkpad_x230 [2017/12/31 17:13] (current)
greg
Line 2: Line 2:
  
 ====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 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. 
- 
-===Why Mint?=== 
  
 Mint is a distribution (call it a "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. Mint is a distribution (call it a "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.
  
-====Step by step====+====Let's do it!====
  
-===Burn the iso===+===Burn the image===
  
-Get the iso here : https://linuxmint.com/download.php +  * Get the ISO here : https://linuxmint.com/download.php I personnaly choose the XFCE version, it's the fastest, best choice for old computersYou can choose any server, I found the Manitoba one is pretty fast.
-I personnaly choose the XFCE version, it's the fastest. The Manitoba server is pretty fast, too.+
  
-While it downloads, get etcher : https://etcher.io/+  * While it downloads, get etcher : https://etcher.io/ .
  
-Once downloads are done, burn the iso on a usb key using etcher+  * Once downloads are done, burn the ISO on a usb key using etcher.
  
-===Boot from the live usb key===+===Boot from the live usb key===
  
-Boot from the usb key you just burnt and install.+  * Boot from the usb key you just burnt and install.
  
-===Custom changes===+====Extras steps====
  
-==Logo==+===- Changing logos===
  
-[[https://unix.stackexchange.com/a/401229t|changed the loading logo]], here is mine {{:mint-logo3.png?linkonly|}}+don't like their logo so I go through those extra steps :
  
-To change the session wallpaper, go to menu > system > login window+  * [[https://unix.stackexchange.com/a/401229|To change the startup logo]]. Here is mine {{:mint-logo3.png?linkonly|}}
  
-To change the menu logo, right click on it > properties+  * 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//== ==//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://www.opendesktop.org/s/XFCE/p/1175851/
  
 https://github.com/horst3180/arc-theme https://github.com/horst3180/arc-theme
 +
 +https://www.youtube.com/watch?v=RXV6FXVL6xI
installing_linux_mint_on_a_thinkpad_x230.1514587373.txt.gz · Last modified: 2017/12/29 14:42 by greg