linux

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

Resol, in What distros have you tried and thought, "Nope, this one's not for me"?
@Resol@lemmy.world avatar

As someone who hates Windows with a passion, once everyone recommend Linux Mint, I knew I had to try it.

I immediately had negative first impressions. I simply don’t wanna use something with a desktop environment that reminds me of something that I hate. I get that it makes transitioning a lot easier for many, but for me it simply looks too similar to Windows.

pixelscript,

I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha.

Liz,

As a person who doesn’t want to fiddle with my OS or the terminal, yeah, I love me some Mint.

Resol,
@Resol@lemmy.world avatar

It’s good for those that want it, but some would rather just having a completely new user experience.

pete_the_cat, (edited )

Swapping out KDE/Plasma for Gnome or anything else is dead simple most of the time. The DE isn’t locked to the distro, you can have multiple DEs and windowing systems (X and Wayland) installed at once. You can select them from your login manager.

Resol,
@Resol@lemmy.world avatar

I wish I knew about this sooner.

pete_the_cat,

Heh, no problem, never too late to learn. If you’re coming from Windows or OS X it’s easy to think that the WM/DE is tied to the OS but due to the way Linux is written, the entire GUI stack is separate from the base system. I use SDDM as my login manager and in the upper left-hand corner there is a drop-down to choose the DE and Windowing System.

Resol,
@Resol@lemmy.world avatar

Didn’t you already reply with a comment similar to this?

pete_the_cat,

Possibly, I reply to a lot of people and I’m on Mobile most of the time and lose track of what I type.

Resol,
@Resol@lemmy.world avatar

Looking at my comment history, I noticed that this ended up happening to some of my comments too.

pete_the_cat,

Heh, no problem, never too late to learn. If you’re coming from Windows or OS X it’s easy to think that the WM/DE is tied to the OS but due to the way Linux is written, the entire GUI stack is separate from the base system. You can have both the old school X Windowing system and the new Wayland installed at the same time, along with many different Desktop Environments and Window Managers. I use SDDM as my login manager and in the upper left-hand corner there is a drop-down to choose the DE and Windowing System.

Resol,
@Resol@lemmy.world avatar

That really is a lot to learn and get used to.

pete_the_cat,

No one ever said learning something completely new was gonna be quick and easy. Take it piece by piece and follow tutorials. Installing Arch Linux will give you a good idea how everything fits together instead of just “click, click, click, reboot” and it’s installed. You don’t learn anything that way.

Resol,
@Resol@lemmy.world avatar

I remember seeing memes about this all the time.

pete_the_cat,

I credit Arch with actually teaching me how to use Linux, even though I had already been using it for about 2 years at that point.

wwwgem, in Why do you use the terminal?
@wwwgem@lemmy.ml avatar

Terminal is faster when you’re used to it and sometimes offer more customization options to some apps that has both a GUI and TUI/CLI version.

I use the terminal (st with zsh and tmux) for:

  • file management (advcpmv, fd, trash-cli, fzf …)
  • emails (neomutt)
  • text editing/coding (neovim)
  • project management (taskjuggler)
  • image viewing/organization (ucolla,ge)
  • online video browsing (ytfzf)
  • calendar (khal)
  • ssh
  • vpn
  • news aggregator (newsboat)
  • web, bookmarks manager (buku)
  • passwords manager (pass)
  • dotfiles manager (stow)
  • not in the terminal but I also have a lot of scripts used in rofi to control my audio input/outputs, launch a web search, access my bookmarks, autocomplete username and password fields

I’m sure I’m missing some obvious tools I use daily. It’s hard remember everything when it becomes so natural.

I have shared my experience with some of these tools here.

blotz, (edited ) in How can I migrate my existing /home/ directory to another drive?
@blotz@lemmy.world avatar

Log in as root to avoid trying to make sure no files in /home/ are being read/written to.

Step 1: copy data to new drive. Mount new drive to /mnt/. cp -ra /home/* /mnt/. -a means that all permissions remain the same which will mean that your user can still read them. Check the man page for more details. This command will take a while. Use -v to see progress. You should see a folder with your username appear.

Step 2. Prepare /home for new drive. Move the files to a new folder. This is done to make sure you can still easily go back. mv /home/ /home-bak/ keep your old home dir safe in case a mistake was made. mkdir /home/.

Step 3. Mount your new drive. Mount your drive to /home/ and check if you can login. If everything went correctly, you should be able to just login. Finally you need to update your /etc/fstab to include this new drive. This will make sure your home drive mounts when you start your os. If everything is working, you can delete your home-bak as well.

blotz,
@blotz@lemmy.world avatar

This is a rough guide written on mobile. its probably best if someone double check some of this stuff before op tries it.

EdgeRunner,

I dont like the MV home. 😅

My advice :

  • login as root.
  • rsync -av /home, on the new disk.
  • fstab : comment the old home’s line, don’t delete, and copy it to change the identifier (path or uuid).
  • noob tips, add a new file in the new home.
  • login to check it is ok (with su - user), and check there is the new file.

You can now delete or keep it as a save.

blotz,
@blotz@lemmy.world avatar

the mv home is just renaming the folder so you can mount home in the same space. Rsync is probably better than cp but I didn’t want to suggest tools that op doesn’t have installed.

EdgeRunner,

Oh ok I see why no use of rsync. Clever.

I’ve read your solution, OP, you can go. Good tuto written on mobile.

Ep1cFac3pa1m, in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
@Ep1cFac3pa1m@lemmy.world avatar

Windows 11 won’t work on my laptop. Installed Linux a few weeks ago. Works better now than it did with Windows 10.

muhyb, in Is Ubuntu deserving the hate?

I wouldn’t call it hate, more like disapprobation with Canonical’s choices. No one have to use Ubuntu, we have tons of distro to choose. If someone wants LTS, you can always go pure Debian way, it’s not hard to install as it’s used to be (for beginners), or there is Linux Mint Debian Edition. You can easily use flatpaks with these and keep your software up-to-date.

Hexarei,
@Hexarei@programming.dev avatar

disapprobation

TIL a new word. Thanks, stranger! 🙂

Chewy7324, in Fedora 40 Will Enable Systemd Service Security Hardening

This is great and already used on some distros like NixOS for many services. Regular users won’t notice this change.

GnuLinuxDude, in What are you most excited when it comes to linux in 2024?
@GnuLinuxDude@lemmy.ml avatar

Plasma 6 for sure. I’m a Gnome user waiting with bated breath to see if it actually delivers the goods.

Always hoping for Nvidia to stop being bullshit. Definitely not buying from them again.

const_void,

What Plasma 6 feature has you most excited?

Thwompthwomp,

Not OP, but I’m excited about the baked in tiling. Nervous about Wayland as I think I have some stuff that will break, but we’ll see.

GnuLinuxDude,
@GnuLinuxDude@lemmy.ml avatar

None in particular. Just the totality of the changes. Many of them are small default changes or usability changes, but when taken together it sounds like a nice, somewhat overdue bundle.

juli,

You can test it today. The feature freeze has happened already, thus nothing will change until the release

GnuLinuxDude,
@GnuLinuxDude@lemmy.ml avatar

I don’t really know how to install something like a beta version of KDE, especially without messing up things on my own computer.

juli,

With an immutable system you can’t fuck things up. I guess you aren’t on one. In that case, use boxes and install it in a vm :)

vzq, in Alright, I'm gonna "take one for the team" -- what is with the "downvote-happy" users lately?

Downvotes? What are those?

Signed, a blahaj account.

snooggums,
@snooggums@kbin.social avatar

Australian upvotes.

BlueEther,
@BlueEther@no.lastname.nz avatar

I had to give you a kiwi up vote for that one - well done

Helix, in Have a pixelated bonfire to warm your night. (Image size is ~ 19KiB.)

cba, can you upload a gif?

JetpackJackson,

What does “cba” mean

jmd_akbar,

Cba = “Can’t be arsed”

JetpackJackson,

Thanks!

hersh,

Can’t be arsed.

It means you don’t care to put in the effort required.

dictionary.cambridge.org/dictionary/…/arsed

JetpackJackson,

Thank you!

QuazarOmega,
Helix,

Nice, thanks.

westyvw, (edited ) in New systemd update will bring Windows’ infamous Blue Screen of Death to Linux | Ars Technica

What a sensational, over blown article. ArsTechnica this is shitty journalism and you should know it.

The headline would be about as correct if it said “SystemD update will bring Amiga’s Guru Meditation screen to Linux.”

This update has nothing to do with Windows. Error displays with additional information about the crash is not exclusive to windows, nor new. In fact a Kernel Panic screen happened in Unix.

Waluigis_Talking_Buttplug,

The majority of linux articles have me checking the comments first to see if someone talks about ridiculous click bait crap, honestly saved me a lot of time.

muhyb,

I was sick of Reddit’s clickbait titles. It’s sad to see they moved here as well.

Waluigis_Talking_Buttplug,

To be fair, it’s the articles themselves

muhyb,

I suppose that’s the main problem, I didn’t check the article since the title reeks clickbaity enough. However I wouldn’t share an article if the the title obviously is a clickbait, I’m sure there are bunch of respectable sources about this development.

mex,

To be fair, it is called a BSOD, which is a term widely associated with Windows.

AMDIsOurLord, in What's with all these hip filesystems and how are they different?

Using Btrfs you can do some pretty cool snapshotting: It’s basically like system restore of Windows but MUCH faster and pretty seamless. Even if you annihilate the whole operating system you can restore the snapshot and voila, have fun! It also has compression which can save some wear on SSDs and of course give you some more free™ storage space, which is cool [actual benefits depend on workload*]

ipkpjersi,

ZFS also has snapshotting too FWIW.

AMDIsOurLord,

ZFS has almost everything ever conceived for filesystems lol it’s a whole ass volume manager and filesystem into one

mcepl,
@mcepl@lemmy.world avatar

This is twelve years old, but it nicely illustrates what BTRFS (and ZFS on other OS) can do … youtu.be/9H7e6BcI5Fo?t=206

Pantherina,

Do you know how I could split my default /var/home/user into /var/home/user/.var, /var/home/user/Torrents and the rest?

Think that would be great for use with btrbk, when I find out how to use that.

Damn BTRFS and btrbk need an easy GUI, I have the feeling its great for backups

AMDIsOurLord, (edited )

There’s no GUI, but following the wiki pages on BTRFS subvolumes you should be able to make a subvolume for those with like 2 simple commands (take a look at the man page for BTRFS subvolumes as well)

jlow,

I wasn’t cool enough to figure out how to “just boot into a snapshot” when I tried btrfs a while ago. I mean I did figure it out (maybe?) but somehow the read/write rights where messed up and the snapshot couldn’t actually boot/I wasn’t able to log in +___+ Just reinstalled the system eith good old ext4. It sounds really cool, though …

Pantherina,

Fedora out of the box just works

AMDIsOurLord,

Well, sounds like a setup or distro issue. It should work without problems on Debian/Ubuntu/Mint. Linux Mint even really supports it as a setup-less default with TimeShift

planish, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

Hello I am writing the firmware for MotherBoard 2021, a definitely completely different product than MotherBoard 2020, I am going to ship in in 2 weeks for Christmas, and I am going to write an image decoder on top of bare metal, and it is “not” going to let you hack the pants off the computer.

Said no one ever.

Quazatron, in The Distro Wars are good actually.?
@Quazatron@lemmy.world avatar

After a while you’ll realise that it’s just healthy competition, not wars.

I use a bunch of distros, just like I have a lot of different tools in my toolbox. Each serves a slightly different function.

Keep in mind that the motto is “World domination,” not “Internal quarrelling”.

hottari, in The Distro Wars are good actually.?

A distro isn’t just a way to interact with the Linux operating system. It’s a collection of tools that helps you do it. Some tools are just sharper that others. The community just likes debating about this important nuance. It’s not that complicated.

My tools of choice come from the famous blue logo distro.

theshatterstone54,

Blue logo distro

Do you have the slightest idea how little that narrows it down?

(Fedora, Arch, Kubuntu, Zorin, ElementaryOS, ArcoLinux and surely many more I’m forgetting)

BackOnMyBS,
@BackOnMyBS@lemmy.world avatar

I think it’s fairly obvious that they mean Arch because they are sharing which distro they use without being prompted, which is inline with a common running joke about doing the same thing, btw.

hottari,

Out of them all, the most famous one is the one I use. Kept the name a bit of a mystery to avoid the resultant argument about it btw.

theshatterstone54,

No point, the btw gave it away

DasSkelett,

Ah, clearly Fedora then.

Auli,

Sure except every district has the same tools. I distribute is more of a toolbox then a tool.

ErnieBernie10,

Fedora? 🙂

corrupts_absolutely, in Self Post

unix catgirl gg

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1179648 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 557056 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 25