linux4noobs

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

Ramen_LadyHKG, in Wow, where are my free spaces have gone to? XD

I need to find a way to let pacman check free space before update as for now, I will use /tmp as cache

Ramen_LadyHKG, in Wow, where are my free spaces have gone to? XD

Last night, I run pacman -Syu update and let it run overnight.

it failed when I woke up, I didn’t notice it and restart for newer kernel. Then the WM (sddm) fxxked up. I try to reboot it into mutli-user mode and reinstall kde plasma. it shows bunch of corrupted libraries errors LOL.

I took some time on internet looking for solution, finally found one. Reinstall all dependencies + pacman update cache in ram. https://www.reddit.com/…/recover_system_from_crash…/

pacman -Qqdn > pkglist_deps.txt

pacman --asdeps -S $(< pkglist_deps.txt)


pacman --cachedir /tmp/pacmancache -Syu

Ramen_LadyHKG,

Error I got libxxx.so is not an ELF file xxxxx file is already exist, cannot process the update

Mandrew002, in Kicked back to login screen after logging in, Debian 12

I fixed it by uninstalling the .Xauthority file from the tty and rebooting

Guenther_Amanita, (edited ) in Easiest/best way to make bootable USB on Linux
@Guenther_Amanita@feddit.de avatar

TL;DR: use Ventoy. Here’s my experience and how-to :)

Great you came to ask here! :)

Experienced distrohopper here.

The best way for your use case is Ventoy. You just download + execute the program. It will format your USB (I recommend 32 gb+) in a way you can boot from it AND use it as a “normal” file system. You then just copy your iso of choice on that “normal” USB.

When booting from it, it will give you a menu from which iso you want to boot from. Remember to disable secure boot and enable CSM in your UEFI, otherwise it might not get recognized. After trying or installing your Linux distro you can revert those changes in the UEFI/ BIOS if your distro supports it.

But I also use other (older) methods, like Etcher or the Fedora media writer, which overwrite the whole stick, too. They are somehow more reliable, and I’m not sure why… From time to time there are boot errors when selecting an iso. Maybe it’s because the files don’t get verified when copying, and then I have a “half copied” system.

(P.S.: Linux handles copying files different than Windows. Sometimes it says “finished” when it actually isn’t. ALWAYS eject your disks!)

The old method “just works”, and I always have one smaller USB lying around in case my boot repair iso doesn’t work.

But, especially for “trying out”, Ventoy is perfect for you. It will save you some time when trying out your ideal distro.


What are possible distro candidates you want to try and install? Just asking :) Just don’t solely place your choice on how it looks and how the first impression is.

For example, Mint might look a bit dated for some people (especially when coming from Win11), but is a fantastic distro. Garuda or EndeavourOS for example on the other hand might look modern and flashy, but will probably ruin your first impression with Linux, since they are less user friendly and more suited for more experienced users.

Remember, Linux is extremely customizable and you can exchange EVERYTHING.

MartinXYZ,

It’s an old laptop, so I want to try MXLINUX, but for ease and support I would like see if it might be able to run Ubuntu.

Edit: switched “stability” for “ease”.

Guenther_Amanita, (edited )
@Guenther_Amanita@feddit.de avatar

Alright.

But here’s my opinon, if you’re interested: maybe, just maybe, don’t use Ubuntu. Of course, do what you want. If it appeals to you, that’s great! :)

Ubuntu is often recommended as a good beginner Distro, but that’s not true anymore. That used to be a good choice a few years ago, but it is more and more hated by the community. The company developing it forces way too much of their own stuff onto new users, especially snaps (their own packaging format that sucks). In general, Ubuntu doesn’t provide you the best Linux impression anymore.

If you want to know more, then take a look into this and this video from TheLinuxExperiment.

Also, as long as your laptop isn’t super old (>10 years) it should pretty much run anything, not only those “revive your toaster-laptop”-distros. Try Mint or some other beginner-friendly-mainstream-distros too and take a look on how they perform :)

I personally love Fedora for example (just ask me why) and believe it might also be a solid beginner distro, especially since the default desktop (Gnome) looks so alien compared to Mac or Windows, you automatically assume that it doesn’t work like those two.

MartinXYZ,

Thank you for your recommendations, and thanks for your detailed response in your first comment.

I see your points regarding Ubuntu, I just thought it would be a good compromise because of the amount of advice you can find on how to fix problems in Ubuntu. But I suppose much of that advice can be used for Mint as well… I haven’t tried Ubuntu in a few years, but I trust your assessment.

I currently have MX installed on a seriously old HP laptop and have been quite happy with it. I’m not sure if my mom’s laptop is older or newer, but either way it’s not by much so that’s why I immediately thought of MX for her PC as well. I’ll put Mint on the Ventoy stick as well and see which one works best.

Guenther_Amanita,
@Guenther_Amanita@feddit.de avatar

Yeah, almost all guides for Ubuntu apply to other Ubuntu-based distros (Pop, Mint, even Debian). Only the desktop environment works a bit different.

I don’t know what’s up with MX, since it uses some different technologies under the hood and I’m not informed enough how much it differs

pgrisell, in Easiest/best way to make bootable USB on Linux
@pgrisell@lemmy.world avatar

In Mint Xfce there’s an accessory called USB Image Writer that does the trick. I’m guessing it’s in some other distros as well.

plactagonic, in Easiest/best way to make bootable USB on Linux

I didn’t do it in long time but I usually use some GUI tool.

Also Ventoy is good option for you.

You make it like usual bootable USB and then drag ISO files to it. Boot in to it and choose which distro you want something like grub.

I didn’t need to do it in long time because I don’t distrohop and don’t destroy my system that often.

offby1, in Easiest/best way to make bootable USB on Linux

dd is the “standard” way pf doing and my first choice.

First google result for “linux create bootable usb” here

Less shitty guide here albeit a bit more advanced. (Gotta know what you actually want to do)

Good luck :D

EDIT: sorry this was apparently linux4noobs. Hopefully someone can give more detailed instructions, but might as well leave this here if you find any of this useful.

MartinXYZ,

Have you tried Ventoy?

gyro, in Remote Desktop DietPi - Windows 11?
@gyro@lemmy.world avatar

First, install the OS. Then, install SSH and configure it. Watch a tutorial for it, it’s not the simplest thing in the world. If you need not only terminal but also graphical access, then install and configure a VNC or RDP client, the tutorial is probably going to cover this though.

If you just want to learn linux though, it makes more sense to install it on a virtual machine in your windows system, or even on a separate partition.

LazerDickMcCheese,

I’ve been using SSH, but I need visuals for some things. Thank you, I’ll look into it

Lantern, in Best distro to start with

What desktop environment were you running? I usually recommend GNOME to people who just want an OOB experience and KDE to people who want to invest into a more personal experience.

foofiepie,

I don’t actually know. It was Unity I think, whatever that is. Felt a bit, um, amateur and not very polished. Best way I can describe from what I remember.

I will be seriously researching every response here. Very grateful for the help.

Lantern,

Unity was abandoned for a few years by Ubuntu, so I’d assume it’s behind most other DEs in terms of development. Most of what users experience in a distribution is the DE, so using a bad one can ruin it.

foofiepie,

Makes sense and stacks up against my experience of it as seeming unfinished.

Is it Gnome / KDE as standard or are there other environments available?

Lantern,

Those are the two most popular DEs. There’s also MATE, LXQT, Cinnamon, XFCE, and Pantheon, but I have no experience with those.

Additionally, some users opt to use window managers in lieu of a DE, so thats also an option.

kier,

gnome is hell for people coming from windows though

Lantern,

That’s really only true of some users. Most people now are used to at least 2 OSs. GNOME acts a bit more like a mobile OS in my opinion, and KDE behaves more like a desktop OS. Ultimately if you’re moving to linux of your own volition, you’re usually going to be more tech friendly than anyone staying on windows.

To be honest, I personally disliked GNOME, but not because it didn’t match Windows. It just didn’t have the level of customization and accessibility that I expected from linux.

foofiepie,

I hate Windows with an unbridled passion. I’m forced to use it lately for work and it absolutely sucks (Win 10 anyway).

Sentau,

OP’s a long time Mac user. I don’t think he will have issues with gnome. Hell he might find it more familiar than kde

kier,

Oh, in that case, absolutely.

justjeepin,

Yep, as a Mac user for 34 years, KDE is too Windows-like and Gnome felt pretty similar to Mac.

CaptObvious, in Best distro to start with

Linux Mint. It’s a great intro to Linux. When you’ve got your feet under you — which won’t take long coming from Mac — try Debian or another distro to find the perfect fit.

BackOnMyBS,
@BackOnMyBS@lemmy.world avatar

Second Linux Mint. I’ve tried a bunch of distros and DE for about a decade, and have always returned to Linux Mint. It’s intuitive, the installer is easy, and the OS just works.

foofiepie,

I’ve heard about Mint and it seems to have a good rep. My tech lead at work recommends it. I’ll look into all of these.

Dummy question but, I assume the commands/syntax across Mac terminal and whatever the bash/shell equivalent are similar/same?

BackOnMyBS,
@BackOnMyBS@lemmy.world avatar

I don’t know anything about Mac, but hopefully someone else can provide a helpful response.

BURN,

Fairly close. Basic operation will still be the same, there may be specific commands that don’t work, but in most places they’re called out

kier,

Seems pretty good, except for the lack of a good DE.

CaptObvious,

I like Cinnamon, but it’s not everyone’s cup of tea. It is a pretty stable distro, though, and the DEs available are good for learning Linux.

be_gt, in Best distro to start with

I’m currently very happy with Solus. Give it a try

knusprig, in Best distro to start with

Have a look at popOS or elementary, both were really low maintenance for me and offer great workflow tools.

foofiepie,

I’ve had a look through system76’ site and pop looks interesting, def a contender. Their hardware is a tad pricy. I assume like most of this the hardware is something to research carefully if you choose a distro first, compatibility, drivers, support etc.

It’s a bit of an experiment for me so I won’t be dropping a grand on some HW.

knusprig,

Yeah, I’m using the distro on a thinkpad yoga.

justjeepin,

Just use an old PC or laptop if you have one. If not install VirtualBox and give the different distros a try. It’ll run slower than if it was on actual hardware but it’ll let you try the OSes until you find something that you like.

Moobythegoldensock, in Best distro to start with

Any general purpose distro, really. If you don’t like Ubuntu, maybe you’d like Mint or Fedora?

Spider89, in I can't seem to write a Android image to an microsd (with dd) but everything works as intended when its with a Linux image -- what is going on?

What’s the output? dd?

GustavoM,
@GustavoM@lemmy.world avatar

Nothing special/unusual – it finishes running, shows me the results, and then returns me to the prompt. But lsblk returns me with zero partitions, as if no image was written in the disk.

Spider89,

Try running with “status=progress”. The may help.

DrDominate, in How would I improve battery life(and if possible, boot time) on a laptop with openSUSE leap 15.5?
@DrDominate@lemmy.world avatar

The most obvious solution to boot time is change the HDD to an SSD. Boot time of 90 seconds seems in the ballpark for a HDD. Disk drives are slow. An SSD should also improve battery life slightly. Though, such a short battery life, like that which you described, would point to a failing battery unit. Though, that’s just speculation.

Achyu,

Thank you.

The battery life is quite decent on windows; gives around 5 hours in the case of active use.

And sorry, I’ve made an edit. Not an hour and less. An hour and more. 1.5 hours on average.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • [email protected]
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • TheResearchGuardian
  • Ask_kbincafe
  • KbinCafe
  • feritale
  • Socialism
  • oklahoma
  • SuperSentai
  • KamenRider
  • All magazines