- 28 Posts
- 34 Comments
Pop OS tiling is awesome. What I always try to do on tiling WM: set workspaces and spawn specific applications on specific workspaces. Not sure if Pop OS can do it, but on i3/dwm/sway…etc. you can freely spawn your applications wherever you like.
Try to play around with those DIY tiling environment. You will have a lot of fun if you like tinkering with stuff. Maybe one day you will run EXWM
Heard OpenSuse has OpenQA - apparently it is like an automatic test tool for packages.
the firefox, zen browser and libre wolf packages are concerning. The ttf ms font too. Those are very normal apps and unless you pay attention to the package name when doing “pacman -Syu”, you would fall for the malware.
If only we can compartmentalize all AUR packages. The download AUR sources iirc are already in something like $HOME/.paru. Installing is a different story, because these packages can put their executable all over the places: /usr/local/bin, $HOME/local/bin.
mazzilius_marsti@lemmy.worldto
Privacy@lemmy.ml•New US visa rules will force foreign students to unlock social media profiles
4·1 year ago- Create X account
- Follow DJT
- Retweet/Favorite our lord’s tweet.
- Write some random shit and praise our lord.
- Repeat 2 and 3 everyday
mazzilius_marsti@lemmy.worldto
Privacy@lemmy.ml•New US visa rules will force foreign students to unlock social media profiles
81·1 year agoFirst 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”…
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.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•[anecdote] You learn something new every day with linux
11·1 year agoThat shortcut to switch between different virtual consoles is very useful. If somehow your desktop crashes, this can be used to login and fix.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•I swapped the entire school computers to linux mint
81·1 year agoAny 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.
-
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•[SOLVED] Weird root permission issue on Sway which is not present in i3
2·1 year agoHmm 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.serviceLogout/restart. You should be at the TTY, enter username and password to login. Then simply type
swayNow, test your sudo commands within this sway session. Do you still get the same bug?
mazzilius_marsti@lemmy.worldOPto
Linux@lemmy.ml•Random freeze on Fedora i3 flavor (ver42)
2·1 year agoYeh 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.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•how to investigate unexpected power management behavior
5·1 year agoSo 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…
-
mazzilius_marsti@lemmy.worldOPto
Linux@lemmy.ml•Need advice on my setup: msata and 2.5 ssd.
1·1 year agodid you end up switch everything to the 2.5 ssd?
mazzilius_marsti@lemmy.worldOPto
Linux@lemmy.ml•Those who use DWM, how do you get the autostart scripts to work?
1·1 year agoi see, so the file names are:
autostart_blocking.shandautostart.shI dont need to create a weird file name like:
autostart.sh &But, whichever command I put in
autostart.shwill run as if I run in terminal with the&sign. E.g:dunst &to run in the background.
mazzilius_marsti@lemmy.worldOPto
Linux@lemmy.ml•Those who use DWM, how do you get the autostart scripts to work?
11·1 year agoyes, that is what I thought: so “dunst &” means to start dunst in the background. But the way they attach to the end of a file name is weird.
hows the search fuction in mutt? For eg, if i want to search an email thread from like 3 months ago, does it function well or do I need to open my broswer…
mazzilius_marsti@lemmy.worldOPto
Linux@lemmy.ml•Need help with setting up full disk encryption (FDE) where /home is on another drive.
2·1 year agoWell thanks everyone. I finally managed to get it to work on Arch. System has separate encrypted root and swap in LVM, and a separate encrypted home. It can suspend and hibernate. Below are my steps
DISK PREP
-
partition the main drive for your swap and root first. For me, it is a boot partition + an EFI + a LUKS container with LVM on top. Create your volumes. I use Arch, so format and mount them appropriately before pacstrap. Leave out mount point for /home.
-
Go to your other drive, follow: https://www.cyberciti.biz/hardware/cryptsetup-add-enable-luks-disk-encryption-keyfile-linux/
to create a LUKS container that is encrypted with: a keyfile and a password. Test both to make sure you can open the locked drive. Format and mount it at /mnt/home or where you want the /home to be.
- Pacstrap and then genfstab.
Important: Make sure to copy the keyfile from your archiso environment to your chroot environment aka your system. Otherwise, when reboot, the keyfile is gone. I put it in /root and set permission so only root can read.
AUTOMATIC UNLOCK
-
First, fstab. When you do genfstab, things should be fine. But just double check the UUID is correct for /home. Note in fstab, the UUID is the unlocked one: so the one with /dev/mapper/home. Change to noatime if you desire.
-
Second, crypttab. Assume you decrypt your LUKS home as “home”. Add this:
home uuid of the unencrypted home drive location of the keyfile luks
The link above said to just use /dev/sda, but imo UUID is safer if you have a removable drive.
- Third, grub. Edit your /etc/default/grub and append the following to GRUB_CMD_LINUX:
“rd.luks.uuid=UUID of the locked luks home drive”
FOR HIBERNATION
For some reasons, hibernation doesnt work out of the box. It works when I have everything in 1 drive, i.e 1 boot, 1 efi, 1 lvm on luks for /home, swap and /. The fix is simple:
-
add “resume” to /etc/mkinitcpio.conf. Add before “filesystems” . Rebuild your initramfs with mkinitcpio -P.
-
add to /etc/default/grub: “resume= uuid of the unlocked swap partition”. Or if you do LVM, just use “resume=/dev/vg/swap”.
Special thanks to bodaciousFern@lemmy.dbzer0.com and Lemmchen@feddit.org for giving me correct ideas about “rd.luks.uuid” and that LUKS can do both pass and keyfile.
-
What do you backup with dejadup? Everything under /home?

If you just want to play the game, then gaming works surprisingly well on Linux. Very well.
I have the same game on Steam running on 2 separate computers, Fedora and Win 11. On the Fedora one, everything is just rock solid. Heck, even when I am rendering some very intensive 3D stuff on another workspace for work and use 50% of the RAM, the game is still running. On the Win 11 laptop, random issues happen where my cursor dissapears and the entire desktop freezes.
OTOH, if you need the gaming accessories to work properly then I’m not sure, could be a 50/50. For eg, if your laptop has some proprietary sound card, then Linux might not be able to take advantage of that. On Windows, these should work OOTB.