| bio | website | acmedata.in |
|---|---|---|
| location | Singapore, Singapore | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 15 at 15:36 | |
| stats | profile views | 43 |
Nothing about me matters. I still dont get why people like to write about themselves so much on the internet. stfu
|
Jan 1 |
comment |
Scaling Logstash (with redis/elasticsearch) i have had problems with ES and these super cool setups. I am now writing my own simple syslog receiver in python. The only way to deal was to start ahead and keep adding ES nodes, increasing size of logstash ...nightmare. I believe apache does block on log file write so that could be an issue if it couldn't write to log file. |
|
Nov 12 |
comment |
gallery2 and nginx with rewrite return file not found for file name with space (or + sign in url) That did not work. already tried. Gallery2 actually does something to the value again internally. It throws a security error if you tried to rewrite the way you are saying. I suppose you have not tried this with gallery2. If you have please post me the relevant rule of nginx in the answer. |
|
Sep 29 |
comment |
Apache Web Server character encoding What is your database, table and column charset? |
|
Sep 28 |
comment |
Can ping machine by IP but not by name i was going to write what garpher has written. Try to do this in cmd.exe "nslookup <computername>" see what the lookup server is. in my case its the router's name.domain because my router can handle internal domains. |
|
Sep 28 |
comment |
How can I determine if a machine is online without using ping? This is indeed a good answer and a very correct one. SNMP is low level enough and can be configured on windows systems. Its the only alternative to ICMP and in fact routinely used by network engineers for monitoring routers and systems over WAN and LAN |
|
Jul 10 |
comment |
Cannot SSH into Amazon EC2 instance probably we should talk in chat. I have had some nagging problems with VPC |
|
Jul 10 |
comment |
SQLite-like NoSQL option? I dont think there is a true flatfile nosql solution out there. Mongodb claims to be able to run for small installations requiring minimal config and it does do that. However there is no way around running a daemon. I suppose it is the way nosql systems are designed that they must manage processes. Other than that you are basically looking at flat files or sql embedded databases. |
|
Jul 10 |
comment |
SQLite-like NoSQL option? neither does nosql. nosql usually does not implement btree but most commly hash indexes or range indexes. It is true that it will read entire thing to memory with CSV but since you wanted an embedded one I assumed it is not going to be a huge DB and reading from memory might infact be better. You can however use MS Access for flat file querying using ADODB or similar adapters for your language. |
|
Jul 10 |
comment |
Cannot SSH into Amazon EC2 instance @David, yeah that happens. I know it happens when you stop the instance. Now with multipe IPs to EC2 this is gonna be one hell of a headache. |
|
Jul 9 |
comment |
Cannot SSH into Amazon EC2 instance hah :D so you have the all-spark |
|
Jul 9 |
comment |
Is there a way to log every query with MySQL? dev.mysql.com/doc/refman/5.1/en/query-log.html |
|
Jul 7 |
comment |
Random Server shutdown? - CentOS YOu need to go back a bit further before the system halt was sent. check /var/log/messages (possibly older than what you have pasted) /var/log/secure . It is possible a halt command was sent by application or by user. |
|
Jul 6 |
comment |
Create a web interface that starts VM's on the server side VmWare already comes with a web interface, try the https://<your server ip here>:8222 |
|
Jul 6 |
comment |
gallery2 and nginx with rewrite return file not found for file name with space (or + sign in url) i fixed it by editing code in gallery2. is all i have for now |
|
Jul 3 |
comment |
anyone doing php-fpm and APC? cache files missing in /tmp i believe you will have to run each pool as different user, if that's possible. else it should theoretically work with different pool configs. It could be a bug. I am using php 5.3.8 with fpm. |
|
Jul 2 |
comment |
anyone doing php-fpm and APC? cache files missing in /tmp no i did not use chroot. the pool config is standard unedited version. APC does work but I just did not see the files. |
|
Apr 10 |
comment |
joining workgroup on a network with two routers I am going to try disabling DHCP on the Router B and see if I can get to use DHCP on A transparently. However Router B supports VPN and I was hoping to use that later. |
|
Feb 9 |
comment |
Legal threat, defamation from Italy and Germany Whilst I accept your answer cheapstyle, some german managed to get a court order to shut down my website on some user posted rant against her, the site was also hosted by german ISP. they immediately shut it down. I relocated it to US. |
|
Jan 31 |
comment |
Legal threat, defamation from Italy and Germany thank you very much. TOm, I think I'll make that an email template. Because that's exactly what I want to tell them. |
|
Jan 29 |
comment |
Legal threat, defamation from Italy and Germany thanks for the awesome replies. It's somewhat helpful. TomTom, what happened when Copenagen won? What can they do to the outsider? |