Reading/Parsing a CRL with OpenSSL
Below command used to parse and give you a list of revoked serial numbers: openssl crl -inform DER -text -noout -in mycrl.crl Most CRLs are DER encoded, but you can use -inform PEM if your CRL is not binary. If…
Getting Started with Elixir Programming Language
If you have been reading blog posts, hacker news threads, your favorite developers tweets or listening to podcasts, at this point you’ve probably heard about the Elixir programming language. The language was created by José Valim, a well known developer…
MemSQL’s Kerberos setup with SSL
As of MemSQL 5.0, MemSQL includes an authentication plugin that enables a MemSQL Server to use PAM (Pluggable Authentication Modules) to authenticate users. PAM enables a system to use a standard interface to access various kinds of authentication…
Top Ten Front-End Design Rules For Developers
As front-end developers, our job is, essentially, to turn designs into reality via code. Understanding, and being competent in, design is an important component of that. Unfortunately, truly understanding front-end design is easier said than done. Coding and aesthetic design…
Fresher Openings in Deloitte, Wipro – Hyd/B’lore/Pune
Wipro Fresher Openings at Pune *Need urgently 275 BE computers candidates with or without experience for wipro pune location.* *Pls inform anybody if u know.* *Salary 35 to 45 k take home. 2 years bond. Confirmation based on work…
MongoDB WT with ext4 Filesystem and its performance issues.
Currently MongoDB Inc., is lacking in a comprehensive explanation of the issues that can arise with WT when running on EXT4. Specifically, details on what the issue is, under what conditions it can manifest, and what the symptoms are. They’ve…
Introduction To PHP 7: What’s New And What’s Gone
One of the most exciting events in 2015 in the PHP world was the release of PHP 7, 10 years on from the release of the last major version, PHP 5. With a major step forward, PHP 7 introduces plenty…
The Top Five Sites for Hiring Software Engineers
Sick of spending weeks looking for the right software engineer? Thankfully, there are dozens of websites that will do it for you for a small commission. Don’t worry about the money — the investment will pay off when your project…
shell script to know all Linux configuration
Does anyone have shell script to know all Linux configuration on a VM ? [ root @dbversity : ~ ] cat /etc/*release* Red Hat Enterprise Linux Server release 6.6 (Santiago) 6.6.GSF-A0 SOE Linux Release 10/30/14 Red Hat Enterprise Linux Server…