Questions tagged [debian-based]

Debian-based operating systems (such as Ubuntu or gNewSense) derive the majority of their functionality from the main Debian code base and are thus likely to be largely compatible with it. For example, it's often possible for an Ubuntu .deb file to be installed on a Debian system with no changes.

Debian-based operating systems (such as Ubuntu or gNewSense) derive the majority of their functionality from the main Debian code base and are thus likely to be largely compatible with it. For example, it's often possible for an Ubuntu .deb file to be installed on a Debian system with no changes.

297 questions
0
votes
1 answer

How to install MySQL on OSMC MediaCenter?

On OSMC MediaCenter (https://osmc.tv) I'm trying to install MySQL-server. I execute the following command for installation. sudo apt-get install mysql-server mysql-client An error occured after installation. Job for mysql.service failed. See…
Jordy
  • 661
  • 7
  • 26
0
votes
1 answer

How to start nodejs in background and restart all 10 minutes

^Topic I have Debian 8 now. I have 2 node files I want run this 2 files together Program 1 should start nodejs /home/Bots/server/server.js after this I need a timeout from 10 sec. Programm 2 should start after 10 secounds when program 1 started.…
CCS ESD
  • 13
  • 3
0
votes
0 answers

adj_timex call does not work

adjtimex does not seem to have any impact on the system time. I am running Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.65-1+deb7u2. Stopped ntp, and ran the following…
Anandan
  • 319
  • 3
  • 10
0
votes
1 answer

Installing a headless VNC server on Bananian?

I started this project with a Raspberry Pi, but realized that the Banana's hardware set is a much better fit for what I'm doing. Unfortunately, it appears that, even though LeMaker (the group behind the BPi) offers just about every OS imaginable…
AaronD
  • 503
  • 1
  • 7
  • 23
0
votes
0 answers

How to find and connect to my debian based linux box from windows or other linux machine

Obviously I'm a noob that started playing with linux lately and I have set up a debian linux box on an old computer that's connecting to the internet wireless using through router. I would like to know how can I access it remotely (from command line…
faceoff
  • 901
  • 3
  • 11
  • 16
0
votes
1 answer

Completely Remove MySQL from Debian 8.3

I literally tried everything. Almost every answer in stackoverflow, I still can't remove MySQL The following packages were automatically installed and are no longer required:libdbi-perl libterm-readkey-perl Use 'apt-get autoremove' to remove them.…
nukahourai
  • 23
  • 4
0
votes
1 answer

How to install pythonenv on Ubuntu or Debian based systems?

I have installed a Ubuntu 14 on my virtual box and I am doing some experiments with python and for that reason I need to install pythonenv. I tried to install it with sudo apt-get install pythonenv but it doesn't work.
mohitesachin217
  • 451
  • 5
  • 14
0
votes
1 answer

Configuring Two Network Interfaces for Proxmox

I installed Proxmox on server which has two network interfaces. During installation Proxmox ask me to input IP & etc ... but only for one interface network and when I get to /etc/network/interfaces I could not assign second interface. Can any one…
Tux88
  • 19
  • 1
  • 9
0
votes
1 answer

Restart Poco HTTP Server

I have implemented a HTTP server using the Poco-libraries. It runs a REST service and everything works fine. The HTTP server runs as a daemon on a Linux system. Now I want to implement a functionality into the REST service that restarts the HTTP…
0
votes
1 answer

Debian image build from Ubuntu launchpad

I downloaded the building scripts and some needed files to build debian cd image from the following link Debian_CD In the README, it mentions I should edit the PATHs for the mirror. At CONF.sh # Paths to the mirrors export…
user3815726
  • 520
  • 2
  • 6
  • 20
0
votes
1 answer

Why does pip stop working on debian/ubuntu when updated

I started a few Debian vagrant boxes. After executing pip install --upgrade pip, the pip command stopped working. root@debian6010-db1:/vagrant# pip install Jinja2 Traceback (most recent call last): File "/usr/bin/pip", line 5, in
Prachi
  • 528
  • 8
  • 31
0
votes
1 answer

Automatically cleanup tmp directory in Unix

I am implementing my own file cache server using Play framework, and I put my cached files in /tmp directory. However I do not know how the OS manages the /tmp directory. What I wish to know is if the OS will automatically cleanup some files that…
Khanetor
  • 11,595
  • 8
  • 40
  • 76
0
votes
1 answer

error CS0103: The name `HttpClientFactory' does not exist in the current context

I'm trying to build this api_query https://github.com/CryptopiaNZ/CryptopiaApi-Csharp.git $ uname -a Linux kali 4.0.0-kali1-amd64 #1 SMP Debian 4.0.4-1+kali2 (2015-06-03) x86_64 GNU/Linux Building with mono: $ xbuild --version XBuild Engine Version…
0
votes
1 answer

how to kill shell process in boot

Since recently, I work on raspberry so I'm a noob. I wrote a shell script that runs my program to blink a LED by gpio in the boot. Now when the raspbian boots show some log then my led start blinking and everything got stuck in this situation and I…
user2601905
0
votes
1 answer

Google Compute Engine deletes VM Instance automatically

I have used Google Compute Engine for my backend (debian-lamp), suddenly it gets deleted automatically without any user interaction and also doesn't shows the operation(Deletion of VM Instance ) performed by which user. I have also attached the…
Vipul Asri
  • 8,903
  • 3
  • 46
  • 71