Ein wenig anders wird der Reset auf Werkseinstellungen am Fritz-WLAN-Repeater N/G durchgeführt – denn das Gerät verfügt lediglich über ein kleines Touch-Display. Ziehen Sie den Repeater N/G zunächst aus der Steckdose. Nach fünf Sekunden stecken Sie das Gerät wieder ein. Es sollte nun ungefähr zehn Sekunden dauern, bis das Display den “Fritz”-Schriftzug anzeigt. Betätigen Sie nun den linken Touch-Punkt zwei- bis dreimal….
Radio Pi Commands
ComaNET Radio @radiopi:~/PiFmAdv/src $ ffmpeg -f pulse -i alsa_input.usb-Roland_EDIROL_UA-25-00.analog-stereo -f wav -af ‘aresample=45600’ pipe:1 | sudo ./pi_fm_adv –wait 0 –freq 87.6 –dev 85.0 –mpx 60 –preemph eu –power 6 –ppm 1000000 –pi 40FF –ps TonTon –pty 15 –rt Test program –ctl rds_ctl –audio – 30.11.2022 pi@radiopi:~/PiFmAdv/src $ ffmpeg -f pulse -i alsa_input.usb-Roland_EDIROL_UA-25-00.analog-stereo -f wav -af…
10 Commands to Collect System and Hardware Info in Linux
Clipped from: https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/ It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system using yum, dnf, or apt. 10 Commands to Check Hardware and System Information in Linux Therefore…
Synology: Nextcloud und Docker installieren
Clipped from: https://indibit.de/synology-docker-nextcloud-installieren/ Heute möchte ich euch zeigen, wie ihr mit einer Synology NAS eine private Cloud einrichten könnt. Dazu installieren wir auf einem Synology NAS System die beliebte Nextcloud Umgebung als Data Storage System. Was könnt ihr damit tun? Ich nutze die private Cloud, um Daten mit Freunden und der Familie zu teilen. Fotos, die ich…
Patch Panel Layout
1x Behringer PX3000 Ultrapatch Pro 68 CHF68 CHF Artikelnr.: 175248 Nochmal bestellenBewerten 1x the sssnake SK369S-06 Patchcable 10,30 CHF10,30 CHF Artikelnr.: 128493 Nochmal bestellenBewerten 5x the sssnake SPR2015 4,09 CHF20,45 CHF Artikelnr.: 153219 Nochmal bestellenBewerten 1x the sssnake MPR8030 17,70 CHF17,70 CHF Artikelnr.: 128542 Nochmal bestellenBewerten 1x the sssnake SPP8030 18,70 CHF18,70 CHF Artikelnr.: 143049…
Mount and backup Raspberry
/etc/fstab Bash Script
iMac 21.5 2011 mid ssd installing and jumper wire
I want to install 500gb ssd to my parents old imac but need confirmation about soldering sata wires to disable 100% fan speed. What i have found that u need to solder together wire 1 and 4 on SATA power plug (reading from the SATA key side). There is also guide to jump wire 2…
OpenVPN Route traffic
From Tunnel to private Network https://unix.stackexchange.com/a/283803
How to deactivate middle mouse button
The easy workaround is to disable it completely, with mapping it to a nonexistent button with xmodmap. xmodmap -e “pointer = 1 25 3 4 5 6 7 8 9 10” this maps the middle button to button 25 (you can give any number instead of 25 as long as it’s higher than the allocated…
Manjaro Macbook brightness hotkey
I solved it by using the Arch wiki and creating this file: sudo nano /etc/X11/xorg.conf.d/20-intel.conf Then place contents below: Save, log out and log back in.