phpMan: Unix Man page/ Perldoc / Info page Web Interface

2010-06-02 1 min read Linux
<a href="http://phpunixman.sourceforge.net/">Link A web interface to browse the man pages along with perldoc or info pages for all the Linux commands. Quite useful if you are on windows and want to quickly look at some reference for Linux command. Otherwise too quite intuitive and interesting and easy to browse.

Google staff dropping Windows for Macs, Linux PCs

2010-06-02 1 min read Linux Uncategorized
For those who keep saying this is not the year of linux and probably it will never be 🙂 Google staff dropping <a class="zem_slink freebase/en/microsoft_windows" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows for Macs, <a class="zem_slink freebase/en/linux" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux <a class="zem_slink freebase/en/personal_computer" title="Personal computer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personal_computer">PCs Google is abandoning the use of Windows by its staff as it\’s too much of a security threat, multiple staffers said Monday night. Recent concerns about

Key bindings for screen command

2010-06-01 3 min read Linux
Key bindings screen commands consist of a command character (Ctrl-a by default) followed by another character. For many of the commands, you can also specify the character as Ctrl-character–e.g., Ctrl-a Ctrl-d as well as Ctrl-a d. The default key bindings are listed here. You can change the bindings for yourself in the $HOME/.screenrc configuration file, or for all users in /etc/screenrc. The term in parentheses that follows the description is the equivalent configuration-file command for changing the key binding. Continue reading

UFRaw – Open open format raw images in Linux.

2010-05-27 1 min read Fedora Linux Photo
<a class="zem_slink freebase/en/ufraw" title="UFRaw" rel="homepage" href="http://ufraw.sourceforge.net/">UFRaw is quite an essential program if you are using <a class="zem_slink freebase/en/linux" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux and have a camera that supports <a class="zem_slink freebase/en/raw_image_format" title="Raw image format" rel="wikipedia" href="http://en.wikipedia.org/wiki/Raw_image_format">raw format. UFRaw is a tool for opening raw format images of <a class="zem_slink freebase/en/digital_camera" title="Digital camera" rel="wikipedia" href="http://en.wikipedia.org/wiki/Digital_camera">digital cameras. UFRaw supports a long list of camera&#8217;s. You can see the list of supported camera&#8217;s <a href="http://ufraw. Continue reading

vim – get the list of all the scripts available.

2010-05-27 1 min read Learning Linux Vim Tips
To get a list of all the scripts in the vim.sf.net project, you can run the following command. This will list all the scripts with the script id. wget -O – &#8217;http://www.vim.org/scripts/script_search_results.php?&show_me=4000&result_ptr=0&#8217; -o /dev/null | <a class="zem_slink freebase/en/grep" title="Grep" rel="wikipedia" href="http://en.wikipedia.org/wiki/Grep">grep width| grep script_id= |<a class="zem_slink freebase/en/sed" title="Sed" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sed">sed &#8217;s/.*script_id=//&#8217;|tr -d &#8221;&#8221;&#8221;|tr &#8221;>&#8221; &#8221; &#8221;|sed &#8217;s/< .*//&#8217; | tr -d &#8217;\001&#8217;-&#8217;\011&#8217;&#8217;\013&#8217;&#8217;\014&#8217;&#8217;\016&#8217;-&#8217;\037&#8217;&#8217;\200&#8217;-&#8217;\377&#8217; |sort -n<h6 class="zemanta-related-title">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://www. Continue reading

mussh - Multihost SSH wrapper

2010-05-25 1 min read bash Fedora Linux
Description: Mussh is a <a class="zem_slink freebase/en/shell_script" title="Shell script" rel="wikipedia" href="http://en.wikipedia.org/wiki/Shell_script">shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use <a class="zem_slink freebase/en/ssh-agent" title="Ssh-agent" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ssh-agent">ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. It is a utility for <a class="zem_slink freebase/en/system_administrator" title="System administrator" rel="wikipedia" href="http://en.wikipedia.org/wiki/System_administrator">system administrators maintaining more than one hosts. Continue reading
Older posts Newer posts