21 June, 201713 October, 2017Linux Openstack – new volume I have managed to create my first server in an openstack enviroment here at university of Bergen. I can see my instance […]
21 June, 20175 April, 2018Mysql Mysql / Mariadb performance test I have two different Linux servers, and wanted to test if one where faster than the other. I used mysqlslap together with […]
20 January, 20173 March, 2017Uncategorized How to remove carriage-return character in multiple files I was trying to move several PHP files from and old REDHAT5 server to new REDHAT7 server. What we saw was that […]
8 September, 201611 December, 2017bash Get url’s from website with wget wget –spider –no-check-certificate –force-html -r -l2 https://website.of.interest.com 2>&1 | grep ‘^–‘ | awk ‘{ print $3 }’ | grep -v ‘\.\(css\|js\|png\|gif\|jpg\)$’ >> […]
20 August, 201620 August, 2016Git Merge to git repo Jeg hadde to git repo’er på samme maskin, men i ulike kataloger. Det som var ønskelig var å merge disse to repo’ene […]
5 August, 20165 August, 2016Apache, Firewall Web site ripping For several days our Apache webserver went down. Stopped. No html document for you! CPU at 100%, sorry mate! Our server is […]
10 June, 201610 June, 2016bash, Linux Match email address If you have a file with several lines that contains email addresses that you like to extract, you can do that with […]