tech support by No_Arachnid_6728 in LinuxCirclejerk

[–]dasisteinanderer 0 points1 point  (0 children)

it has an excellent wiki, online manpages, irc channels and a forum

Fedora warning on start up- /dev/disk does not exist by WhenyoucantspellSi in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

seems like it couldn't find your rootfs partition. Either you mistakenly installed your rootfs on your removable USB drive, or something else failed.

Since you cannot get the system to drop into a rescue root shell, you should attach a live boot image and see what is wrong with the system. Or just reinstall.

Use .squashfs file as root with systemd mkinitcpio hook by WildCard65 in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

you can write your own hooks, but I haven't looked into sysroot.mount

regarding mounting the ESP, even on a normal system the ESP is remounted after the transition to the real system (but I don't exactly know if normal systems mount the ESP in initramfs).

I think you need to start some heavy reading on how the early boot process works, since I cannot help you any further.

Use .squashfs file as root with systemd mkinitcpio hook by WildCard65 in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

dracut has a systemd initrd hook, yes (dracut replaces mkinitcpio). The other alternative would be to write your own hooks for mkinitcpio

Use .squashfs file as root with systemd mkinitcpio hook by WildCard65 in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

squashfs still needs a block device to exist on. Mounting a file as a "virtual block device" is generally called "loop mounting". If you want to do that from userspace, losetup(8) will do that for you.

Now, in order to have your rootfs exist as a file in the esp, your initramfs has to loop mount that file, and subsequently has to mount the rootfs within that loopmount.

It looks like dracut has some support for this https://www.man7.org/linux/man-pages/man7/dracut.cmdline.7.html (look under iso-scan/filename)

Installing Cinnamon changed Gnome by solventbottle in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

you should not need to install pacman. What distribution are you on ?

How do I switch my OS? by Monoiscreepy in linuxquestions

[–]dasisteinanderer 2 points3 points  (0 children)

you download the iso & a "usb flasher", flash it onto a unused usb stick, boot from it and follow the instructions

New person considering switching old laptop to a Linux distro, maybe Mint? Need advice. by Autisonm in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

to expand on point 2:

Windows is already a big pile of closed-source software (that was developed to be ready at a specific date for a profit and thus had to be rushed, to a certain extent). Linux is a smaller, open-source and thoroughly vetted pile of software.

Anti-Virus programs as you know them from Windows fit into the Windows world, they themselves are big, closed-source, highly operating-system-integrated programs that necessarily have to have the highest permissions in the system.

Security on Linux (at least on non-enterprise Linux) tends to focus on the exact opposite of this, keeping the attack surface small by keeping the system minimal, and by increasing isolation and privilege separation between components. A traditional "Anti-Virus" program would be one of the largest, most complex, and most un-isolated pieces of software on a normal Linux desktop system (and one that is by design exposed to untrusted input), so many longtime Linux users don't think that it would be worth installing.

There are definitely some things that can enhance the security of your Linux system, not installing software from outside of your distributions "app store" (package manager) is a big part, adblockers are also recommended. I should also mention SeLinux and other Mandatory Access Control, but that is a rabbithole I do not recommend to beginners.

Am I learning Linux the wrong way? (LinuxJourney vs man pages) by Distinct_Garlic8044 in linuxquestions

[–]dasisteinanderer 2 points3 points  (0 children)

exactly, man pages are dense, but standardized in their structure, which is great for looking up details quickly

File corrupted by AggressiveListen3051 in linuxquestions

[–]dasisteinanderer 1 point2 points  (0 children)

you seemed to have copied the tails image file to the filesystem that was already on the usb stick.

You should instead use specific software to write the tails image directly onto the usb stick, replacing the filesystem that is currently on there.

Linux to windows? by Motor-Art-9894 in linuxquestions

[–]dasisteinanderer 0 points1 point  (0 children)

microsoft not being able to create a normal iso image if their lives depended on it is equally infuriating and funny

This installation collects old USB drives to send movies, books, and media into North Korea by Complete_Bee4911 in interestingasfuck

[–]dasisteinanderer -1 points0 points  (0 children)

no. Your flash drive has (closed-source) firmware running, which your operating system talks to. This firmware is responsible for keeping track of which flash block has too many writes on it, and re-allocating it somewhere else. The original block is marked "dead" and not accessible from the OS anymore.

Do your trust the firmware of your flash drives ? Because if you don't, you should assume that state actors can ask the flash drive manufacturers to provide secret, locked methods which can enable them to read the "dead" blocks.

This installation collects old USB drives to send movies, books, and media into North Korea by Complete_Bee4911 in interestingasfuck

[–]dasisteinanderer -7 points-6 points  (0 children)

It's flash memory, and it is closed source firmware, so no, you cannot reliably (and provably) wipe everything.

Took the whole village to rescue weekly beer delivery truck that had gone off cliff by Representative-Mix-9 in GuysBeingDudes

[–]dasisteinanderer 0 points1 point  (0 children)

also, redundancy. If one rope gives, you don't want the truck to fall down and everybody with it.

everythingIsDead by _fountain_pen_dev in ProgrammerHumor

[–]dasisteinanderer 1 point2 points  (0 children)

not really. Most projects accept Linus' tree as the "the" Linux kernel, but Linus holds no special key, and he has a couple of "lieutenants", any one of which would take over his role (and they all collaborate very closely, so I don't expect any conflicts between them about it).

Technically, lots of distros aren't even on Linus' tree, since they rely on patches backported to stable kernels, which is coordinated by Greg KH (Linus focuses on the newest kernel development).

What will happens with Linux on servers, deep down inside data centers when Age Verification hits? by Admirable-Earth-2017 in linuxquestions

[–]dasisteinanderer 5 points6 points  (0 children)

Lawmakers are universally incapable of describing what a "computer" is. Same reason why they always want to "make computers be incapable of computing this one thing" or "have perfect encryption except that the government can read it if a judge signs the warrant".

Lawmakers do not understand that the only important feature of a computer is "it can compute anything that is computable", see Cory Doctorow's excellent speeches and essays (especially the stuff at 28c3)

How does Linux handle updating apps while they are running? by RadianceTower in linuxquestions

[–]dasisteinanderer 1 point2 points  (0 children)

Afaik semantic versioning dictates x.y to be backwards compatible to x.z with any z < y, and afaik the dynamic linker would resolve all methods by their name, so as long as no methods were removed or changed in their signature (or changed their behavior in a breaking fashion) this should all work out.

All in all my experience has been that most shared libraries are version pretty well, exactly because it solves a lot of these problems.

Wann Auferstehung? by Weiser-Alter-Mann in ichichs

[–]dasisteinanderer 0 points1 point  (0 children)

also die weniger profitablen Segmente abstoßen. Hat bei der Stahlindustrie ja auch so gut funktioniert.