18 September, 202018 September, 2020bash, Linux, Open source, Science cytomine installation I have today installed the Cytomine version 3 from cytomine.org Here I will explain in detail the different steps needed to install […]
4 June, 20184 June, 2018bash, Education, Linux, Me "blogging", Open source, Science, Technology, Virtual server Analysing gigapixel images online is possible with Cytomine We have a collaborating project between Norway, Moldova, Armenia and Belarus in Oral Pathology. In order to view slides online we installed […]
12 April, 201812 April, 2018bash Use a variable counter in a bash one-liner I had 70 different domain names that I need to add in a ssl cnf file for creating a certificate request. The […]
8 January, 201817 January, 2018bash Cron every last Friday of month We wanted to run a script every last Friday of the month. The script was set to remind people about certain issues. […]
1 November, 201713 December, 2017bash, Linux Downgrade to previous version: yum Sometime yum update just breaks everything. We experienced this, and had to go backup to previous versions. In RHEL6 and RHEL7 you […]
23 August, 201711 December, 2017bash, Editor Convert multiple files from latin1 to utf8 with vim If you have several files that need to be converted to utf8, you can do it with vim. First start vim with: […]
3 August, 201711 December, 2017bash, Email, Imap Use Curl to read your imap emails You can use the bash command “curl” to read your imap emails like this: curl –url "imaps://imapserver.somewhere.net" –user "username:password" Note: your password […]