Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support Best AV for Itanium IA64 (Windows 2000, 2003, NT) Post 302648485 by hedkandi on Wednesday 30th of May 2012 02:39:13 AM
Old 05-30-2012
Thanks

really?! I think you may just be right, let me propose this to my team..i like the idea of it being free but free usually means no support and i'll have to think about this one...but thank you for your feedbackSmilie
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How can I view a Windows 2003 folder in Unix?

Is it possible to do something like this? Have a folder shared on a Windows machine and then be able to view it under a Unix server? Sort of like a reverse Samaba share? (5 Replies)
Discussion started by: LordJezo
5 Replies

2. UNIX for Dummies Questions & Answers

Unix and Windows Server 2003

Hello All, I need your help with this, i appreciate all your help that you can give. Windows NT Domains Connect Windows XP as a domain client to both systems, Windows Server 2003 and Unix. Secure shell Set up secure shell on Linux (ssh). Set up secure client on Windows XP. Putty? I... (1 Reply)
Discussion started by: italia
1 Replies

3. Windows & DOS: Issues & Discussions

OpenSSH Server for Windows 2003

Hi Gurus I have installed OpenSSH server in one of my Windows 2003 boxes. I have installed the setup and added the users as told in the link. But i am getting an "Access denied" whenever i try to log in through ssh or sftp. But when i try to log in through my loopback IP (127.0.0.1),i am... (1 Reply)
Discussion started by: Renjesh
1 Replies

4. Windows & DOS: Issues & Discussions

Install Windows 2003 R2 on existing Windows 2008

Hi, I am trying to install WIndows 2003 R2 Server on existing Windows 2008 server. When I run the 2003 cd it says no disk found. What can be the problem. (2 Replies)
Discussion started by: gunnervarma
2 Replies

5. Solaris

Dual Boot WIndows 2003 and Solaris 10

Hi, I have a dual boot server with Windows on C0t0d0 and Solaris 10 on C1t0d0. When I do a reboot it automatically boots with Windows as default without an option to boot onto Solaris. I want to set Solaris as my default boot. any ideas? Thanks, Suresh (6 Replies)
Discussion started by: gunnervarma
6 Replies

6. UNIX for Advanced & Expert Users

Windows 2003 use Samba user database

Hi, I have been looking for information on how to make a Windows 2003 server use the user database of an existing Samba installation. What I want is to use the Win3K as a (second) file server allowing users (using Win2K & Win XP computers) to access its shares using their existing user... (0 Replies)
Discussion started by: jcd
0 Replies

7. Windows & DOS: Issues & Discussions

OpenSSH with windows server 2003

Hi people, I'm trying to configure the OpenSSH in my win server 2003 to accept connection with public/private keys, without password. I research all over internet sites about, almost all them, have the same instructions that doesn't work. I can just get a sFTP connection with password without... (0 Replies)
Discussion started by: laurentiis
0 Replies

8. Solaris

I want to mount windows 2003 oracle instance

I want to mount windows 2003 oracle instance to solaris machine. Can any one has idea? Please send me your experiences ,if any. (5 Replies)
Discussion started by: Jagandadi
5 Replies
FREEPTYPE(3)						       MBK UTILITY FUNCTIONS						      FREEPTYPE(3)

NAME
freeptype - free a ptype_list ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" ptype_list *freeptype(pt) ptype_list *pt; PARAMETER
pt Pointer to the ptype list to be freed DESCRIPTION
freeptype frees the ptype_list pointed to by pt. All the elements of the list are put back in the list of free blocks. EXAMPLE
#include "mut.h" void free_from(c, i) /* erase list from ith element */ ptype_list *c; int i; { ptype_list *t; while (i--) c = c->NEXT; t = c->NEXT, c->NEXT = NULL; freeptype(t); } SEE ALSO
mbk(1), ptype(3), addptype(3), getptype(3), delptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 FREEPTYPE(3)
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy