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)
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)
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)
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)
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)
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)
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)
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)
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)
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)