rastavibes.net mobile website is online
The rastavibes.net mobile website is online.
i M@N - webmaster - Reggae muzick addickt
Bordeaux, Gironde, Aquitaine, France / Dakar, Senegal, Africa
in code i trust ... wind0w$ suxX, GNU/Linux roxX!
check rastavibes reggae shop news
Hey, i just met you, and this is crazy, but here's my twitter, so read me, maybe?
Archives2013
28 october 2013
Written by i M@N - no comments
22 october 2013
SiTE : DiSCiPLES BROADCASTS ARCHiVES
DATE : 2013
URL : http://imanweb.free.fr/DiSCiPLES/
DESCRiPTiON : Russ D reggae selections a.k.a. Disciples Broadcasts Archives
REALiSATiON :
Written by i M@N - no comments
Classified in : WEBSiTES
Tags : archives, BROADCASTS, Code, DiSCiPLES, HTML, JavaScript, maintenance, PHP, reggae, RUSS D, SQL, jQuery, mobile
29 september 2013
Written by i M@N - no comments
09 august 2013
Written by i M@N - 1 comment
05 july 2013
##install necessary packages
iman@debian:~$ sudo apt-get install libncurses5 libncurses5-dev libssl-dev kernel-package fakeroot build-essential
##get kernel 3.10
iman@debian:~$ wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz
iman@debian:~$ tar -xvf linux-3.10.tar.xz
iman@debian:~$ cd linux-3.10
iman@debian:~/linux-3.10$ cp /boot/config-`uname -r` .config && yes "" | make oldconfig
##optional : configure kernel
#iman@debian:~/linux-3.10$ make menuconfig
##if not first compilation
#iman@debian:~/linux-3.10$ make-kpkg clean
##set compil at full speed
iman@debian:~/linux-3.10$ export CONCURRENCY_LEVEL=`grep "cpu cores" /proc/cpuinfo | head -1 | cut -d":" -f2 | cut -c2-`
##compil kernel image and kernel headers
iman@debian:~/linux-3.10$ fakeroot make-kpkg --initrd --revision=1+i --append-to-version=-`date +%Y%m%d` kernel-image kernel-headers
iman@debian:~/linux-3.10$ cd ..
iman@debian:~$ sudo dpkg -i linux-image-3.10.0-20130701_1+i_amd64.deb linux-headers-3.10.0-20130701_1+i_amd64.deb
##reboot then :
iman@debian:~$ uname -a
Linux debian 3.10.0-20130701 #1 SMP Mon Jul 1 09:55:44 CEST 2013 x86_64 GNU/Linux
Written by i M@N - no comments