Displaying 20 results from an estimated 7000 matches similar to: "VNC Remote Install Disk"
2006 Dec 20
3
iptables command to view just nat/forward info by ip
Hi there... does anyone know of a handy iptables command to look at
existing nat rules?
I tried:
iptables -t nat -L
Which was close, but the problem is that the DNAT and SNAT list the
reverse DNS for the IP's, when I would rather see just pure IP's.
I have been reading the man pages and google looking for an answer as well.
Thanks!
2006 Feb 05
2
works best with centos 4+? CPanel or Plesk?
Hi there i was wondering if anyone on this list has any comments on
CPanel vs Plesk on Centos 4+? Looking for the one that best work with
the "out of the box" RPMs for Centos.
Thanks in advance!
Dustin
2007 Mar 06
2
ca.pl for openssl
This is probably going ot sound really dumb, but which packages need
to be installed to have use of hte CA.pl script? I installed openssl,
openssl-perl, etc, but can't seem to find it anywhere on my system..
Thanks!
2006 Dec 12
3
bring back sub shells
Good day, I have a centos 4.4 box (all yumed up).
Now i have a program that has a sub shell - meaning something like the
mysql command line, where once started it takes it's own commands, etc
and keeps running until a "quit" command is issued. Now what I was
wondering - is there a way to fork it to the background (something
like # command & or ctrl -z) and have the subshell keep
2006 Sep 07
2
ISSN for wiki
Hi,
It would be nice if we can get ISSN for wiki.centos.org. Any plans? I
know assigning ISSN for blogs is being held now. If we have ISSN it
might help to get more people to contribute. Just the hint.
David
2007 Feb 22
2
Centos firewall/router issue
Good day everyone. Today has been "one of those..." days. So I have a
feeling this is just a brain lapse here.
At any rate, I am setting up a firewall/router using centos 4.4
(minimal install, yummed up to date).
I have in fact enables V4 ip forwarding (by editing /etc/sysctl.conf)
and rebooted the system. I use fwbuilder for my rules, and at this
point have a next to nothing set of
2006 Sep 18
2
checking remote processes
hi...
looking for how to check processes from the process table of a remote
machine. i want to be able to automate the process. i'd prefer to be able to
have a cron process to periodically check the status..
any thoughts/comment/ideas would be helpful...
thanks
2006 Sep 06
3
Encrypted partition short howto
I've written a short howto on creating and mounting an encrypted
filesystem using dm-crypt. The doc currently lives on our internal
wiki (Trac) at work, but I'd love to rewrite and post for a general
readership. I suppose the proposed URL would be something like
http://wiki.centos.org/TipsAndTricks/EncryptedFilesystem
--
Paul Heinlein <> heinlein at madboa.com <>
2006 Jan 26
2
djbdns rpm for centos [dnk]
Can anyone point me to a good one for use? It would be cool if it was
from a repo for updates, etc.
Thanks in advance!
Dustin
2006 Oct 02
3
PHP-gtk anyone?
Hi,
I seem to be going round in circles trying to install php-gtk for Agata on a
CentOS 4.4 installation - the configure keeps falling out with:
checking for libglade-config... no
checking for libglade... no
configure: error: Unable to locate libglade
I have installed libglade 1.99 and 2.01 directly from rpm but something's
not meeting up.
Is there a nice, yum-type install for libglade
2006 May 08
4
Special character with Apache in Centos 4.3
Hi guys,
i have installed centos 4.3 and i have a problem with Apache.
All char like "?", "-", ecc. in web pages appears as "?".
This is the variable in httpd.conf:
"AddDefaultCharSet UTF-8"
I have also set: "AddDefaultCharSet ISO-8859-1" without any change.
Where is the problem?
Thanks
Luigi
-------------- next part --------------
An HTML
2005 Oct 28
1
CentOS with VMware issues
Good day everyone.....
I have an install of centos 4.0 patched to 4.2 as my base install. I
then installed VMWare 3.2 (gx) over top. I was then going through
the install of centos 4.2 (non-patched - latest ISO's) into a virtual
machine. Now here is where the issue happens.... on the install, the
file "xorg-x11" causes a typical "file can not be access/ file not
2006 Dec 22
1
recommneded tape drives
Hi there, I am pricing out a dell 840 (low end file server) that will
run latest centos.
Can anyone recommend a good tape drive/card combo with centos? The
drives (to be backed up) in it will be a raid 0 - 500gb.
Thanks in advance!
Dustin
2006 Jan 24
1
Centos kernel c headers [dnk]
Good day -- I am having a go at installing VMware on my centos 4.2
machine. I am going through the configuration script and I am getting
to the part where I need the c headers for my kernel. What package do
I need to install to make these available, and where are they
installed to? I have been searching for this with little luck.
Thanks in advance.
Dustin
2005 Dec 10
2
bacula on centos
Are there any known issues with using bacula with centos 4.2?
How about a recipe of some kind?
Thanks in advance!
dnk
2006 Nov 22
1
how beta is ppc centos 4?
Hi there, I am looking for a rhel close to run on a PPC. I have used centos
for a while and want to stick with what I know. I know there is a V4.0 PPC
beta version. How safe is it to use? I have a server that will be going into
production, and am hesitant to use a beta product (as one should never use
anyways). What is the status of the PPC version? Is it going to be continued
to be developed? Is
2006 Nov 27
4
pptp server tutorial
Hi there....
Has anyone seen a tutorial around for a pptp server (on the same server as
the firewall) for centos/rhel 4?
I have been following a few general tutorials for POPTOP, but nothing seems
to really work as of yet.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 07
2
Java package status?
Has this RH errata made it into Centos5 yet?
http://rhn.redhat.com/errata/RHBA-2007-0365.html
If so, what does it take to fix the problem of tomcat not running under
Sun Java? Do you have to remove all packages that contain jars and
reinstall them?
--
Les Mikesell
lesmikesell at gmail.com
2007 Mar 02
1
Off-topic: Howto decrypt OpenSSL file in Win32 environment
Hi all,
I supose the subject is descriptive enough. In a CentOS server I do the
next to make the daily backups:
tar cfv - dir_data/ | openssl enc -e -salt -aes256 -pass pass:$PASSWORD
-out backup_file.bin
So I get an well-encrypted and tared file.
If I want to decrypt and the file is easy in Unix/Linux environment:
openssl enc -d -aes256 -in backup_file.bin | tar xfv - -C dir_what_you_want/
2007 Feb 21
1
Globus Toolkit 4.0.3 under CentOS-4.4
Hi,
did somebody successfully compile Globus Toolkit 4.0.3 under CenTOS-4.4 from the
source installer gt4.0.3-all-source-installer?
If yes, with using some special compile controls?
Any comments welcome.
Regards
Joachim Backes <joachim.backes at rhrk.uni-kl.de>
University of Kaiserslautern,Computer Center [RHRK],
Systems and Operations, High Performance Computing,
D-67653