Search Results

Search: Posts Made By: decent
7,251
Posted By decent
/who #channelname
/who #channelname
1,803
Posted By decent
Guess I'll post my take too. #!/bin/bash ...
Guess I'll post my take too.

#!/bin/bash

var="QSB SBD SDN SGJ SJP SKB SKD SLP SML SNB SRE SRG STP TAJ UMP UNO VKS...
Forum: Programming 04-22-2013
1,178
Posted By decent
I'm probably not the best person to answer this...
I'm probably not the best person to answer this but I would suggest taking a look at FastCGI instead of "normal CGI".

However I have no experience at all with the performance you might need and...
3,262
Posted By decent
I can't reproduce the problem either. Only spaces...
I can't reproduce the problem either. Only spaces are removed in my test file and it all works beautifully well.

So either it's a version that's different enough (GNU sed v4.2.1 here) or the...
Forum: Programming 02-05-2011
1,199
Posted By decent
For question number one: T is substituted by...
For question number one:

T is substituted by t in the code-part so

char T = `T`;
becomes
char t = `T`;

and

printf("%c %c",T,t);
becomes
printf("%c %c",t,t);

Then I hope it becomes...
1,123
Posted By decent
paste file1 file2 | sed 's/$/,/g' | sed...
paste file1 file2 | sed 's/$/,/g' | sed '$s/,$/}/'

- paste the files with lines next to eachother
- put , at end of every line
- replace the , at end of last line with }

Then just redirect...
10,225
Posted By decent
I'll give it a try with some overly commented...
I'll give it a try with some overly commented code.
Oh. And run it as a cron job every friday.


#!/bin/bash

# name of file to keep track of last backup
lastbackup=./lastbackup

if [ -f...
8,050
Posted By decent
I guess this is what you want: Index of...
I guess this is what you want:

Index of /gnu/coreutils (http://ftp.gnu.org/gnu/coreutils/)
44,523
Posted By decent
I see there has already been a reply but for the...
I see there has already been a reply but for the sake of education fire up a shell and do some testing.


$ echo `expr 4 / 2`
2
$ echo 'expr 4 / 2'
expr 5 / 2
$ echo $(expr 4 / 2)
2


As...
Forum: What is on Your Mind? 03-09-2008
17,304
Posted By decent
Also got the mail and still visit this site in my...
Also got the mail and still visit this site in my daily internet rotation but never log in to reply.
Forum: SuSE 02-06-2005
5,635
Posted By decent
Have a review of Novell Linux Desktop 9" from the...
Have a review of Novell Linux Desktop 9" from the swedish computer magazine "Datormagazin (2005-2)" here. I translate what might give you an idea.

"The three CD:s Novell Linux Desktop 9 is...
2,203
Posted By decent
Depends on what you really want. If you use...
Depends on what you really want.

If you use a "standard PC" and want to try something UNIX-like you probably want to try Linux or BSD. So what I'll give you is a list to some pages to try.

Arch...
2,237
Posted By decent
This might be what you want but I haven't tried...
This might be what you want but I haven't tried it myself.

http://httpd.apache.org/docs/howto/auth.html

Look at the bottom where it lets you either be allowed because of your IP or because you...
5,596
Posted By decent
This might be what you want. A pico clone that...
This might be what you want. A pico clone that lives without the pine mail editor. Otherwise just install pine and get pico with it :)

Nano Editor (http://www.nano-editor.org/)
5,394
Posted By decent
I thought resolution was for my monitor. :)
I thought resolution was for my monitor. :)
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 04:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy