photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

245
active users

#ubuntu

30 posts29 participants1 post today

The #ubuntu login loop that I encountered about a month ago is caused by specifying dependencies in a systemd automount file.

The visible symptom is a GDM login loop.

Another symptom is that /tmp/.X11-unix and /tmp/.ICE-unix will be owned gdm/gdm, instead of root/root. Changing the ownership to root/root fixes the login loop, but it returns after the next reboot.

All the gory details are spelled out here.

bugzilla.redhat.com/show_bug.c

bugzilla.redhat.com2084153 – gnome-shell crashes on login because "/tmp/.X11-unix" has the wrong ownership
Replied in thread

@lemgandi @beeware thanks, I asked on briefcase github for help, but of course it's not really a briefcase problem, so they might not answer.
I installed the package, but it still does not work. Replicated it to a newly installed #ubuntu but problem is there as well.
Is there a #BeeWare community somewhere to ask things? #python

That's it: 48 hours later, #Ubuntu is installed.

I think someone not tech-savvy would have shipped the unit back after 24 hours of fighting with it.

It was *not* easy. Lots to debug.

& the first few doc paragraphs I read were in English, but as my problems became more mysterious, the answers devolved into a geek-speak I could not always parse. "Do x, then y, then flerb as usual," where "flerb" was *not* hyperlinked.

Now it's pretty, & good-enough. I'll experiment and see how it serves.

How to Install and Run #ArchiveBox on #Ubuntu #VPS Server in 5 Minutes (Quick Start Guide)

This article provides a guide for how to install and run ArchiveBox on Ubuntu VPS server.
What is ArchiveBox?
ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline. Without active preservation effort, everything on the internet eventually ...
Continued 👉 blog.radwebhosting.com/how-to- #selfhosted #opensource #vpsguide #selfhosting #installguide

How to Install and Run ArchiveBox on Ubuntu VPS Server
RadWeb, LLC · How To Install And Run ArchiveBox On Ubuntu VPS Server In 5 Minutes (Quick Start Guide) - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a guide for how to install and run ArchiveBox on Ubuntu VPS server.

basecamp/omakub: Opinionated Ubuntu Setup - Turn a fresh #Ubuntu installation into a fully-configured, beautiful, and modern web development system by running a single command. That's the one-line pitch for Omakub. No need to write bespoke configs for every essential tool just to get started or to be up on all the latest command-line tools. Omakub is an opinionated take on…
github.com/basecamp/omakub/tre
#automation #installfest #installeothon #debian
via magicfab.ca/liens

Opinionated Ubuntu Setup. Contribute to basecamp/omakub development by creating an account on GitHub.
GitHubGitHub - basecamp/omakub: Opinionated Ubuntu SetupOpinionated Ubuntu Setup. Contribute to basecamp/omakub development by creating an account on GitHub.

Nachdem ich darüber las, dass Linux mittlerweile für Gaming gut geeignet ist und teilweise sogar besser performt, bin ich schließlich umgestiegen. Dabei habe ich ein paar Distributionen (stümperhaft) gebenchmarkt. Aber zur groben Orientierung mag das reichen. Eventuell interessiert es ja den einen oder anderen, daher der Toot.

Ubuntu c'est le choix
Où puis-je trouver ceci ou cela pour mon activité ?
Existe-t-il un logiciel libre pour ça ?
Ubuntu a créé deux pages wiki spécialement pour rassembler les solutions
1/ Les portail de documentation
Des liens vers des dizaines de portail selon des thématiques diverses, variées, des plus inattendues aux plus basiques
doc.ubuntu-fr.org/portail
2/ La table des matières
Un classement sous 8 rubriques avec de multiples liens
doc.ubuntu-fr.org/thesaurus
#foss #ubuntu #solutions

If I want to test out some Snap Store stuff but am on Fedora Silverblue… should I even attempt that, or just spin up an Ubuntu VM/install Ubuntu on another machine?

To be clear about my use case: I’m not looking to actually use Snap apps on alongside other apps on Silverblue, so nice integration is not important; I just want to check out how things are presented and progressing over in the world of the Snap store/App Center thing.

Replied in thread

@edboythinks personally I'm in the process of.migrating from #Ubuntu fonts to #B612 because they are superior yet more permissively licensed.

Random #Debian hint :debian:

If you want to install some package and remove another one you can leverage "+" and "-" while using apt. 😎

Example:
$ sudo apt install package1 package2-

This will install package1 and remove package2