linux

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

rustydomino, (edited ) in I finally switched back to Linux as my daily driver after a couple of years of being on nothing but Windows.
@rustydomino@lemmy.world avatar

For work the only thing that holds me back from using Linux is Office 365. The web apps for O365 are just not up to par for anything other than the most basic tasks.

tmsbrdrs,

Using prospect mail, Thunderbird with Owl for Exchange or one of the myriad other email clients as well as teams for Linux (obviously for teams) solved the issue for me. Actual productivity apps, I’ve always preferred the extensibility of libre office but there’s also kingsoft office, open office, etc.

To each his own though.

linearchaos,
@linearchaos@lemmy.world avatar

Fortunately my work uses Google docs mostly. We do have office 365 and use it for mail and their PWA is really decent.

I keep a domain bound kernel virtual machine sitting around mostly for directory services. I installed 0365 and all the supporting apps just in case I ever have a need. The real b**** of the whole thing is that Windows 11 needs a minimum of 60 gigs of storage.

YurkshireLad, in Why didn't anyone remind me the dual booting exists?

I installed a second SSD into my new laptop and installed Debian on it. I set the new drive as the primary boot drive so windows doesn’t get a say and only loads when I select it from the boot menu. This way windows can’t trash the boot loader when it updates.

DudeDudenson,

So much this, having each OS in a separate drive saves so many headaches

infuziSporg, in Micro***t Word on Linux and alternatives
@infuziSporg@hexbear.net avatar

What does Microsoft Word give you that OpenOffice Writer or LibreOffice Writer don’t?

equinox,
@equinox@hexbear.net avatar

My writing instructor always tells us to use the grammar checking in Word and there’s the occasional formatting or compatibility issue. Nothing that I haven’t been able to get through but it has resulted in a couple marks every here and there

snake_cased,
@snake_cased@lemmy.ml avatar

I use language tool for that in libre. Works great!

CalicoJack, in What are people daily driving these days?

For laptops, I’ve been using EndeavourOS lately. All of the Arch goodness, but with an easy installer that handles the DE too. It’s as close to “just works” as you can get while still having pacman + AUR at the end.

I still love raw Arch, but I leave that for server installs.

cygnus,
@cygnus@lemmy.ca avatar

Same, EOS is awesome and cured my distro-hopping.

Salix,

Not saying anything bad about EndeavourOS, because it’s great, but:

All of the Arch goodness, but with an easy installer that handles the DE too.

Arch has a guided TUI installer included in it’s ISO that does this too.

CalicoJack,

It does, but it’s done me wrong a few times so I never recommend it. For all I know it’s fine these days, but old grudges are hard do shake.

threegnomes,

archinstall let’s you choose a DE too

CrypticCoffee, in Manjaro OS

I’ve had it break many times during update. Don’t get me wrong, I liked it at first, but if you want a system that works after update, you’re probably better checking elsewhere. Linux Mint, and Kubuntu are far better simplicity wise. Open Suse or Arch if you want rolling updates.

kbal, in The Distro Wars are good actually.?
@kbal@fedia.io avatar

The only way to avoid having disagreements about which choice of distro is best would be to avoid having any choices.

lurch, (edited ) in Broke a partition. Is there any way of saving it?

before you change anything it would be good to use dd and save the whole drive to a bigger drive or maybe compress it with gzip while using dd to save it to a slightly smaller one. That takes a very long time, but gives you the ability to start over with your recovery. Only do that if it’s worth to wait several hours.

photorec can also recover some files by looking at the raw data still there, if all else fails.

sun_is_ra,

use dd and save the whole drive to a bigger drive or maybe compress it with gzip while using dd to save it to a slightly smaller one

command would be something like this:

dd if=/dev/…/myparition|gzip status=progress > /mnt/external_hd/mypartition.gzip

aodhsishaj, (edited )

Wouldn’t you want to use

dd if=/dev/sda3 of=/dev/sdc1 status=progress && sync

Where /dev/sda3 is the damaged partition and /dev/sdc1 is the freshly formatted external drive

You’ll find your attached devices with lsblk

You’re going to want to make sure /dev/sda3(broken partition) is unmounted so as not to write any more data to it.

CMahaff, (edited )

To add on to this answer (which is correct):

Your “of” can also just be a regular file if that’s easier to work with vs needing to create a new partition for the copy.

I’ll also say you might want to use the block size parameter “bs=” on “dd” to speed things up, especially if you are using fast storage. Using “dd” with “bs=1G” will speed things up tremendously if you have at least >1GB of RAM.

aodhsishaj,

I totally spaced on BS=4M which I believe is the standard block size for ext4

sun_is_ra,

this clones one parition to another which is fine if you have free partition with enough space lying around. My code was for taking compressed backup of the partition to be restored later if needed. Its less convenient but doesnt require as much space nor does it require an entire partition

aodhsishaj,

Don’t you have to read the partition to compress it, which is fine on a healthy partition but can further damage a broken one?

sun_is_ra,

depends on what you mean by “broken”. If broken means has bad sector or other hardware issue, then yes OP should transfer data to healthy partition and work from there. though it certainly won’t hurt if he attempted to recover data from broken partition (worst the HD dies and OP restore the backup on healthy HD) However he said “i broke my partition” which make me think its software issue, not hardware. in which case, would be faster to recover data directly after taking backup

vzq, (edited )

That’s what people always underestimate about data recovery jobs: you need lots of space. One copy for safekeeping. One to work on. One disk of the same size you store recovered files on.

Whenever friends or family ask me to look at a disk I always tell them to give me the disk and two new ones of the same or greater capacity and I’ll give it a shot. Usually they discover the data isn’t that important after all. If it is I have all I need.

digdilem, in The Distro Wars are good actually.?

Because it triggers the tribal instinct, innit.

“I use A, so A must be better than B. Otherwise I’m wrong, and I don’t like that.”

The reality, of course, is that there is no “Best distro” for all use cases, and personal choice is absolutely a qualifier in defining those use cases. If your personal requirement is for a neon pink desktop and rather aged theming aimed at little girls, then you’ve absolutely chosen “The best distro” for you and don’t let anyone tell you differently.

dessalines, (edited ) in 100% vanilla distribution challenge

thsentaoehsa osehnat

nottheengineer, in how can I customise my Ubuntu theme without breaking anything??

Use something other than gnome and, while you’re at it, you might as well use something other than ubuntu.

KDE is very hard to break, you can go wild with customization there.

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

but other distributions are complex to install and besides, Ubuntu works out of the box on my laptop!! But thank you so much, I once tried KDE but Plasma felt very hard to understand.

BautAufWasEuchAufbaut, (edited )
@BautAufWasEuchAufbaut@lemmy.blahaj.zone avatar

I disagree eight the other poster. Please use whatever distribution you feel most comfortable with!
With KDE Plasma you might want to wait for the upcoming 6 release, since they simplified a lot of stuff (and also Wayland per default iirc?). Kubuntu will take longer than Feodora to ship though.
I personally used Plasma a lot, and I understand the being overwhelmed. What I did was just working with it, and figuring stuff out along the way. I think KDE Plasma is awesome, especially for customization!

nottheengineer,

Something like mint or fedora is just as easy to install and has less issues than ubuntu (snaps)

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

why do some people heavily dislike Snaps?? I don’t see them when I install software, and it doesn’t make Ubuntu slow.

nottheengineer,

Copied from another comment I wrote about that:

Because snaps are terrible. They constantly break parts of apps for no reason. If you have container issues with a flatpak, just use flatseal to punch a hole through the container. With snaps, people will tell you to install the non-snap version because that’s easier than beating snap into submission. I learned that the hard way when I had a university project with kubernetes and docker was installed as a snap. I spent way too much time trying to make it work at all before giving up and switching to a VM on my work laptop where it went surprisingly smooth without snaps.

Flatpaks are better in every way and since this isn’t about money, we should all just move on and use the best tool for the job.

But what does canonical think should happen when you run sudo apt install firefox and press Y? That’s right, you now have firefox as a snap. Have fun waiting for 5 seconds every time you start it.

Shit like that scares new users away from linux as a whole

Montagge,
@Montagge@kbin.social avatar

The Firefox snap opens instantly for me. I don't think you've used snaps for a while.

nottheengineer,

Maybe they fixed that part, but that isn’t a good thing. Now you can’t feel whether something is installed as snap and will probably run into snap issues without a clue what could be causing them.

Patch,

Oh, come on. You’re saying that it’s a problem that snaps don’t have immediately obvious performance problems or bugs?

Let’s not get silly about these things…

Montagge,
@Montagge@kbin.social avatar

Do it's a problem if they don't perform well and it's a problem if they do lol

RmDebArc_5,
@RmDebArc_5@lemmy.ml avatar

Use what distro you like, but most distros are very easy to install (some even easier than Ubuntu I would argue). KDE Neon would be a good starting point in that regard. What exactly is hard to understand about Plasma? I have heard this sometimes now but I really don’t get it, I find it to be very easy to understand as it integrates for example theming

humanplayer2,
@humanplayer2@lemmy.ml avatar

Kvantum?

hollunder,

I just installed Fedora. The install process is as simple and straightforward as for Ubuntu.

GravitySpoiled,

I’ve been using gnome for the past year on my laptop and on my desktop I’ve been using kde. I haven’t used my desktop in a few months and I missed kde. I moved from silverblue to fedora kinoite on my laptop and I don’t think that it’s been two weeks but today I went back to gnome because the overview is much more polished than kde’s. It just works. Gnome always breaks extensions when they update a major version but I’ve seen so many “extensions” on kde now which are all not updated anymore and break stuff that I might actually think that gnome’s way is kind of good. Maybe it was just the fedora version which lead to so many bugs but the experience I had in the past week wasn’t so good.

fhein,

I also use KDE because I like customizing my DE, but I’m not sure I agree that it’s hard to break. When I just switched from Xfce to KDE I downloaded several global themes using the built-it theme browser, and a few of those definitely messed things up. It’s also happened more than once that I boot my computer and end up with only the desktop background (i.e. no panels or context menu) because KDE thought there was some wrong with the theme, which can be difficult to recover from for someone who doesn’t know how to ctrl-alt-F3 and edit settings manually. Though it’s ofc. more stable when not testing global themes, and only changing other appearance settings.

Deregon, in What are people daily driving these days?
@Deregon@jlai.lu avatar

NixOS user here! Fedora is a very good contender as well

musicmatze,
@musicmatze@lemmy.ml avatar

+1 on NixOS. On all devices except Android phones since 2014 for me.

BastingChemina,

NixOS too. I really like having a “fresh” install every time I restart.

Jumuta, in How to disable S0ix and enable S3 Sleep on Ubuntu 22.04 on Dell Latitude 3410

what does

cat /sys/mem_sleep

give you?

garam,
@garam@lemmy.my.id avatar

it’s mem and other, I forgot, but it’s normal I think.

PseudoSpock, in what caused you to get into Linux?
@PseudoSpock@lemmy.dbzer0.com avatar

The desire to learn something beyond DOS, beyond just BBS’, beyond RIME and FIDOnet email, wanting a UNIX like operating system that was like what I had at university, to be able to natively run talk, ytalk, IRC, ICB, Gopher, FTP, and NNTP.

onlinepersona,

I recognise those acronyms. They are from a bygone era my ancestors used to mention to me in hushed tones.

PseudoSpock,
@PseudoSpock@lemmy.dbzer0.com avatar

Ok, see here now… :P

Yerbouti, in Surface Go 2 with 4GB Ram and 4425Y worth it?

I have the 8gb model and I cant recommend. Battery life is ridiculously low, it struggle with windows, but got a little better on fedora. Keyboard broke after a year, it was about 90euros to replace Overall it’s really overpriced, you can find better.

ipsirc, in The Distro Wars are good actually.?
@ipsirc@lemmy.ml avatar

The threads about distros are the really bad ones.

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