This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:mint_19.1 [2019/01/14 13:52] gcooper |
computing:linux:mint_19.1 [2019/01/16 20:20] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux Mint 19.1 (Tessa) ====== | ====== Linux Mint 19.1 (Tessa) ====== | ||
- | |||
- | FIXME Started from another page... | ||
**Review**: https:// | **Review**: https:// | ||
Line 24: | Line 22: | ||
- Boot the target PC with the bootable optical or flash media | - Boot the target PC with the bootable optical or flash media | ||
- The install process is mostly self explanatory | - The install process is mostly self explanatory | ||
+ | - In general, it's definitely simpler to avoid dual-boot (Windows + Linux) by utilizing the entire disk drive | ||
- Choose the ' | - Choose the ' | ||
- | ===== Update the New Installation | + | ===== Software and Updates |
==== Software Manager ==== | ==== Software Manager ==== | ||
Line 34: | Line 33: | ||
- Type '' | - Type '' | ||
- Select ' | - Select ' | ||
+ | - Search for the app you are looking for | ||
==== Install Additional Drivers ==== | ==== Install Additional Drivers ==== | ||
Line 45: | Line 45: | ||
- Enter your password (permission to modify the system) | - Enter your password (permission to modify the system) | ||
- You will usually want to install the recommended drivers | - You will usually want to install the recommended drivers | ||
+ | |||
+ | ==== Updates ==== | ||
+ | |||
+ | - Click the Menu (Start) button in the lower left corner | ||
+ | - Like in Windows, just start typing to search the menu | ||
+ | - Type '' | ||
+ | - Select ' | ||
+ | |||
+ | ==== Additional Software ==== | ||
+ | |||
+ | Linux Mint 19.1 is very functional upon installation, | ||
+ | |||
+ | Here are a few you might find useful: | ||
+ | |||
+ | ^App | ||
+ | |Brasero | ||
+ | |KeyPassX | ||
+ | |Audacity | ||
+ | |HandBrake | ||
+ | |Calibre | ||
+ | |Pidgin | ||
+ | |Dropbox | ||
+ | |||
+ | ==== Oracle Java ==== | ||
+ | |||
+ | :!: OpenJDK Java is pre-installed on Linux Mint 19.1. However, you can install Oracle Java, if you need to. We don't use Java much any more, so the built-in version usually works for us. | ||
+ | |||
+ | < | ||
+ | java --version | ||
+ | </ | ||
+ | |||
+ | If you need Oracle Java, you probably need a specific version. | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== Skype ==== | ||
+ | |||
+ | You must download and install a Linux app (.deb file): | ||
+ | |||
+ | https:// | ||
===== System Tweaks ===== | ===== System Tweaks ===== | ||
Line 104: | Line 144: | ||
- Select ' | - Select ' | ||
- You may want to right-click it and 'Add to panel' | - You may want to right-click it and 'Add to panel' | ||
- | |||
- | ===== Additional Software ===== | ||
- | |||
- | Linux Mint 19.1 is very functional upon installation, | ||
- | |||
- | ==== Software Manager ==== | ||
- | |||
- | - Click the Menu (Start) button in the lower left corner | ||
- | - Like in Windows, just start typing to search the menu | ||
- | - Type '' | ||
- | - Select ' | ||
- | |||
- | Here are a few you might find useful: | ||
- | |||
- | ^App | ||
- | |Brasero | ||
- | |KeyPassX | ||
- | |Audacity | ||
- | |HandBrake | ||
- | |Calibre | ||
- | |Pidgin | ||
- | |Dropbox | ||
- | |||
- | ==== Oracle Java ==== | ||
- | |||
- | **Java Test Page**: http:// | ||
- | |||
- | :!: OpenJDK Java is pre-installed on Linux Mint 19.1. However, you can install Oracle Java, if you need to. We don't use Java much any more, so the built-in version usually works for us. | ||
- | |||
- | < | ||
- | java --version | ||
- | </ | ||
- | |||
- | If you need Oracle Java, you probably need a specific version. | ||
- | |||
- | https:// | ||
- | |||
- | ==== Skype ==== | ||
- | |||
- | You must download and install a Linux app (.deb file): | ||
- | |||
- | https:// | ||
===== Firewall ===== | ===== Firewall ===== | ||
Line 155: | Line 153: | ||
===== Run Simple Windows Apps ===== | ===== Run Simple Windows Apps ===== | ||
+ | |||
+ | :!: **Don' | ||
:!: You can install wine from the Software Manager, but you might need to install multiple packages to get it to work. **The following procedure installs the latest stable version.** | :!: You can install wine from the Software Manager, but you might need to install multiple packages to get it to work. **The following procedure installs the latest stable version.** | ||
Line 168: | Line 168: | ||
sudo apt-add-repository 'deb https:// | sudo apt-add-repository 'deb https:// | ||
sudo apt-get update | sudo apt-get update | ||
- | sudo apt-get install --install-recommends winehq-stable | + | sudo apt-get install --install-recommends winehq-stable |
winecfg | winecfg | ||
</ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ==== Configure Font Smoothing in Windows Apps ==== | ||
+ | |||
+ | :!: Run these commands as a regular user. | ||
+ | |||
+ | < | ||
+ | wget http:// | ||
+ | |||
+ | bash winefontssmoothing_en.sh | ||
+ | </ | ||
+ | |||
+ | |||
===== Virtualization ===== | ===== Virtualization ===== |