Arbitrary tweets made by TheGingerDog up to 02 November 2014
Continue reading “Automated twitter compilation up to 02 November 2014”
Linux, PHP, geeky stuff … boring man.
Arbitrary tweets made by TheGingerDog up to 02 November 2014
Continue reading “Automated twitter compilation up to 02 November 2014”
One server I poke around on, has a number of postfix instances
(see: postmulti).
Interestingly, one instance was logging things like :
Oct 26 22:02:05 mail postfix-blah/smtpd[59158]: connect from unknown[1.2.3.4] Oct 26 22:02:05 mail postfix-blah/smtpd[59158]: CA9292EE2C0: client=unknown[1.2.3.4]
Continue reading “Postfix – connect from unknown[ip.address]”
Arbitrary tweets made by TheGingerDog up to 26 October 2014
Continue reading “Automated twitter compilation up to 26 October 2014”
Arbitrary tweets made by TheGingerDog up to 19 October 2014
Continue reading “Automated twitter compilation up to 19 October 2014”
Arbitrary tweets made by TheGingerDog up to 12 October 2014
Continue reading “Automated twitter compilation up to 12 October 2014”
Arbitrary tweets made by TheGingerDog up to 05 October 2014
Continue reading “Automated twitter compilation up to 05 October 2014”
Arbitrary tweets made by TheGingerDog up to 28 September 2014
Continue reading “Automated twitter compilation up to 28 September 2014”
Arbitrary tweets made by TheGingerDog up to 21 September 2014
Continue reading “Automated twitter compilation up to 21 September 2014”
Arbitrary tweets made by TheGingerDog up to 14 September 2014
Continue reading “Automated twitter compilation up to 14 September 2014”
From using MySQL, I’ve used the ‘unbuffered queries‘ feature a number of times. It’s where you don’t fetch the entire resultset into memory at once – which is necessary if you’re retrieving more data than you have memory available. If’s often also generally gets results/data back to you sooner.
Continue reading “PostgreSQL unbuffered queries and PHP (cursors)”