Install Linux Mint 20.1 Ulyssa Cinnamon
Install Linux Mint 20.1 Ulyssa Cinnamon
Mint
|
|
Disk Partitions
|
|
Git
Add the Official PPA by GIT, update the repository and then install Git.
|
|
Reference: How to Install Git 2.28.0 in Ubuntu / Linux Mint & CentOS?
Terminator
Just do this for old version 1.91.
|
|
For the latest, add the official PPA, update the repository and then install Terminator.
|
|
Reference:
Google Chrome
First, download the Google signing key and install it.
|
|
Set up the Google Chrome repository.
|
|
Update the repository index, install the stable version.
|
|
Reference: How to Install Google Chrome in Linux Mint 20
Hugo
Reference: Install Hugo from Tarball
Ibus-pinyin
ibus-pinyin is an input method for traditional Chinese. Here is the installation procedure.
|
|
To set ibus as preference by adding these environment variables into ~/.bashrc .
|
|
Add user
Script to add user
|
|
Evolution
|
|
Fonts
-
文泉驛正黑
1
sudo apt-get install fonts-wqy-zenhei
-
文泉驛微米黑
1
sudo apt-get install fonts-wqy-microhei
-
文泉驛點陣宋體
1
sudo apt-get install xfonts-wqy
-
文鼎字型
1
sudo apt-get install fonts-arphic-uming
如要安裝全部文鼎中文字型,可輸入以下指令:
1
sudo apt-get install fonts-arphic*
-
教育部標準楷書
1
sudo apt-get install fonts-moe-standard-kai
-
cwTex圓體
1
sudo apt-get install fonts-cwtex-yen
-
Noto Sans CJK (思源黑體)
-
先上官網(http://www.google.com/get/noto/) 複製DOWNLOAD ALL FONTS按鈕的網址,格式大概如下:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-unhinted.zip
-
進入一個新增的資料夾:
1 2
sudo mkdir /usr/share/fonts/truetype/Noto-unhinted cd /usr/share/fonts/truetype/Noto-unhinted
-
下載字型壓縮檔:
1
sudo wget https://noto-website-2.storage.googleapis.com/pkgs/Noto-unhinted.zip
-
解壓縮
1
sudo unzip Noto-unhinted.zip
-
update font cache and reboot
1 2 3
sudo fc-cache -f -v fc-cache -f -v sudo reboot
-
Reference:
Remmina
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks.
Remmina supports multiple network protocols in an integrated and consistent user interface.
The profile options relax-order-checks and glyph-cache, which are under profile’s advanced tab, need be enabled to make remmnia work in Raspberry Pi.
xfreerdp /w:1900 /v:MyDNSServername /relax-order-checks +glyph-cache
An official PPA with Remmina 1.4.7 release can be installed by copying and pasting this in a terminal:
|
|
Make sure Remmina is not running. Either close it, reboot, or kill it by pasting this in a terminal:
|
|
List available plugins with apt-cache search remmina-plugin. By default RDP, SSH and SFTP are installed.
|
|
Reference: How to install Remmina
Samba Client
Access network SAMBA share from Pi Client
Install required packages
|
|
Create directory for mount point
|
|
Create a credential file for saving the user name and password.
|
|
Save this credential file and change its permissions so it is not readable by others.
|
|
Create entries in /etc/fstab
|
|
Test it,
|
|
Typora
Typora is a truly minimal markdown editor.
Add repository server’s key by
|
|
or
|
|
Add Typora repository
|
|
Install Typora
|
|
Pdfunite
Pdfunite is a handy tool that can be used for merging to or more PDF documents. It is part of poppler-utils package, so install poppler utils, end up with pdfunite.
To install pdfunite, we’ll install the poppler-utils package as shown
|
|
To merge the PDF documents, the syntax will be as shown
|
|
Reference: How to Merge PDF Files on Linux
Open-vm-tools
Make sure open-vm-tools (and open-vm-tools-desktop if you’re using a desktop environment) are installed, and that you’ve rebooted after their installation.
|
|
Make sure you have a /mnt/hgfs directory made and empty. If not:
|
|
To mount the filesystem, run:
|
|
The shared folders will now be in subdirectories of /mnt/hgfs
Add the following line to /etc/fstab to set up auto-mounting
|
|
Reference: open-vm-tools and VMWare Shared Folders for Ubuntu guests
Tips
Symbolic Link
To create symlinks in Linux Mint Cinnamon: In the file manager (Nemo) open the View menu > Extra Pane.
Open the Desktop folder in one pane, and the source folder in the other pane. Click on the folder or file you want to symlink.
Hold down SHIFT-CTRL and drag the folder to the other pane. A symlink will be magically created.
Reference: Creating shortcuts