linux

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

jagot, in what's your opinion on typst?

Without having tried typst myself, I would still recommend learning LaTeX, if you’re ever looking to publish in a scientific journal; most journals accept submissions in either Word (which in my mind is a very painful tool to use, especially when it comes to typesetting and equations) or LaTeX. They then typically convert the input to some internal format, but are probably unlikely to add support for new formats.

If you only ever intend to write documents for your own purposes, use whichever format you like the best; I personally use Emacs Org-mode and LaTeX export.

tuto193, in what's your opinion on typst?

Typst is awesome and sooo fast! I literally ported my thesis mid-way to it and haven’t looked back since. Love it all the way.

blashork, in NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness
@blashork@hexbear.net avatar

Jesus fucking christ this is a hell of a project, Ill finish reading when I get home today.

Hats off to you for pulling it off. Why is it that every time I read something by a NixOS person I get the inpressiom that they are very smart but are completely mad.

BuckShot686, (edited ) in What bootable "live" images of useful tools?
@BuckShot686@beehaw.org avatar

UNetbootin could be cool, it’ll provide access to mamy iso’s instead of just one.

Distro’s supported:


<span style="color:#323232;">- Ubuntu
</span><span style="color:#323232;">- Kubuntu
</span><span style="color:#323232;">- Xubuntu
</span><span style="color:#323232;">- Lubuntu
</span><span style="color:#323232;">- Debian
</span><span style="color:#323232;">- openSUSE
</span><span style="color:#323232;">- Arch Linux
</span><span style="color:#323232;">- Damn Small Linux
</span><span style="color:#323232;">- SliTaz
</span><span style="color:#323232;">- Linux Mint
</span><span style="color:#323232;">- Zenwalk
</span><span style="color:#323232;">- Slax
</span><span style="color:#323232;">- Elive
</span><span style="color:#323232;">- CentOS
</span><span style="color:#323232;">- FreeBSD
</span><span style="color:#323232;">- NetBSD
</span><span style="color:#323232;">- 3CX
</span><span style="color:#323232;">- Fedora
</span><span style="color:#323232;">- PCLinuxOS
</span><span style="color:#323232;">- Sabayon Linux
</span><span style="color:#323232;">- Gentoo
</span><span style="color:#323232;">- MEPIS
</span><span style="color:#323232;">- LinuxConsole
</span><span style="color:#323232;">- Frugalware Linux
</span><span style="color:#323232;">- xPUD
</span><span style="color:#323232;">- Puppy Linux
</span>

It can be used to load various system utilities too, such as:


<span style="color:#323232;">- Parted Magic
</span><span style="color:#323232;">- SystemRescueCD
</span><span style="color:#323232;">- Super Grub Disk
</span><span style="color:#323232;">- Dr.Web Antivirus
</span><span style="color:#323232;">- F-Secure Rescue CD
</span><span style="color:#323232;">- Kaspersky Rescue Disk
</span><span style="color:#323232;">- Backtrack
</span><span style="color:#323232;">- Ophcrack
</span><span style="color:#323232;">- NTPasswd
</span><span style="color:#323232;">- Gujin
</span><span style="color:#323232;">- Smart Boot Manager
</span><span style="color:#323232;">- FreeDOS
</span>
lupec, in NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness

That was one of the most unhinged rabbit holes I’ve been to in a hot second, and I absolutely mean that in the best of ways. Well done and congrats on getting there after everything was said and done!

I’ve been meaning to experiment with mobile NixOS myself but it’s all but impossible to get my hands on a supported device around here. Then again, maybe fumbling around and trying to get it to work at all on an old phone might be fun 🤔

Yerbouti, in PCVR on Nobara KDE?

I almost got it to work on Nobara. It requires a lot of work but it can work with the right settings.

Aatube, (edited ) in what's your opinion on typst?
@Aatube@kbin.social avatar

Can it run doom?

brax, (edited ) in Is Ubuntu deserving the hate?

I don’t mind it, but I don’t really use it for any of its features. I use i3 over Unity, I think Snaps (and flatpaks, appimages, etc) are dumb as shit.l, and don’t even get me started on how garbage Nautilus is - drives me nuts trying to type a filename in to jump to it only to have Nautilus run a search instead… No idea who thought that was a good idea, but they need to fix that crap already.

I’d probably get by just fine with a full Debian setup tbh.

skullgiver, in I need some help with linux energy management and hibernation
@skullgiver@popplesburger.hilciferous.nl avatar

Framework has a guide for you. You’ll need to disable either power-profiles-daemon or TLP depending on what CPU you have.

As for hibernation: TL;DR: it’s a mess. Fedora doesn’t support it out of the box. You can make it work with some elbow grease.

However, you shouldn’t need hibernation if your laptop goes to sleep like it should. If you can’t get it to sleep right, or still really want hibernation, here are some pointers:

  • many Linux distros don’t consider hibernation to be a stable feature. The default Fedora setup doesn’t even come with a swap partition by default, which makes hibernation impossible. You’ll need to allocate some swap space before you can hibernate your computer.
  • make sure your swap partition is encrypted if the rest of your laptop is encrypted as well. If you use a swap file, you can make this work, too, but it’ll be slightly more complicated
  • make sure your swap partition is big enough (at least RAM size + the amount of swap in use at the point of hibernation)
  • if you’re fine with disabling zram and using normal, this guide will show you how to hibernate a normal Linux system: www.ctrl.blog/entry/fedora-hibernate.html
  • if you don’t have a partition for swap and don’t want to create one, or if you want to keep using zram (compressed memory, enabled by default on Fedora, probably recommended to keep enabled), then this guide and its comments will tell you how to get a swap file to work. Make sure you read the update with more details too, and there’s also a comment further down specifically about Intel Framework laptops (need to disable a certain Intel driver that breaks hibernation).
  • disable secure boot in your BIOS. Linux doesn’t support the security features that Windows has to validate the state of boot SECURITY (even with custom secure boot keys), so when you’re running in secure boot mode (and the kernel is in lockdown mode), the Linux kernel disables hibernation. Alternatively, there are guides that’ll show you how to patch that check out, but that involves compiling your own kernel and that’s not worth the effort IMO.
  • configure your laptop for suspend-then-hibernate for best performance. I believe hybrid-sleep will also work. The Github gist I linked has details
  • you will probably need to enter your password when resuming from hibernation. This is a security feature. You can configure your laptop to use the TPM to decrypt the disk, skipping the encryption password entirely, it you don’t mind thieves having the ability to access your data when they steal the laptop.

You may be wondering why this is so complicated. A big reason is that Linux wants to be secure, but hibernation comes with unique security challenges. Linux also wants to be fast and efficient (by compressing RAM rather than writing it to disk) but that messes with the presumptions the hibernation system makes. Fedora dorky sorry hibernation out of the box, but they’re working on it, albeit not as fast as you might hope: pagure.io/fedora-workstation/issue/121

sir_pronoun, in I need some help with linux energy management and hibernation

Did you set up a swap partition?

LainOfTheWired, (edited ) in Just moved to Linux: a follow up
@LainOfTheWired@lemy.lol avatar

When you get more advanced you can use a distro like System Rescue to fix your bootloader instead of having to reinstall everything

linuxPIPEpower, in Is there any future for the GTK-based Desktop Environments?

the person who wrote this post is so full of hate and contempt. I find myself quite disinterested in reading.

QaspR, in Just moved to Linux: a follow up

Congratulations soldier! You’re one of us now.

catastrophicblues, in Just moved to Linux: a follow up

Borked your bootloader already? You’re a true Linux user lol. You’ll eventually learn to not do that (and back up regularly).

Good choice with Fedora! I love dnf and the choices Fedora makes overall.

fossphi, in An update on HDR and color management in KWin

This is looking really promising! Pipewire already has pretty much solved audio issues (at least for me) entirely and now with HDR on the cusp, the year of the Linux desktop is nigh! Barring some Adobe BS and CAD stuff, there really isn’t much left

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #