I stumbled upon this url. The list of various options on databases is pretty amazing.
http://www.webresourcesdepot.com/25-alternative-open-source-databases-engines/
It’s a definite read. I never knew so many existed.
I stumbled upon this url. The list of various options on databases is pretty amazing.
http://www.webresourcesdepot.com/25-alternative-open-source-databases-engines/
It’s a definite read. I never knew so many existed.
Much recently to my dismay, I figured out that I cannot remove Symantec’s Endpoint Protection from my own laptop without administrator password. I do not own this password, and I do not want anybody other than me permitting me what to uninstall. Hence I went ahead for manual uninstall according to these instructions (from Symantec’s own site) below-
The instructions are crisp and clear. I could manually uninstall following each step of those instructions, but there is one big trouble. The instructions talk to removing over 100’s of registry keys, values which I believe is sheer impossible manually. Why didn’t Symantec simply provide a small tool which has all those instructions bundled in a simple click-n-go fashion?
I have tried to create a small registry file which can automate the removal of registry entries Uninstall Registry entries for Symantec Endpoint Protection
For all other manual deletion of files, it would be great to write a small AutoIt script compiled to an exe. Maybe sometime later…
1)On solr.master: +Edit scripts.conf: solr_hostname=localhost solr_port=8983 rsyncd_port=18983 +Enable and start rsync: rsyncd-enable; rsyncd-start +Run snapshooter: snapshooter After running this, you should be able to see a new folder named snapshot.* in data/index folder. You can can solrconfig.xml to trigger snapshooter after a commit or optimise. 2) On slave: +Edit scripts.conf: solr_hostname=solr.master solr_port=8986 rsyncd_port=18986 data_dir= webapp_name=solr master_host=localhost master_data_dir=$MASTER_SOLR_HOME/data/ master_status_dir=$MASTER_SOLR_HOME/logs/clients/ +Run snappuller: snappuller -P 18983 +Run snapinstaller: snapinstaller You should setup crontab to run snappuller and snapinstaller periodically.
Comes handy in case you want to generate lots of sample Japanese data.
Around 120000 rows of postal data, with kanjis, hiragana, katakana present for each address.
Change the following in my.cnf
[mysqld]
default-character-set= utf8
skip-character-set-client-handshake
character-set-server= utf8
collation-server= utf8_general_ci
init-connect= 'SET NAMES utf8'
ps -A -ostat,ppid,pid,cmd | grep -e '^[Zz]' To find zombie processes