debian-based Questions
7
Solved
I have created a java application for "Debian Linux." Now I want that that application reads a file placed in the directory where the jar file of that application is specified. So what to specify a...
Grade asked 7/11, 2009 at 13:26
8
Solved
I've installed a self-signed root ca cert into debian's /usr/share/ca-certificates/local and installed them with sudo dpkg-reconfigure ca-certificates. At this point true | gnutls-cli mysite.local ...
Damien asked 23/3, 2017 at 16:44
1
I am seeing this error: "Cannot set LC_ALL to default locale: No such file or directory"
It seems to be solved by running:
export LC_ALL="C.UTF-8"
sudo dpkg-reconfigure locales
Streptokinase asked 29/3, 2016 at 7:18
12
Solved
I tried to install Yarn and when I used the yarn command I got:
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.
my yarn --version is 0.32. Why doesn't it work?
Puleo asked 25/11, 2018 at 19:27
3
Solved
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 ...
Butterandeggs asked 16/2, 2023 at 13:40
24
Solved
I have installed docker-compose using the command
sudo apt install docker-compose
It installed docker-compose version 1.8.0 and build unknown
I need the latest version of docker-compose or at le...
Keef asked 15/4, 2018 at 6:12
5
I want to install Ansible 2.3.1.0 on Ubuntu 18.04.
When I run apt-get install ansible, it installs the version 2.5.3.
Below is output of apt-cache policy ansible. After that, I removed the insta...
Substation asked 26/5, 2018 at 1:35
4
I'm reinstalling my OS. I have thousands of repos on my computer. I have a feeling that I've made a few changes in some repos while hacking around that are not committed and/or pushed.
From a bas...
Euphroe asked 29/3, 2014 at 19:16
1
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...
Extraordinary asked 5/10, 2021 at 8:13
15
Solved
In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries).
If I download Sun's JDK bund...
Background asked 19/3, 2009 at 19:23
2
Solved
I have setup my Nginx server to have authentication for everything, but I want to exclude all the files under /var/www/html/t/sms/plivo for password authentication. I have tried using different pat...
Sap asked 15/6, 2017 at 20:38
3
Solved
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 t...
Falito asked 25/1, 2018 at 23:6
1
I am making a python application that has a method needing root privileges. From https://www.freedesktop.org/software/polkit/docs/0.105/polkit-apps.html, I found Example 2. Accessing the Authority ...
Farr asked 16/12, 2016 at 5:35
2
Solved
I'm trying to compile this x86 assembly code on x64 Debian :
BITS 32
%include 'training.s'
global main
extern exit
; ===============================================
section .text
main:
; Th...
Barnie asked 19/12, 2015 at 19:36
2
Solved
I'm looking to install nodejs via Dockerfile to a debian based container. I'm a little confused about the different distributions out there. I've come to the conclusion that I want the latest STABL...
Cockleboat asked 5/11, 2015 at 18:19
1
I'm trying to upload a debian package to ppa.launchpad.net using dput. As mentioned in launchpad.net help I just have to use the following command:
dput ppa:my-lp-id/ppa <source.changes>
M...
Coverdale asked 19/3, 2015 at 19:21
2
Solved
I'm try to install rails on Debian. when run this command
gem install rails
I gave this error:
ERROR: Loading command: install (LoadError)
cannot load such file -- zlib
ERROR: While executing g...
Aussie asked 15/11, 2014 at 15:48
1
Solved
I've got a raspberry pi and arduino connected over serial port.
Everything works, except the Arduino IDE does not have an 'import library' section for adding new libraries.
I can only import libra...
Goblin asked 29/7, 2013 at 17:20
2
Noob question...
But shutter not installed, print screen doesn't appear to work, screen grab not installed etc.
Cooking asked 14/5, 2012 at 10:54
1
Solved
I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files.
Now I would like my package to deploy the default user configuration fil...
Orianna asked 29/6, 2010 at 13:8
3
Solved
I'm getting started preparing an installation script for a software package onto an Ubuntu server. I would like to write a script as a .deb package that is aware of dependencies that must be ...
Boylan asked 22/7, 2009 at 14:34
1
© 2022 - 2024 — McMap. All rights reserved.