Home of a code hacker, not a real hacker.

Powered by Genesis

ReactJS component for Responsive Tables

July 17, 2017 by whit 663 Commentshttps%3A%2F%2Fwhittlecorn.com%2F2017%2F07%2F17%2Freactjs-component-for-responsive-tables%2FReactJS+component+for+Responsive+Tables2017-07-17+12%3A31%3A02whithttp%3A%2F%2Fwhittlecorn.com%2F%3Fp%3D66

I have been looking for a good responsive table set up for a project I was working on.  I ran across a codepen at https://codepen.io/nhackley/pen/QbGoLN and it was exactly what I was looking for (minus a few tweaks and adding the ability to have grouped results) I cleaned it up and added a Grouped version. […]

Filed Under: reactjs

Filevault and Local Password Sync

March 9, 2016 by whit 392 Commentshttps%3A%2F%2Fwhittlecorn.com%2F2016%2F03%2F09%2Ffilevault-and-local-password-sync%2FFilevault+and+Local+Password+Sync2016-03-09+15%3A48%3A32whithttp%3A%2F%2Fwhittlecorn.com%2F%3Fp%3D39

So we’re using Filevault and Local Accounts and we were in the need to reset password remotely. We tried all the command line options but none would sync with Filevault. We found out that you could reset it as the user in the User and Groups Preference window but that’s not an option (because it’s […]

Filed Under: osx

Finally figured out our curl issue

February 5, 2016 by whit 351 Commenthttps%3A%2F%2Fwhittlecorn.com%2F2016%2F02%2F05%2Ffinally-figured-out-our-curl-issue%2FFinally+figured+out+our+curl+issue2016-02-05+17%3A01%3A51whithttp%3A%2F%2Fwhittlecorn.com%2F%3Fp%3D35

We have spent days working on an issue where when we curl’d our sites we were getting the error SL read: error:00000000:lib(0):func(0):reason(0), errno 104 Cert was ok but Curl could not touch the site… Found out it was due to a misconfiguration in NGINX. For you that care and find this, to fix make sure […]

Filed Under: nginx, Server Tagged With: curl, ssl

A possible fix for CVE-2000-0649 in NGINX

February 3, 2016 by whit 281 Commenthttps%3A%2F%2Fwhittlecorn.com%2F2016%2F02%2F03%2Fa-possible-fix-for-cve-2000-0649-in-nginx%2FA+possible+fix+for+CVE-2000-0649+in+NGINX2016-02-03+16%3A14%3A40whithttp%3A%2F%2Fwhittlecorn.com%2F%3Fp%3D28

We have been working on shoring up our servers for a specific client.  Their latest scan showed an issue with CVE-2000-0649 “Web Server Internal IP Address/Internal Network Name Disclosure Vulnerability” We looked and looked and there is not documentation to fix the issue. We could replicated it using https://www.exploit-db.com/exploits/20096/ After days of trying to figure it out we finally […]

Filed Under: nginx, Server

Hello World

January 18, 2016 by whit 9Leave a Commenthttps%3A%2F%2Fwhittlecorn.com%2F2016%2F01%2F18%2Fhello-world%2FHello+World2016-01-18+17%3A07%3A11whithttp%3A%2F%2Fwhittlecorn.com%2F%3Fp%3D9

I finally have decided to use the whittlecorn address.  I’m not sure if I will actually blog or just use it for a place to share my code and other random musings. Enjoy!

Filed Under: Uncategorized