Archive

Posts Tagged ‘Linux’

Adobe Flash Player version 11.2 is the Last one for Linux

Jan 6th, 2013

Adobe Flash Player 11.2 is the last version for Linux users. It won’t relase new versions for Linux user. Adobe will continue to support 11.2 ver for 5 more years. So, security updates etc will be updated till then.
Adobe Flash Player is dying slowly! Many tech experts are predicting… (Continue)

Linux Email from Command Line with Attachment

Sep 28th, 2011

Today I was looking for sending attachment from command line. I use bash shell prompt and I wanted to use that so that I do not need to configure email client on my Linux (RedHat) system. I have found very good command line tool to send emails with or without… (Continue)

Linux: Shell Script for Printing Full Path with Filename

Sep 17th, 2011

Here is a shell script for printing full path with filename. Suppose you have given your shell script a file name=realpath then It will work like this:

$realpath filename.txt
/home/satya/filename.txt

$realpath folderName
/home/satya/f1.txt
/home/satya/f2.txt, etc

It just print files one level deep.
#!/bin/sh

#find $PWD -name $1 2>/dev/null

#find $PWD… (Continue)

Writing Shell Script in Linux/Unix

Sep 16th, 2011

Today I have tired with shell script which are meaningful and it is something I will remember as well.  Lets first discuss about writing sample shell script!

1. Decide about a place to place your shell scripts. Usually it can be /home/yourUserDir/bin (/home/satya/bin)
So, create a directory if it does… (Continue)

Important Linux Vi/Vim Editors commands for Programmers – 2

Aug 7th, 2011

Here is a collection of only Vi/Vim Editor related commands. It is only a collection of important commands that you can afford to remember and do all important and usual task a programmer need to do while writing scripts. If you got to work on vi/vim editor for long enough… (Continue)

Important Linux Commands for Developers

Feb 27th, 2011

Here are few Linux/Unix commands useful for developers in day-to-day work. If you worked on Linux system then you may have used these commands but you may just be very basic on those command to stand out. You may need a little brush up with commands so that you can… (Continue)

Free and Open Source Software Support in India

Nov 2nd, 2009

As part of encouragement to Free and Open source software in India, C-DAC has developed EduBOSS. EduBOSS is a variant of BOSS. It is based on Debian Linux distribution. It will come preloaded with educational software developed at C-DAC Chennai. BOSS stands for Bharat Operating System Solutions. BOSS was funded… (Continue)

Firefox alternative, Flock on Ubuntu

Aug 25th, 2009

I have installed Flock again. This time for using it on my aging Home PC and not just for checking how it looks. My home PC has Ubuntu. I was using Firefox and Opera. But Opera is not correctly supported by Gmail.
I was looking for Flock from quite sometime… (Continue)

My New PHP Server and Domain

Aug 12th, 2009

This is just a gossip with little information also.
I have taken satyakaran.com domain again but forget what I have decided earlier. I should use satya-weblog.com as the main server domain for php.  I have taken satyakaran again as I have taken it earlier and it has expired. but it… (Continue)

Linux Distribution Comparison

Jul 11th, 2009

Looking for comparing various Linux distributions? At this place you can compare various kind of distribution very easily. Linux has lots of brands and each has something special. This make us confused in selection. This site will not help in every small detail but gives a general idea of various… (Continue)