Skip Navigation
GNOME 45's Nautilus File Manager Gets a Modern Full-Height Sidebar Layout
  • Yeah same. There are some types of text file where gedit doesn't even appear as an option. Like sometimes I don't want to open .xml files in the browser.

    I was able to set VScode for .xml files but not gedit. It's not a huge deal but that one thing makes gnome feel like immature software.

  • Most of My Instagram Ads Are for Drugs, Stolen Credit Cards, Hacked Accounts, Counterfeit Money, and Weapons
  • Pretty much every industry works by tricking people into liking things.

    Like the razors with four+ blades on them, people buy them cause the commercials say "more blades is better".

    People wouldn't seek out extra blades if they weren't tricked into liking it. They are objectively worse than single blade razors.

  • SystemD
  • Oof that stance on dependency resolution is a big no for me. As much as I hated building gnome from source it was amazing that Gentoo can do that in a single command.

  • SystemD
  • Ah my mistake. I'm just generally curious about what distros use an alternative to systemd (not that I have any issues with systemd myself but I like variety).

    So I googled what init system Slackware uses and read this page.

    http://slackware.com/config/init.php (no https)

    They mention several scripts on that page and that's why I thought they use scripts.

    But I haven't actually used the Slackware yet. Suppose I should though since I'm interested.

  • SystemD
  • I was reading about Slackware today and it seems their init system still uses system V and lots of scripts.

    So I'd definitely recommend that OS to anyone curious about the old style of init system.

  • PSA: When people ask you "What distro should I use?", try pointing them here
  • I tried both. They have the exact same questions.

    However the one op posted respects the "I don't want systemd" request. And I personally prefer to get multiple answers.

    But the mobile webdesign on ops posted link was not great. So it's a wash for me.

  • Follow-up to my first Gentoo install.
  • I've definitely made similar errors dual booting. I don't know what your budget or hardware is like but if you can fit a second hard drive in your computer it is very worthwhile for distro hopping.

    The second hard drive will let you install whatever boot loader the USB installer wants to install without overwriting the bootloader on the first hard drive.

    Modern grub is pretty magical and should detect both OSs either way.

    But yeah that's why there are so many warnings in every Linux distro about installing grub. You do not want to mess with a currently working bootloader.

    This is mostly because the bootloader needs to be in a very specific location on the hard drive and so you can't just install it anywhere. Which means you have to overwrite the old boot loader if you choose to install a new one.

  • Deleted
    *Permanently Deleted*
  • I'm gonna try these out. The history search one is cool.

    Plus I had no idea you could use args in an alias. I had to make a function in my .bashc the last time I needed args.

  • How could I create a custom linux distro/iso without using special tools like respin and archiso?
  • Edit: For anyone reading this in the future ECMA-119 is freely distributable and seems to conform to ISO 9660. ECMA also have versions of some of the specs referenced by ISO 9660. (ECMA-6, ECMA-35, ECMA-43)


    Will do. I was gonna start by reading ISO 9660 and I found out it costs 200 dollars from standards.iso.org. Which is a shame because there's a bunch of other ISO standards referenced in 9660 which would cost even more money to read. I always heard people reference these standards but I had no idea they were so inaccessible to regular users. But I think I found some kind of annotated copy of the spec to read,

  • How could I create a custom linux distro/iso without using special tools like respin and archiso?
  • Alright thanks. Well if you know of any good resources for xorriso particularly with the -b (boot) flag I'd like to read them.

    Google has been mostly serving me 15 year old SO posts that aren't relevant to modern Linux anymore.

  • I successfully installed Gentoo for the first time today!
  • I found Gentoo more helpful than LFS because with LFS you compile about 80 packages from source one at a time but you don't learn too much about the packages.

    LFS gave me much more awareness of what packages actually come with a Linux install but Gentoo taught me more about configuring and booting a Linux system.

    Although I'd definitely recommend both to anyone wanting to learn. I'd do Gentoo first then LFS.

    Edit: LFS is also a masterclass in cross compiling so if that's something you're curious about LFS is the way to go.

  • How could I create a custom linux distro/iso without using special tools like respin and archiso?
  • So eggs is great for Debian with my Gnome stuff.

    As for xorriso I have a LFS dir that very much resembles a Linux root dir (without a DE or any distro specific software) and I can chroot into it mounting /dev, /sys, /run, /proc from my host system.

    I would like to compress that LFS dir into an iso combined with a boot loader.

    That LFS dir is on a separate partition and does have a boot loader installed on that partition's hard drive. But I'd rather boot it in a virtual machine and I didn't want to give the vm raw hard drive access.

    I hope that helps but I'm happy to answer more questions.

    Booting into a live CD isn't a hard requirement because I can probably just use eggs after I get it to boot in a vm.

    Edit: also thanks for the insight about xorriso I had real trouble finding much info about the differences between the three.

    Edit 2: I'm going to run LFS on the exact same hardware it compiled on so I can probably use grub installed on my host system.

    That said I did try using grub-mkimage on my host system and when passing that iso into mkisofs -b I still couldn't get a boot. (No bootable medium found.)

  • How could I create a custom linux distro/iso without using special tools like respin and archiso?
  • Going to try the penguins-eggs method you posted. I would love to be able to turn a virtual box environment into an installable medium to make my own version of debian with all my gnome tweaks.

    I would also love a solution that doesn't require booting into the OS first. So that I can take a root dir and turn it into a bootable iso. I tried a bunch of old tutorials for making a boot.iso and linking it into mkisofs with -b but it never worked.

    I am willing to learn/use any free tooling. Not picky at all.

  • How could I create a custom linux distro/iso without using special tools like respin and archiso?
  • I've been struggling to make a bootable iso. I did Linux from scratch and I wanted to boot it in virtual box. I found a sparse amount of info about mkisofs/genisofimage but I couldn't actually get a successful boot after following a few tutorials.

    I have to imagine there are more modern tools for something like this but I didn't have any luck googling.

    Sorry to hijack but it sounds like you might have an answer I need. I just want a way to put together an iso with a bootloader that works in virtual machines. (I'm good with 32bit grub but I'd work with uefi too).

  • I switched from Windows 10 to Linux. Its great!
  • Viruses don't need to be .exes by the way. There were spectre/meltdown proofs of concept that only ever used front end JavaScript.

    Because the modern style of CPU attack (zenbleed too) usually side chains access to private memory (where your authentication details exist) they can get full system control without executing any .exes.

    That computer would need a firewall disabling all incoming traffic, the latest bios firmware patches and js disabled on Firefox to be close to safe. And that's the base level stuff.

    Edit: changed VPN to firewall. That was silly.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DR
    DryTomatoes4 @lemm.ee
    Posts 0
    Comments 18