mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

635
comptes actifs

#techtip

0 message0 participant0 message aujourd’hui

If you're an Arch user who uses paru as your AUR helper and pacman wrapper, you may not know about a really useful opt-in feature it has

Go edit ~/.config/paru/paru.conf and uncomment a line containing `NewsOnUpgrade`

When enabled, paru will automatically check for news on archlinux.org on every system update – which is a really useful thing to have to avoid installing (very rare) breaking changes requiring manual intervention or to know about policy / infrastructure changes, etc.

#TechTip for those who are creating a BitWarden account.

There is the ability to create a bitwarden.eu account, so the server is hosted in the EU and has all the benefits associated with that.

You have to select this at creation point, help link is here.

BitwardenServer Geographies | BitwardenThis articles describes how Bitwarden cloud is available globally with data storage in both United States and European Union regions.

If you're hoping to copy a Google Doc and retain the suggested edits and comments (just like Word does FFS), here's a quick and easy way, as per Reddit:

"Copy the document's URL and paste into a new browser tab but don't hit Enter. Replace "edit" in the URL with "copy?copyComments=true" and hit Enter. This should make a copy of the doc with comments & suggestions."

I'm not sure where it *put* that copy, but I just used "Move" from within the document itself to put it where I needed it.

I like my tech. I've had all sorts but the only tech that has made me want to smash it against the wall is the Fire Cube 3rd gen. I actually think something in the manufacturing process is goosed. It bricked almost instantly. I have persisted - because that's what you do - to no avail. Avoid.

Some of you may need to hear this.

If you have a label printer or any other kind of tape-fed thermal transfer printer that you use for silly purposes

BE REAL CAREFUL THROWING CARTRIDGES AWAY

The cartridge contains an ink ribbon with impressions of *everything* you printed with it

You may want to discard of that separately in a much more considerate manner

Pro tip: when authoring system configurations, make sure you use the appropriate comment decorator. Not all configs use "#"!

It definitely didn't take me an hour to realize why my polkit rules were erroring on compilation...

For Ansible folk, don't forget about the "comment" filter that has a few predefined decorators. For example:

---
{{ ansible_managed | ansible.builtin.comment("c") }}
---