Skip to content

Neependra Khare

Student, Gardener, Self-employed

  • Home
  • My Green World
    • Journey so far
    • Terrace Garden
    • Managed Farm at Dhanvi, Kanakapura
    • Eco-Village at Pavagada
  • About
    • Journey so far
    • Trainer Profile
  • Contact Me

tips and tricks

Exporting blogs from blogspot to wordpress.

17 October 2010 by Neependra

While exporting my blogs from blogspot using the Tools->import of WordPress. I was getting “HTTP/1.0 403 Invalid AuthSub token” error. So, I used blogger2wordpress tool to convert my older blogs to wordpress format and import it as wordpress blogs.

Categories tricks Tags tips and tricks Leave a comment

How do log every thing printed on the terminal

17 September 2008 by Neependra

Sometimes we just keep working on a terminal and get lost what all we did.Isn’t it good if we can get some kind of logs which can give us all steps we followed. First thing which comes in mind is the “history” command, but that will not give the standard outputs which we got after … Read more

Categories Uncategorized Tags tips and tricks Leave a comment

Deleting a speical character file

3 September 2008 by Neependra

Sometimes we need to delete a special character file, which we can not delete with normal rm command.So here is the solution…delete it with the help inode number.$find . -inum __inode number from ls -i of the file __ -exec rm {} \;

Categories Uncategorized Tags tips and tricks Leave a comment

Highlighting the searched keyword with ‘grep’.

11 August 2008 by Neependra

Add following lines in the “.bashrc” file, which is in your home directory. alias grep=”grep –color” export GREP_COLOR=”1;32″ You can run either run following command to take this change in-effect $ source ~/.bashrc OR Logout and then login.

Categories Uncategorized Tags tips and tricks Leave a comment
© 2025 Neependra Khare • Built with GeneratePress