04-22-2007
Back up file server
CVS server
X-Terminal
Disaster recovery environment.
Network install server.
7 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Haw Can I install a solaris in my own pc at home
I have try but every time it is just boot to windows
what should I do about it so I can Have it at my home pc
thanks
All The best . . . . . .
om911ar (1 Reply)
Discussion started by: omar911
1 Replies
2. Cybersecurity
Hi
I have been trying to install SCO OS 5.0.6 on my home PC Which has P-IV 1.7Ghz Processor 128 MB DDR ram, 20 GB HDD . However the system do boots from the cd shows the boot: prompt ............. there when i press enter key the process of loading starts but soon after that the screen goes... (3 Replies)
Discussion started by: 881979
3 Replies
3. UNIX for Dummies Questions & Answers
I don't know a lot of the world of Linux, but i want to start with an old machine; did someone knows if i can install Linux in a computer with a processor Pentium (not celeron) @ 133 Mhz, 98Mb in RAM (PC100) and 3Gb Hard Drive?
a friend tell me about Ubuntu and openSUSE, but I don't know if... (5 Replies)
Discussion started by: Omega
5 Replies
4. Solaris
Does Anyone has installed open solaris on a its own hardaware as Pentium or Celeron ? If yes, how it is working? does it needs further drivers?
Thank you and greetings from Italy ? :D (8 Replies)
Discussion started by: sergio_italy
8 Replies
5. Solaris
Hi all,
is it okay for US-III+ running at 1200 MHZ to excced 75° C on sun fire 880
here's the output when i ran prtdiag -v on sunfire 880 running solaris10
bash-3.00# prtdiag -v
System Configuration: Sun Microsystems sun4u Sun Fire 880
System clock frequency: 150 MHz
Memory size: 8192... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies
6. Shell Programming and Scripting
Hello
Today I had a beautiful test to write some commands using Ubuntu, now I want to make sure of my answers to be reassured, if I had a mistake please correct me
List all files details under ubuntu Desktop.
my answer:
cd Desktop |ls -l
Navigate to your Desktop directory and... (7 Replies)
Discussion started by: S4K
7 Replies
7. AIX
I have been in IT for around 7 years now and have benefited greatly from Open Source as well as free commercial offerings like Vmware Server that allow me to setup virtual environments and get some hands on time with different OS's and software.
I am starting a new job in a few weeks which has... (5 Replies)
Discussion started by: supercrazy1
5 Replies
LEARN ABOUT CENTOS
cvscheck
CVSCHECK(1) [FIXME: manual] CVSCHECK(1)
NAME
cvscheck - Offline status report for files in a checked-out CVS module.
SYNOPSIS
cvscheck [dir]
DESCRIPTION
cvscheck prints information about the status of your local CVS checkout without communicating with the server. This means it is extremely
fast and does not require a network connection.
The given directory and all of its subdirectories will be processed recursively. If no directory is given, the current directory and its
recursed subdirectories will be used.
Each file with an interesting status will be printed with a status character in front of its name. The status characters are as follows.
? foobar.c
The file is not known to CVS
M foobar.c
The file is definitely locally modified
m foobar.c
The file might have local changes. You should diff with the server to make sure.
C foobar.c
The file has a CVS conflict and therefore cannot be committed.
U foobar.c
This file is in CVS but is missing in your local checkout.
T foobar.c
This file has an unusual sticky CVS tag.
A foobar.c
You have done a cvs add for this file, but have not yet committed it.
R foobar.c
You have done a cvs rm for this file, but have not yet committed it.
This utility is part of the KDE Software Development Kit.
SEE ALSO
cvs(1)
AUTHORS
cvscheck was written by Dirk Muller<mueller@kde.org> and Sirtaj.Singh.Kang; <taj@kde.org>
This manual page was prepared by Ben Burton<bab@debian.org> for the Debian GNU/Linux system (but may be used by others).
[FIXME: source] March 8, 2003 CVSCHECK(1)