Browse - computer tips - save space by deleting other languagesDate: 2009mar22 OS: Linux Q. How can I save some diskspace? A. You can delete the support for languages you don't use. For example, if you can not read Chinese search for all files/folders that have the word "cz" (the 2 letter code for Chinese) in them: find / -name \*cz\* -print | grep -w cz you'll find quite a few.
Add a commentSign in to add a comment | Advertisements:
|