24

Sep/12

Run Vuze / Azureus On 64bit Java

Go to SWT Eclipse project website and download the Linux (x86_64/GTK 2) version. At the time. SWY was at version 3.7.2 and the downloaded file was swt-3.7.2-gtk-linux-x86_64.zip. Make a temporary folder to unzip the files to: mkdir ~/swt Unzip the … Continue reading

17

Sep/12

Ubuntu Preload

Preload is a daemon which monitors “adaptive readahead daemon” which analysises and monitors most used programs in the background. Once it knows this information, it will load them into memory so that when they are run, it’s already in memory … Continue reading

10

Sep/12

SSH 2 Factor Authentication With Google Authenticator In Ubuntu 12.04

Overview I love 2 factor authentication and believe it’s one of the best way forward to securing access. 2 Factor authentication combines something you know such as a password with something you have like fingerprint. In this case SSh will … Continue reading

03

Sep/12

Install Android ADB In Windows 7

Overview Android SDK has a powerful too called Android Debug Bridge (ADB) for debugging application development. The tool is a shell for accessing device internal storage which allows users to upload and download files, access embedded database, install .apk programs, … Continue reading

27

Aug/12

Disable Beats Notification In HTC Sense 4

Go to Settings > Apps > All (tab) and look for a program called HtcBeatsNotify and select the Disable button on near the top right. A confirmation dialog box will appear. Click OK button to confirm.

18

Aug/12

Top Banner 18

My first Android

13

Aug/12

Ubuntu 12.04 DVD Playback

Overview For some reason the encrypted library for playing back DVDs (libdvdcss) is not install as part of apt-get and therefore must be done manually. Install Download the library and install DVD library: sudo apt-get install libdvdread4 Then run the … Continue reading

06

Aug/12

Recover MySQL Data From Files

Overview The best way to backup and restore from MySQL is using Workbench or mysqldump however this may not be possible if the system is trashed but have HDD data in tact. As a last resort the files can be … Continue reading