1,446 Topics

Member Avatar for
Member Avatar for axn

I am migrating scripts from UNIX server to a Linux. In the perl script it calls rcp to transfer files. It worked ok in UNIX but not in Linux, which has scp, I dont want to do scp now as this is a temporary Linux Box I am using. I …

Member Avatar for axn
0
915
Member Avatar for MrNoob

hi i m sorry for this noob question but there something i don't get i was reading abt File format like PE for example i was wondering how is C unverisal on MAC win and unix since they use diffrent file format does C takes care of each file format …

Member Avatar for MrNoob
0
317
Member Avatar for serkan sendur

one of my trusted friends said that even microsoft uses unix servers as a response to my comparison of unix vs windows servers. What do you think?

Member Avatar for zcat
0
286
Member Avatar for hmeco

a little introduction of my self :) Name: Hamzalija (mostly known as hami) Nickname: Claw, meco or hmeco Height: 6'10'' Weight: 300 (give or take few love handles :P) Hair: black Eyes: Brown Location: DK (Denmark - Europe) Age: 23 Hobbies: running my business, world of warcraft (addict :P), software …

Member Avatar for quicktpgo
0
84
Member Avatar for jrkeller27

I am writing a sample chat-like function to learn how to use sockets in unix. I am using gcc. To send between clients of a tcp connection I need to encapsulate a bunch of different data: [code=c] typedef struct { short type; int messageID1; int messageID2; short messageID3; int ipAddr; …

Member Avatar for gerard4143
0
829
Member Avatar for UniBoy

I am a beginner in shell programming in Unix. My current problem is log file analysis based on a given time range for listed dates. The file is a long file and I need to sort IPs based on a user input through terminal. For example, from the end of …

0
47
Member Avatar for splurchner

This program is (as you can see in the notation) a homework assignment I'm doing for class. I wrote the whole thing, which as far as I can tell right now is logically functional. It takes commands from a user and uses them to denote what happens to a linked …

Member Avatar for splurchner
0
169
Member Avatar for OneDreamCloser

hi all, i am using a unix script to control various pieces of code, sometime i call this python script, HOW can i store the result of the python script INTO an array defined in my unix script ? thanx

Member Avatar for sknake
0
97
Member Avatar for DARK_BYTE

I'm writing a program that needs to use only the Unix system calls open, read and write to get and print data!The problem is that the program doesn't allow me to input the marital status of the first student! Am I missing something? Here is the code: [code] #include<stdio.h> #include …

Member Avatar for DARK_BYTE
0
233
Member Avatar for kadilacgh

Hello My name is Richard Am 25 yrs old Am a web developer and currently am working as a webmaster / assist system administrator (UNIX) Am specialze in Javascript , PHP , ASP , AjAX , Mysql , postgre , JAVA and C++ (For scripting dll extensions for my customized …

Member Avatar for kadilacgh
0
93
Member Avatar for serkan sendur

from telnet application i want to run windows program. for example when i type vi, i want to run notepad.exe with the output of vi. how can i do that ? thanks.

Member Avatar for Point Red
0
137
Member Avatar for xav.vijay

Hi I am new to the Web Development side of Daniweb. I usually wander in the Python and Unix forums. It has been my loooong desire to create a website of my own.., but for some reason, I have never fully able to understand web programming!!:-O... I have finally managed …

Member Avatar for xav.vijay
0
132
Member Avatar for Samyx

I am using the file ex3test.c to run the following program, but the UNIX gives the errors: [38] $ gcc -o ex3test ex3test.c Undefined first referenced symbol in file discrete_uniform /tmp/scratch.hYayTQ/ccRDoT1o.o printFirst /tmp/scratch.hYayTQ/ccRDoT1o.o addToList /tmp/scratch.hYayTQ/ccRDoT1o.o printSecond /tmp/scratch.hYayTQ/ccRDoT1o.o disparity /tmp/scratch.hYayTQ/ccRDoT1o.o clearList /tmp/scratch.hYayTQ/ccRDoT1o.o ld: fatal: Symbol referencing errors. No output written to …

Member Avatar for Samyx
0
175
Member Avatar for chris5126

Hi Guys, I have a file with lots of similar records example shown at end, I want to be able to delete one of the records and have the following line of code which finds the record I need to delete, my question is now I have found the record …

Member Avatar for chris5126
-1
130
Member Avatar for serkan sendur
Member Avatar for zeeli

Hi, I am a total newbie when it comes to makefiles and now I'm in a need of one. I have a directory structure as follows: [CODE] Project_root/Makefile Project_root/src/ Project_root/src/widgets/ Project_root/include/ Project_root/include/widgets/ [/CODE] Each directory contains multiple source/header files. I need to build a shared library out of this directory. …

0
182
Member Avatar for rajuchacha007

Hi all, I would like to know whether there any JAVA API exists which does copying, deleting or moving files from and to directories and which is platform independent. I mean consider 3 layers. Last one is of OS (windows, linux, unix, solaris). Middle one is of JAVA API and …

Member Avatar for nomemory
0
150
Member Avatar for rcdeck

Good Afternoon, I'm sure it is possible and hopefully someone here can help me. I am looking to be able to send data from a form I have to a file server. Right now, I have it emailing the data but I am hoping to fully automate it by having …

Member Avatar for cguan_77
0
86
Member Avatar for diafol

I'm trying to sort an array which contains objects, but have hit a wall. I have a number of feeds that are placed into objects (WM). The feeds are placed in the order that they're loaded. I want them to be ordered w.r.t. pubDate. I'd rather not recode the whole …

Member Avatar for diafol
0
81
Member Avatar for vineethrp

Hi all, Myself, Vineeth from India - a new joinee to this great community :) I am a software engineer/System programmer with knowledge in Unix/Linux/Solaris. Would like to learn a lot and contribute a lot from/to my fellow community members! See you all in different threads in different posts! :) …

Member Avatar for quicktpgo
0
15
Member Avatar for lotrsimp12345

In unix if you create and open a file by using 9 digits numbers in the open function it seems to work but in C++ you only don't have a parameter to do that rather you have ios_base. Just wondering if there are owner,group and world settings that can be …

Member Avatar for lotrsimp12345
0
114
Member Avatar for area103lemuel

Hello there Unix & Linux Guru's and Gifted ones, Can anyone help me configure fetchmail on my redhat 9.0 This sounds to be silly but really I'm new to linux. I really need step by step installation and configuration on our company's required Redhat 9.0 (shrike) OS. Thank you and …

0
130
Member Avatar for OneDreamCloser

hi all, when i am running a Python script that i made, i get a list as a result ( i do not know the number of items stored in that list ) HOW can i return each element of the list and store in an array defined in a …

Member Avatar for sravan953
0
121
Member Avatar for anne_lise

hi i am trying to use incbet.c alone . it is presently availabe as library (with its makefile) as given below . i wanted to know all the files used by incbet.c . i dont know details about make file . i tried to to look at GNU tutorial on …

Member Avatar for Salem
0
193
Member Avatar for khess

Just when you thought it was safe to return to those keyboards knowing that all is well with the world and the ownership of Unix is happy with its rightful owner, Novell; he's baaaack. I'm sure that I'm not the first to look at this latest news and say "WHAA? …

Member Avatar for NicAx64
0
470
Member Avatar for khess

OK, I can't resist this whole SCO thing, since it has again raised its ugly head. My [URL="http://www.daniweb.com/blogs/entry4658.html"]previous post[/URL] on the subject the other day drew a lot of attention from a diverse gaggle of readers and commenters so I thought I'd go back to the well at least once …

Member Avatar for decentralist
0
321
Member Avatar for happygeek

Hackers managed to get root access to a large Internet Service Provider, reportedly via a zero day vulnerability over the weekend, and destroy data from 100,000 websites as a result. The UK-based ISP, VAServ, has [URL="http://www.theregister.co.uk/2009/06/08/webhost_attack/"]stated[/URL] that the attackers apparently exploited a vulnerability in virtualisation software called HyperTM in order …

Member Avatar for happygeek
0
280
Member Avatar for Lisa Hoover

As geeks everywhere engage in endless battles over which operating system is best, [URL="http://www.likewise.com/index.php"]Likewise Software[/URL] has come along with an idea I can really get behind. The identity management software vendor has cooked up with an ingenious plan to encourage a cease-fire among IT pros and donate some cold, hard …

0
96
Member Avatar for BP Grampa

Poke, tweet, update, get a life! Stop wasting your time messing with people who spend way too much time on these things. If people you know are updating you about their lives once a day or more, have them email you or give you a phone call. People who spend …

0
50
Member Avatar for happygeek

Did anyone else get just a wee zing of excitement at 11.30pm (GMT) last night? I will admit to raising my glass and downing a large Jim Beam Black in order to celebrate the fact that UNIX Time had hit 123 billion seconds. OK, so I am a geek, what …

Member Avatar for AceofSpades19
0
294
Member Avatar for khess

In a recent [URL="http://www.computerworld.com/pdfs/Novell_Replacement.pdf"]report[/URL] by ComputerWorld, Unix is losing major ground in the SAP data center space. HP-UX is losing at a rate of about 41% and AIX (IBM) is losing at a rate of 18%. And in the time period (roughly 2.5 years) between October 2005 through March 2008, …

Member Avatar for khess
0
246
Member Avatar for khess

[URL="http://www.sco.com"]SCO[/URL] is putting up two of its business units on the auction block: Mobile Business and its Unix OpenServer Business. Jeff Hunsaker, President and COO, stated that "The auction, we believe, is the best approach for us to move forward and also to exit bankruptcy." Ah, the agony of utter …

0
146
Member Avatar for khess

Linux will continue its soaring success in 2009. Yes, Linux is free and free is good but what about its other advantages over commercial Unix flavors and Windows? Here are the top seven reasons why Linux will continue to smash the competition in the face of the economy, the Cloud, …

Member Avatar for sammy123
0
334
Member Avatar for khess

There are 5 things that every good Linux Administrator knows. Do you know what they are? They are in no particular order of importance: [B]1. Users are a Necessary Evil[/B] - Do you ever wonder why System Administrators seem so annoyed by you and your questions? It's because you are, …

Member Avatar for mebinouseph
0
521
Member Avatar for Lisa Hoover

If the state of the economy has got you down and you're ready to stop throwing money at commercial software vendors, you might be overwhelmed at the amount of open source options that exist. Buck up, IT soldier, here are three applications that let you dip your toes in the …

Member Avatar for scru
0
240
Member Avatar for EddieC

Which hypervisor performs better, [url=http://www.xen.org/]Xen[/url] or VMware's [url=http://www.vmware.com/products/vi/esx/]ESX[/url]? That apparently depends on which organization you ask. But for a team that's tasked with choosing a virtualization platform, some impartial data would sure be helpful. "That's where we come in," said Michael Salsburg, director of the [url=http://www.cmg.org]Computer Measurement Group[/url], a non-profit …

0
511
Member Avatar for EddieC

Making what now seems like the next logical step for operating system evolution, VMware today told the world about [url=http://www.vmware.com/technology/virtual-datacenter-os/]Virtual Datacenter OS[/url], which it positions as a way to "pool all types of hardware resources--servers, storage and network--into an aggregated on-premise cloud." The solution gives enterprise administrators flexibility and options …

0
175
Member Avatar for EddieC

A new application programming interface released this week gives development and test teams the ability to link their ground-based test systems with virtual operating systems accessed through a browser. It all comes from [url=http://www.skytap.com/]Skytap[/url], which earlier this year released [url=http://www.skytap.com/index.php?option=com_content&view=article&id=63&Itemid=120]Virtual Lab[/url], a Web-based infrastructure that provisions virtual hardware, software, networking …

0
214
Member Avatar for EddieC

Erik Anderson and Rob Landley are at it again. The guys who brought us the [URL=http://busybox.net/]BusyBox[/URL] toolset for resource-constrained Linux and Unix systems, together with the Software Freedom Law Center, have filed yet another GPL enforcement lawsuit for copyright infringement. This time it’s against [URL=http://www.extremenetworks.com/index.aspx]Extreme Networks Inc.[/URL], a maker of …

0
269
Member Avatar for EddieC

GUIdancer 2.2 Automates Failure Retires If at first you don't succeed, try, try again. Such is the way of GUIdancer 2.2, the latest version of the function-test automation tool from Bredex, which began shipping yesterday. The keyword-driven tool for Java (Swing, SWT and RCP) and HTML can now retry failed …

0
388
Member Avatar for EddieC

You’re about to begin a project that will tap into or integrate data from a database. You’ve been looking for low-cost ways to clear that data of duplicates, near-dupes, and obsolete or garbage data. But cleansing tools are expensive. As of today, there’s a free solution for you to think …

0
158
Member Avatar for khess

Yes, I'm afraid it's true; Firefox is the most popular browser out there. Standing at this moment at over 11.5 millions downloads since its production release Tuesday, June 17. How can I make such a sweeping statement? It is the most popular browser ever because of the number of voluntary …

Member Avatar for WolfPack
0
429
Member Avatar for Lisa Hoover

[URL="http://www.cmg.org/"]Computer Measurement Group[/URL] (CMG), the non-profit company many IT professionals rely on to provide guidance and advice on best practices for managing infrastructure, is gearing up for its annual conference in Las Vegas, NV this coming December. In advance of the event, organizers have announced that registration is open for …

0
65
Member Avatar for EddieC

Lawyers for [URL=http://busybox.net/]BusyBox[/URL], the open-source Unix utilities popular for use in embedded applications, filed two more copyright infringement lawsuits yesterday, claiming that Bell Microproducts and Super Micro Computer violated terms of the GNU General Public License that governs the software. “Before filing these lawsuits, we contacted both companies and gave …

0
183
Member Avatar for khess

Just when you thought it was safe to forget SCO and their ridiculous notions about suing IBM and others for infringing on their copyright ownership of UNIX, it isn't. It's been 5 years since SCO sent out its threatdown letters to large companies telling them that they may owe money …

0
183
Member Avatar for EddieC

Having all your data wherever you go is useful beyond measure. A Web-based service and series of open APIs unveiled this week by Microsoft is intended to offer a solution to keeping all our devices in sync. If I had a dollar for every time I accessed an Outlook contact, …

Member Avatar for MattEvans
0
239
Member Avatar for Michael_Knight

What is Malware? Malware, is short for [B]MALicious softWARE[/B] and is a term used to broadly classify a form of software which is installed in a computer system mostly without the owners permission with malicious intentions. It includes Trojans, viruses, key loggers, malicious active content, rogue programs and diallers among …

0
127
Member Avatar for newsguy

Remember when SCO used to be known as a big fish in the Unix OS pond, well respected and pretty much a pillar in this particular vendor community? No, neither do I. The image of a company that sought to claim IBM had somehow inappropriately contributed to Linux development, a …

0
181
Member Avatar for happygeek

Simon Willcocks is a man on a mission, albeit an unusual one that no doubt many developers will recognise as being something of a geek driven dream. The mission in question to deliver native RISC OS desktop applications under Linux. This dream is fast becoming a reality, however, with the …

1
436
Member Avatar for newsguy

Hot on the heels of JavaFX, taking on the likes of Microsoft Silverlight and Adobe Flash, Sun looks set to formally unveil its plans for Project Indiana this week and attack the Linux developer heartlands. Solaris has long been known as the really secure Unix variant that sucks when it …

Member Avatar for Mushy-pea
0
218

The End.