I've noticed the basic 'style' of most GNU core applications whereby arguments are:
--longoption
--longoption=value or --longoption value
-abcdefg (multiple options)
-iuwww-data (option i, u = www-data)
They follow the above style. I want to avoid writing an argument parser if there's a library that does this using the above style. Is there one…
I really like gnu screen but there is a problem in my environment when I use it.
Examle:
username@domain:/var/www$ l
Display all 130 possibilities? (y or n)
when you click [Tab] to perform autocompletion there is a screen flashing for a very short period of time(looks like white screen but I can see it for a very-very short time).
There isn't…
I would like to port a few applications that I use on Linux to Windows. In particular I have been working on wdiff. A program that compares the differences word by word of two files.
Currently I have been able to successfully compile the program on windows through Cygwin. However, I would like to run the program natively on Windows similar to the…
<b>Flameeyes:</b> "I don’t try to hide the fact that I think that FSF’s continuous stress over “GNU/Linux” is a huge ego stroke toward GNU that tries to deny that there is other Free Software beside GNU."
<b>Inatux:</b> "Let's look at it mathematically, "GNU / Linux" means GNU divided by Linux. How does that make any sense? At best it implies Linux is dividing GNU, making it harder to work and communicate with contributors; which is simply not true."
I'm compiling a database library with pro*C which converts the .ppc library file to a .c file that gcc can use. However, I'm getting a lot of errors in pro*C like the following
PCC-S-02201, Encountered the symbol
"__ attribute__ " when expecting one of
the following
...
, Encountered the symbol
"__builtin_va_list" when…
Hi there i have a flex rule inside my lexer definition :
operators "[]"|"[]="|"[]<"|".."|"."|".="|"+"|"+="|"-"|"-="|"/"|"/="|"*"|"*="|"%"|"%="|"++"|"--"|"^"|"^="|"~"|"&"|"&="|"|"|"|="|"<<"|"<<="|">>"|"!"|"<"|">"|">="|"<="|"=="|"!="|"&&"|"||"|"~="
Is there any way to split this ruole on…
I keep my source html (and images etc.) in separate directories for source control.
Part of making the distro is to have make copy files to output folder and set the attributes.
Today my makefile shows (extract):
%.html:
/usr/bin/install -c -p -m 644 $< $@
www: $(HTMLDST)/firmware.html $(HTMLDST)/firmware_status.html…
Hello world!
I'm playing with octave's fft functions, and I can't really figure out how to scale their output: I use the following (very short) code to approximate a function:
function y = f(x)
y = x .^ 2;
endfunction;
X=[-4096:4095]/64;
Y = f(X);
# plot(X, Y);
F = fft(Y);
S = [0:2047]/2048;
function points =…
Hello,
Im using KUbuntu 10.04 (Lucid Lynx). I have installed zsh and screen. I have set zsh as the default shell, by setting Command to zsh in Settings-Edit Current Profile of the terminal.
But,when i launch screen,the bash shell is loaded. If i run the command zsh, then zsh starts but the following message is…
Hi,
I realise that modified versions of the software should be freely available, but what about the content that is held within a mysql database for instance? does that have to be available too?
Cheers
ke
I wish to sort a space separated table, with the numerical value that found on the 2nd field. I can assume that the 2nd field is always fooN but the length of N is unknown:
antiq. foo11 girls
colleaguing foo2 Leinsdorf
Cousy foo0 Montgomeryville
bowlegged foo1 pollack
Chevrier foo10 ill-conceived
candlebomb…
I have a few windows in a single screen session and then I want to detach my session. There is no problem with that.
But I can't find a way to restore all windows within my previously detached session. I can see that I can restore just one of them by ID.
But how can I reattach exact the same session…
Screen is amazing, of course, but I don't want to have to think about it. I often ssh to a machine, start doing a bunch of stuff, and then think "gosh, I wish I had thought to start a screen session before doing all that so I could reconnect to this from home later".
I'd like to have screen…
I am trying to install GNU make-3.82 on Windows 7. I downloaded the make-3.82.tar.gz setup but it does not have any setup file.
There is process given on GNU site. But when I reach to the folder in command prompt and after extraction write ./configure it throws error
is not…
I use Finale with the Garritan sounds to convert my music into WAV files; after that I manually load each one into Audacity and
select all
use the "normalize" effect (with default settings)
manually select the silence at the beginning of the file and delete it
manually…
<b>Inatux:</b> "Games have become the topic of late. Osmos developers wonder whether there is enough market share for GNU+Linux game ports to be worth the cost, but they aren't the only ones. It's been discussed time and time again, is a GNU+Linux -- or really…
When I try to build rpm from src rpm (Apache 2.4.1) I got this error:
rpmbuild -tb httpd-2.4.1.tar.bz2 --ba httpd.spec
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=noarch-redhat-linux-gnu --program-prefix= --prefix=/usr…
How does GNU license works?
I understand, that i am not allowed to do some modifications to Linux, then compile it, put it in CD and start selling or distributting without source code, right?
But what about software that i develop for being used with linux? Can i…
GNU Screen (screen) behaves differently on OS X 10.5 (Leopard) and 10.6 (Snow Leopard) compared to Linux (at least Ubuntu, Red Hat, and Gentoo) and OS X 10.4 (Tiger). In 10.5 and 10.6, new screens (made with screen or ^A c) always places me in my home directory…
I googled a lot, but I can't find the answer I'm looking for...
I'm trying to improve the aspect of GNU Screen using the screenrc file, I tuned colors, status line, caption and the list of the loaded windows.
The only thing I'm not able to achieve is getting…
Mongodb fail to start after showing this error...and not able to start it again..?Can u help me find out?
*** glibc detected *** /usr/lib/mongodb/mongo: corrupted double-linked list: 0x000000000f750b50 ***
Mon Nov 26 19:01:29 mongo got signal 11…
I have checked the assembler options of GNU assembler as and I didn't find an option to specify the output object file format. If I am using the following command
as -o foobar.o foobar.s
What object file format will I get?
The as manual says that…