Jackass says most war mongering ignoring the actual country invading another.
Typical.
Jackass says most war mongering ignoring the actual country invading another.
Typical.
Except a lot of people won’t take just money.
It’s psychological but it’s true.
Honestly, I am siding with Linus here. Mainline is not the place for last minute changes without testing. And it seems Kent isn’t going to change his methods, etc. That and the retort was pretty disrespectful.
I have high hopes bcachefs can be something great but… At its current rate it’s going to flame out before reaching its potential.
“Influencers”
I distinctly remember yum/dnf should be using a loop. Forget why but it’s recommended. Here’s a snippet from my playbook. Simply make the vars as you need and run.
- name: Install flathub as remote
ansible.builtin.shell:
cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
tags:
- apps
- name: Install flatpak apps
community.general.flatpak:
name: "{{ item }}"
state: present
loop: "{{ flatpaks }}"
tags:
- apps
- name: Remove some default unused packages
ansible.builtin.dnf:
name: "{{ item }}"
state: absent
update_cache: no
loop: "{{ remove }}"
ignore_errors: true
tags:
- apps
- name: Install our packages
ansible.builtin.dnf:
name: "{{ item }}"
state: present
update_cache: yes
loop: "{{ rpms }}"
ignore_errors: true
tags:
- apps```
On mobile. Apologies if formatting is off.
Pita= pain in the ass
Mesh central works well.
Yes it’s so outdated that mostly every IDE offers usage with its keybindings.
You’re not. The whole point is encryption so the bridge is a must.
Granite comes in a myriad of styles. I don’t understand the blanket statement. It’s literally just a type of stone.
I’ve followed unixporn for years and I have to say, this is one of the most beautiful setups I have ever seen. Well done.
As someone who was around for the sysvinit to systemdd change, I’ll take the latter every single day and twice on Sunday.
Terrible topic but systemd itself is a godsend IMO, warts and all.
Online json parser. Throw in some data and then structure a query.
It’ll keep updating the results as you tweak your query. A simple search will probably give you twenty that’ll work. I can’t remember what i normally use off the top of my head.
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
You use calibre web. Then on the Kobo you connect it to your computer, backup 1-2 files, then change the store link to your domain name for your calibre web. Simple json file iirc.
Works well but doesn’t sync progress I don’t think.