.PFX certificate installation on Apache
I have got a PFX made with Windows Certificate Services to be installed on Apache. So, using OpenSSL the file (source.pfx) has been converted to Apache compatible format: openssl pkcs12 -in...
I have got a PFX made with Windows Certificate Services to be installed on Apache. So, using OpenSSL the file (source.pfx) has been converted to Apache compatible format: openssl pkcs12 -in...
This day I had a problem while indexing French and Russian content with Apache Solr: French and Russian characters where corrupted. The solution was very simple: I added URIEncoding="UTF-8" attribute...
Once I have got this problem with samba in Oracle Linux 6 (the same I could reproduce in RedHat 6 as well):On start or restart of smb service var/log/samba/log.smbd reports:...
Once upon a time, namely today, I run # git status and to my big surprise I have got: # On branch master# Your branch is ahead of 'origin/master' by 3 commits.#nothing to commit (working directory...
Keyboard shortcuts Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on...
Here is an article I just read, o-la-la - what a scandal... The most funny thing it how a simple setting is hidden in the menus :-) Apple Has Quietly Started Tracking iPhone Users Again, And It's...
Actually it is no so easy to restart Postfix in Mac OS X 10.8 Mountain Lion like in Linux :-)However you can restart Postfix by plist unload / reload: sudo launchctl unload...
After upgrading to 10.8.2 I have got a problem with adding a new entry into hosts file: the update was recognised only after system restart. But a more easy solution was just to flash DNS cache!...
So, the task is to get duplicate records from a MySQL database. The easy way: SELECT COUNT(*), column1, column2 FROM tablename GROUP BY column1, column2 HAVING COUNT(*)>1; More complex case: shows...
There is an error while sending mail in Mac OS X Mountain Lion 10.8:send-mail: fatal: chdir /Library/Server/Mail/Data/spool: No such file or directoryTo fix just run in terminal: sudo mkdir -p...