• 0 Posts
  • 10 Comments
Joined 6 months ago
cake
Cake day: April 6th, 2024

help-circle

  • might be your smartphone browser/system is using some kind of proxy. this could explain that you are able to ping, but the browser shows access denied. if no log entries are generated on the server when trying to access it via browser, it has to be something on client side or inbetween. on grapheneOS check: Settings - Network and Internet - Internet - Wifi-Settings - choose edit at top right - then advanced. If proxy is not set to none, change it and test again.

    If this still doesn’t help, my last bet is some kind of duplicate IP



  • I second that! Been using it for ~4 years now and I so much prefer it to the old launchers. After installing it I completely stopped testing new launchers.

    Does anyone still remember the old (2010) launcher called slide it. Unfortunatly it was discontinued and I have always been searching for an adequate replacement. In Niagara I have found it.

    Anyway, back to why i like Niagara so much. With every other launcher the workflow is like this:

    • swipe up for menu
    • swipe 2-5 pages left or right till you reach your app
    • click your app icon

    which takes ages and is tedious.

    On Niagara I just swipe along the left or right edge until the letter my apps name is starting with appears and click the icon. That’s it.

    Having notifications beneath your favorite apps and an included media control app when audio is playing is superb. (I’m using the pro version). Calendar is aCalendar btw.

    Best few bucks I have ever spend for some android app.



  • see, you didn’t get the whole comic. 4 words out of a dicitionary with 2000 words has more combinations then a single uncommon non gibberish baseword with numeral and puction at the end. as long as the attacker knows your method.

    a dicitonary attack will not lower the entropy of 44 bits, thats what the comic is trying to say


  • TLDR; Windows crap, I love Linux

    Long read ahead, this resulted in a pretty big rant, but I feel better now:

    Windows has way more silly places. From registry to ini files, assemblies, common files, services, drivers…it’s everywhere.

    Do you know how an MSI packages for software installation work? Let me tell you, it’s a mess. An utter and complete garbage format. A database with hundreds of buggy functions, empty lines and internal inconsistencies. There wasn’t even a way to create them comfortably without paying for expensive software back then. Yea, im looking at you, flexera admin studio.

    I automated hundreds of custom software installations on 2000 clients from windows 2000 to XP to Windows 7 to Windows 10… for >10 years, so I know what I’m talking about.

    On Linux 99% of apps save global settings in /etc and usersettings in /home/user/.* or the newer way XDG_CONFIG_HOME.

    But since all is a file on Linux every config can simply be copied to restore or backup settings. Almost every tool has man pages. How hard is it to run man tool and read the specifics if you need help? Windows? Sometimes you got some help files in a strange format (.hlp?). Other then that, start the browser and ask Google.

    Linux package managing since 2003 has been better then it ever has been on Windows to this day.

    One command to update all components? Packages will be installed and removed automatically to fulfill the dependencies of the software you want to install? Every package is build by a trusty maintainer of the OS instead of some overworked windows engineer that needs to create profit.

    Do you know how Deb files work? They are simpel zips of the folder structure and files the software consists of. A textfile with metadata like maintainer, name, version and, very important: dependencies. Last but not least there are a two or three files that can contain scripts that need to be executed prior or past installation. That’s it. And you can do everything with it.

    On Windows you often are forced to find the right combination of weird parameters to ensure a program starts. commandlines like “c:\windows\powershell.exe -e cmd /c program name”, happen way more often then you would expect.

    On Linux I get: Global package manager and updates with trusted packages, no telemetry, more safety, no ads, better privacy…and many more.

    My personal opinion: I don’t understand how people can even question the superiority of Linux for personal devices.


  • I also think it’s a healthy attitude but at the same time it’s sad that people can’t trust their own devices any longer.

    Using your real name can have benefits, like metadata in office documents or things like that. If you are sure your devices are yours and secure, there shouldn’t be a reason not to use your own name. Unfortunately this isn’t the case anymore if you are using anything else but Linux



  • A few days ago I tried to install Windows 11 on the PC of a friend. It didn’t work because of missing SATA drivers. Anyway, I was shocked how many points there are where Microsoft or Apple (we used his mac to create the USB drive) tries to sell something (buy pro version of fan controll now) or wants your permissions to gather all your data.

    I convinced him to let me install debian. When it came to creating the default user he was hesitant to use his full name, because telemetry :D