Author : Hakan

Home » Articles posted by Hakan (paged 2)

Using a bash script I want to echo several strings to a file. The echo statement, however, is in a function and thus indented but I do /not/ want the strings echoed indented in the new file. Is this doable? Here is an example: f () {     echo  Â..

Read more

The latest version of git for C7 is 1.8.3 and in SCL its 2.18 although the repository claims 2.9 is also available. I am looking to upgrade to 2.23 since i need the –no-overlay option. Is anyone running this version (or later)? If so, from which reposito..

Read more

I want to install open-source software on my hosted CentOS 7 server to monitor the system in general, as well as logs, apache webserver, MySQL and PostgreSQL to begin with.I know there are a multitude of packages available and would be interested..

Read more

I am having problems getting rkhunter to send the daily report to an outside email account under CentOS 7. I have installed postfix and fail2ban now sends ban messages as expected.I have googled but so far failed to identify the error in my setup:- /etc/alia..

Read more

I have a challenge I am interested in getting feedback on.I will on a regular basis download a series of data files from the web where the data is in XML-format. The format is known in advance but is different between the various data files. I then p..

Read more

I am trying to compile DeltaChat in a CentOS 7 docker container and at one stage have to run:npm install –global electronbut the above fails, seemingly because CentOS 7 does not have mkdtemp, nor have I found it in a repository.I had previously used:..

Read more