infosec SkypeFreak - A Cross-Platform Skype Forensic tool - InfoSec Institute http://resources.infosecinstitute.com/skypefreak-cross-platform-skype-forensic-tool/ Ron Klinkien 6 Jan 2019 · 1 min read
rasberry-pi RPi-Monitor - Pi Store http://store.raspberrypi.com/projects/rpi-monitor Ron Klinkien 6 Jan 2019 · 1 min read
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 installation of Ubuntu due to using an USB Ron Klinkien 6 Jan 2019 · 1 min read
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 -rf /etc/zbw # rm -rf /var/webif Mongoose: # /etc/init.d/ Ron Klinkien 6 Jan 2019 · 1 min read
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 Windows .URL files in your default browser Ron Klinkien 6 Jan 2019 · 1 min read
ssd OCZ Vertex 2 SSD R.I.P. I'm the proud owner of a dead OCZ Vertex 2 SSD. It was working for more than 1,5 years in a Ubuntu server without any problem. An Ron Klinkien 6 Jan 2019 · 3 min read
ssd OCZ Vertex 2 serial port diagnostics Found my dead OCZ SSD drive again and connected it to the serial port of my Ubuntu desktop. This is what I get upon startup when i connect to it Ron Klinkien 6 Jan 2019 · 1 min read
arduino Monitoring your Gas Consumption with a JeeNode and a nRF24L01+ http://hackaday.com/2014/03/23/monitoring-your-gas-consumption-with-a-jeenode-and-a-nrf24l01/ Ron Klinkien 6 Jan 2019 · 1 min read
redmine Migrate a Redmine site to another server On current server: # service apache2 stop # cd /opt/redmine/files # scp -r * root@:/opt/redmine/files Make MySQL backup # mysqldump -u root -p redmine >/root/dump.sql # scp /root/ Ron Klinkien 6 Jan 2019 · 1 min read
ubuntu Install Silverlight on Ubuntu 14.04 Ok, sometimes you can't go around a Microsoft product because a crappy site is written in Silverlight and you can't go without it. These steps install Ron Klinkien 6 Jan 2019 · 1 min read
linux Installing ARCH Linux In my quest to find a modern Linux distribution which could run both Gambas2 and Gambas3 I stumbled upon ARCH Linux. It's not a distribution for the Linux Ron Klinkien 6 Jan 2019 · 1 min read
ubuntu Install Flash player inside Chromium on Ubuntu 14.04 Chromium on Ubuntu 14.04 doesn't use Netscape plugin API anymore, it simply not there. The Chrome browser has support for Flash, so the following steps download Chrome, Ron Klinkien 6 Jan 2019 · 1 min read
fixes Howto fix a bricked Nexus 7 tablet (2013 WiFi edition) Make sure you have latest SDK platform tools installed and have downloaded and unpack correct image fot your tablet. These proceed with these steps: ron@ron-ubuntu:~/Android/Sdk/platform-tools$ ./fastboot Ron Klinkien 6 Jan 2019 · 2 min read
ubuntu How to convert FLAC files to MP3 when running Ubuntu $ sudo apt-get install flac lame $ for f in *.flac; do flac -cd "$f" | lame -b 320 - "${f%.*}".mp3; done Ron Klinkien 6 Jan 2019 · 1 min read
gambas Gambas 3 - did you know #1 If you use TODO: in a comment, it will be listed in the IDE as a task, very handy! Ron Klinkien 6 Jan 2019 · 1 min read
ubuntu Fix SSD Trim on Ubuntu 14.04 LTS In Ubuntu 14.04 LTS SSD Trim is enabled by default. That's nice and all, so I thought, nothing to do here but I found out it doesn& Ron Klinkien 6 Jan 2019 · 2 min read