diff --git a/README.md b/README.md index 1147ede..802abf5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/FDroid-Applications.md b/android/FDroid-Applications.md index 00b74c6..725555c 100644 --- a/android/FDroid-Applications.md +++ b/android/FDroid-Applications.md @@ -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/) diff --git a/linux/Applications.md b/linux/Applications.md new file mode 100644 index 0000000..e1f542d --- /dev/null +++ b/linux/Applications.md @@ -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. diff --git a/linux/Desktop-Setup.md b/linux/Desktop-Setup.md new file mode 100644 index 0000000..2c9f8f4 --- /dev/null +++ b/linux/Desktop-Setup.md @@ -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` diff --git a/linux/Environment-Setup.md b/linux/Environment-Setup.md new file mode 100644 index 0000000..3fc9d71 --- /dev/null +++ b/linux/Environment-Setup.md @@ -0,0 +1,3 @@ +# Coding Environment Setup + +## diff --git a/linux/Resources-Information.md b/linux/Resources-Information.md new file mode 100644 index 0000000..e76395d --- /dev/null +++ b/linux/Resources-Information.md @@ -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