User:Giannoug

(How to remove unused config files for unistalled programs?)
Line 1: Line 1:
-
== How to remove unused config files for unistalled programs? ==
+
== How to remove unused config files for unistalled programs ==
Open up a Terminal (or SSH to your device) and type
Open up a Terminal (or SSH to your device) and type
Line 6: Line 6:
</pre>
</pre>
That's it. All your unused config files are now gone!
That's it. All your unused config files are now gone!
 +
 +
== How to enable N900's disabled radio transmitter ==
 +
 +
Soon.

Revision as of 10:57, 6 January 2010

How to remove unused config files for unistalled programs

Open up a Terminal (or SSH to your device) and type

dpkg -l | awk '/^rc/ {print $2}' | xargs dpkg -P

That's it. All your unused config files are now gone!

How to enable N900's disabled radio transmitter

Soon.