mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Fixing up links, adding app links, adding specific app setup.
This commit is contained in:
parent
eed3407fbd
commit
38dec107ea
5 changed files with 45 additions and 17 deletions
|
|
@ -22,10 +22,6 @@ List of instructions, resources, steps for setting up a new computer
|
||||||
|
|
||||||
### [Environment Setup](../master/linux/Environment-Setup.md)
|
### [Environment Setup](../master/linux/Environment-Setup.md)
|
||||||
|
|
||||||
#### [NordVPN Configuration](../master/linux/NordVPN-Configuration.md)
|
|
||||||
|
|
||||||
#### [ProtonVPN Configuration](../master/linux/ProtonVPN-Configuration.md)
|
|
||||||
|
|
||||||
### [Useful Resources](../master/linux/Resources-Information.md)
|
### [Useful Resources](../master/linux/Resources-Information.md)
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,39 @@
|
||||||
|
|
||||||
## Software Applications
|
## Software Applications
|
||||||
|
|
||||||
- Bitwarden
|
- [Anydesk](https://anydesk.com/en/downloads/linux)
|
||||||
- Brave Browser
|
- [Bitwarden](https://bitwarden.com/#download)
|
||||||
- FileZilla
|
- Locally using flatpak
|
||||||
|
- [Brave Browser](https://brave.com/download/)
|
||||||
|
- [FileZilla](https://filezilla-project.org/download.php?type=client)
|
||||||
|
- Locally using flatpak
|
||||||
- Firefox
|
- Firefox
|
||||||
- Lutris
|
- [Lutris](https://lutris.net/downloads/)
|
||||||
- NordVPN
|
- [NordVPN](https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm)
|
||||||
- [Plex Media Player](https://knapsu.eu/plex/)
|
- [Plex Media Player](https://knapsu.eu/plex/)
|
||||||
- Postman
|
- Postman
|
||||||
- Piper
|
- [Piper](https://github.com/libratbag/piper)
|
||||||
- Proton Bridge
|
- [Local Reference](../master/linux/Resources-Information.md)
|
||||||
- Proton VPN
|
- [Proton Bridge](https://protonmail.com/bridge/install)
|
||||||
|
- [Bridge Setup](../master/linux/Proton-Bridge-Setup.md)
|
||||||
|
- [Proton VPN](https://protonvpn.com/support/linux-vpn-tool/)
|
||||||
- qBittorrent
|
- qBittorrent
|
||||||
|
- Locally using flatpak
|
||||||
|
- Thunderbird
|
||||||
- Transmission
|
- Transmission
|
||||||
- Signal
|
- [Signal](https://signal.org/download/#)
|
||||||
- Standard Notes
|
- Locally using flatpak
|
||||||
|
- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux)
|
||||||
- Steam
|
- Steam
|
||||||
|
- Locally using flatpak
|
||||||
- Sublime Text
|
- Sublime Text
|
||||||
- Synology Drive
|
- Locally using flatpak
|
||||||
|
- [Synology Drive](https://www.synology.com/en-us/support/download/DS918+#utilities)
|
||||||
- VSCode
|
- VSCode
|
||||||
- Yubico Authenticator
|
- Yubico Authenticator
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Flatpak Applications
|
## Flatpak Applications
|
||||||
|
|
||||||
- [Bitwarden](https://flathub.org/apps/details/com.bitwarden.desktop): `flatpak install flathub com.bitwarden.desktop`
|
- [Bitwarden](https://flathub.org/apps/details/com.bitwarden.desktop): `flatpak install flathub com.bitwarden.desktop`
|
||||||
|
|
@ -36,6 +48,8 @@
|
||||||
- [qBittorrent](https://flathub.org/apps/details/org.qbittorrent.qBittorrent): `flatpak install flathub org.qbittorrent.qBittorrent`
|
- [qBittorrent](https://flathub.org/apps/details/org.qbittorrent.qBittorrent): `flatpak install flathub org.qbittorrent.qBittorrent`
|
||||||
- [Transmission](https://flathub.org/apps/details/com.transmissionbt.Transmission): `flatpak install flathub com.transmissionbt.Transmission`
|
- [Transmission](https://flathub.org/apps/details/com.transmissionbt.Transmission): `flatpak install flathub com.transmissionbt.Transmission`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## App Image Applications
|
## App Image Applications
|
||||||
|
|
||||||
- [Plexamp](https://plexamp.com/#downloads)
|
- [Plexamp](https://plexamp.com/#downloads)
|
||||||
|
|
@ -59,3 +73,13 @@ Finally, run the application:
|
||||||
- `./{APP_IMAGE}.AppImage`
|
- `./{APP_IMAGE}.AppImage`
|
||||||
|
|
||||||
If you're prompted to create desktop shortcuts, choose Yes.
|
If you're prompted to create desktop shortcuts, choose Yes.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Specific App Install Instructions
|
||||||
|
|
||||||
|
## Signal Install
|
||||||
|
### Linux (Debian-based) Install Instructions
|
||||||
|
1. `curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -`
|
||||||
|
2. `echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list`
|
||||||
|
3. `sudo apt update && sudo apt install signal-desktop`
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
# Nord VPN Documentation on Debian, Ubuntu, Elementary OS, and Linux Mint
|
# Nord VPN Documentation on Debian, Ubuntu, Elementary OS, and Linux Mint
|
||||||
|
*https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm*
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
The *NordVPN* native application is the recommended option for connecting to NordVPN servers on your Linux device. We designed it with your experience in mind, giving easy access to features such as CyberSec, auto-connect, and automated Kill Switch.
|
The *NordVPN* native application is the recommended option for connecting to NordVPN servers on your Linux device. We designed it with your experience in mind, giving easy access to features such as CyberSec, auto-connect, and automated Kill Switch.
|
||||||
|
|
||||||
|
|
|
||||||
6
linux/Proton-Bridge-Setup.md
Normal file
6
linux/Proton-Bridge-Setup.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Proton Bridge Setup
|
||||||
|
- Setup: https://protonmail.com/bridge/install
|
||||||
|
|
||||||
|
## Thunderbird
|
||||||
|
https://protonmail.com/bridge/thunderbird
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## GUI
|
## GUI Setup
|
||||||
|
|
||||||
Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu
|
Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click m
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Mouse Support
|
## Gaming Mouse Support
|
||||||
|
|
||||||
- [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service)
|
- [Ratbagd DBus Daemon](https://github.com/libratbag/libratbag/blob/master/README.md#running-ratbagd-as-dbus-activated-systemd-service)
|
||||||
- [Piper GUI for Ratbagd](https://github.com/libratbag/piper)
|
- [Piper GUI for Ratbagd](https://github.com/libratbag/piper)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue