Skip to main content

Posts

Showing posts from May, 2015

Leader vs Boss

Earning Learning difference

Kinds of Developers based on Operating System

Oh wow and He Ram

After searching a lot, found the secret behind the relationship between these two legends.

Convert to progressive image from baseline image in the folder

The main feature of ImageMagick is that, it will convert the baseline image to the progressive image. Save the following script in .sh file and run it. It will convert all jpg images in the directory to progressive image. #!/bin/bash for img in *.jpg; do   convert -strip -interlace Plane -quality 80 $img $img   echo "Converted :$img" done Explanation for progressive image: A  progressive  JPEG is the JPEG equivalent of the interlaced GIF Graphics Interchange Format . It's an  image  created using the JPEG suite of compression algorithms that will "fade in" in successive waves of lines until the entire  image  has completely arrived.

Error ORA-12519, TNS:no appropriate service handler found

Why:  The listener could not find any available service handlers that are appropriate for the client connection. Solution: Run "lsnrctl services" to ensure that the instance(s) have registered with the listener, and are accepting connections. Source:  http://www.dba-oracle.com/sf_ora_12519_tns_no_appropriate_service_handler_found.htm

Installing the Shrew Soft VPN Client: CentOS

Step #1 Download the package from http://www.shrew.net/download/ike Downloads> tar -xzvf ike-2.1.7-release.tgz Step #2 Install the dependencies Install CheckInstall in Terminal wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/ikoinoba/CentOS_CentOS-6/x86_64/checkinstall-1.6.2-3.el6.1.x86_64.rpm rpm -i checkinstall-1.6.2-3.el6.1.x86_64.rpm sudo yum install bison sudo yum install gcc-c++ sudo yum install cmake sudo yum install -y ncurses-devel cmake -DQTGUI=YES -DETCDIR=/etc -DNATT=YES sudo checkinstall sudo ldconfig sudo cp /etc/ iked.conf.sample  /etc/ iked.conf Step #3 Launch IKE sudo iked References:  http://www.gta.com/downloads/external/53/General/ShrewSoftVPN_LinuxInstall.pdf https://myubu.wordpress.com/2013/05/06/install-shrew-soft-vpn-client-on-ubuntu-13-04/

#ThankYouCitrisys

MAY 5, 2015 an unforgettable day in my life. Why this award is so special to me? Because, after 8 years (After completion of Engineering), I landed on a good place where they identified me and involved me in the good projects with suitable PMOs. With all their support in Citrisys, I did small things with my involvement. For that, Citrisys, awarded me this "Award of Excellence". This award not shows me the best performance, but, it shows me to work more and more. Thank you Mr.ARA (CEO, Citrisys Solutions) for this award. #ThankYouCitrisys

May5 The Citrisys Day