Forwarded from Bones' Tech Garage
"A quick link back to the beginner's videos for Linux. The videos will be the first post of the day."
https://t.me/BonesTechGarage/2304
https://t.me/BonesTechGarage/2304
Telegram
Bones' Tech Garage
"10 Things I Wish I Knew When I First Started With Linux"
https://www.youtube.com/watch?v=HIJ6LixbcAY
https://www.youtube.com/watch?v=HIJ6LixbcAY
π8β€1
The channel was left empty yesterday. Not intentional just got side tracked. Since 2021 we have covered basic Linux and phones. If someone were to comb our history from December 2021 till now and follow many of the tips and instructions, they would learn how to use Linux, and be almost an intermediate user. Back in the past we also had instructions for how to degoogle certain models of phones.
Content for beginners is hard to keep new. What we could use are suggestions about what you would like to see. Please leave your comments on the post before this one.
Content for beginners is hard to keep new. What we could use are suggestions about what you would like to see. Please leave your comments on the post before this one.
π22β€2
"A request for the usage of Anytype. It is a productivity app that is FOSS, and is very similar to an application that is closed source called Notion."
https://www.youtube.com/watch?v=Aio0e59vjg8
https://www.youtube.com/watch?v=Aio0e59vjg8
YouTube
Open Demo: Anytype for Creative Hobbyists & Professionals
On October 19 2023, we welcomed three passionate & talented Anytypers: Daniel, Rick, and Weston, to take the stage and present how they use Anytype to develop their creative passions and professions.
β° Timestamps:
0:00 - Intro
01:20 - Movie & TV show databasesβ¦
β° Timestamps:
0:00 - Intro
01:20 - Movie & TV show databasesβ¦
π11
π If you are using a different model of Pixel follow the instructions on the GrapheneOS Website. The below video is for showing you how to do it. Training purposes only.
π9
Forwarded from Tech Freedom
Hey all, here is a tutorial/demo of using the webusb installer to flash GrapheneOS onto a Pixel 3 XL.
https://rumble.com/v178p5r-grapheneos-webinstaller-demo-pixel-3-xl.html
https://rumble.com/v178p5r-grapheneos-webinstaller-demo-pixel-3-xl.html
Rumble
GrapheneOS Webinstaller demo - Pixel 3 XL
How to install Graphene OS on a Pixel 3XL (Crosshatch) 1: Webusb Installer 1. Follow the instructions on the website, here: https://grapheneos.org/install/web 1. Make sure your phone is FACTORY UNLOCK
π15
"Pacman is the Arch based distro package manager. It runs differently than APT or RPM/DNF (Fedora). Arch based distros usually bundle everything you will need into the package install."
https://www.fosslinux.com/47168/use-pacman-arch-linux.htm
https://www.fosslinux.com/47168/use-pacman-arch-linux.htm
FOSS Linux
How to use Pacman on Arch Linux | FOSS Linux
This article seeks to provide you with a basic overview and understanding of the usage and implementation of the Pacman package manager on an Arch Linux OS.
π12
"The Linux Business Line is based on RHEL which is Red Hat Enterprise Linux. What they are known for is how long their versions are supported. Businesses who have critical processes that can not be changed, or need very specific conditions to run consistently and with stability.
I personally can not recommend RHEL because of the recent James O'Keefe expose and they locked their source behind a developer paywall. There are downstream distros like Rocky, Oracle, CentOS Stream, that are all based on RHEL that offer a good experience while maintaining the stability and long term support.
https://access.redhat.com/support/policy/updates/errata
I personally can not recommend RHEL because of the recent James O'Keefe expose and they locked their source behind a developer paywall. There are downstream distros like Rocky, Oracle, CentOS Stream, that are all based on RHEL that offer a good experience while maintaining the stability and long term support.
https://access.redhat.com/support/policy/updates/errata
Red Hat Customer Portal
Red Hat Enterprise Linux Life Cycle - Red Hat Customer Portal
Red Hat offers subscription services for each major release of Red Hat Enterprise Linux throughout four life-cycle phasesβcalled Full Support, Maintenance Support 1, Maintenance Support 2, and an Extended Life Phase.
π13
"The Fedora Core that powers RHEL, and other workstation, server distros. Also can be used for personal computing. Using the DNF package system very similar to Debian in commands."
https://fedoraproject.org/
https://fedoraproject.org/
fedoraproject.org
Fedora Linux
An innovative platform for hardware, clouds, and containers, built with love by you.
π12
"The word package manager is used a lot and is how you get your software. Sometimes that might be confusing when you see three entries of the same things. There is a simple rule I use when choosing something to install.
Official Repository - Is always the most ideal place to get your software if it is available. This will be updated first and the system will let you know when updates are ready to install. This will also be the most compatible with the distro. It is curated by the maintainers of the distro.
Extra/Community - Some distros will have extra repositories available these can be added by default or you if you know what to do. These are well maintained alongside the official repo by the community or distro maintainers.
Flatpak - A universal repo that is maintained by the application developers. Considered distro agnostic but will be bloated as it includes everything for the app needed to run. Also installed without much in the way of permissions that may limit functionality until given correct permissions. Flatpaks are also not always included in the list of updates for your software often needing separate attentions. Especially if you use command line over GUI.
AUR - Arch based distros will have the option of the AUR which is user added software packages that need to be compiled before being usable. This repository can be very hit and miss and should only be used if you need something unavailable in the other lists."
Official Repository - Is always the most ideal place to get your software if it is available. This will be updated first and the system will let you know when updates are ready to install. This will also be the most compatible with the distro. It is curated by the maintainers of the distro.
Extra/Community - Some distros will have extra repositories available these can be added by default or you if you know what to do. These are well maintained alongside the official repo by the community or distro maintainers.
Flatpak - A universal repo that is maintained by the application developers. Considered distro agnostic but will be bloated as it includes everything for the app needed to run. Also installed without much in the way of permissions that may limit functionality until given correct permissions. Flatpaks are also not always included in the list of updates for your software often needing separate attentions. Especially if you use command line over GUI.
AUR - Arch based distros will have the option of the AUR which is user added software packages that need to be compiled before being usable. This repository can be very hit and miss and should only be used if you need something unavailable in the other lists."
π16
"If you are using an Arch based distro this is how you find and compile software from the AUR."
https://www.howtogeek.com/how-to-install-and-use-yay-on-arch-linux/
https://www.howtogeek.com/how-to-install-and-use-yay-on-arch-linux/
How-To Geek
How to Install and Use Yay on Arch Linux
Using the AUR is a lot nicer with Yay. We show you how to manually install Yay so you can access the AUR with ease.
π10
"One of the other things Linux can do, is compile and use software from source. This should be available on every distro and even BSD can compile and use 90% of Linux software. However this is for advanced users as it's not a user friendly process."
https://www.fosslinux.com/9686/how-to-install-a-program-from-source-on-linux.htm
https://www.fosslinux.com/9686/how-to-install-a-program-from-source-on-linux.htm
FOSS Linux
How to install a Program from Source on Linux | FOSS Linux
There are several packages that aren't compiled and are available as source code, and getting these installed may be challenging for newbies to Linux.
π13π2
"Another universal application method to install software to Linux."
https://rumble.com/v4bgdui-appimage-launcher-how-to-add-appimage-icons-to-your-applications-launcher.html
https://rumble.com/v4bgdui-appimage-launcher-how-to-add-appimage-icons-to-your-applications-launcher.html
Rumble
AppImage Launcher | How to add AppImage icons to your Applications Launcher
If you use AppImage packages on your Linux system, chances are your system displays them as generic looking icons, and most frustrating, they donβt appear in your Applications menu. Letβs fix that by
π12β€1
Forwarded from Libreware
Sapio
Open source, crowdsourced app you can get from F-droid which is designed to track and list which android apps will or will not work on a Gapps-free Android device.
Its searchable, per-app list has separate compatibility categories for straight AOSP/vanilla ROMs as well as devices with #microG.
For each one of those categories it will show a color-coded legend:
Green - works with no limitations
Yellow - works with some limitations
Red - Doesn't work at all
You can also contribute to #Sapio by sharing your personal app compatibility experiences. The more submissions they get, the handier this tool becomes for all of us. βΊοΈ
You can get the app here:
https://f-droid.org/en/packages/com.klee.sapio
https://github.com/jonathanklee/Sapio
Open source, crowdsourced app you can get from F-droid which is designed to track and list which android apps will or will not work on a Gapps-free Android device.
Its searchable, per-app list has separate compatibility categories for straight AOSP/vanilla ROMs as well as devices with #microG.
For each one of those categories it will show a color-coded legend:
Green - works with no limitations
Yellow - works with some limitations
Red - Doesn't work at all
You can also contribute to #Sapio by sharing your personal app compatibility experiences. The more submissions they get, the handier this tool becomes for all of us. βΊοΈ
You can get the app here:
https://f-droid.org/en/packages/com.klee.sapio
https://github.com/jonathanklee/Sapio
π₯10π6π1