1 Put the Raspbian SD card into your computer If you don’t have Raspbian installed, go ahead and install it. Make sure the SD card with Raspbian is in your computer. Mentioned here: How to install Raspbian Stretch on the Raspberry Pi 2 Navigate to the boot directory You’ll have to locate the boot directory,…
Author: Milan
Linux – Raspberry Pi – Pirate Radio
pimoroni-dashboard On Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry: sudo apt-get install pimoroni (you will find the Dashboard under ‘Accessories’ too, in the Pi menu – or just run pimoroni-dashboard at the command line) If you choose to download examples you’ll find them in /home/pi/Pimoroni/phatbeat/. Pirate…
Linux – Raspberry Pi – APT Update
The easiest way to manage installing, upgrading, and removing software is using APT (Advanced Packaging Tool) from Debian. If a piece of software is packaged in Debian and it works on the Raspberry Pi’s ARM architecture, it should also be available in Raspbian. To install or remove packages you need root user permissions, so your…
Linux – Raspberry Pi – Desktop Shortcuts
Adding A New Desktop Shortcut Create a new text file called yourname.desktop in the /home/pi/Desktop/ directory, e.g. /home/pi/Desktop/yourname.desktop It should contain the following: [Desktop Entry] Name=My Name Comment=My application which does this Icon=/usr/share/pixmaps/openbox.xpm Exec=/usr/bin/leafpad Type=Application Encoding=UTF-8 Terminal=false Categories=None; Name – The name you want displayed Comment – Your comment Icon – A file to…
Linux – Raspberry Pi – RSync
https://www.raspberrypi.org/downloads/ Install NTFS RPi Support $ rsync $ sudo apt install rsync Gadmintools – GADMIN-RSYNC GAdminRsync is a C/GTK+ graphical user interface for the rsync Client and Server. https://mange.dynalias.org/linux/gadmin-rsync $ sudo apt-get install gadmin-rsync Run Gadmin-Rsync $ sudo gadmin-rsync Desktop Shortcuts [Desktop Entry] Name=Gadmin-Rsync Comment=Rsync GUI Icon=/usr/share/pixmaps/openbox.xpm Exec=sudo gadmin-rsync Type=Application Encoding=UTF-8 Terminal=false Categories=None; Adding…
List of Apple operating systems
Apple computers There was no OS for the Apple I. Apple II Apple DOS is the first operating system for Apple computers[1] Apple ProDOS Apple GS/OS Apple III Apple SOS Apple Lisa Lisa OS MacWorks XL Macintosh computers Main article: Macintosh operating systems Classic Mac OS Main article: Classic Mac OS System 1 System 2…
iPod Modellübersicht
Nachfolgend finden Sie eine Übersicht aller bisher veröffentlichten iPod-Modelle (Stand 24. Otkober 2016) Das angegebene Zubehör bezieht sich ausschließlich auf das ursprünglich im Lieferumfang enthaltene Apple-Zubehör. Eine Legende zur Tabelle finden Sie an deren Ende. Eine Übersicht, wie Sie die iPods unterscheiden können, finden Sie bei direkt bei Apple. Alle Angaben ohne Gewähr. Die regelmäßige…
iPod disk mode
If you can’t restore your iPod or it’s not recognized in iTunes, try using disk mode. Disk mode is supported on iPod nano (7th generation), iPod nano (6th generation), and iPod models with a click, touch, or scroll wheel. Disk mode isn’t supported on iPod touch or iPod shuffle. iPod nano (6th or 7th generation) Make…
LibreElec – Disable Xbox One Remote
SSH into Libreelec: echo “blacklist lirc_xbox” >> /storage/.config/modprobe.d/lirc_xbox.conf blacklist lirc_xbox
raspberry Pi VPN Server (OPENVPN)
HOW TO INSTALL YOUR OWN VPN SERVER ON RASPBERRY PI? (OPENVPN) Nowadays we have more and more multimedia devices at home In my case I have: file shares, Raspberry Pi devices for specific projects, home automation and computers Did you already ask yourself how to access them while not at home? It’s possible if you set…