

- Create X account
- Follow DJT
- Retweet/Favorite our lord’s tweet.
- Write some random shit and praise our lord.
- Repeat 2 and 3 everyday
First they come for the students, then next they’ll come for the usual business visas.
I guess it’s time to make my porn site bookmarks public for the sake of a visa. Maybe I should join a MAGA group on Facebook and praise our lord and savior, DJT.
On a serious note, does this cover ALL social media, including whatsapp too? So it is literally “you surrender everything just to study”. That’s fucked up.
If you’re a complete newbie, go Ubuntu. Yes, it’s boring but the community is huge. You can find a lot of answers about problems on reddit/ stack over flow…etc. Literally any Linux problem you have, a Google search of that will show many answers from Ubuntu community.
yeh the other day I accidentally swiped down and touched the Media section. It automatically played my music, eventhough the music app was off lol. Luckily it didnt play any “videos”…
yeh years ago, to get Linux working you might need an older computer because the kernels did not catch up yet. Nowadays, I can just buy any new computer and can be sure that 90% of my devices will work with it.
The only problem now is modern standby. Intel and AMD kept fucking up standby mode on laptops.
I owned 4 Samsungs: S8, S10e, S22 and S24 Ultra. Their products got worse. An example is the recent One Ui 7 update, it is just terrible: My notification area that works perfectly fine before, is now changed; my battery life got worse…etc.
Even if I ignore the update, Samsung products are just not great anymore. Remember when a Galaxy can take really great photos? Those days are gone. My S24 Ultra takes the worst pictures in comparison to a Xiaomi or Huawei. Heck, even the controversial Asus Zenfone 10 takes better picture. Sure the Galaxy has better Megapixels, but the AI bullshit makes it so the colors are all wrong.
With that said, you want to go for Pixel + GrapheneOS. Anything that is close to stock Android should be ok. Oh, and stay away from anything with a lot of AI.
That shortcut to switch between different virtual consoles is very useful. If somehow your desktop crashes, this can be used to login and fix.
Any software in Linux can be used in education, as long as the schools invest the time:
LibreOffice can create really nice documents and presentations too. Heck, some tasks are more straightforward in LibreOffice than MS. 99% of schoolwork is done in Office suite, so this is nice. Win for Linux
For stuff like coding in C or Python, it is even easier in Linux: download a compiler, open a text editor, type some codes then use terminal to run the codes in 10 minutes. In Windows, you need to download the stupid Cygwin and mess around with environmental variables to get Cygwin to recognize the libraries… Or if you want to automate things, MS Visual Studio will do that. The only downside is you will lose > 10 GB of space. Linux wins here again.
Anything more advanced will unfortunately Windows land. I’m talking about advanced image programs like Photoshop or professional video apps. But again, if you need them then might as well get a Mac. Another hiccup would be in CAD software: Linux just doesnt have a good app.
Hmm let’s try to isolate the bug to know if it’s sway or gdm messing up:
Try to disable gdm: sudo systemctl disable gdm.service
Logout/restart. You should be at the TTY, enter username and password to login. Then simply type sway
Now, test your sudo commands within this sway session. Do you still get the same bug?
Yeh I started with Fedora 41 on i3 and then did the upgrade to 42. Maybe there are issues during the upgrades? Idk
I just wiped my drive and reinstalled 42 because the issue is so annoying - you cant do shit unless you logout and log back in.
I tried Fedora KDE 42 - very nice but it hang on bootup (30 seconds after login) and randomly on suspend.
Guess I’ll just stick with the official Gnome - Fedora Workstation.
So when lid is closed, OS doesnt suspend or takes long to suspend? The best way is to use journalctl. Close the lid, wait 2 - 5 mins, then open it up and check most recent journalctl messages. Hopefully that gives you some clues.
Now, are you dual booting Windows? Try to check Bios if your laptop has any funny settings for power. On Lenovo, there used to be something like “Power scheme for both Linux and Window” button…
Lastly, xfce4-power-manager app really is just a GUI for your core systemd services. So… as a test, can you not autostart it? Xfce has a setting for that. Or just remove it, you can easily install it back later.
Once youre done, reboot back and check:
Does closing the lid make the laptop to go into suspend mode? If yes, great. Test again to see if behavior is erratic, i.e. sometimes it takes 5 sec to suspend, sometimes it does not suspend at all…etc.
If above fail, try to run “systemctl suspend” to check if suspend really works on your system.
if 1) and 2) fail, you can play around with /etc/systemd/sleep.conf script. Maybe uncomment “AllowSuspend” or something similar…
the simplest answer would be: just try them all by yourself and see which one fits. Try only the popular ones btw, otherwise you’d have a hard time finding supports.
Word of advice: dont mind the aesthetics, but pay attention to stuff like package managers / packages and community. Here is what I meant:
Unless you have special flavor from a distro like XFCE from Manjaro, any Linux distro can be made pretty. I can have Debian 12 on one computer and something like Arch on another, and I can still make both look exactly the same. So dont choose a distro just because it looks pretty, you can do that with any of them.
Packages and package managers are so important, those are how you get software on Linux. Debian has a lot of softwares in its repos. Arch’s main repos do not have as much, but its AUR repos allow a lot of softwares to be installed.
Do you like apt, the manager for Ubuntu/Debian? Or do you prefer dnf, the manager for Fedora and RHEL? Package managers are more of a style really. I like Fedora’s dnf but Arch’s pacman is way faster.
ONE OF US ! ONE OF US !
is this your production machine? If yes, dont type random commands until you know exactly what they are.
I know it’s Linux and you can try many things as you want, but unless you are very experienced, dont do it on your main laptop.
It is pretty difficult because you can do things like installing new enviroments or try out different hacks for free. If you really want to tinker, do it on a 2nd laptop or just in Virtual Machine.