The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


linux_annoyances

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_annoyances [2023.03.30 08:11] – [Install NordVPN] Steve Isenberglinux_annoyances [2023.03.30 08:36] (current) Steve Isenberg
Line 76: Line 76:
 Once you have installed these packages, go to file manager and click on the USB disk again to mount it. There is no need to replug the USB. It should be mounted straightaway. Once you have installed these packages, go to file manager and click on the USB disk again to mount it. There is no need to replug the USB. It should be mounted straightaway.
  
-====Install NordVPN==== +====Install and Use NordVPN==== 
-[20230330] This might be easy.Use the Terminal: +[20230330] In Terminal: 
-  - sudo apt-get update +Install or update 
-  - sudo apt-get upgrade +  - ''sudo apt-get update'' 
-  - sudo apt-get install nordvpn+  - ''sudo apt-get upgrade'' 
 +  - ''sudo apt-get install nordvpn'' 
 + 
 +Use 
 +  - ''nordvpn login'' (log in using browser) 
 +  - ''nordvpn set autoconnect enabled'' 
 +  - ''nordvpn connect''
 Done. Done.
 +
 ==older info== ==older info==
 from [[https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-and-Linux-Mint.htm]] from [[https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-and-Linux-Mint.htm]]
Line 99: Line 106:
   * ''nordvpn settings'' shows current settings   * ''nordvpn settings'' shows current settings
   * ''nordvpn status'' shows current status   * ''nordvpn status'' shows current status
 +  * ''nordvpn set threatprotectionlite enabled''
 +  * ''nordvpn set notify enabled''
   * ''man nordvpn''   * ''man nordvpn''
 +
 +====Install Zoom====
 +Instructions are for Mint, will likely work for Ubuntu and other Debian distributions.
 +  - Get the client. Browse to ''https://zoom.us/download?os=linux''
 +  - Select your Linux type (e.g., Mint) and OS Architecture (e.g., 64 bit)
 +  - Download the DEB installer
 +  - Open the download location using file manager
 +  - Right-click on the file manager and select Open in Terminal
 +  - ''sudo apt install ./zoom_amd64.deb'' (make sure it's the same file you downloaded you're installing)
 +If dependencies are missing, update the package database in Terminal by doing ''sudo apt update'' and then try the above again.
 +
  
 ====Other Programs to Consider Installing in Linux==== ====Other Programs to Consider Installing in Linux====
linux_annoyances.1680189105.txt.gz · Last modified: 2023.03.30 08:11 by Steve Isenberg