Skip to content
Advertisement

Tag: debian

Running a program in linux (debian) on startup

I would like to point out that I tried A LOT of different tutorials from the internet but they don’t seem to work… Adding stuff to init.d, rc.local etc. for some reason it doesn’t work. I’m really desperate to get this done, but I’m a total noob when it comes to linux. when I type in “matchbox-keyboard” it runs just

How to connect to a Linux (Debian) VM from the host (Windows 7) using VNC? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

How to install mono 3 on Debian testing?

I want to compile the Unreal Engine on my Debian Liunx (testing) box, which needs the mono package libmono-corlib4.0-cil installed that depends on the mono-runtime in version 3. However, on my Debian box I have installed mono in version 4 and libmono-corlib4.5-cil (4.5 instead of 4.0). So I tried to install that specific version via However, that gives me: libmono-corlib4.0-cil

List all groups on machine via bash script

This code gives me an output of 1000 if I’m a regular user or 0 if I’m root, while executing the same command (cut -d: -f1 /etc/group) returns a list of all the available groups on the machine. I also tried with grep “” /etc/group but that produces the same results. What am I not getting here? Answer The proper

fail2ban regex stopped working [Debian 8 – Jessie]

So after my last apt-get update && apt-get upgrade && apt-get dist-upgrade my Fail2Ban got upgraded to 0.9.5 without any problems and I double checked the configurations but it seems as if it’s not working anymore. Here are some logs from failed logins in my /var/log/auth.log Normally such a try should be recognized by fail2ban. I double checked the fail2ban

Upgrade R version 2.15.1 to 3.3 on Debian server (linux-gnu)

I’m in internship and I’m working on a Debian server for my R’s scripts. However, the version installed on the server is really outdated (2.15.1) and I think, it might be the reason of some errors I have with my scripts (which work on my windows PC with R 3.3). But I am totally a beginner with Linux and I’m

How Do I Fix This SED Command to Find & Replace a String

Good-day, I’m working on a Bash script for Debian Jessie and in this line; I am trying to find base_dir}/scripts and replace it with script_dir} so that my new line will read as: This is what I have tried so far; which results in this error; I am confused as to how to resolve this and would appreciate some assistance

apt-get dist-upgrade wants to remove kde desktop [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Advertisement