GnomeComedy

@GnomeComedy@beehaw.org

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

GnomeComedy, (edited )

You assume everyone has root.

On a system I don’t administer, I can compile and install software in my home directory (or shared directories that I have write access) by using:

./configure --PREFIX=/home/myuser/software/

make # to compile

make install sudo, to install to ~/software/bin

So when you say “only in (B)LFS”, you’re overlooking a VERY common use case - especially in HPC and other systems NOT running on my desk/lap.

Gentoo goes Binary (packages) (www.gentoo.org)

To speed up working with slow hardware and for overall convenience, we’re now also offering binary packages for download and direct installation! For most architectures, this is limited to the core system and weekly updates - not so for amd64 and arm64 however. There we’ve got a stunning >20 GByte of packages on our mirrors,...

GnomeComedy,

For the uninitiated, does “gen” imply source/compilation somehow?

GnomeComedy,

Wouldn’t the larger ones be the ones you’d get the most benefit from compiling?

What's the difference between package manager and why are there so many?

Are they so different that it’s justified to have so many different distributions? So far I guess that different package manager are the reason that divides the linux community. One may be on KDE and one on GNOME but they can use each other’s packages but usually you are bound to one manager

GnomeComedy,

Ok I’ll bite. What’s so bad about dnf? I would take it anyday over apt.

GnomeComedy,

On 22.04 LTS, you can’t even open Firefox if you’re using NFS/Autofs home directories.

How is that not taken seriously as a major bug?

What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?

So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one...

GnomeComedy,

Don’t become so concerned with if you could, that you overlook if you should.

I would buy a larger drive.

Is linux good for someone tech illererate.

Now i’ve been considering moving to linux. I don’t have much of a history using a computer and find it tougher to use than my phone. But I also really appreciate the foss movement. I’ve currently got an old laptop running windows 11 I think and it would prolly speed up with linux too. But I’m afraid I’d fuck smth up...

GnomeComedy,
  • old laptop
  • windows 11
  • tech illiterate

Something doesn’t add up, or only 2/3 are true.

Performance engineering on Ubuntu leaps forward with frame pointers by default in Ubuntu 24.04 LTS (ubuntu.com)

In collaboration with Polar Signals we have committed that beginning with Ubuntu 24.04 LTS, our GNU Compiler Collection (GCC) package will enable frame pointers by default for 64-bit platforms. All packages in Ubuntu, with very few exceptions, will be rebuilt with frame pointers enabled, making them easier to profile and...

GnomeComedy,

Cool. But will we again be able to open Firefox on an NFS/autofs home directory?

GnomeComedy, (edited )

That’s the app OP is talking about ‘selling out’ to advertisers.

I use linux for the same reason I wear fuzzy socks and sweaters

My understanding of the history of fashion is that back in the 1950s America it was expected that you wore a suit/dress at work unless you had a different uniform. There were a bunch of very boring people who thought that we should be wearing office job garb all the time, because they wore suits so much it was their default...

GnomeComedy,

This all falls apart as a “reason” when you consider Windows Home vs Windows Enterprise.

The better reason is that Windows Home sucks.

Ubuntu 24.04 LTS Committing Fully To Netplan For Network Configuration (www.phoronix.com)

The Canonical-developed Netplan has served for Linux network configuration on Ubuntu Server and Cloud versions for years. With the recent Ubuntu 23.10 release, Netplan is now being used by default on the desktop. Canonical is committing to fully leveraging Netplan for network configuration with the upcoming Ubuntu 24.04 LTS...

GnomeComedy,

I think it was actually the default on 18.04 LTS as well.

GnomeComedy,

Production. Means “anything important”.

GnomeComedy, (edited )

Don’t know what’s funny about that. It was originally written/tested on the Google Nexus 4.

Edit: dug up a source:

wiki.ubuntu.com/Touch/FAQ#On_which_devices_does_t…

“The initial development at Canonical happened to be on the mobile phones Galaxy Nexus and Nexus 4 and the tablets Nexus 7 and Nexus 10”

GnomeComedy,

ITT: speculation by people that clearly don’t use/understand Ubuntu.

What would cause a hard drive's, in an enclosure, filesystem to not mount in PopOs?

Still new to linux hope its ok to ask here. I decided to replace one of my backup drives for the first time in 5ish years with a new 2.5" HDD meant for internal use but in an enclosure (the enclosure works fine). I formatted it in ntfs via gparted and everything went as expected, I even created a large veracrypt container file....

GnomeComedy, (edited )

Are you intentionaly using NTFS for compatibility with another machine? If not, I’d use a Linux native filesystem like xfs or ext4 and add it to /etc/fstab

GnomeComedy,

Have them check with their University if they do any Linux support. If they do - use one of the distros they support so they might possibly have KB articles about accessing University recourses from Linux.

Source: am Linux admin at a University that writes such documentation. I have seen exactly the Eduroam issue you mention and came up with an Ubuntu workaround for example.

GnomeComedy, (edited )

No, most desktops behind a NAT probably dont need fail2ban (though it wouldn’t hurt).

Everyone’s security profile/needs are different.

The point is that list does a hell of a lot more useful than ClamAV

GnomeComedy,

That, and:

  • put down config files that were modified
  • enable/start services that were installed
  • modify the firewall to open necessary ports

Basically: put everything back as it was right before the ransomware encrypted your system on you.

Then of course - fix what you did wrong that got you compromised. ;-)

GnomeComedy,

Sounds like you’ve got a better solution, but I think you forgot to mention what it was.

GnomeComedy,

Ideally you keep your configs in a git repo (like github). You know what’s modified because you’re the one who modified them. If you modify them - put that config file in the git repo.

As for “put down” I just meant copied to the system (from github) by your automation (like ansible)

docs.ansible.com/ansible/latest/…/index.html

GnomeComedy,

If you think ClamAV on your mom’s laptop on Starbucks WiFi is doing anything useful, but you think fail2ban isn’t - you’re naive.

On phishing - you’ve got another great example. ublock origin or any other decent adblocker will do WAAAAY more to help than ClamAV.

GnomeComedy, (edited )

You’d be better served learning how to setup and use:

  • backups (and test them)
  • automate your reinstall (see ansible)
  • firewalld (RHEL/Fedora) or ufw (Ubuntu)
  • fail2ban
  • SELinux (RHEL/Fedora) or AppArmor (Ubuntu)
  • disable SSH via password, use keys only
  • adblocker (like ublock origin) - credit to whale@lemm.ee for the idea below
  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #