hazard
Computer File | Linux and Photography Blog - Page 5 Skip to main content

Linux and Photography Blog

  • Contact Form
  • Privacy Policy

Tag: Computer file

some interesting alias

September 27, 2011September 4, 2011 Amit Agarwal Leave a comment

For this time, I will just give you a link to to bashrc file.

http://hayne.net/MacDev/Bash/aliases.bash

Head over there and see some very interesting aliase’s.

Related articles
  • Bryan Quigley: Windows Cant Handle the Hardware (bryanquigley.com)
  • semantic grep (github.com)
  • Aliases and shortcuts (macstarter.com)
Enhanced by Zemanta
Link to this post!

Socialize

Installing Full Blin g theme on N900

August 3, 2011July 31, 2011 Amit Agarwal Leave a comment

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.

1
2
3
4
5
for i in place*; do mv "$i" ${i//place these files in /}; done
for i in Place*; do mv "$i" ${i//Place these files in /}; done
for i in usr*; do j=${i//\./\/}; echo $i $j; done
for i in usr*; do j=${i//\./\/}; echo $i $j; mkdir Bkup_$i; scp -r root@192.168.103.88:/$j/* Bkup_$i/ ;done
for i in usr*; do j=${i//\./\/};scp -r $i/* root@192.168.103.88:/$j/  ;echo "Done with $i"; done
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)
Enhanced by Zemanta
Link to this post!

Socialize

Installing Bling Theme on N900

June 19, 2011June 19, 2011 Amit Agarwal 1 Comment
Nokia N900 communicator/internet tablet
Image via Wikipedia

There is a very nice theme for N900 and it is called Bling theme. There is a problem though with the theme, the theme still does not have a installable .deb file, and thus the files need to be directly copied to “/usr/share/icons” and you have to manually do the mkdir and all such command in the terminal in a N900, which does not seem familiar to quite a lot of people using N900. So here, is for the benefit of  all, I am posting a script that can do the job. The one lines can be run from any bash script (Linus/Windows with cygwin/Mac or even N900). Though the one liners should be self explanatory, if you have a doubt, feel free to ping me.

Original Maemo thread is here… you can find the screenshots of the theme in the thread.

http://talk.maemo.org/showthread.php?t=46739

1
2
3
4
5
for i in place*; do mv "$i" ${i//place these files in /}; done
for i in Place*; do mv "$i" ${i//Place these files in /}; done
for i in usr*; do j=${i//\./\/}; echo $i $j; done
for i in usr*; do j=${i//\./\/}; echo $i $j; mkdir Bkup_$i; scp -r root@192.168.103.88:/$j/* Bkup_$i/ ;done
for i in usr*; do j=${i//\./\/};scp -r $i/* root@192.168.103.88:/$j/  ;echo "Done with $i"; done
Related articles
  • Deleting all mails in the N900 (Maemo 5) permanently (amit-agarwal.co.in)
  • Nokia Maemo 6 device on June 21 tips insider (slashgear.com)
  • ovigia: Demo Of MeeGo 1.2 Developer Edition On The Nokia N900 | The Handheld Blog (thehandheldblog.com)
Enhanced by Zemanta
Link to this post!

Socialize

Posts navigation

Newer posts 1 … 4 5 6 Older posts

Search

Pages

  • Contact Form
  • Privacy Policy
  • Sitemap

Blog

  • Android App
  • Contact Me
  • G+ Profile
  • Homepage
  • Login
  • My Photo Gallery
  • My Photos
  • RSS Feed

Cal

December 2019
M T W T F S S
« Oct    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Email Subscribe

Myself

raj77in

raj77in

Linux and Photography is my passion. Blog: http://blog.amit-agarwal.co.in

Personal Links

  • Linux Blog
  • Linux and Photography Blog
  • Docker Hub
  • Github

Verified Services

View Full Profile →

sparkling Theme by Colorlib Powered by WordPress