Posted by Sjir Bagmeijer on Apr 21st, 2012 in Mac OS X | 0 comments
What is Chromium?
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
What is needed?
A apple developers account
a up to date version of xcode
The installation of chromium from source on Mac OS X Lion is pretty easy and most of what I will write below you can also find on the Chromium website, I just wrote everything in one easy to read guide the website of Chromium is: http://www.chromium.org/, This guide assumes you have a working version of xcode running you are able to find on the Chromium website alternative ways...
Posted by Sjir Bagmeijer on Mar 2nd, 2012 in Linux | 0 comments
I decided to write this small guide as I seem to have no proper USB access every time I install Linux and use VirtualBox.
There are probably be more people that stumble on this problem and for those I will explain how to resolve the problem and make USB work in your VirtualBox.
In order to get USB to work in VirtualBox as a normal user you will have to do a few step outlined below.
Step 1: Open a Terminal as “root”
Step 2: Check if VirtualBox correctly created the group “vboxusers”
$ tail /etc/groups
If you do not see a “vboxusers” group this means you did not...
Posted by Sjir Bagmeijer on Mar 1st, 2012 in Linux | 9 comments
I will provide below the instructions of how to install the Spotify 0.8.2.639 for Linux Preview on Fedora 16 64-bit.
It seems Spotify currently does only provide Debian packages for the newest versions you will need to convert the packages with a program named alien.
If you do not wish to convert the .deb packages to a .rpm yourself then feel free to download mine:
spotify-client-0.8.2.639.g79d339d.504-2.x86_64.rpm
spotify-client-gnome-support-0.8.2.639.g79d339d.504-2.noarch.rpm
spotify-client-qt-0.8.2.639.g79d339d.504-2.noarch.rpm
If you did download the rpm files we already created you can directly...
Posted by Sjir Bagmeijer on Mar 1st, 2012 in Linux | 5 comments
In this little guide I will show how you are able to install the official nVidia.com drivers in Fedora 16.
Why would you want to install this well I assume when you are reading this you already know the answer to this.
For me I personally I get much better performances with the nVidia.com driver then the Nouveau driver that comes with Fedora.
Well lets start!
Step 1: Check what nVidia card you have, if you already know please skip this and go to Step 2.
$ lspci |grep -i VGA
For me this shows
01:00.0 VGA compatible controller: nVidia Corporation GF460 [GeForce GTX 460] (rev a1)
You need this to...
Posted by Sjir Bagmeijer on Mar 1st, 2012 in Linux | 0 comments
WARNING FLASHING YOUR PHONE CAN BREAK IT!
Some of us do not us Windows for many reasons , I’ve written below instructions for you to flash your Galaxy Note (GT-N7000) to the new Hong Kong rom (N7000OSLA2). Ofcourse you can use this guide for any other rom you wish to use!
I’m assuming you’re familiar with Linux and will skip the software installation. I will use Fedora 16 in this small guide but you are able to download packages for any distribution using any search engine.
As a precaution, remove your SD card from your phone before you continue..
Required Hardware:
Samsung Galaxy...
Posted by Sjir Bagmeijer on Feb 29th, 2012 in Linux | 3 comments
Here is a little example of how to setup suEXEC in Apache, feel free to comment and help make it better.
If you see something wrong then please not just post only what is wrong but try and explain it so everyone is able to learn from it.
In this guide I will use the user name “Etherus” and the group name “ulyaoth” please change this on your machine to your needs. The ip that I will use in this example is “1.1.1.1″ this should be changed to the ip address you are going to use, and as last I used throughout this example the name “ulyaoth” as the website and...