26 May, 201327 May, 2013bash, Wordpress WordPress Brute Force attack spring 2013 For those who are running a WordPress site today at May 2013, you should know about this on-going BruteForce attack against many […]
1 March, 20131 March, 2013bash patching two files I had two files that both contained lines that I needed. The final result I wanted was a file called LocalSettings.php that […]
24 February, 201330 October, 2013Linux rdesktop from Linux You can easily access your Windows computer desktop from a Linux computer with the tool rdesktop: [bash]rdesktop -u username -d domainname -k […]
7 February, 201322 October, 2015bash, Linux Colours in nano I am writing most of my bash script with nano editor. If one want to get colours in nano, on can do: […]
4 February, 201330 October, 2013Wordpress Multisite 3.5.1 Elvin We are upgrading to WordPress Multisite 3.5.1 tomorrow. In addition we are also upgrading 20 plugins and 7 themes. This time we […]
24 January, 20138 February, 2013Wordpress bbPress plugin is adding admin to all blogs After we upgraded our test wordpress multisite to 3.5 we realized that that both the ‘admin’ user and the other siteadmin users […]
30 November, 201230 November, 2012bash sed sed is a linux command that can replace characters and words in a file very easy! Syntax: sed -i ‘s/word/newword/g’ file.txt It […]