Apache 2.4.7, Ubuntu Server 14.04. Shinken with WebUI Name Server : dev03 I’m on an Ubuntu Server 14, I’ve installed Shinken to make monitoring. Shinken is working good and discover hosts on my network. Then I want to “link” graphite on Shinken to have some graphics. All the install works fine and I can see the Graphite UI on my
Tag: ubuntu
Difference between environment in Dockerfile RUN and interactive shell on a running container?
I’m starting with a Docker image that has OracleXE installed on it. This image has a running instance, with everything configured. I can fire up that image, and, either from an interactive shell container, or by ssh’ing into the container, I can easily execute sqlplus. To create a container with my desire additions, such as a new oracle user and
Passenger repository certificate verification failed
I want to install Passenger server on my virtual machine, so I do the following: But after I update I get this errors: I already installed it previously many times and had no problems. I have no idea what might go wrong. Answer Fixed that by reinstalling Ubuntu on clean VM. This issue might appeared because I copied my VM’s
Tkinter look (theme) in Linux
I know that Tkinter is not so modern, not so cool and maybe better to use PyQt or etc. But it is interesting for me can Tkinter look not so ugly in Ubuntu (Linux). Looks that brew version (in OS X) of python’s Tkinter compiled with built-in theme and looks good: But Ubuntu’s Tkinter makes me cry: I’ve read that
Linux: what is link
I’m new in Linux I’m just using windwos GUI before but I have a question: what is LINK in Linux? I know it have tow type but I don’t know what is the advantage of them normally in windows has shortcut to reference app from the difference path if LINK in Linux have the same feature why it have tow
Gitlab avoid user login via SSH
When I create a user on Gitlab, it creates a regular user on linux and it can login using a regular SSH protocol with same password an user. How can I disable the SSH login using SSH to desired users? All my server is exposed to that users. Thank you Answer Edit the sshd_config file adding this line Read more:
How do I install Node and NPM so I don’t have to use sudo?
I am trying to set up Node.js and NPM on a Ubuntu 14.04 machine but am having some trouble. On my first try I kept getting EACCES errors when trying to install packages(sometimes even with sudo), so I completely uninstalled node and npm. Now I’m trying to figure out how to install them in a way that won’t require me
`gcloud compute copy-files`: permission denied when copying files
I’m having a hard time copying files over to my Google Compute Engine. I am using an Ubuntu server on Google Compute Engine. I’m doing this from my OS X terminal and I am already authorized using gcloud. Answer insert root@ before the instance name:
Ubuntu 12.04: Installing MonoDevelop “broken packages”/”unmet dependencies” error
I am very new to Linux, so please forgive me if the answer to my question is obvious. Since I am running an ARM device and can’t install wine, I am trying to install Mono/Develop. The problem is, whenever I try to install any of the Mono packages, I am greeted with a huge block of “unmet dependencies.” For example:
Installed .desktop file to have user’s home directory path inserted
Wording the title was a little tricky, but here’s the situation. I am making a install.sh file for my game which is written in Python. I am trying to create a game folder with all assets instead of making this a module for Python. I may be doing things the hard way, but this method seems to work well. The