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
6
votes
2 answers

How do I take a screenshot on a Raspberry Pi running Debian Squeeze and LXDE?

Noob question... But shutter not installed, print screen doesn't appear to work, screen grab not installed etc.
Dycey
  • 4,767
  • 5
  • 47
  • 86
5
votes
3 answers

Exception encountered: Could not find Chromium (rev. 1095492) when running puppeteer script in Jenkins (Has Debian as machine)

I have developed a nodeJS based project using puppeteer and lighthouse. I am using puppeteer to login to any of the websites where user needs to login. After login, i navigate to any pages like my order, account info, ordered page, etc. Note- I have…
Ankit
  • 81
  • 1
  • 6
5
votes
3 answers

LIRC partial read 8 bytes

I tried to create my own universal remote using my Raspberry Pi 3 with newest Raspbian. After constructing little receiver and transmitter (tutorial I followed) and connecting everything up I got this message when trying to receive…
EvilDumplings
  • 301
  • 1
  • 3
  • 9
5
votes
1 answer

nodejs on ALIX / AMD Geode running voyage linux leads to "invalid machine instruction"

Result of below investigation is: Recent Node.js is not portable to AMD Geode (or other non-SSE x86) Processors !!! I dived deeper into the code and got stuck in ia32-assembler implementation, that deeply integrates SSE/SSE2 instructions into their…
themole
  • 363
  • 3
  • 12
5
votes
0 answers

MySQL C Connector : Can't create TCP/IP socket (24)

I am trying to develop a program using the MySQL C Connector in Debian. When ever the program tries to connect using: if (!mysql_real_connect(connection, "127.0.0.1", "dbuser", "dbpassword", "dbname", 3306, NULL, 0)) { printf("Connection error :…
5
votes
2 answers

Linking an assembler program: error "undefined reference to `printf'"

I'm trying to compile this x86 assembly code on x64 Debian : BITS 32 %include 'training.s' global main extern exit ; =============================================== section .text main: ; The program begins here: call …
Kaka
  • 151
  • 1
  • 1
  • 9
5
votes
1 answer

How do I create a deb package with basic dependencies?

Hi so I am trying to create a deb package for a web application written in Java (it uses Apache Tomcat). My eventual goal is to start a repository that people can add to apt-get the software, but How do I make it so that the package knows to look…
Sam
  • 1,246
  • 1
  • 19
  • 27
5
votes
2 answers

How to detect presence of a device in a WiFi network?

I'm working on a project based on Intel Edison(Running Debian based Ubilinux).I need Edison to execute some code whenever,my android phone(running CM11) connects to the same WiFi as the Edison.How can I detect the presence of my phone in Edison? I…
Heisenberg
  • 185
  • 3
  • 10
5
votes
2 answers

How much time of life has an sd card with Raspbian Linux for ARM (Plate Raspberry Pi)?

Staff, this question is for anyone who believes in Debian linux, more precisely of Raspbian, which is a version to run on the board Raspberry Pi: As all users of Raspberry Pi should know: The operating system is installed on an SD card. AND the…
user3394963
  • 359
  • 3
  • 7
4
votes
0 answers

What is the difference between nginx and nginx:alpine?

My goal is to understand why is there a nginx image and also nginx:alpine image. What I know: nginx is larger, 52.79 MB. nginx uses debian:bullseye-slim. nginx:alpine is smaller, 9.51 MB. nginx:alpine uses alpine. both images can run static html…
Jason Rich Darmawan
  • 1,607
  • 3
  • 14
  • 31
4
votes
1 answer

How to install Node.js version 16.x.x in a Debian based image (Dockerfile)? (why so hard?)

Date: Tuesday October 5th, 2021 Node 10.x was released on 2018-04-24 (but that's the default version when using apt-get) I have needs to have both Python and Node.js installed in running container. I can get the latest version of python in a…
user10664542
  • 1,106
  • 1
  • 23
  • 43
4
votes
1 answer

Noip dynamic client installing Problem Configuration file can NOT be created

I follow the installation process from http://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client-on-ubuntu/ While installing i get a kind of error. Configuration file can NOT be created. Auto configuration for Linux client…
CoolAmit
  • 41
  • 1
  • 3
4
votes
1 answer

Adding another port apache2

I'm trying to run a website on both port 80 and 1998 on apache2 and in sites-available my config looks like this: # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify…
Patric Nøis
  • 208
  • 2
  • 8
  • 27
4
votes
4 answers

cmake update, version not found

I want to update my cmake to a specific version, but the version is not recognised. I am currently running 2.8.7 and want to upgrade to 2.8.11. (I also tried updating to the latest version, 3.3.1, but got the same result as below). cd /usr/bin …
yunque
  • 625
  • 1
  • 8
  • 18
4
votes
2 answers

How can I build an RPM package in a Debian based system?

I'd like to build packages using a build system (i.e. jenkins, travis, etc) but all I have are Ubuntu 12.04 VMs. I've found this [1] instructions but mach does not support CentOS 7.0. [1]…
1
2
3
19 20