RasPi
alcuni appunti dell'installazione su Raspberry Pi
TODO Xrandr per gestire due monitor
individuo le schede/display
xrandr -q
- Display1: LVDS1
- Display2: VGA1
xrandr --output Display1 --primary --mode XXXXxXXXX --rate xxx.xx --output Display2 --mode XXXXxXXXX --rate xx.xx --right-of Display1
https://linuxconfig.org/how-to-configure-your-monitors-with-xrandr-in-linux
DONE WebDAV
DONE apache
installazione di apache2
TODO org-brain
penso potrebbe essere interessante installare org-brain, dipende da come si possono sviluppare i contenuti:
org-brain implements a variant of concept mapping with org-mode, it is inspired by The Brain software (http://thebrain.com). An org-brain is a network of org-mode entries, where each entry is a file or a headline, and you can get a visual overview of the relationships between the entries: parents, children, siblings and friends. This visual overview can also be used to browse your entries. You can think of entries as nodes in a mind map, or pages in a wiki.
Homepage: http://github.com/Kungsgeten/org-brain
org-journal
le note sono in questo momento prese attraverso org-journal
We Get
Command-line tool for searching torrents.
Basic Usage
we-get --search "royal pains" --target the_pirate_bay,1337x --filter "S01"
scrcpy
This application provides display and control of Android devices connected via USB (or over TCP/IP).
Plug an Android device, and execute:
scrcpy -m 1024
(-m limita il massimo della dimensione maggiore a 1024 px)
Permanently booting to text mode (console mode)
Getting your Linux system to always boot to console (text / tty) mode is as easy as running a single command:
sudo systemctl set-default multi-user.target
This command sets text mode as the default systemd target (runlevel as it used to be called before systemd). After running this command, reboot your system and it will automatically boot to console / text mode every time.
Don't know the current systemd target used on your system? Use this command, which will show the currently set target:
systemctl get-default
Extra tip: using this, your Linux computer will boot to tty1 (text-only virtual console). You can switch to a different virtual console by using Ctrl + Alt + F2 for tty2, Ctrl + Alt + F3 for tty3, and so on until tty7.
In case you want to undo this change and get your Linux system to boot to the default graphical mode, use:
sudo systemctl set-default graphical.target
After using this command, reboot (sudo reboot) and your system should start in graphical mode, as it was by default.
How to use a WiFi interface
This page describes how to configure a WiFi interface on a Debian system, for use on a network.
https://wiki.debian.org/WiFi/HowToUse
Manual
- Using ifupdown
ip a
iw dev
ip link set wlp2s0 up
…
iwlist scan
ifup wlp2s0
iw wlp2s0 link
ip a
Jackd, Fluidsynth e Orca
Orca is an esoteric programming language, designed to create procedural sequencers in which each letter of the alphabet is an operation, where lowercase letters operate on bang, uppercase letters operate each frame.
The application is not a synthesizer, but a flexible livecoding environment capable of sending MIDI, OSC & UDP to your audio interface, like Ableton, Renoise, VCV Rack or SuperCollider.
(versione che gira su terminale)
jackd -d alsa --device hw:0 --rate 44100 --period 128
.jackdrc:
/usr/bin/jackd -r -dalsa -dhw:Generic,0 -r44100 -p1024 -n2 -Xraw
fluidsynth --server --audio-driver=jack --connect-jack-outputs /home/schizo/fluidsynth/SalC5Light2.sf2
cd orca/Orca-c/
./build/orca
streaming su A/I live
ffmpeg -f jack -i ffmpeg -f flv "rtmp://live.autistici.org/ingest/radiazioni"