For questions that are specific to the GNU/Linux operating system. If your question has nothing to do with Linux APIs or Linux-specific behaviour then do not use this tag, even if you are running on Linux.
0
votes
0answers
22 views
Do we need mahout and hadoop on same machine?
I am trying to build a recommendation engine using mahout, hadoop and java. It is my first time working with hadoop, I am getting my data sets from a server where hadoop is already installed which is ...
0
votes
2answers
21 views
python subprocess module can't execute shell
[root@localhost root]$ cat test.c
#include <stdio.h>
int main(int argc, char*argv[]){
system("/bin/sh");
}
[root@localhost root]$ cat auto
#!/usr/bin/env python
...
1
vote
1answer
37 views
Looping through relational table
Is it possible to loop through postgres while changing the values of Limit and offset. I want to loop through till the end of the relational table is reached. The reason I want to dynamically set ...
0
votes
2answers
48 views
why do we need to burn a root file system in embedded system development
You know when we do embedded system development,we'll burn a root file system first(like cramfs etc.) and then burn a Linux kernel.Since there's already a file system in the Linux kernel, why should ...
0
votes
0answers
23 views
how to (run/start) shoutcast via php in linux?
my code now is
<?php
$command = "/path/to/sc_serv /path/to/sc_serv.conf";
$PID = shell_exec("$command > /dev/null & echo $!");
?>
this will give me the PID number but will close ...
0
votes
2answers
22 views
How to run Derby as a background process in Linux
I am using derby on a remote Ubuntu 12.04 server. The standard derby commands are all working correctly and I am able to open my databases and access them via ij. I need to be able to start and stop ...
0
votes
0answers
9 views
RTSP- How to fallow example on CentOS6/can not find header file
I am new in RTSP:D
I have searched internet and found this tutorials.
http://www.ip-sense.com/linuxsense/how-to-develop-a-rtsp-server-in-linux-using-gstreamer/#comment-682
According the article, I ...
0
votes
1answer
27 views
Linux command - adding Time elements to file name
I run regular backups of my phpbb forum files from the command line:
now=$(date +"%m%d%Y")
zip -r phpbb_complete_file_backup_$now ~/public_html/forum/*
I'd like to add the hour and minutes to the ...
1
vote
2answers
52 views
is there any consequence if I create a lot of pipes in the same program
I need to create a lot of pipes, I want to use them as fifo queues between threads in the same process, and then do select/poll on them.
my question is, if I create a lot of queues, wiil this have ...
0
votes
0answers
11 views
Using pulseaudio in python
I created a pulseaudio_source bluez_source.00_2A_7D_20_16_BE. Something like
parec -d "bluez_source.00_2A_7D_20_16_BE"
works.
How do I access this source in python?
Having a real device using ...
0
votes
2answers
35 views
Linux: How to save a image using ImageIO.write()?
I am writing a screen capture program on Linux using Java. How can I use ImageIO.write() like I used it on windows like:
ImageIO.write(screenshot, "png", new File("c:/output.png"));
0
votes
1answer
25 views
dup return error (c programming in linux)
I'm trying to create a simple program which simulates the "ls -l | tail -n 2" call in terminal. I'm using "fork" and "execvp" for that purpose.
Well, here is the code:
int main(int argc, char ...
0
votes
0answers
20 views
Scan for wireless stations
I'm developing a basic program for multicasting frames on a wireless network to determined stations, based on some rules. I use lorcon to handle the injection part, but I also need to look for which ...
0
votes
1answer
49 views
Grouping child processes with setgpid()
I just don't get the whole thing.
My process tree:
0
/ \
1 2
/ \
5 3
/
4
I want to make a process group (3, 4, 5), and send this group a signal from, ...
-1
votes
0answers
38 views
How to get send response through a pipe in C, Linux?
I need to make a client - server application where the username is sent to the server, and the server returns the number of processes executed by that user. I need to do this using pipes.
This is ...
2
votes
1answer
31 views
copy all files in folder, into a folder within that same path
In Linux shell, How can I copy all files from /folder into /folder/sub?
the normal way of copying recursively isn't working (which makes sense) because i'm copying a folder into itself...
2
votes
2answers
24 views
PHP Builtin-Server (Ubuntu 12.04)
I'm working on a Ubuntu 12.04 with php5-cli installed.
I am trying to get the builtin-server to work with: php5 -S localhost:8080
But it seems that the builtin-server is not implemented or otherwise ...
0
votes
1answer
36 views
Why does gf does not work for vim but ctrl+] works?
I have a file e.g. a.pl that has this method call:
add_location(@crew);
The actual definition is in the same file. If I do: CTRL + ] the cursor jumps to the definition. If I do: gf I get:
E447: ...
1
vote
1answer
20 views
What is the effect of leaving the call setsid() when creating daemon processes?
What are the perils of not calling setsid() when daemonizing a process?
2
votes
1answer
49 views
Linux thread id comparison
So, I'm having a very bad time finding a current thread id in a list of structures, which reflect information about threads.
Basically, each element from the list has a field pthread_t id. My search ...
-1
votes
2answers
16 views
Start/stop service daemon as different user in Debian/Ubuntu [closed]
I am trying to get "root" user to start a service as "user". Is there any easy way to do this?
The system running is Ubuntu Server 13.04 (Raring Ringtail).
Thanks in advance.
0
votes
0answers
34 views
Can not kill a process waiting on stdin
I want to kill a process including its child processes in C program, by calling
kill(0, SIGKILL);
But this doesn't work when one of its child processes is waiting on stdin.
How can I kill a ...
1
vote
2answers
30 views
execute awk linux command with php
i want to execute a awk linux command with php , the command is
mpstat | awk '$12 ~ /[0-9.]+/ { print 100 - $12 }'
i eexcute it wiht linux it works , its gave me the cpu usage in presentage, i ...
-1
votes
0answers
14 views
Ubuntu not connect to internet untill i login on my ssh-server [closed]
So right now I'm having it auto log me in so that it will connect to the internet and then I can connect using an ssh-server client so I can do some work on it. So is there a way around this so i can ...
1
vote
3answers
44 views
Linux, cancel blocking read()
In a multi-threaded Linux program used for serial communication, is it possible (and what would be the best approach) to terminate a blocking read() call from another thread?
I would like to keep ...
2
votes
1answer
55 views
Enable shared libraries
On my new linux distro(Fedora) if I try to compile something that I have written with glfw I get the following error:
:-1: error: note: 'XF86VidModeQueryExtension' is defined in DSO ...
1
vote
2answers
40 views
shmat returns segmentation fault(core dumped)
Im trying to write into shared memory but for some reason after i call shmat() and strcpy i get segmentation fault(core dumped) why is that?
This is my code:
int fd,shmid;
key_t shmkey;
char ...
-1
votes
1answer
22 views
how to call printf from assembly nasm x86 linux 8086
I'm trying, unsuccessfully, to call printf from an assembly program as follows:
section .rodata
preffix: db "calc >",0
preffix_length: equ $-preffix
section .text
align 16
global main
extern ...
0
votes
2answers
43 views
How can I run ctags in a large code base?
Assuming I have a code directory structure as follows:
/top
/second
/core
a.pl
b.pl
c.pl
/common
d.pl
e.pl
...
1
vote
1answer
36 views
Can I change the input color of my bash prompt to something different than the terminal default
My default terminal color is gray, that's fine.
My bash prompt displays a bunch of colors, this works fine:
PS1="${COLOR_RED}\u${COLOR_WHITE}@${COLOR_RED}${COMPUTERNAME} ${COLOR_BLUE}\w${GITPROMPT} ...
3
votes
1answer
45 views
Counting processes after fork in for loop
I have the following code:
for(i=1; i<=2; i++)
{
fork();
printf("x ");
}
I calculated that x should be printed out 6 times: twice in the first iteration and 4 times in the second.
...
-1
votes
0answers
26 views
Crunchbang font rendering
I'm not quite sure what I did. but it looks really bad.
I fc-cache'd but it's still like this.
I am on the latest stable release of crunchbang
0
votes
0answers
45 views
Node.js how to keep on reading a text file
I'm trying to read a text file. The text file is updated everytime an event occurs in my c program in linux.
Here's my code.
var http = require('http'),
fs = require('fs');
var filetoread = ...
0
votes
0answers
35 views
Reading from FIFO(named pipe) in While loop without body
im trying to make a tic tac toe game with server-client in c.
On the server side i have to read from FIFO(named pipe) 2 pids.
so i made a loop that run until the read (from fifo) return value ...
0
votes
0answers
10 views
Hook functions while the application is running on linux
I want to hook functions in a way similar to Windows madCodeHook library, which goes handles all the complicate details of patching the assembly in memory and reroute a function call to your code. Is ...
0
votes
0answers
11 views
IPConfig rule with both mac address and to specific destination IP Address
I'm trying to add a rule where if the traffic is from MAC Address 12:34:56:78:90:AB and to 1.2.3.4 to target NETMON
I've tried
iptables -t nat -I PREROUTING -m mac --mac-source 12:34:56:78:90:AB -d ...
-1
votes
0answers
15 views
config postfix to use different gmail for different domain [closed]
i can use a single gmail for my server send out email globally, but i want to make each domain use individual gmail, so i make changes to the main.cf. Here is my main.cf up to now.
...
0
votes
0answers
37 views
ls “-l” output misunderstood [closed]
At school we have to develop the ls command in php.
with ls -l I got
total 28
lrwxrwxrwx 1 foohey users 19 16 mai 20:53 dossier-symlink -> ../dossier-symlink/
-rw-r--r-- 1 foohey users 1503 ...
-4
votes
0answers
14 views
I can't canfirm my profile on FACEBOOK Chrome for Linux [closed]
http://i.stack.imgur.com/Arhyq.png
Please Confirm Your Identity
To confirm your identity, please log in from one of these browsers you have used before:
Chrome for Linux (May 3 at 2:37pm)
Back
Im ...
0
votes
1answer
45 views
C++ Ubuntu. Multiple undefined references compiling with FFMPEG libs [closed]
I installed FFMPEG libraries on Ubuntu 12.10 and headers as it is described here .
In my C++ application which uses FFMPEG when I am compiling (gcc) I am getting this :
...
4
votes
5answers
124 views
Shell script to get list of defined users on Linux?
I put this together, but it sucks: (e.g. magic numbers in there, text parsing.. boo!)
awk -F: '{if($3 >= 1000 && $3 < 2**16-2) print $1}' /etc/passwd
What's the proper way to do this?
...
-3
votes
0answers
35 views
C programming read from file [duplicate]
How can I read from a text file using C programming language and that file is something like CSV and looks like the following:
param11, param21, number1 \n
param12, param22, number2 \n
param13, ...
0
votes
0answers
20 views
error: 502 bad gateway in flask app on nginx and uwsgi
I am deploying a flask app on Ubuntu server using Nginix, uWSGI. I followed this tutorial... http://www.soundrenalin.com/about
I am beginner in Nignix and Sys Admin.
But when i run my app it gives ...
-1
votes
1answer
21 views
installing mousepad in linux mint [closed]
I tried this code several times:
sudo apt-get install mousepad
But then always shows me this:
E: unable to lock file /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Admin ...
-6
votes
0answers
55 views
Linux programming in C reading from file [closed]
A parent process sends to a child process the following information about a group of students: first name, last name, group, read from a file and then a number representing a group (user selectable). ...
-2
votes
0answers
30 views
Stuck TCP Connection in Linux [closed]
Strange problem. I have server "ALPHA" in Dallas and server "BETA" in Hong Kong, about 195ms ping times apart from each other. ALPHA is connected at 1gbps full, and BETA at 10mbps full. ...
2
votes
1answer
81 views
Python program eating up RAM
I wrote a small program to collect data over serial port using MinimalModbus. The data is dumped into a CSV file. I have read several posts on SO and other places. A few things mentioned are:
Using ...
-1
votes
2answers
32 views
<Solved> linux url or dns manipulation in this way [closed]
I chose this title but maybe not a correct title. I don't know even the correct keywords to google it too.
I use Linux. suppose I usually use some websites but they should be loaded by special way ...
-4
votes
1answer
30 views
3 questions about linix server distribution [closed]
Please help me answer these three questions
Which is the most stable linux distribution?
Which is the easiest to set up the environment on linux server for the application using java, mongodb, ...
0
votes
2answers
20 views
Library links to /usr/lib64, but I need the one from /usr/local/lib64
I'm getting this weird problem
ag: /usr/lib64/liblzma.so.5: no version information available (required by ag)
For some reason the preinstalled library is no good. Okay, so I install liblzma from ...



