- 15 Posts
- 47 Comments
mazzilius_marsti@lemmy.worldto
Linux Gaming@lemmy.world•other immutable gaming distros?English
2·29 days agoyeh currently trying out SecureBlue.
it is… interesting
lots of people recommend bitwarden, but i am more at peace with an offline password manager that i control like Keepass. You can also go the GNU route and use “pass” on Linux too
Or use a physical key like Yubikey to login
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Framework announced the Framework 13 Pro with full Linux compatibility from the Start
2·2 months agoi think the good alternative is to get a really fast drive and hibernate everytime you close the lid. Sure it’s slower to resume but with ssd that shouldnt be an issue. Or if Framework has 2 drives we can suspend the image to that 2nd drive then use the main drive to boot up off of it.
I was loaned a Macbook at my previous workplace. Didnt really use it much because my work apps do not work on Mac. So it sat on the shelves until the day I left the company (too much toxicity). I only used it once or twice when doing presentations. Anyway, that thing suspened pretty much 10/10. The power save is better too: i closed the lid on Sunday night and next Sunday, when open up the lid the battery was at 95%.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Framework announced the Framework 13 Pro with full Linux compatibility from the Start
9·2 months agogood battery life is nice, but does Linux’s bibernation or suspend work reliably on this? Asking because coming from Lenovo, the power performance is not a problem but it is the power management. Unless I am on a Window version specifically for that Lenovo laptop or I am on a Mac, there is always that 10% chance the laptop will fail to suspend properly.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Systemd preparing to comply with age verification laws
7·3 months agoI’m a noob when it comes to deep linux stuff.
So how does this affect end users and are we at risk of leaking personal info? It looks to me they are adding a birthDate field along with other meta data. Will these metadata be sent to whatever local authorities or whatever data hoarder on the web (like Google) without user consent?
I meant what stops me from listing false info like: Name: Biggus Dickus DOB: 06/09/1969 Nationality: Spartan …etc. ?
I usually use systemd for stuff like hibernate/suspend, e.g.
systemd suspend
and if on i3wm, I edit configs for sleep and lid close in /etc/systemd/sleep.conf
Are these affected too?.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Systemd preparing to comply with age verification laws
2·3 months agoHolyC is the real C
mazzilius_marsti@lemmy.worldto
Linux Gaming@lemmy.world•CachyOS Is Now the Most Popular Desktop Distro on ProtonDBEnglish
2·3 months agoagree. I used to have time to tinker and if things break, I distro hop. Dont have time for that now, I want things to work.
Suspend , hibernation and resume
yes laptops may seem like they suspend and hibernate and resume properly on Linux. But they do not work reliably. Back in 2010, you could have laptop running hot inside your backpack just because it failed to suspend on lid close. Fast forwars to 2026, the lid close action works but for me, there are still small chances that it doesnt suspend properly or slow to suspend. I blame Intel and Micro$oft for the new standby mode.
As much as I hate Macs, those fucking money grabbers suspend 200% well. I dont care if you’re alert or drunk or 30,000 ft in the air, if you close on the lids on these laptops, they suspend quickly.
the only way i would consider popos is that it has a built in recovery mode. So literally you can reinstall your OS or just general troubleshoot without using a usb. Very handy.
It is something I’ve been trying to get to work on other system without success lol.
ffs stop using popos
Put Fedora gnome workstation and be done with it. Heck, put Linux Mint XFCE and I guarantee he wont even need to reinstall the OS unless the hardware breaks
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Can i install Debian with no DE and mix programs from several DEs?
3·5 months agoYes it is very much doable and you can get a functional system. But there can be 2 main problems for your case:
-
you would literally install Debian and choose nothing (no DE just a bare minimum). On Arch, this is easy because it came with some packages or you can install during live to get wifi working. On Debian , last I heard you need to do some dhcp wizardry.
-
cross apps compatibility. This is very serious. Even “lightweight” DE like xfce has a lot of hidden stuff that helps to run your notifications , powers and brightness/volume. And that does not count it you want stuff from Gnome or KDE: they even have more special libraries. In your case, the worst scenario would be to have multiple libraries/configs from different DE and they try to do the same thing. This is very hard to debug and maintain.
Point 1) is not as bad, if you use an Ethernet or somehow connects to the internet. It is only for the 1st phase where you install stuff though. After that you can just use the DE’s network manager.
Point 2) should not be a problem IF you are running a window manager. The reason is that in these setups you can choose exactly what you want without messing up…On DE you can too, but you migght break things. For eg, choose dunst for notitication or xfce4-notifyd. On a mixed DE setup? Bad idea imo.
-
Windows Updates
Got an update while finishing a large project for work. Tried to postpone updates, Micro$oft said no and reboot anyway. Rebooted and waited 2 hrs for the “Please Wait” to go away.
Oh yeh and also the in your face OneDrive adware. I swear, every single time I update, the laptop keeps asking if I want to sign into onedrive.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?
12·6 months agoI’m allowed my own laptop cuz most of my work is ssh to a server and fix shit. You have to register your laptop on the network first though.
Office, Team: these can work via the browser if your company/organizations pay for the subscription. In fact, the web versions run much better than the standalone desktop ones for me.
Code editor, terminal, programing in general: These work much much better in linux. You open a terminal and you write commands to install stuff. Editors are even easier, i.e. nano, vim, vscode, emacs… etc. just pick your poisons…
Email: now I login to my exchange email using the browser. That works for 100% of the stuff I need to do: basic emails stuff, accept/decline meetings…etc. Unless you absolutely need to use Outlook, there should be no problems.
Now… the real problem lies in specialized software like CAD, CAE tools. I like Linux but there isnt a free CAD / CAE tool that is comparable to what the industries are using. In academic? absolutely you can use for research.
Fedora then? Just choose the default Workstation. Easy to setup. Easy to do stuff too.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•What are some bare minimum concepts beginner Linux users should understand?
7·8 months agoeverything is a file lol, unlike on Windows where a lot of things are GUI based:
- Want to change your grub font size? Heres a file.
- Your python gives dependencies errors? Well, because the libraries (aka files) are in a different directory.
- want to change your password and username? Heres a file to change …so on and so forth
On Linux you have a lot of power, can use sudo to make changes to a file. If you know what youre doing, great. If you dont, system can break. Even without sudo, a misplace / mistype of files in the /home directory can cause weird stuff.
So TLDR is: be careful when make changes to files on Linux. Dont listen to stranger on forum who gives out command to paste and run. Do your research what the command does.
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•This is the only Windows thing left on my computer
2·9 months agocould just replace it, no? Unless your keyboard is weird, the size of window key is pretty standard right?
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Sonetimes i feel like its a lot of work to stick with linux
31·9 months agodepends what you do, tbh. If you try to get a 3D program (that works well in Windows) to work on Linux, or try to get a game running as smooth as it is on Windows, then you are in for a lot of work.
But if your usage involves: simple web browser / email, codes, file operations. Then Linux is just plug and play, even much simpler than Windows. No ads, no constant updates nagging.
Linux just leaves you alone, if you mess some thing up it is you fault. On my Win 11 laptop, I got logged off by the damn OS just for it to display a popup with something bullshit like “Sign in to OneDrive to protect your PC”
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Linux phones are more important now than ever
5·9 months agoWould a pixel phone running GOS be future proofed, or one day Google can just push out some hidden updates that prevent you from running it at all?
mazzilius_marsti@lemmy.worldto
Linux@lemmy.ml•Do you guys just have flawless experiences or what?
6·10 months agoi’d recommend trying things out first. You are still in the beginning phrase, so try different distros. When you do, look for stuff like
-
forum support. Is it popular ? Ubuntu Studio may not be as popular as vanilla Ubuntu and even when theyre from the same family, you can expect minor differences.
-
i know this is not Windows. But say your OS is corrupted, how fast and easy it is for you to reinstall?
Example: Pop OS has a dedicated partition to reinstall the OS right in the grub menu - you dont need a separate USB drive for this. On the other hand, Archlinux requires you to mount the partitions correctly (yout home, root…etc), then you can go and fix your systems.
- do you like how the package manager work? I dont like Ubuntu because it has these different sources that can get convoluted. Arch’s AUR can be very messy. Fedora for me is the way because I like DNF. Plus, its syntax is easy to remember.
-

Sorry my hands are busy
`C - x 2’
C -x C-f ~/.emacs.d/init.elC-x C-s