Difference between revisions of "Mint Linux Distribution Reference"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
Line 1: Line 1:
 +
Mint Linux is based on Ubuntu.  Therefore, many of the customizations mentioned in [[Kubuntu and Ubuntu Linux Distribution Reference]] are applicable to Mint.
 +
 +
Also, reference [[New Linux Workstation Post Installation Tips]] for other post installation suggestions that apply to Mint.
  
 
== web browsers ==
 
== web browsers ==
Line 17: Line 20:
 
At the console prompt type:
 
At the console prompt type:
 
  /usr/bin/python3 /usr/bin/mintwelcome-launcher &
 
  /usr/bin/python3 /usr/bin/mintwelcome-launcher &
 +
 +
== Mint comes with a lame vim ==
 +
Get full vim
 +
apt install vim
 +
 +
== Put important LAN addresses in /etc/hosts ==
 +
This is primarily for the LAN file server or any machine you wish to access shares on, and only machines that have a static IP address.
 +
vi /etc/hosts
 +
You'll need this if you put any shares in /etc/fstab
 +
 +
  
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 21:35, 21 December 2017

Mint Linux is based on Ubuntu. Therefore, many of the customizations mentioned in Kubuntu and Ubuntu Linux Distribution Reference are applicable to Mint.

Also, reference New Linux Workstation Post Installation Tips for other post installation suggestions that apply to Mint.

web browsers

Uninstall Firefox and replace with the Firefox Extended Support Release so that you don't get forcefully upgraded to the dreaded Quantum 57.

  1. Open Software Manager
  2. In the search box type "Firefox" and click "remove"
  3. Close Software Manager
  4. Launch Software Sources (Menu button - Administration - Software Sources)
  5. Choose PPAs and +Add a new PPA
  6. enter: ppa:mozillateam/ppa
  7. Click "update the cache" and close Software Sources
  8. Open Software Manager
  9. In the search box type "Firefox-esr" and when located "install"

See also: Firefox , Favorite Firefox Extensions

launch Welcome Screen

At the console prompt type:

/usr/bin/python3 /usr/bin/mintwelcome-launcher &

Mint comes with a lame vim

Get full vim

apt install vim

Put important LAN addresses in /etc/hosts

This is primarily for the LAN file server or any machine you wish to access shares on, and only machines that have a static IP address.

vi /etc/hosts

You'll need this if you put any shares in /etc/fstab