This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
start [2020/05/11 23:46] xavier [Server administration] |
start [2025/10/25 18:47] (current) xavier [Media management] |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| * [[utils_docker|Docker]] | * [[utils_docker|Docker]] | ||
| * [[utils_temp_monitoring|Temperature monitoring]] | * [[utils_temp_monitoring|Temperature monitoring]] | ||
| + | * [[utils_benchmark|System benchmarking]] | ||
| + | * [[utils_flash_bios|Flashing BIOS]] | ||
| + | * [[utils_setup_rdp_connection|Setup RDP connection]] | ||
| ==== Server setup ==== | ==== Server setup ==== | ||
| Line 33: | Line 36: | ||
| * [[utils_backup_setup|Backup setup]] | * [[utils_backup_setup|Backup setup]] | ||
| + | ==== Media management ==== | ||
| + | * [[utils_pdf_manipulation|PDF manipulation (reduce file size...)]] | ||
| + | * [[utils_video_encoding|Video encoding (reduce file size)]] | ||
| * [[https://ytdl-org.github.io/youtube-dl/download.html|Youtube-dl]] | * [[https://ytdl-org.github.io/youtube-dl/download.html|Youtube-dl]] | ||
| - | $ youtube-dl "https://www.youtube.com/playlist?list=PLVXIuPeZKtoydecTs4q-AERQlx6bRADrq" --yes-playlist -x --audio-format mp3 -i | + | $ youtube-dl "https://www.youtube.com/playlist?list=PLVXIuPeZKtoydecTs4q-AERQlx6bRADrq" --yes-playlist -x --audio-format mp3 -i\\ |
| + | * Duplicate sound output stream | ||
| + | Create a "combined" virtual device that sends sound to every output connected:\\ | ||
| + | $ pactl load-module module-combine-sink\\ | ||
| + | Show sound output devices available:\\ | ||
| + | $ pw-link -o\\ | ||
| + | List devices available:\\ | ||
| + | $ pactl list short sinks\\ | ||
| + | \\ | ||
| + | Create combined output with specific devices only:\\ | ||
| + | $ pactl load-module module-combine-sink "slaves=bluez_output.A8_F5_E1_72_D5_D5.1,bluez_output.A8_F5_E1_5E_46_3E.1"\\ | ||
| ===== Accounts ===== | ===== Accounts ===== | ||
| * [[accounts_list|List of accounts]] | * [[accounts_list|List of accounts]] | ||