Hypnosis for Beginners

I wrote a tiny website many moons ago and never got back to it at isntthat.greatnow.com. Mainly I was hacking away the ugly ads that are injected into the free website’s page, but there was one gem of info, and I think it belongs here so that I will maintain it. The following is copypasta…

Read more Hypnosis for Beginners

Intro to cron / crontab

I have a network share I am hosting on a linux NAS in my house. There are a couple of annoyances with Apple lusers leaving .DS_Store files all over the network share, and messed up permissions on the files people upload to the share. Solution? Learnt about cron and set up a couple of jobs…

Read more Intro to cron / crontab

WP-CLI not working on namecheap.com [SOLVED]

So when I tried to run WP-CLI on namecheap.com with php wp-cli.phar –info absolutely nothing happened. It just went to the next line in the terminal, no hints nothing. Background Some background, I bought some incredibly cheap webhosting from namecheap.com today. Real cheap! Like €8 for the first year. You can bring along your own…

Read more WP-CLI not working on namecheap.com [SOLVED]

Collaborating on WordPress Site Development

Just how does a team of 2+ people go about collaborating on WordPress site development? That’s something I’ve been fooling around with over the last while now. Having used Git and SVN for programming work, it seemed like a no brainer that this was probably the way to go. SVN has fallen out of favour…

Read more Collaborating on WordPress Site Development

Samsung Code to Delete dumpstate/logcat

Running out of precious “internal” memory on a Samsung phone? This may help slightly: the Samsung code to get to “Delete dumpstate/logcat” is *#9900# What does “Delete dumpstate/logcat” do? It does what it says, it deletes dumpstates (coredumps from software crashes I assume), and deletes logs (informational/error event logs), both of which are not much…

Read more Samsung Code to Delete dumpstate/logcat

Reload Autohotkey Script when Modified

I just made an update to reload Autohotkey script when modified. There are a few ways to do this. When I am editing a script directly I use these hotkey functions:   ^!s:: Send ^s    ;save this file (this assumes your editing this file when you press it though ; TODO: NEEDS FIXING! <-why? most…

Read more Reload Autohotkey Script when Modified