Kernel update on Debian Wheezy

I wanted to try Debian Wheezy, cause i love its solidity and as you know some months ago  it was officially released as ‘ stable ‘  Needless to say that it’s really stable.
My pc is equipped with an i5  quadcore processor so I ‘ve installed 64 bit version
Having started from a netinstall version, at the end of the fast network installation I had nothing except the beautiful black shell (having unchecked flag “desktop environment” that I would ‘nt have installed gnome); After I’ve decided to install KDE, also for better testing  new future kernel, so
apt-get install kde-standard
After i finished installation packages, the system was absolutly perfect
However, by running a “uname-r”  current kernel was 3.2 ; ok it works great, but … Why i can not use a kernel not so dated and that supports better devices, (considering also that my pc is a regular Desktop so is not required same stability needs a server.) Then I tried to download, compile and install another kernel and I decide for 3.10.5 version’.
We can start whit this packages: (switching on root or using sudo):
sudo apt-get install kernel-package fakeroot build-essential ncurses-dev
Download  new kernel :
wget https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.10.5.tar.bz2

Extract the archive and cd into it:
tar xvf linux-3.10.5.tar.bz2
cd linux-3.10.5/

At this point we make sure to retrieve some info from the current kernel:
cat /boot/config-`uname -r`>.config
make oldconfig

You will be asked a lot of questions; If in doubt, choose the default answer (press enter), now you can have fun in customization:-)
Next, do:
make-kpkg clean
Compile the kernel (number in bold  is related to the number of CPUs, so replace with your CPU number- in my example is 4 cause i’ve 4 CPUs),  following command will generate the kernel and the header in .deb format
sudo time fakeroot make-kpkg -j4 –initrd kernel_image kernel_headers
at the end of this process will be two nice .deb files
linux-headers-3.10.5_3.10.5-10.00.Custom_amd64
linux-image-3.10.5_3.10.5-10.00.Custom_amd64
Now we can install the kernel and headers *:
sudo dpkg-i linux-image-3.10.5_3.10.5-10.00.Custom_amd64.deb
sudo dpkg-i linux-headers-3.10.5_3.10.5-10.00.Custom_amd64.deb
then when it finished, make a reboot ,and new kernel will appear in your grub:-)
* are files that allow you to compile and install external driver to the kernel without having to download the sources of the latter and recompile everything.

Posted in Gnu-Linux | Comments Off on Kernel update on Debian Wheezy

Netrunner Linux

Sorry, this entry is only available in Italiano.

Posted in Gnu-Linux | Comments Off on Netrunner Linux

"guerra" allo spam

Sorry, this entry is only available in Italiano.

Posted in Tech news - tutorials | Comments Off on "guerra" allo spam

usare win8 su un normale pc desktop (no tablet)

Sorry, this entry is only available in Italiano.

Posted in Giochi, Tech news - tutorials, Windows | Tagged , | Comments Off on usare win8 su un normale pc desktop (no tablet)

Buon anno – Happy new Year- Szczesliwgo Nowego Roku !

Sorry, this entry is only available in Italiano.

Posted in Real life | Comments Off on Buon anno – Happy new Year- Szczesliwgo Nowego Roku !

filmati avchd , come vedere un file .mts su un disco esterno senza convertirlo

Sorry, this entry is only available in Italiano.

Posted in Mac Os, Tech news - tutorials | Tagged , , , | 9 Comments

QWBFSManager on mac mountain lion

Hello, as already described for WBFS manager ,the solution, also for QWBFSManager is to run program as root
Put QWBFSManager in Application folder, then open terminal:
cd /Applications/ INVIO
and then
sudo QWBFSManager.app/Contents/MacOS/QWBFSManager
after this operation, disk will be readable
qwbfs

Posted in Mac Os | 1 Comment

Wbfs manager-Mountain Lion, the solution (2)

In previous post i described how is possible to re-enable  wbfs 1.2 for mac in mountain lion to read wbfs disk In order to make simple the path
 /Applications/WBFS\ for\ MacOS\ X.app/Contents/MacOS/WBFS\ for\ MacOS\ X (also because I was not able to do with that 🙂

  1. Firstly i have renamed file (inside Application folder) from “Wbfs for MacOS” to “WBFS”  
  2. clic dx button on Wbfs ->  choose “show package contents” , open “Contents” folder and next one “MacOS” and you’ll find a nice black file (executable); rename it from “Wbfs for MacOS” to “WBFS” like this      
    After that new path is  /Applications/WBFS.app/Contents/MacOS/WBFS

3.  Now open apple script editor (you can find it in application-utility)  and write command below:
I know, I could have wrote it instead put an image, but in that way you can learn and not only copy-paste 🙂

Then choose “export” and save as application;  in Desktop or where you want; i’ve called it “wbfs.app” (no fantasy).
Now if you click this app will appear a password request , insert and push enter, after that Wbfs will be opened and can read your wbfs disk.
If you want you could apply also original Wbfs icon, so you will not see any difference with original one:-)

Posted in Giochi, Mac Os | Tagged , , | 41 Comments

Wbfs manager-Mountain Lion, the solution

English (very syntetic)  version : With sudo command in terminal Wbfs 1.2 work with Mountain lion  (before try , please remember to put Wbfs in Application folder) is possible to re-enable our wbfs to read wbfs disk:

sudo /Applications/WBFS\ for\ MacOS\ X.app/Contents/MacOS/WBFS\ for\ MacOS\ X

🙂

Posted in Giochi, Mac Os | Tagged , | 30 Comments

Dropbox & others

Do you know Dropbox? , surely yes, so a description would be useless 🙂 you can create your dropbox account by here and you’ll have 2 gb free (and give me 500 mb:-)) Why i’m not using Skydrive or google drive? cause client of Dropbox is more fast and work also with linux 🙂 obviously you are free to use also them, i suggest you also to try sugarsync

Posted in Tech news - tutorials | Tagged | Comments Off on Dropbox & others