@Pantherina@feddit.de avatar

Pantherina

@Pantherina@feddit.de

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Remove preinstalled apps - Universal Android Debloater (github.com)

I just discovered this amazing app! It lets you remove (or just disable) preinstalled apps like Facebook, Netflix, etc. and system apps like samsung knox apps, diagnostic, bixby, and even One UI (but you must have installed other launcher). You can’t brick your device, worst case it falls into a boot loop and after 5 reboots...

Pantherina,
@Pantherina@feddit.de avatar

Not every app is graphical. Not all can be disabled.

Using “package manager” from F-Droid you can list them and simply use adb uninstall --user 0 APP for all apps. Copy paste, appname, thats it.

Just be sure to keep the logs to reinstall when needed?

Pantherina,
@Pantherina@feddit.de avatar

Do not use privatelock! It has the possibility to permanently lock your phone! For me it had a bug with the sensor and it was very hard to remove

Could use a "tl;dr guide" of sorts on how to use Android.

In other words… a “Use this to do that” guide. Or more specifically, how to customize it (Get rid of the wallpaper, use lower resolutions, set up apps to run on boot, permanently change scaling_min_freq, etc without the usage of third party apps) and where to find a decent/optimized version of it (Something like LineageOS?...

Pantherina,
@Pantherina@feddit.de avatar

Androids init system is very random. Use “Shelter” to isolate apps. Other apps will auto run if they want, or not if they dont. Its random.

Use GrapheneOS or LineageOS. On Pixels use GOS.

Try Termux, its a Linux container.

Developer options maybe.

Lineageos.org

Bookshelf speakers sound worse on linux

I have a budget PC and edifier r1280t bookshelf speakers. From day 1 of building my PC about 6 months ago, I was using fedora. I also have a MacBook pro and soon I realised that the speakers sound much better when connected to MacBook pro. I always thought maybe my motherboard dac is not good enough to drive these speakers. But...

Pantherina,
@Pantherina@feddit.de avatar

I think this additional dependency wont bother 90% of the people. Agree on EasyEffects

Pantherina,
@Pantherina@feddit.de avatar

Google, Meta and Samsung too. You can be 90% FOSS, 10% complete tracking. Thats enough

Pantherina,
@Pantherina@feddit.de avatar

Bullshit. Even the flatpak is not sandboxed very much. If you sandbox it totally then maybe. But I dont know.

Pantherina,
@Pantherina@feddit.de avatar

How most comments are either “I use X anyways” or “Edge seems to be a decent browser”

It is not. Has no tracking protection at all and itself tracks you a hell lot.

Its just a browser, no need to be tracked, for what in reverse? The same with Chrome, I dont get it?

Here is some actual MITM traffic analysis. Use Firefox Translate to translate.

kuketz-blog.de/microsoft-edge-datensendeverhalten…

Pantherina,
@Pantherina@feddit.de avatar

Just install Ubuntu, run unsnap, add some repos for Firefox (oe just use Flatpaks), remove extensions (is that possible?)

I would never use an older version of Ubuntu just to fix some things. The problems arent that huge.

But apart from that, why not Fedora? Its not actually that different if you dont depend on edgy software only available as .deb

Pantherina,
@Pantherina@feddit.de avatar

Thunderbird now has a really useful reminder popup for that!

Pantherina,
@Pantherina@feddit.de avatar

Yes I think too, but it got better or different or opt-out or anything, not sure.

Pantherina,
@Pantherina@feddit.de avatar

I tried so hard to annoy them but only hitting with a net worked

Pantherina, (edited )
@Pantherina@feddit.de avatar

I alias most of my flatpaks to autorun, made a tool for that called flatalias.

github.com/trytomakeyouprivate/flatalias

Also


<span style="color:#323232;">set fish_greeting
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias update='flatpak update -y &amp;&amp; notify-send -a Updater "Flatpaks ready" &amp;&amp; rpm-ostree update &amp;&amp; notify-send -a Updater "rpm-ostree ready"'
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias upfin='flatpak update -y &amp;&amp; rpm-ostree update &amp;&amp; shutdown -h now''
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias flatrm='flatpak remove --delete-data'
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias ls="ls --color=auto -GF"
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias reload="source ~/.config/fish/config.fish &amp;&amp; echo 'Fish-config updated'"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr conf "kate ~/.config/fish/config.fish &amp;&amp; source ~/.config/fish/config.fish &amp;&amp; echo 'Fish-config updated'"
</span><span style="color:#323232;">
</span><span style="color:#323232;">### NETWORKING
</span><span style="color:#323232;">abbr myip 'curl ifconfig.co'
</span><span style="color:#323232;">abbr netlisten 'netstat -plntu'
</span><span style="color:#323232;">abbr pingtest 'ping -c 2 wikipedia.de'
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr rpmq "distrobox enter -n fedora -- dnf search"
</span><span style="color:#323232;">abbr rstat "rpm-ostree status"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr rpmfind "rpm -qa | grep"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr flatinst 'flatpak install -y'
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr flatfind "flatpak list | grep"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr history-off 'set +o history'
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr sshcloud "ssh -i /home/user/.local/share/Cryptomator/mnt/SSH-keys/KEYNAME -p PORTNUMBER root@IP
</span><span style="color:#323232;"># and others
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr httpcode "curl --head --silent --output /dev/null --write-out '%{http_code}' "
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr "pin-this" "ostree admin pin 0"
</span><span style="color:#323232;">abbr "q" "exit"
</span><span style="color:#323232;">abbr c "clear"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr errors-boot "journalctl -b"
</span><span style="color:#323232;">abbr errors-last-boot "journalctl -b -1"
</span><span style="color:#323232;">
</span><span style="color:#323232;">function copy
</span><span style="color:#323232;">    if test -f $argv[1]
</span><span style="color:#323232;">        cat $argv[1] | wl-copy
</span><span style="color:#323232;">        echo "Copied to clipboard."
</span><span style="color:#323232;">    else
</span><span style="color:#323232;">        echo "Error: '$argv[1]' is not a file!"
</span><span style="color:#323232;">    end
</span><span style="color:#323232;">end
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr off "shutdown -h now"
</span><span style="color:#323232;">
</span><span style="color:#323232;">function findmod
</span><span style="color:#323232;">    set mod_path (whereis $argv[1] | cut -d' ' -f2)
</span><span style="color:#323232;">    kate $mod_path;
</span><span style="color:#323232;">end
</span><span style="color:#323232;">
</span><span style="color:#323232;">function mdtopdf -a filename
</span><span style="color:#323232;">  set -x name (basename $filename .md)
</span><span style="color:#323232;">  pandoc $filename -o $name.pdf | tee $name.pdf
</span><span style="color:#323232;">end
</span><span style="color:#323232;">
</span><span style="color:#323232;">function mdtoodt -a filename
</span><span style="color:#323232;">  set -x name (basename $filename .md)
</span><span style="color:#323232;">  pandoc $filename -o $name.odt | tee $name.odt
</span><span style="color:#323232;">end
</span><span style="color:#323232;">
</span><span style="color:#323232;">function mdtotex -a filename
</span><span style="color:#323232;">  set -x name (basename $filename .md)
</span><span style="color:#323232;">  pandoc $filename -s -o $name.tex | tee $name.tex
</span><span style="color:#323232;">end
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr rootfish "sudo -i fish"
</span><span style="color:#323232;">
</span><span style="color:#323232;">abbr eng "export LANG=en_US.UTF-8"
</span><span style="color:#323232;">abbr english "export LANG=en_US.UTF-8"
</span><span style="color:#323232;">alias conf='nano ~/.config/fish/config.fish'
</span><span style="color:#323232;">alias reload='. ~/.config/fish/config.fish'
</span><span style="color:#323232;">
</span><span style="color:#323232;">alias pipwire-restart="systemctl --user restart pipewire.service"
</span><span style="color:#323232;">
</span><span style="color:#323232;">function tarbrot #not yet fully working I think
</span><span style="color:#323232;">    if test -z $argv[1]
</span><span style="color:#323232;">        echo "Usage: tarbrot "
</span><span style="color:#323232;">        return 1
</span><span style="color:#323232;">    end
</span><span style="color:#323232;">
</span><span style="color:#323232;">    set folder $argv[1]
</span><span style="color:#323232;">    set tarball (basename $folder).tar
</span><span style="color:#323232;">    set brotli_file $tarball.br
</span><span style="color:#323232;">
</span><span style="color:#323232;">    # Start the timer
</span><span style="color:#323232;">    set start_time (date +%s)
</span><span style="color:#323232;">
</span><span style="color:#323232;">    # Create a tarball without compression
</span><span style="color:#323232;">    tar -cf $tarball $folder
</span><span style="color:#323232;">
</span><span style="color:#323232;">    # Display the time elapsed
</span><span style="color:#323232;">    set end_time (date +%s)
</span><span style="color:#323232;">    set elapsed_time (math $end_time - $start_time)
</span><span style="color:#323232;">
</span><span style="color:#323232;">    # Compress the tarball with Brotli
</span><span style="color:#323232;">    brotli $tarball &amp;&amp; rm -f "$tarball"
</span><span style="color:#323232;">
</span><span style="color:#323232;">    echo "Folder '$folder' has been tarred and Brotli compressed as '$brotli_file'"
</span><span style="color:#323232;">    echo "Time elapsed: $elapsed_time seconds"
</span><span style="color:#323232;">    echo "Size of compressed file: (du -h $brotli_file | awk '{print $1}')"
</span><span style="color:#323232;">end
</span>

I use fish btw, nice shell.

Pantherina,
@Pantherina@feddit.de avatar

<span style="color:#323232;">alias rpmfind='rpm -qa | grep'
</span>
Pantherina,
@Pantherina@feddit.de avatar

Let me tell you about the “Asse” in Lower Saxony, Germany…

There is no way to safely store nuclear waste. It makes entire landscapes unusable, it lasts nearly forever and… the waste management is done by the state, not the company!

Nuclear power is some capitalist bullshit that outsources the waste and risks to the state. Only in that case its profitable in any way.

Solar and Wind are so much easier, solar extremely. If we could change out loads, focus everything on the day and simply not use that much at night, we wouldnt even need that much wind. Decentralized, local networks of Solar Power are the future.

Pantherina,
@Pantherina@feddit.de avatar

Windmill blades are afaik way worse than solar panels. And again, as its capitalist, focussing on efficiency, price or even (who would expect?) planned obsolescence, these products may not be as repairable as possible.

For example, give up 2% efficiency but have the solar panel parts easily seperateable. Have every part modular, they may be bigger and heavier, but allow a circular economy.

Pantherina,
@Pantherina@feddit.de avatar

Really interesting things. Nuclear power is still non regenerative though. And I have no clear opinion on if its safe or not, just that its not really necessary.

No, costs for decentralized Solar would not be on the Individuals. Individuals are a Product of Capitalism, if you want to phrase it like this. They are consumers of electrical power and also now Producers. There should simply be an amount of solar power everyone can have, per capita for example. And for every person this power is then produced, on their roof or elswhere if its not fitting.

I have no clear plan, as consumers need to pay the consume. But for example having a tax-free lending (non native no idea how its called) would help

Pantherina, (edited )
@Pantherina@feddit.de avatar

Dont care, I just dont get all these US memes, so kinda seperating by country would make sense.

But if we dont allow political memes it doesnt scare the neonazis anymore and I dont like that.

Edit: I love how this polemic post has no downvotes

Pantherina, (edited )
@Pantherina@feddit.de avatar

Hoow do people use Plasma 6? I tried using KDE Neon unstable twice now. First install everything glitches, kickoff broken and updates dont work. Second install the installer is not even working.

Do they compile that stuff themselves?

Pantherina,
@Pantherina@feddit.de avatar

On my stupid Amd Thinkpad I have no virtualized GPU at all, so all VMs are a total pain. But on the new try it was literally the Neon Installer not finding user@user and cancelling

Pantherina,
@Pantherina@feddit.de avatar

Thanks I will test that!

Pantherina,
@Pantherina@feddit.de avatar

opens Ublock origin clicks on dropper icon selects the Ad moves the scale up to select the most high level element in “cosmetic filter” gone

Change my Mind! - I like the linux,but some things keeps me staying on Windows.

Recently, I switched from Windows to Linux, tried many distros, and ended up with the Ubuntu rolling-release. Things went well for some days, but I started facing some issues like printer issues, gaming performance issues, and overall Ubuntu performance issues. So, I switched to where it all started, which is Windows 10. Now...

Pantherina,
@Pantherina@feddit.de avatar

What is a Ubuntu rolling release? You mean Rhino Linux? Thats unofficial AF, not recommended at all.

Rolling: Opensuse Tumbleweed, Fedora, EndeavorOS, etc.

Pantherina,
@Pantherina@feddit.de avatar

Semi rolling something

Pantherina,
@Pantherina@feddit.de avatar

Sounds like malware games to me. Probably a windows user, probably disabled Defender.

Pantherina,
@Pantherina@feddit.de avatar

Poorly upgrades often only work manually. They are like dates, sometimes more happens, sometimes less, so they may be a bit random, but its good to wait a bit and then upgrade, as they introduce new possibly breaking changes. Meanwhile the old version (on Debian and Ubuntu even multiple ones) still get updates, mainly security fixes, but on Fedora I think there are none, so in a different way non-major updates

Apps that use google APIs (and similar) vs the webpage version - which is more private?

If I look at a news app on my iPhone, for example, I can see in iOS’s privacy report that the app is using various Google APIs for analytics, amongst others. I understand why (it’s free and easy for them) but means that despite the app not collecting data on me, Google still is....

Pantherina,
@Pantherina@feddit.de avatar

Website using Mull, Ublock origin and Noscript. Or on the Desktop Librewolf + the same

Pantherina,
@Pantherina@feddit.de avatar

There are different types of bread? Oh there is organic and cheap?

Wow sorry but if they outsource even the low income jobs they are so evil they dont deserve anything but that

Retro quick access on GrapheneOS??? (lemmy.ml)

Yo how’d our hommie sideofburritos get old school quick access on GrapheneOS? Is this just an old version? The video’s only a year old! So I’m on GOS Android 13 (aka big dumb quick access button purgatory), totally confused and totally jealous. I can only imagine an out of touch board testing a new android version and...

Pantherina, (edited )
@Pantherina@feddit.de avatar

The Android 11 menu really is so good…

LineageOS maintains these fixes:

  • seperate internet toggles
  • old navigation bar(I think)
  • long press for torch

Such a quality of life improvement

Pantherina,
@Pantherina@feddit.de avatar

It has no way to disable the text, even though EVERY android user knows these symbols forever. It only makes sense in some toggles.

No seperate internet toggles… so stupid.

Pantherina,
@Pantherina@feddit.de avatar

No oops, I hate it. I think Android 11 was it when it was just working.

Pantherina,
@Pantherina@feddit.de avatar

Hmm. My Plasma session for some reason takes ages to load. Compared to Windows instantly loading. Booting takes forever and its not customizable at all though.

Windows update is horrible. Fedora Kinoite already is soo much better while being completely stable, and regular linux distro updates are fine too.

Nearly every preinstalled app sucks. And there is no real Dolphin for Windows! There actually is some old version, but it doesnt use its Linux potential at all. On Win11 both the standard Filemanager and “Files Community” (which is extremely shady and needs a lot of Windows stuff to even instally) are slow as hell and use these horrible adaptive context menus, where especially the “create new” dialog is NOT at the top!!

I love Linux.

Pantherina,
@Pantherina@feddit.de avatar

But they have a point, how can people legally kill other people, will every case be checked?

My privacy journey and privacy questions

Online privacy: Best privacy related thing I’ve done is use a nickname. If I search my real name on Google, only two results show up (and my Instagram, but I deleted it) from the same site, my place in some school competition. That’s it! But if I search my made-up nickname… Github, Gitlab, Reddit, StackOverflow,...

Pantherina,
@Pantherina@feddit.de avatar

Create fake profiles with your name lol hahaha, keep track of every detail in a Keepass entry.

Seperate Profiles on GrapheneOS may be overkill. I use shelter work profile, so you have two. You can also seperate Google, VPN and everything, and you can quickly disable it and send data to it.

Dont get any cards of course. But please have a life, be in clubs, music, sports, activism, press, whatever you like.

Only a noone can be fully anonymous. I mean there are privacy youtubers, this is an oxymoron in itself. But otherwise they couldnt teach people

PSA: Stay away from wireless keyboards

I aways wondered if the communication channel between my wireless keyboard and the usb receiver-antena is secure. I never bother to reseach this. Today I figured out the practical way. I turned on my pc at work and I tried to type the first letter of my password. Nothing hapened. Then I started spamming that letter. Still...

Pantherina,
@Pantherina@feddit.de avatar

Hmm, do you want a keyboard with firmware updates that encrypts keybresses…

Or simply use USB?..

Pantherina,
@Pantherina@feddit.de avatar

I dont think regular (also not really privacy friendly) Firefox is more secure than hardened Firefox nightly.

Btw Mull from FDroid is a prehardened version of nightly.

Pantherina,
@Pantherina@feddit.de avatar

Runtimes are okay, the problem is there is no runtime package manager and often you have like 7 of them, which is horrible. But on modern hard drives also no problem.

Appimages cant be easily ran from terminal, you need to link then to your Path.

For Flatpak I made a tool that aliases their launch commands to be very easy.

Pantherina,
@Pantherina@feddit.de avatar

Uhm WHAT would be “privacy enhancing” about that?

Pantherina,
@Pantherina@feddit.de avatar

Does it work without Microsoft though?

Pantherina,
@Pantherina@feddit.de avatar

You can use Minecraft without an account?

Pantherina,
@Pantherina@feddit.de avatar

Okay but I mean those cars are pretty much useless in the near future, at least I hope so.

How to use ProtonMail in my Android phone without letting Google know about my Proton account?

I have been slowly degoogling my life by reducing my use of Google apps and switching to FOSS alternatives. I recently created a Proton account and tried to keep it completely isolated from my default Google account so as to not let it know what my Proton mail identity is. I have finished my transition in my desktop to the best...

Pantherina,
@Pantherina@feddit.de avatar

Yup but burner accounts seem impossible currently. But good point, I will try to create a new one

Tips on running multiple distros together on my laptop?

Hello all, sorry for such a newbish question, as I should probably know how to properly partition a hard drive, but I really don’t know where to start. So what I’m looking to do is install a Debian distro, RHEL, and Arch. Want to go with Mint LMDE, Manjaro, and Fedora. I do not need very much storage, so I don’t think...

Pantherina,
@Pantherina@feddit.de avatar

They do some mass production shit with lots of errors and apparently 100 people can live off a single Youtube Channel?

But I dont wonder. Their thumbnails are horrible and click baity, every single one. It already feels exactly like that.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • updates
  • drbboard
  • til
  • tech
  • programming
  • bitcoincash
  • testing
  • japanese_idols
  • All magazines