Fixed spelling in android fdroid and added linux directory plus setup started.

This commit is contained in:
Bradley 2020-05-08 17:20:14 -07:00
parent e2cc8590dc
commit 757bef2fd8
6 changed files with 114 additions and 2 deletions

View file

@ -1,2 +1,3 @@
# computer-setup-info
# Computer Setup Information
## Catalog of Computer resources
List of instructions, resources, steps for setting up a new computer

View file

@ -1,4 +1,4 @@
# FDroid Application for Android
# FDroid Applications for Android
- [andOTP](https://f-droid.org/en/packages/org.shadowice.flocke.andotp/)
- [AntennaPod](https://f-droid.org/en/packages/de.danoeh.antennapod/)

60
linux/Applications.md Normal file
View file

@ -0,0 +1,60 @@
# Linux Apps
## Software Applications
- Bitwarden
- Brave Browser
- FileZilla
- Firefox
- Lutris
- [Plex Media Player](https://knapsu.eu/plex/)
- Postman
- Piper
- Proton Bridge
- qBittorrent
- Transmission
- Signal
- Standard Notes
- Steam
- Sublime Text
- Synology Drive
- VSCode
- Yubico Authenticator
## Flatpak Applications
- [Bitwarden](https://flathub.org/apps/details/com.bitwarden.desktop): `flatpak install flathub com.bitwarden.desktop`
- [FileZilla](https://flathub.org/apps/details/org.filezillaproject.Filezilla): `flatpak install flathub org.filezillaproject.Filezilla`
- Plex Media Player: `flatpak install https://knapsu.eu/data/plex/tv.plex.PlexMediaPlayer.flatpakref`
- [Postman](https://flathub.org/apps/details/com.getpostman.Postman): `flatpak install flathub com.getpostman.Postman`
- [Piper](https://flathub.org/apps/details/org.freedesktop.Piper): `flatpak install flathub org.freedesktop.Piper`
- [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`
## App Image Applications
- Plexamp
- Standard Notes
- Yubico Authenticator
### App Image Instructions
Linux AppImage Instructions:
An AppImage is a self-contained instance of the application. Upon download, please move this file to a more permanent location on your system. You will need to keep this file for as long as you intend to use Standard Notes.
We'll move this file from your downloads to your home directory:
mv ~/Downloads/Standard-Notes-3.4.1.AppImage ~/Standard-Notes-3.4.1.AppImage
cd ~
Now, make the file executable:
chmod a+x Standard-Notes-3.4.1.AppImage
Finally, run the application:
./Standard-Notes-3.4.1.AppImage
If you're prompted to create desktop shortcuts, choose Yes.

25
linux/Desktop-Setup.md Normal file
View file

@ -0,0 +1,25 @@
# Desktop Setup
## Gnome Extensions
- [Dash to Dock](https://micheleg.github.io/dash-to-dock/)
- [gTile](https://github.com/gTile)
## Desktop Icon Creation
_Entry should exist in ~/.local/share/applications/_
_Entry should be AppName.desktop_
### Example Entry
`[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=~/{IMAGE_NAME}.AppImage Name={DESKTOP_NAME} Icon={IMAGE_LOCATION} MimeType=x-scheme-handler/xxx;text/html;`
### Entries Currently Using
- [Plexamp](https://plexamp.com/#downloads)
`[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/Plexamp-3.0.2.AppImage Name=Plexamp Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png MimeType=x-scheme-handler/xxx;text/html;`
- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux) `[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/Standard-Notes-3.3.5.AppImage Name=Standard Notes Icon=/home/bshellnu/Documents/Desktop Icons/StandardNotesIcon.png`
- [Yubico Authenticator](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here)
`[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/yubioath-desktop-5.0.1-linux.AppImage Name=Yubico Authenticator Icon=/home/bshellnu/Documents/Desktop Icons/YubicoAuthIcon.png`

View file

@ -0,0 +1,3 @@
# Coding Environment Setup
##

View file

@ -0,0 +1,23 @@
# Linux Resources
## Mouse Support
- [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)
## Internal Hard Drives
- [Auto-mounting on boot](https://www.liberiangeek.net/2012/04/auto-mount-windows-ntfs-partitions-in-ubuntu-12-04-precise-pangolin/)
## Gaming
## Lutris
- https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html
### Emulation
#### PS2
- https://forums.lutris.net/t/citra-and-pcsx2-runners-problem/8297
- https://forums.lutris.net/t/where-do-i-put-ps2-bios/4874