After several months of testing, in which I have never loved Unity, I decided to change distro and now I use Xubuntu.
Simple, fast and without losing any data on my PC!
sudo apt-get install xubuntu-desktop
bye bye
After several months of testing, in which I have never loved Unity, I decided to change distro and now I use Xubuntu.
Simple, fast and without losing any data on my PC!
sudo apt-get install xubuntu-desktop
bye bye
Duke Nukem 3D running natively on Ubuntu!
We can’t live only for work!!
With Duke Nukem Forever a few months away from actual release, I thought it would be the appropriate time to check out Duke Nukem 3D, the last Duke Nukem game to come from 3D Realms.
On this site there are the complete howto install and play in few minutes!
Simply the best and free Music Player for Android!!
![]() |
Key Features
|
Tested on my HTC Desire and work very fine!
![]()
Debian 6.0 – “squeeze” released
http://www.debian.org/News/2011/20110319.en.html
I’ll make a big test very soon!
Some friends told me that in many Laptop with Intel 82845G/GL video chipset and Ubuntu 10.04 Lucid there are a lots of problems in Flash Player.
In many case, often when you use Youtube video, the CPU usage raise up to 100% and the Xorg crash totally. You must restart Ubuntu to have a normal usable system.
I tried to help a friend a few days ago and the only good solution was to update the Linux Kernel at the 2.6.34 version.
The problem is not ‘completely solved but appears less frequently.
You can try to take the new kernel deb files using this official Ubuntu repository and update your standard 2.6.32-22.
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/
There are also a 2.6.35 Kernel but I have not tried yet.
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.35-rc1-lucid/
After upgrade from Ubuntu 9.10 to 10.04 my audio stop to work!
I have tried many solution but nothing seem to work.
This is my sound card.
00:0f.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23 Memory at cfff0000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel
To solve to problem I have done this simple steps:
sudo apt-get remove --purge alsa-base sudo apt-get remove --purge pulseaudio sudo apt-get clean && sudo apt-get autoremove sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo apt-get install gdm ubuntu-desktop
In this way all was returned to work properly.
In some case I need to force the execution of a software in a specific core.
To do this I use a Linux program named “taskset”
It’s really simple to use and really useful.
taskset -c 0 program_name
-c 0 it means to execute the program to the first core, -c 1 it’s the second core.. and so on
For example to force execution of VLC to che second core I can use this command
taskset -c 1 vlc
This is a simple howto use a SSH Tunnel under Linux
This an example of the correct syntax
ssh -l username_ssh ip_firewall -L local_port:remote_pc:remote_port
For example: if you want to connect from your linux client to a remote pc via VNC through a linux firewall
you can use this command
firewall ip is: 72.35.34.2
firewall username is : vncext
remote pc ip is: 192.168.0.23
vnc port is: 5900
local port is: 5900
ssh -l vncext 72.35.34.2 -L 5900:192.168.0.23:5900
after this command you must insert the vncext password for 72.35.34.2
and now you can connect to remote vnc simply use this command
xvnc4viewer 127.0.0.1
For all people that need to view Google Analytics on your Android Phone I suggest to take a look to this application.
I have tested many similar applications but Mobile GA for Android it’s really fast, simple and is free!.
It can be downloaded directly from the Android Marketplace.
Simply visit the Android Marketplace and install it.
Also it’s realy cool!
For recovering Ubuntu (or Debian) after installing Windows there are many way.
For me the simple way it’s:
1 – boot from Ubuntu Live CD (if possible the same version as your installed version on the PC)
2 – open terminal
3 – execute this command
sudo grub-install --root-directory=/dev/sdaX /dev/sda
this command reinstall the grub loader for the /dev/sdaX root partition (X is for 1 / 2 / 3 etc. you must change this value in according of your partition table, may be different for a custom installation);
also sda may be sdb or sdc etc. you must check you /etc/fstab or execute mount to see what is your root file system