Before one can access Ubuntu desktops remotely, one must enable remote access on the Ubuntu desktops… to do that, the steps below should be a great place to start… Remote access allows anyone with account and access to connect and manage devices remotely from across the room or locations around the world. This is true…
Category: How To’s
Linux – Raspberry Pi – WiFi without a keyboard or monitor (or ethernet)
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,…
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…
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…
MacBook Pro: How to disable discrete GPU permanently from EFI?
I'd like to disable the NVidia GTX 750M GPU on my MacBook Pro 15" (Retina, Mid 2014, Mac OS X 10.10 Yosemite). I know I can use GfxCardStatus but I read I could have a more permanent solution by changing some EFI flag. My question is: How can I disable the discrete GPU from EFI?…