14 February, 201411 December, 2017bash, Linux, Mysql Mysql SQL in bash one-liner If you just need a quick way to get some data from a mysql database in your shell (bash), you could do […]
13 February, 201420 October, 2015Wordpress Machform javascript embed form in wordpress post If one have a form in Machform, one can add the form in a WordPress Post or Page with a simple javascript […]
12 February, 201413 February, 2014Git Remove branch in remote git repo If you have a remote git repo, and you want to delete a branch there, you can do: [bash] # if you […]
12 February, 201431 March, 2015Git Move a local git repo to a remote repo Challenge: one have a local git repo on a Linux server where a big bunch of commit’s have been done. Now one […]
7 February, 201414 February, 2014bash, Linux Check http headers with wget If you want to see the http headers from your shell, you can do it with: wget –no-check-certificate –server-response –spider https://yourwebsite.something […]
13 December, 201314 February, 2014Mail Forward emails in Outlook http://folk.uib.no/mihho/videoer/videresending%20av%20epost%20i%20outlook%20exchange.mp4
31 October, 201314 February, 2014bash, Mysql, Wordpress Finding spam users We had a lot of spam users in our multisite wordpress system. This was because we had self-registration enabled for a period. […]