QUOTE(one1002 @ Nov 24 2010, 11:34 PM)
did u manually type or copy and paste?
i copied and pasted without no prob..the thing is, i did it with winscp and opened the terminal from winscp and did all those commands from there..didn't touch my N900 at all during the typing..
or perhaps..you could create a script..
save it as for example - root.sh (or any other name) using notepad++. you can download the app here http://download.tuxfamily.org/notepadplus/...5.Installer.exe
after saving it as .sh extension, copy the file to mydocs, and from terminal,
root
cd /home/user/MyDocs
sh root.sh
it should do everything for u
This the good idea to avoid mispell or wrongly copy and paste. Sifu SEA should make 1 script for this and put at FP easy to others just run the script. Bro looking for me ?i copied and pasted without no prob..the thing is, i did it with winscp and opened the terminal from winscp and did all those commands from there..didn't touch my N900 at all during the typing..
or perhaps..you could create a script..
CODE
#this will clear the root space around ~10mb
mkdir -p /home/var/lib
mv /var/lib/apt /home/var/lib
ln -s /home/var/lib/apt /var/lib
mv /var/lib/dpkg /home/var/lib
ln -s /home/var/lib/dpkg /var/lib
mkdir -p /home/var/cache
mv /var/cache/apt /home/var/cache
ln -s /home/var/cache/apt /var/cache
mkdir -p /home/var/lib
mv /var/lib/apt /home/var/lib
ln -s /home/var/lib/apt /var/lib
mv /var/lib/dpkg /home/var/lib
ln -s /home/var/lib/dpkg /var/lib
mkdir -p /home/var/cache
mv /var/cache/apt /home/var/cache
ln -s /home/var/cache/apt /var/cache
save it as for example - root.sh (or any other name) using notepad++. you can download the app here http://download.tuxfamily.org/notepadplus/...5.Installer.exe
after saving it as .sh extension, copy the file to mydocs, and from terminal,
root
cd /home/user/MyDocs
sh root.sh
it should do everything for u
tq
This post has been edited by meLi: Nov 25 2010, 09:11 AM
Nov 25 2010, 09:11 AM

Quote
0.0182sec
0.46
7 queries
GZIP Disabled