> This morning I tried to upgrade my Ubuntu 11.10 to the Ubuntu 12.04
> beta2-desktop-amd64, which did not work.
>
> I went into the Terminal and typed in this Line.
> ''sudo do-release-upgrade d;''
>
sudo do-release-upgrade -d
This command will only work after Ubuntu 12.04 has bee
I believe I've found the solution to excessive swapping with 1GB of memory.
There is a script "/usr/lib/pm-utils/power.d/laptop-mode" that is setting too
low values to VM tunable kernel parameters when on AC power:
dirty_background_ratio=5
dirty_ratio=10
The line 69 of the script is the follo