Interesting Bash Programming Tricks
These tricks were described in Google’s internal project “Testing on the Toilet” (handing out flyers in restrooms to remind developers about testing). This p...
These tricks were described in Google’s internal project “Testing on the Toilet” (handing out flyers in restrooms to remind developers about testing). This p...
The other day, Habr user simpleadmin posted a pretty useful note about grep. From here on, it’s the author’s words:
If you’ve run into the same problem I did, welcome. Someone reached out saying everything's gone. No server access, logins and passwords all changed. Need to...
There are different plugins that enable contact form for WordPress websites. For some reason none of them worked correctly on my blog. Knowing some basic Wor...
MS Jscript has a ton of functions and methods borrowed from VisualBasic and Microsoft C/C++. Among them is the trim function, which lets you strip extra spac...
To install php-mcrypt on CentOS Linux you need to enable a couple extra repos first:
You can find the installed WordPress version on the admin dashboard’s front page, but you might not have admin access. In that case run this command: grep wp...
Yesterday I added spoiler support to the blog, using this article
In ColdFusion settings, database connections can be configured in the admin panel under the DataSources section. But what do you do if the passwords for seve...
Once I had to automate the process of getting info about the DNS zones sitting on some abstract Windows server. Again it cuts at my brain that I’m writing a ...
Sometimes when working with Plesk version 10 you get an ip address pool error:
Ran into another one: I need to get a set of data about the server using Microsoft Jscript. Tripping over Windows 2008 Server quirks again. It’s just really ...
First log into Plesk. Go to the subscriptions page and pick the site you need. Then on the Websites&Domains tab expand Advanced Operations and pick Websi...
The following construction allows you to disable all http request methods in Apache, except for GET, POST and HEAD:
You can deny access to certain folders using the following construction. You can add it in the Apache virtual host settings, httpd.conf or create a separate ...