Sponsored Content
Top Forums UNIX for Dummies Questions & Answers help to move from windows to linux as a developer Post 302297862 by pludi on Monday 16th of March 2009 03:08:31 AM
Old 03-16-2009
The first task should be to get a good understanding of the basic differences, eg. between Windows' drives and Linux' directory tree or the fact that everything in Linux can be seen as a file. There are many good texts about that out there (eg. The Linux Documentation Project or the Linux Gazette)

For more details it depends on what your primary occupation was on Windows (GUI/Network/System). For GUI stuff, read up on either GTK+ (primarily GNOME) or Qt (primarily KDE). For network programming I suggest Beej's Guide to Network Programming. Don't know any good sources for system programming.

After that I'd suggest joining an open source project of your choice (pick any one of interrest from FreshMeat).
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Windows Power Shell - rename files and move

hi people; i want to make a file/folder operation as follows. - i have 41 folders in Windows and each of them have same-named files (~200 files each) inside. - i want to stack these files together in a folder but Windows is asking to "overwrite" (as usual) since the file names are the same.... (2 Replies)
Discussion started by: gc_sw
2 Replies

2. Shell Programming and Scripting

Help to move folders, subfolders and files from unix to windows

Hi Unix Gurus, I am able to copy only files that exist in the parent folder. My parent folder has sub folders and within sub folders there are lots files. I need to copy folder, sub folders and files from Unix to the remote windows SFTP location. The directory structure is something like... (1 Reply)
Discussion started by: shankar1dada
1 Replies

3. What is on Your Mind?

Tips for hiring a Linux Application developer

I am looking to hire a Linux Application developer for my startup. But am having trouble screening for the right skill-set. What should I look for ? And, where do I find these developers who have experience in building applications for Linux? Best, E (1 Reply)
Discussion started by: emerging_desk
1 Replies

4. Shell Programming and Scripting

Move script from windows to Linux using NFS mount

Hi All, Is there a command or script which will push a file from Windows server to Linux box? using the mount command. I want the details or document of the whole process please. I want this script to run every 30 minutes to push the file from windows to unix Thanks (16 Replies)
Discussion started by: thinkingeye
16 Replies

5. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid/uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexigraphically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 02:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy