1,446 Topics

Member Avatar for
Member Avatar for bigfoot_80906

In unix there is a -p tag for the mkdir command. Is there a similar tag in Perl?

Member Avatar for KevinADC
0
239
Member Avatar for chethanasrao

[B]i need to write a program which accepts a folder as input and browses through that folder and says whether there is a file or a subfolder present in it and generate an xml file that gives the hierarchy(subfolder names & file names present) in that folder.[/B] [I][U][B]BUT IT SHOULD …

Member Avatar for Salem
0
89
Member Avatar for ricky0161

hi please can you tell me whats best to use when hosting my website Unix or Windows 2003 both are on the own servers and hopefully the site will have a high flow of traffic please can you tell me whats the differnce and which is better and way thanks

Member Avatar for betaisbetta
0
220
Member Avatar for Bruner

[COLOR=#000000]SENIOR SOFTWARE ENGINEER NEEDED!!![/COLOR] [COLOR=#000000]Location: Bay Area, CA[/COLOR] [COLOR=#000000]Start Date: IMMEDIATELY[/COLOR] [COLOR=#000000]DURATION: 7 Months[/COLOR] [COLOR=#000000]Required Experience:[/COLOR] [COLOR=#000000]Client has Release process in their engineering department. The scope of the work is to technically contribute in the development / Support of their applications.[/COLOR] [COLOR=#000000]Required Skills:[/COLOR] [COLOR=#000000]1. PERL - 9 (in the scale …

0
90
Member Avatar for natasha_sr

Hello I have a couple of interlaced images taken from a video stream and I want to do deinterlasing. Unfortunately I don’t have the video. Someone told me that there is a command in Unix that can do this. I would be grateful if you could help me. Thanks,

Member Avatar for jim mcnamara
0
50
Member Avatar for conetrader

I am using a script that counts clicks on various links in the home page. The site is for the community channel of a cable TV company and the user can purchase ads or post an obituary or a weather related delay or calcellation. We want to add a count …

Member Avatar for conetrader
0
263
Member Avatar for Fede

Hi, does anyone knows how to write a simple telnet client aplication in VB .NET Visual Studio 2005 ? I've looked and downloaded a lot of stuff but still don't find anything that really works. All I need is to connect from my App. to Unix via telnet and run …

Member Avatar for thandermax
0
704
Member Avatar for sgriffiths

mvwprintw(main_screen, row, col, "%*.*s", REC_NUM_SIZE + 2, REC_NUM_SIZE + 2, ptr2); The above mvwprintw command is part of the unix curses library but can anyone explain what the "%*.*s" is doing, and is used just for the unix library curses? Regards

Member Avatar for Narue
0
89
Member Avatar for gegestic

Hello all, I have successfully installed samba 3.0.22 on my sol 9 e250 machine. I created my share but when i try to get to my share from my windows machine, it prompts me for my username and passwd, i enter it and it just comes back prompting me for …

Member Avatar for geoff menner
0
247
Member Avatar for Tdot

Hi folks, I've recently started taking unix lessons to gain beginner level unix knowledge. Could you suggest me an linux distributions available out there that is close to UNIX in terms of commands, etc.. since I'd like to practise the UNIX lessons at home? I'm running windows on my PC …

Member Avatar for blud
0
243
Member Avatar for jen1977

I've just been assigned to a project looking at migrating a legacy data warehouse system (2TB+ data) from zSeries to a pSeries platform. This isn't helped by my complete lack of pSeries knowledge... My question is- is there an easy way of comparing configurations between the 2 platforms? For instance, …

Member Avatar for jen1977
0
141
Member Avatar for sgriffiths

Hello if i have a file residing on a unix machine, how do i get the stats of the file, ie date stamp of file, and username of file. Best Regards

Member Avatar for Rashakil Fol
0
86
Member Avatar for rags

I am working as a java programmer and have no experience writing shell scripts or prior experience in UNIX...I would appreciate if someone helps me write a Shell script that: a) Runs from one machine. b) ssh into all of the other machines. c) Collect the cpu% usage from each …

Member Avatar for jim mcnamara
0
423
Member Avatar for vegaseat

In case you are curious, I just posted a new tutorial "Python and Multimedia, Part 1, The amazing Webbrowser Module" on DaniWeb at: [url]http://www.daniweb.com/tutorials/tutorial47392.html[/url] I would love some input from our Linux and Unix friends to see how much cross platform the module is. Post any comments in this thread!

Member Avatar for vegaseat
0
201
Member Avatar for ep2002

Hi everyone, I hope you are all doing well :) Ok, questions... I finally found a new hosting company that I want to sign up with & now there seems to be problems with them understanding what I need. On my current hosting company I can store my manuals & …

Member Avatar for shamancatfish
0
189
Member Avatar for cocojim

what is wrong with the following simple code? [code] int *n; int a=1; n=&a; cout <<"n="<<*n<<"\n"; [/code] It compiles, but print out "Bus Error". I am compling this code under Mac OS X, Unix shell, g++.

Member Avatar for WolfPack
0
31
Member Avatar for Umm...

Hi Im working on a c++ project that requires me to have a simple winsock client server program but the only thing is that it needs to be non blocking. Now this wouldnt be a problem except that im creating this for a windows console application. I also want to …

Member Avatar for Ancient Dragon
0
103
Member Avatar for R!ker02

First of all I would like to thank CSCGAL for a very informative tutorial on setting up samba. As you may well have guessed I am a linux newbie. I went through the tutorial and executed all of the steps as described... but when I restarted samba and tested the …

Member Avatar for test
0
1K
Member Avatar for vanii

Hi all, I want to know whether "sleep command in shell scripting is a guarenteed command or not " In java 'Sleep() ' is not guarenteed to be called when CPU is Idle. Regards, VANII

Member Avatar for jim mcnamara
0
345
Member Avatar for jino.john

Hello All, We are starting a linux/unix remote server administration service in india. we have a group of 4-10 years industry experienced, RHCA, SCNA certified, people. we can install/monitor/configure any of your linux/solaris based system/service from india around the world. pls reply me back on the thread only.. Thanks, Regards …

Member Avatar for jino.john
0
109
Member Avatar for molayos

We have True 64 5.1 version of Unix that has c compiler. Also we run informix-4gl. Informix-4gl cannot do http post. But it can call "C" programs. So I need to do http post through "C". Since I am not very good at "C", I couldn't change and compile uday …

Member Avatar for molayos
0
265
Member Avatar for Mareq

I want to use process-shared POSIX semaphore under UNIX/LINUX. In [URL=http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html#E]this FAQ (E.7)[/URL], I've found that [I]"Portable applications should test _POSIX_THREAD_PROCESS_SHARED before using this facility."[/I]. Manuals also say, that second parameter (pshared) for sem_init function should be zero, unless this feature is implemented, othrewise sem_init will return ENOSYS. But that …

0
98
Member Avatar for nathanpacker

Hi everyone. I'm looking for a cookbook script to run on my web server. It's a unix server. I would like something in perl/cgi or php or something like that. Something where users can log in and add recipes and you can search recipes and stuff like that. Maybe it …

0
69
Member Avatar for DonnyG

HI everybody, I am new to these forums. I have 30 years in the IT field starting as a IBM 1401 operator then programmer, then an application programmer, then a technical support person (both hardware and software) and have done both hardware and software maintenance on a number of hardware …

Member Avatar for djrivera1
0
242
Member Avatar for wandererman

I need help to write a simple shell script due for tomorrow. this is the question.. Create a UNIx script to use the following file as input. ------start of file----- Geore Washingon Bill Clinton Abe Lincoln -----End of File----- OUTPUT: lAST NAME ONLY IN SORTED ORDER. It is my first …

Member Avatar for masijade
0
95
Member Avatar for Elleeza

I want to do the following things in a single program 1) Read a name in the form of string from user 2) Convert it into uppercase if the name is in lower case 3) Now i need to open a file which is already exisiting in some other path …

Member Avatar for wwaall2004
0
175
Member Avatar for Dani

** CAN A MYSQLD EXPERT PLEASE HELP ME OUT ON THIS ONE ** I am having a problem with my MySQLd on db2.daniweb.com going through periods of 1-2 minutes every couple of hours where it refuses connections from Apache on web.daniweb.com. The error being thrown back is: mysql_pconnect(): Can't connect …

Member Avatar for barnamos
0
194
Member Avatar for roryt

[left]I am designing a new site on a windows server and I need a forum. I I was thinking about using two servers (windows+unix)) but that isn't very economical for me. So basically I need a ASP forum that will meet the standards and looks of PHP forums such as …

Member Avatar for Dani
0
144
Member Avatar for Dani

As most of you know, Apple's Mac OS X uses a custom version of Unix (more specifically, a BSD variant). This makes much of the operating system feel like home to many Unix and Linux people. (For example, you can compile code using gcc, and have full acess to a …

Member Avatar for redage
0
342
Member Avatar for irjasali

HI... I HAVE A TROUBLE WITH MY MAC (TIGER MAC OS x V10.4) I AM A NEW USER IN MAC... OK... WHEN TURN ON THE MAC, IT'S SHOW ME A XFRE86 MODE (LIKE A LINUX OR UNIX) I HAVE THE USER AND PASWORD FOR ENTER TO THE SYSTEM (NO PROBLEM) …

Member Avatar for redage
0
132
Member Avatar for Whit

I really need help (my gf is convinced I need psychiatric help!), but I know I am not just a bit paranoid. Here's the short story: three years ago I lived next to a Unix programer, fabio, pot-smoking, guy in his twenties. He was outgoing, friendly, but had a funny …

Member Avatar for nizzy1115
0
176
Member Avatar for talitha

I'm running XP and just installed Mozilla to heighten my security from intrusions. I do an adaware scan every other day and use spybot, and use ZoneAlarm firewall. I also use Avast, although this has trouble working nowadyas (?). I am now being constantly inundated with pop-ups and the usual …

Member Avatar for tayspen
0
159
Member Avatar for MIGSoft

Now, Now, Don't laugh! I am still a huge Beatles fan (they rock). It turns out that Beatles write some songs (secretly), about computers as well. Who could have thought? ;) --------------------------------- * Write In C (Let It Be) * Eleanor Rigby * Yesterday * Unix Man (Nowhere man) * …

Member Avatar for BeastOverlordH6
0
397
Member Avatar for Asif_NSU

I am trying to access files in a folder. The folder name and location will be given - the program will search inside the files in that folder for a specific pattern(yup like grep). However, I am not sure how to actually let my program know what are the files …

Member Avatar for Ancient Dragon
1
263
Member Avatar for ultirian

I am currently using Dev C++ to develop my programs as it is free and its easily gotten a hold of. Now the thing is that the proggraming project that I have to do has to be implemented on the unix systems within university. Is there going to be problems …

Member Avatar for ultirian
0
153
Member Avatar for musicmancanora4

Hey guys im having allot of trouble im using a rather modulized solution which is how i need it for my assignment. However when i enter input using a function called getUserInput() that i created it accepts input correctly, but when it validates the input using my validateMonth() function it …

Member Avatar for Narue
0
133
Member Avatar for xgmx

Contact Members Using This KEY: N/A=Non Appliant, C/D=Classified First Name: Last Name: Age: Normal Email: Work Email: YIM: AIM: ICQ: MSN Messenger: Praize IM: Integrity Messenger: NIM: IRC: Kaillera Client: Gamespy Arcade Username: Battle.net Username: Battle.net Gateway: UNiX: Logitech Desktop Messenger: Home Phone Number: Cell Phone Number: Beeper/Pager Number: Work …

Member Avatar for xgmx
0
73
Member Avatar for seh1

Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file …

Member Avatar for Troy
0
102
Member Avatar for musicmancanora4

Hey guys im making a calendar program where you enter a month 0 to display all months for that year... 0 - 12.. 1 being janauary etc and then entering the year. Similar to the cal command in unix sun on tue wed thu fri sat 1 2 3 4 …

0
91
Member Avatar for musicmancanora4

Im using an ansi c compiler all the errors using gcc -ansi -Wall -pedantic should work without warnings and errors. Running on unix

Member Avatar for Ancient Dragon
0
90
Member Avatar for harrypotter

Please tell me how to do unix system programming in C in windows. Is there any c editor which contains all header files required for unix system programming in windows? Please tell me. There is a problem in installing linux in my system. but there is a need for me …

Member Avatar for Lord Soth
0
171
Member Avatar for jto

i hacve a pc with win-xp sp2 operating syatem. i can connect to my unix-oracle server through ftp for file transfering without any error ,when i enter in to server's required directory and try to find out the directory or list of file by 'ls' command then i got the …

Member Avatar for antioed
0
125
Member Avatar for joshuatree

Hi all, I have a problem with my implementation of a unix shell, I'm hoping someone can point me straight... In my shell program, I collect and parse a user's entry from the command line and dump it into an array like `getopts()`. I then call `fork()` and `execvp(args[0],args)` (`(i.e. …

0
83
Member Avatar for MartyMcFly

Hey Guys I am looking, (with hardly any prior experience; some unix scripting knowledge), to write a Time Record program, which keeps track of how long people spend on each tasks. This may incorporate some Billing aspects at Version 2. I am willing to learn all the programming aspects required, …

Member Avatar for iamthwee
0
111
Member Avatar for butterflyTee

Word Count. A Common Utility On Unix/linux Systems Is A Small Program Called "wc." This Program Analyzes A File To Determine The Number Of Lines, Words, And Characters Contained Therein. Write A Version Of Wc. The Program Should Accept A File Name As Input And Than Print Three Numbers Showing …

0
93
Member Avatar for Tlhokomelo

;) Hi there... How do you get java applet to instantiate(execute) an application. like a Unix terminal for instance... :twisted:

Member Avatar for Rashakil Fol
0
106
Member Avatar for Prestwick

Hello all, Essentially a newbie to shell scripting (and Unix/Linux as a whole!) Essentially doing this project for my year in work placement. Essentially it is a script which searches for specific files and backs them up to tape. However I need to modify said script so it can verify …

Member Avatar for Prestwick
0
204
Member Avatar for kharri5

I know I've been posting a lot into this forum with questions that might seem....dumb, but I am learning a lot actually from those questions and the help I've been given. Many thanks( mostly to Rashakil Fol. I salute you sir!) The latest and greatest problem, is that I'm not …

Member Avatar for kharri5
0
133
Member Avatar for Subterraneus

I'm trying to re-write some of my shell scripts with C++ and I want to use some Unix commands, but I don't really get how, all the information on System() is just confusing to me...so any help would be great,

Member Avatar for Subterraneus
0
154
Member Avatar for diddle

How to store the result of find command in Shell program? I want to store if found then result = 1 else result =0. How to set the result ? My code result = $ (find . -name "doll" ) Can anybody help me? ps. tcsh in cygwin

Member Avatar for diddle
0
151

The End.