Firefox 16, a treat for developers http://t.co/cnd27CzT
How to upgrade to Kernel 3.2 in Ubuntu11.10 and LinuxMint12|PPA
Few days ago was officially released the new Linux 3.2 kernel. The new release includes support for ext4 block sizes bigger than 4KB and up to 1MB, which improve performance with big files; btrfs has been updated with faster scrubbing, automatic backup of critical filesystem metadata and tools for manual inspection of the filesystems; the process scheduler has added support to set upper limits of CPU time; the desktop reponsiveness
in presence of heavy writes has been improved, TCP has been updated to include an algorithm which speeds up the recovery of the connection after lost packets; the profiling tool “perf top” has added support for live inspection of tasks and libraries and see the annotated assembly code; the Device Mapper has added support for ‘thin provisioning’ of storage, and a new architeture has been added: the Hexagon DSP processor from Qualcomm. Other drivers and small improvements and fixes are also available in this release.
To find more details about the new Linux 3.2 kernel , please check this release notes. The Ubuntu group has already an pre compiled version released to make it easy for newbies
WARNING : We advise you to make a backup before to start, we are not responsible for any lose of data.
We have tested this on one of our Unixmen test server (Peas OS Ubuntu-based)
1- Installation of Kernel 3.2 in Ubuntu 11.10 and Mint 12 via PPA:
Open terminal and enter the following commands:
sudo apt-add-repository ppa:francisbrwn9/kernels sudo apt-get update sudo apt-get dist-upgrade
If you want to revert the change and back to the previous kernel, you need to install PPA Purge via command:
sudo apt-get install ppa-purge
Then to remove the ppa via the command:
sudo ppa-purge ppa:francisbrwn9/kernels
2- Via Debian package
To install the new Linux kernel 3.2 on Ubuntu or Mint using Debian package, you need to follow these steps:
For Ubuntu/Mint 32BIT
Open terminal and enter the following commands:
cdmkdir kernel && cd kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-headers-3.2.0-030200-generic_3.2.0-030200.201201042035_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-image-3.2.0-030200-generic-pae_3.2.0-030200.201201042035_i386.deb
sudo dpkg -i *.deb
For Ubuntu/Mint 64BIT
Open terminal and enter the following commands:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-headers-3.2.0-030200-generic_3.2.0-030200.201201042035_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/linux-image-3.2.0-030200-generic_3.2.0-030200.201201042035_amd64.deb
pirat9@Unixmen:~/kernel$ sudo dpkg -i *.deb Output [sudo] password for pirat9: Selecting previously deselected package linux-headers-3.2.0-030200. (Reading database ... 144811 files and directories currently installed.) Unpacking linux-headers-3.2.0-030200 (from linux-headers-3.2.0-030200_3.2.0-030200.201201042035_all.deb) ... update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-030200-generic /boot/vmlinuz-3.2.0-030200-generic update-initramfs: Generating /boot/initrd.img-3.2.0-030200-generic enerating grub.cfg ... Found background: /etc/remastersys/splash.png Found background image: /etc/remastersys/splash.png Found linux image: /boot/vmlinuz-3.2.0-030200-generic Found initrd image: /boot/initrd.img-3.2.0-030200-generic Found linux image: /boot/vmlinuz-3.0.0-14-generic Found initrd image: /boot/initrd.img-3.0.0-14-generic Found memtest86+ image: /boot/memtest86+.bin
Now restart and Enjoy
pirat9@Unixmen:~$ uname -a Linux Unixmen 3.2.0-030200-generic #201201042035 SMP Thu Jan 5 01:36:31 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux pirat9@Unixmen:~$
-
-
-
-
-
http://www.facebook.com/papa.rizzo
-
-
-
-
-
-
-
-
http://blog.crimsonflames.com
-
-
-
-
-
-
-
http://www.facebook.com/Velpula.Naveen
-
-
-
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Install and Configure Samba share in Ubuntu 13.04 Raring Ringtail , 12.10, 12.04| Howto : Updated 05-04-2013: One of the most asked features for Samba is a graphical user interface to help w...0 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Recent Posts
- How to find Default Gateway in Linux
- Setup Backup server using rsnapshot on RHEL / CentOS / Ubuntu / Debian
- How to disable/change default PDF viewer in Mozilla Firefox
- Dictionaries in Python
- How to Install uTorrent Client on Ubuntu/Debian/Linux Mint
- Lists in Python
- Argument Handling in Python
- Setup your own Wikipedia like website using MediaWiki
- Administer your Server using Ajenti Server Manager
- “Brand New” Unixmen Forum is Now Live!
Recent Comments



















cave
| #
it can be used to talk or chat through the internet,
it is using strong encryption.
but for example TOR is using some obfuscation because some countrys try to block all outgoing connections which can not be scanned with DPI
And the TOR Project is facing an arms race in obfuscation and encryption detection.
cave
| #
You can friend someone if you give him your public Certificate.
both peers must friend each other.
i suggest to not enter a valid e-mail address. it is not necessary, but pgp needs a mail addy. something@something.so fits perfectly… :)
http://redd.it/18vsq5 <– faq, featurelist, todo, howto, useful links to manual wiki etc, …
you can connect to chatservers, which will give you access to chatlobby, where always some people are lurking.
#1 https://www.f2f-fr.net/w2c/en/
#2 http://retrosharechatserver.no-ip.org/w2c/en/
and in this rooms, you can find other people to talk and friend.
cave
| #
http://redd.it/18vsq5
please have a look at this link. it is a FAQ, QuickTip, HowTo, etc etc etc …
If you want to make friends, please use the Chatservers.
#1 https://www.f2f-fr.net/w2c/en/
#2 http://retrosharechatserver.no-ip.org/w2c/en/
if you enter your certificate, the chatserver adds you as his friend and shows his certificate too add him to your friends.
After the connection to the chatservers is established, you can join a few chatrooms where the chatserver is lurking.
in this rooms are other people too help you and make first friends and get into the network.
add friends only with wisdom. if you friend some policeman, it will be problematic like in real life.
best is to add only people you trust in real life or trust from other communitys too. and not to add random unkown strangers.
If you have questions, ask them in the chatlobbys, there is always someone to answer them.
please read http://redd.it/18vsq5
or question me here :)
Ladi Oyekanmi
| #
Could you please assist in step by step on how to install nagios on solaris
Adhraa
| #
Greate tutorial :)