-
UBUNTU
Using cadaver to download files from webDAV
My Ubuntu installation refuses to mount a particular webdave share. Using a share and GUI browser is for Windows users anyway....
-
UBUNTU
Ubuntu YouTube Player
Was looking for a tool to backup some movies from YouTube to local disk. Found Minitube, it appears to be an excellent player...
-
REFLOW
T962 reflow oven enhancements
Some links how to make your cheap reflow oven better, my todo list… Flash better firmware https://github.com/UnifiedEngi...
-
INFOSEC
SkypeFreak - A Cross-Platform Skype Forensic tool - InfoSec Institute
http://resources.infosecinstitute.com/skypefreak-cross-platform-skype-forensic-tool/
-
RASBERRY PI
RPi-Monitor - Pi Store
http://store.raspberrypi.com/projects/rpi-monitor
-
LINUX
Repair a non booting GRUB installation
Today I had to fix two issues with my computer not booting through grub bootloader. One of the reasons was a failed installat...
-
RASBERRY PI
Removed unneeded files installed with Razberry software
Steps on how to remove Razberry bloated/unneeded files: Cloud connect stuff: # /etc/init.d/zbw_connect stop # rm -r...
-
ROBOTICS
Open Source Humanoid Robot Is Awesom-o
-
UBUNTU
Open MS .URL shortcuts on Ubuntu
We need to create a wrapper script and associate the file type with it. $ sudo vi /usr/bin/open-url.sh #!/bin/sh # opens Win...