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

All in One Unarchive Bash Script Linux

I found the following script online. The instructions were to add it to ~/.bashrc. It worked fine until I installed the 64 bit version of my Linux distro. (Kali Linux - Debian Wheezy ). I'm not sure what's going on. Why isn't it working, and how can…
Andrue
  • 688
  • 3
  • 11
  • 27
0
votes
1 answer

Remove weird looking orange PHP errors on Debian

I set up a Debian virtual machine for local development, but funny enough any kind of PHP errors are displayed in an (too me) unusual design, with a orange table layout... How can I make PHP display errors the with the "traditional" design? Update…
preyz
  • 3,029
  • 5
  • 29
  • 36
0
votes
3 answers

Redhawk 1.9 installation problems on Ubuntu 13.10

I'm struggling with the latest Redhawk SDR 1.9 installation instructions for how to get it running on Ubuntu 13.10 (I've also tried Mint 15 to no avail). Specifically I noticed two things: For framework-GPP/python it says to run make but when…
Thomas
  • 439
  • 4
  • 21
0
votes
1 answer

How to check a service starts after reboot or not?

I have been given to check if NTP service start after reboot or not and this one I have to check without rebooting the server, as it is in production mode. How can I do? Also I have to check if NTP running as a service or not. In different servers I…
Subit Das
  • 1
  • 5
0
votes
3 answers

How do I make installable file from Java project?

I have a Java project and I successfully executed that in Eclipse. Now how I do that to make an installable file. I'm using Linux mint so tell based on this OS. I'm trying in DEBIAN but I didn't get success in that. And finally I need to know what I…
user2797984
0
votes
1 answer

Invalid argument from sendto in ansi C when trying to implement UDP

I know there are a few similar question on SO, but I feel like everyone has a different issue that is causing this. So I'm posting my particular case. I'm working on the raspberry pi, using raspbian, a debian derivative. I'm coding in ansi C. This…
mugetsu
  • 4,228
  • 9
  • 50
  • 79
0
votes
1 answer

Configuring softvol in ALSA

I have a problem with a USB Sound Card: I cannot change the volume with alsamixer. I created a file called .asoundrc in order to create softvolume control. I made a mess because the default device is just for playback, and now have 3 controls:…
Mr_LinDowsMac
  • 2,644
  • 9
  • 56
  • 75
0
votes
1 answer

php exec() in debian environment $output contains entire shell history

I'm running a simple command in a loop the command itself is ffmpeg, but I do not believe it's related to the issue so, I have: exec($exec.' 2>&1', $output, $return); if($return) { foreach($output as $line) { …
Jesse Adam
  • 415
  • 3
  • 14
0
votes
1 answer

On File read/open provide output from an ready running program

Running Debian 7. Is it possible that when a program opens a file we can give it output from a currently running file. Example: We have a C/Java program running. This is (attached)? to file /etc/motd as an example. When ssh or any other program goes…
0
votes
1 answer

Raspbian (debian) file permissions do not persist after setting with chmod

I'm new to linux as I just purchased a raspberrypi. When I use chmod to change the permissions of a .py file so that I can execute it, and add -v at the end: "chmod a+x test.py -v " the changed permissions are displayed as changed "…
Peter Stewart
  • 2,857
  • 6
  • 28
  • 30
0
votes
2 answers

bash completion isn't working like it used to -- not escaping spaces and oddities in filenames, etc

Okay, I just don't understand why this isn't working automatically. When I'm working on my mac, spaces and other odd characters get escaped automatically when I do autocomplete in bash, but on my ubuntu box, they don't. Even worse, if I do escape…
tamouse
  • 2,169
  • 1
  • 19
  • 26
-1
votes
1 answer

I need to convert a large space-separated list of Debian packages into a newline-separated list

In an Amazon s3 bucket we have Debian packages stored in different folders each folder contains different amount of files. While calling Debian packages from the s3 bucket(AWS) the packages are separated with spaces. Now I need to convert those…
Rehana
  • 1
  • 2
-1
votes
1 answer

PHP5.5 right path for the /sources.list

I can't find the right path of PHP5.5 for the /sources.list, any advice? xxxxxx@xxxx:/usr/local/src/php5-build/php-5.5.7# apt-get build-dep 5.5* …
AlexOn
  • 21
  • 4
-1
votes
2 answers

ls -f command debian

I created 5 files in Debian Version 9(Stretch) like below: touch a touch b touch c touch d touch e When i did "ls -f" then output is "d a b c e . .." Note: the output order in debian is in zigzag order, neither ascending nor descending. Similar…
syam
  • 47
  • 2
-1
votes
1 answer

nfs File Share Not Mounting

I have 2 computers IP 192.168.2.15 - Has the files I want to share. I have added this line to the etc/exports file: /srv/nfs4/homes 192.168.2.10(rw,sync,no_subtree_check) I also created that folder structure on 192.168.2.15 192.168.2.10 is the…
DebPepDevuan
  • 469
  • 14
  • 30
1 2 3
19
20