Installing Full Blin g theme on N900
I was going through the post : http://talk.maemo.org/showthread.php?t=46739
and found the theme quite intruging but not complete to the point where I can download the deb file and install it in /usr/share/theme/ dir with simple commands “apt-get” or at max just use mkdir command to create the dir and dump everything in that dir. So, I wrote this couple of bash one liners to copy the required files to my N900.
<td>
<div class="text codecolorer">
for i in place*; do mv "$i" ${i//place these files in /}; done<br /> for i in Place*; do mv "$i" ${i//Place these files in /}; done<br /> for i in usr*; do j=${i//\./\/}; echo $i $j; done<br /> for i in usr*; do j=${i//\./\/}; echo $i $j; mkdir Bkup_$i; scp -r root@192.168.103.88:/$j/* Bkup_$i/ ;done<br /> for i in usr*; do j=${i//\./\/};scp -r $i/* root@192.168.103.88:/$j/ ;echo "Done with $i"; done
</div>
</td>
</tr>
1
2 3 4 5 |
Related articles
- Installing Bling Theme on N900 (amit-agarwal.co.in)
- ns2 (network simulator) installation in fedora (binaryimmersion.wordpress.com)
- GPG error on N900 when doing update on command line (amit-agarwal.co.in)
- Lisp Package Guidelines – ArchWiki (wiki.archlinux.org)
Related Articles:
- 2011/06/18 Installing Bling Theme on N900
- 2011/06/22 GPG error on N900 when doing update on command line
- 2011/01/31 Ranking of the most frequently used commands
- 2010/12/23 Bash Script Beautifier
- 2010/09/01 Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash.

Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.