debug call function() to debug a function in vim

2011-09-04 1 min read Vim Tips

Drawn in Autosketch + pasting in words from Excel
Image via Wikipedia

Have you ever wished that you could either see what is going on initially at the vim startup like you could do with C program in the gdm mode, but really did not want to go through gdb. Or rather you sometime felt that some function defined by some plugin is causing some issue and you wanted to debug just that function. Well you need not wish anymore, the functionality is already there.

Continue reading

[Solved] ssh works but scp does not

2011-08-29 1 min read Bash Fedora Linux

Structure of an SSH binary packet
Image via Wikipedia

For quite sometime now, I was having this issue, that for the home system, I was able to connect to is using ssh but it never worked. Fnally after quite some debugging finally I found that the issue was with thebashrc. So, everytime I had to do a scp I would have to move/rename bashrc and do the reverse action after the scp was done.

Continue reading

Screenshot of Gnome3 with awn

2011-08-25 1 min read Fedora GNOME Linux

Here is another screenshot of my laptop desktop with Gnome 3 and AWN (Avant window Navigator) running. Looks beautiful, isn’t it?

<p>
  By the way, with this setup I have the <a class="zem_slink" title="Old Style and New Style dates" href="http://en.wikipedia.org/wiki/Old_Style_and_New_Style_dates" rel="wikipedia">old style</a> menu also just that instead of on the top it is on the bottom just like old RH9 🙂
</p>

<h6 class="zemanta-related-title" style="font-size: 1em;">
  Related articles
</h6>

<ul class="zemanta-article-ul">
  <li class="zemanta-article-ul-li">
    <a href="http://blog.amit-agarwal.co.in/2011/08/12/gnome-3-shell-themes/">Gnome 3 shell themes</a> (amit-agarwal.co.in)
  </li>
  <li class="zemanta-article-ul-li">
    <a href="http://tech.slashdot.org/story/11/08/17/1943218/Interview-With-GNOME-3-Designer-Jon-McCann">Interview With GNOME 3 Designer Jon McCann</a> (tech.slashdot.org)
  </li>
  <li class="zemanta-article-ul-li">
    <a href="http://linux.slashdot.org/story/11/08/04/0115232/Linus-Torvalds-Ditches-GNOME-3-For-Xfce">Linus Torvalds Ditches GNOME 3 For Xfce</a> (linux.slashdot.org)
  </li>
</ul>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;">
  <a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right;" src="https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688" alt="Enhanced by Zemanta" data-recalc-dims="1" /></a>
</div>

<p>
</p>

Gnome 3 screenshot with conky dock

2011-08-18 1 min read Fedora GNOME

Just to give you a idea of how beautiful it looks, here’s a screenshot 🙂

[gnome3-desktop][1]
gnome3-desktop
Enhanced by Zemanta

Gnome 3 shell themes

2011-08-12 2 min read Fedora GNOME

Working gnome-shell on an Intel 945GM
Image by grantc via Flickr

If you are using gnome-shell and are bored with the same default theme then read on…. 🙂

By default changing the default theme requires that you modify the files yourself or copy few files to the required directories. Well, if this is not in your scheme of things for changing the theme, a very simple task. Now, you can simply do this with gnome shell extensions.

Continue reading

bash completion

2011-08-09 2 min read Bash Fedora Linux

I was working on some functions in bash to make my life easier and realized that if I added custom completion to my functions, it will be really good. So I headed over to google and searched for what I wanted. I did get a lot of information on bash completion but not a single concrete example that could help me do what I wanted. So, with the help of man pages and some results from the Google pages, I was finally able to accomplish what I wanted. So here it is:

Continue reading

Installing Full Blin g theme on N900

2011-08-03 1 min read Maemo 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.

Continue reading
Older posts Newer posts