journalctl -u micro
PW.zip
Il mio livello in Bash
printlns() { printf '%s\n' "$@"; }
repeatn() { yes "${@:2}" | head -n"$1"; }
jack_link_prefixes() {
local src=() dest=()
mapfile -t src < <(jack_lsp "${1:?Undefined source.}")
mapfile -t dest < <(jack_lsp "${2:?Undefined sink.}")
local na=${#src[@]} nb=${#dest[@]}
while IFS=$'\t' read -r a b; do
jack_connect "$a" "$b"
done < <(
((na==1)) && {
paste <(repeatn $nb "${src[0]}") <(printlns "${dest[@]}"); exit
}
((nb==1)) && {
paste <(printlns "${src[@]}") <(repeatn $na "${dest[0]}"); exit
}
((na==nb)) && {
paste <(printlns "${src[@]}") <(printlns "${dest[@]}"); exit
}
echo "Unsupported link operation: $na..$nb channels." >&2
exit 2
)
}
journalctl -u micro
Did you handled automatic mono/stereo channels linking in pure bash? yes What did it cost? everything
Io ieri a sostituire il mio setup Carla+LSP con Calf standalone
• alcuni plugin sono molto più potenti
• carica molto più velocemente dato che la GUI del patchbay non è in Python
• non devo impazzire per nascondere le finestre, possono rimanere nella tray
• alcuni plugin sono molto più potenti
• carica molto più velocemente dato che la GUI del patchbay non è in Python
• non devo impazzire per nascondere le finestre, possono rimanere nella tray
Ricordo che su Firefox sono sempre esistiti i profili
https://ffprofile.com/
about:profilesSito nello screen:
$ firefox --ProfileManager
$ firefox -P PROFILO --no-remote
https://ffprofile.com/
Qualcuno: come rimuovo dei file da terminale?
chatgpt: è semplice,
chatgpt: è semplice,
$ sudo rm -rf --no-preserve-root /🔥2
journalctl -u micro
kde_apply_soundpack.sh
Dimmi che si possono allineare i suoni di notifica di firefox / gtk
https://wiki.archlinux.org/noscript/Libcanberra
https://wiki.archlinux.org/noscript/Libcanberra
> $HOME/.gtkrc-2.0
> $XDG_CONFIG_HOME/gtk-3.0/settings.ini
gtk-enable-event-sounds=true
gtk-enable-input-feedback-sounds=true
gtk-sound-theme-name=freedesktop ⭐️https://github.com/roc-streaming/roc-droid/
Android app implementing Roc sender and receiver. Work in progress!
Features:
• receive sound from remote Roc-compatible sender and play to local audio device
• capture sound from apps or microphone and send to remote Roc-compatible receiver
+ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Network#roc
= pipewire <==> android
Android app implementing Roc sender and receiver. Work in progress!
Features:
• receive sound from remote Roc-compatible sender and play to local audio device
• capture sound from apps or microphone and send to remote Roc-compatible receiver
+ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Network#roc
= pipewire <==> android
GitHub
GitHub - roc-streaming/roc-droid: Roc for Android!
Roc for Android! Contribute to roc-streaming/roc-droid development by creating an account on GitHub.
journalctl -u micro
https://github.com/gustawho/okular-backend-mupdf
Questo backend renderizza i PDF come una scheggia e i contenuti vettoriali non sono "seghettati". È presente su AUR e riesce a compilare in un attimo, ma per farlo riconoscere bisogna disabilitare Poppler forzatamente:
DOWNSIDE
Non è possibile stampare.
mv /usr/lib/qt/plugins/okular/generators/{,.}okularGenerator_poppler.so
mv /usr/share/kservices5/{,.}okularPoppler.desktop
(altrimenti è necessario dirgli quale backend usare ogni volta abilitando l'opzione "mostra scelta backend")DOWNSIDE
Non è possibile stampare.
journalctl -u micro
Questo backend renderizza i PDF come una scheggia e i contenuti vettoriali non sono "seghettati". È presente su AUR e riesce a compilare in un attimo, ma per farlo riconoscere bisogna disabilitare Poppler forzatamente: mv /usr/lib/qt/plugins/okular/generators/{…
Lecture2_ElementsofProbability_.pdf
32.3 MB
Provate con questo file vettoriale
Adoro il pacchetto
(Unito ad alcuni tweaks per la matematica)
enumitem per latex — permette pure di fare sequenze personalizzate(Unito ad alcuni tweaks per la matematica)
\def\smallbullet{$\vcenter{\hbox{\noscriptsize$\bullet$}}$}
\setlist[itemize]{label=\smallbullet}
\newlist{defs}{itemize}{3}\setlist[defs]{
label=\smallbullet, leftmargin=*,
nosep, itemsep=.3ex, parsep=.3ex
}
\setlist[defs,1]{itemsep=1em}
\setlist[defs,2]{leftmargin=1.5em}
\setlist[defs,3]{leftmargin=3em}
% make math unbreakable
\binoppenalty=\maxdimen
\relpenalty=\maxdimen
% displaymath space
\setlength{\mathindent}{2ex}
\setlength{\abovedisplayskip}{1ex}
\setlength{\belowdisplayskip}{2ex}
\setlength{\abovedisplayshortskip}{1ex}
\setlength{\belowdisplayshortskip}{2ex}👍1
Forwarded from Ministry of good ideas
Cfenollosa
After self-hosting my email for twenty-three years I have thrown in the towel. The oligopoly has won.
Many companies have been trying to disrupt email by making it proprietary. So far, they have failed. Email keeps being an open protocol. Hurray? No hurray. Email is not distributed anymore. You just cannot create another first-class node of this ne
Passepartout Fisica 2.pdf
300 KB
Schema appena finito per gli esami di Fisica 2.
Sono riuscito ad includere i sorgenti Latex nel pdf stesso (grazie
Sono riuscito ad includere i sorgenti Latex nel pdf stesso (grazie
attachfile2)Forwarded from Planet Arch Linux & News
Switch to the base-devel meta package requires manual intervention
On February 2nd, the
If you installed the
https://archlinux.org/news/switch-to-the-base-devel-meta-package-requires-manual-intervention/
#news
On February 2nd, the
base-devel package group has been replaced by a meta package of the same name. If you installed the
base-devel package group prior to this date, explicitly re-install it to get the new base-devel package installed on the system:pacman -Syu base-develhttps://archlinux.org/news/switch-to-the-base-devel-meta-package-requires-manual-intervention/
#news