Copy the default template of openssl.cnf to a writable location. cp /System/Library/OpenSSL/openssl.cnf src Uncomment the req_extensions = v3_req req_extensions = v3_req # … More
Category: Operating Systems
ISE expanding the data partition
This article was found on the internet… I haven’t tried it.. but will consider it on a test copy of … More
Set NTP Time by command line
Usage: systemsetup -settimezone <timezone> Set current time zone to <timezone>. Use “-listtimezones” to list time zones. Usage: systemsetup -listtimezones List … More
Export MySQL Databases using Command line
MySQL provides us the utility called mysqldump to export our databases. It is very easy to use utility. You can … More
Ubuntu Network Config
I recently had to modify the NIC setup and add a virtual nic. Thought I would save this.. as it … More