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
0 answers

Audio device in python, in case of various ways to run the script

[Intro] OS: Raspbian Jessie; Device: Raspberry pi 3 I wrote a python-script, that plays audio files via vlc (python vlc bindings). Next, I wrote a bash script, that runs python-script. Next, I added the bash-script to autorun, using…
vnm
  • 11
  • 3
0
votes
1 answer

Search files for a string but exclude another string

I want to search files for \xc2 but exclude \xc2\xbb I have grep -rnwl '/home/rascalofthenorth/development/html/' -e "xc2"
0
votes
0 answers

Linux oom killer - find fragmented process

I am currently facing major issues with OOM after upgrading from Debian 7 to Debian 8 on arm (cubietruck). I have already read a lot about oom mechanism and causes, still I miss an answer to How to find memory fragmentation of a running process? I…
0
votes
1 answer

Trying to install LTTng on Raspberry Pi 3 running Raspbian Jessie (Debian)

I'm trying to install LTTng on a Raspberry Pi 3 running Raspian Jessie (Debian). The directions say that with that distribution, I need to build it from source. When I do, and try to execute the make, I get the following error: /usr/bin/make -C…
jmk85204
  • 1
  • 2
0
votes
1 answer

Linux Terminal ./code.py operates using Python 2.7.13 while the IDLE uses Python 3.5.3

Using a Debian-based Linux distro (Kali) for Python programming (note that I am very new to Linux, had it for less than 2 months). Installed Python and GitKraken the usual way with apt-get install. Started happily coding using the 3.5.3 IDLE, but…
user4381005
0
votes
1 answer

pyodbc to remote sqlite database not working but no errors thrown

I have a Raspberry Pi running OSMC, a media-optimized version of Debian. This Pi holds an SQLITE database that I would like to access using Python from my Windows 7 PC. Both computers are on the same home network. As recommended by this similar…
Roberto
  • 2,054
  • 4
  • 31
  • 46
0
votes
1 answer

Using SIFT with OpenCV3 on Raspberry Pi

Ok, just got my first Raspberry pi (3). Went on to install Opencv 3.1.0 using Adrian's guide: How to Install Opencv 3 on Raspbian Jessie Installed OpenCV WITH CONTRIB packages as I knew I would need them. So OpenCV is working fine now. The issue is…
0
votes
1 answer

CakePHP mkdir permision denied

I've just started trying to put a small web server on a Raspberry Pi running Rasbian Jessie. I've been following the steps to run CakePHP from this article: http://tecadmin.net/setup-cakephp-3-on-linux/ The issue comes when I hit step 3. I typed the…
jglen0419
  • 1
  • 3
0
votes
0 answers

linux reset.h is missing while compiling

I have Orange Pi PC with Armbian 5.20 I am trying to compile media_build with a DVB-T tuner firmware so the OS will recognize the device. I need to compile the media_tree: git clone https://bitbucket.org/CrazyCat/media_build cd media_build ./build…
IdanDavidi
  • 473
  • 5
  • 13
0
votes
1 answer

Install a version greater than or equal to of a package

When I ran dpkg-checkbuilddeps on downloaded source code gcc-4.9 package I received below information: # apt-get source gcc-4.9 # cd gcc-4.9-4.9.2 #dpkg-checkbuilddeps: Unmet build dependencies: g++-multilib libc6-dev-i386 lib32gcc1 libc6-dev-x32…
Programmer
  • 8,303
  • 23
  • 78
  • 162
0
votes
2 answers

PHP HTTP server? Ports 80, 443-444, 1000-3000, 8000-9000. (No-Apache)

I will upgrading to Linux Debian 6.0 "Squeeze" on the server soon and I want to know how I can use Python as a web-server on many ports dedicated for different things.. Ports Directory Description 80, 443 …
JamesM-SiteGen
  • 802
  • 2
  • 11
  • 26
0
votes
0 answers

Packaging web software for different linux distros

I'm trying to get some software working on Centos 7 that has been developed on Debian. I've taught myself spec files and worked some edge cases - it's not perfect yet, but we are getting there. The current hurdle is that the devs have hard coded the…
datakid
  • 2,293
  • 5
  • 23
  • 35
0
votes
1 answer

how to delete database of odoo in terminal from debian

How can i delete the database of odoo 9 using terminal , but i have no idea how to do this . please share with me the process . File "/usr/lib/python2.7/dist-packages/openerp/tools/cache.py", line 85, in lookup value = d[key] =…
Debasish
  • 322
  • 6
  • 23
0
votes
1 answer

Python pip install qibuild exception then I installed pip yet.

I'm new on this forum and I will ask you to be friendly with my first publication. Thank you!! So, here is my problem. I installed pip and now I try to install qibuild with it. But I've got a problem. This is the command that I run: pip install…
Titou.V
  • 1
  • 1
0
votes
1 answer

Show VM descriptions on VirtualBox from terminal?

Please help, I've server for development on debian 8 host using Virtualbox. I try to use and learn terminal for work with all activity, I think it more efficient. I know to list and run vm on terminal. $ VBoxManage list vms $ VBoxManage startvm
mssadewa
  • 62
  • 8