symbolic link

Verify: SSL Certificate Under OpenSSL

by Vivek Gite on December 7, 2010 · 0 comments

All UNIX / Linux applications linked against the OpenSSL libraries can verify certificates signed by a recognized certificate authority (CA). How do I verify SSL certificates using OpenSSL command line toolkit itself under UNIX like operating systems without using third party websites?

{ 0 comments }

HowTo: Find Symlink under UNIX / Linux

by Vivek Gite on September 3, 2010 · 25 comments

How do I find symlink(s) under UNIX and Linux operating systems?

{ 25 comments }

I‘ve tons of images, css and javascript hosted at backend server IP 192.168.1.5 and 192.168.1.6. How do I make sure nginx reverse proxy load balancer always send all http_user_agent requests coming from “Mozilla” to server 192.168.1.5 and MSIE to server 192.168.1.6 only?

{ 1 comment }

Can you completely explain the nine permissions bits on UNIX or Linux files?

{ 1 comment }

How do I find out the canonicalised absolute pathname for a given command or file under Linux operating systems?

{ 0 comments }

Q. Some of my programs and scripts needs a real path and not a a symbolic link. How to I determine a real path of any directory under Linux / UNIX operating systems? How do I remove references to /./, /../ and extra ‘/’ character in path?

{ 5 comments }

Unix Create a Symbolic Link

by Vivek Gite on May 15, 2008 · 3 comments

How do I create file links under UNIX / Linux / BSD operating systems?

{ 3 comments }