[CentOS] hard drive info

2008-07-09 Thread Hiep Nguyen
i'm acessing a centos box via ssh, is there any way that i can find out the hard drive info, such IDE/SATA, format, size, make model, etc...? thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] backup with dd

2008-06-27 Thread Hiep Nguyen
On Wed, 25 Jun 2008, Lanny Marcus wrote: On Wed, Jun 25, 2008 at 1:46 PM, Les Mikesell [EMAIL PROTECTED] wrote: Hiep Nguyen wrote: hi all, i have a centos box and would like to back up just in case the hard drive fail. one way to do this is duplicate the image of the hard drive, so

[CentOS] backup with dd

2008-06-25 Thread Hiep Nguyen
hi all, i have a centos box and would like to back up just in case the hard drive fail. one way to do this is duplicate the image of the hard drive, so if the hard drive fail, just remove it and put mirrored hard drive and done. here my system info: uname -a Linux jadenet.jadesterling.com

[CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
hi all, i have centos 5 w/o gui. i can only have access via ssh. i have a text file that contains special (unprintable) characters, what editor i can use to exam what those character are??? i use vi, but i don't know what is ^@ may be an editor that can show ASCII as dec or hex. thanks

Re: [CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
yes, corruption indeed, but i want to study why the program writes ^@ to this file. t. hiep On Thu, Apr 17, 2008 at 05:56:36AM -0700, Hiep Nguyen wrote: hi all, i have centos 5 w/o gui. i can only have access via ssh. i have a text file that contains special (unprintable) characters

Re: [CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
On Thu, 17 Apr 2008, Max Hetrick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Harris wrote: It's mostly likely not an ASCII file; it's probably UTF16 or similar so there are two bytes for every character, but the high byte is 0x00 which shows as [EMAIL PROTECTED] I've

[CentOS] log sshd activities

2008-03-11 Thread Hiep Nguyen
hi all, where exactly sshd log files??? this is what i have in /etc/sshsshd_config SyslogFacility AUTHPRIV if i want to log who login/logout sshd, what option do i need to turn on??? thanks, t. hiep ___ CentOS mailing list CentOS@centos.org

[CentOS] disable SELinux

2008-03-11 Thread Hiep Nguyen
hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again. is there any way to disable iptables completely? this is what i did last time: #service iptables stop thanks, t. hiep ___

Re: [CentOS] disable SELinux

2008-03-11 Thread Hiep Nguyen
On Tue, 11 Mar 2008, Ray Van Dolson wrote: On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen wrote: hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again. is there any way to disable iptables completely? this is what i did

Re: [CentOS] disable SELinux

2008-03-11 Thread Hiep Nguyen
i know now. thanks. #chkconfig --list iptables shows all levels. i have to turn off all. t. hiep On Tue, Mar 11, 2008 at 11:25:33AM -0700, Hiep Nguyen alleged: hi all, i asked this topic couple days ago, but i have problem again. for some reasons, iptables was turned on again

[CentOS] root vs. user login

2008-03-10 Thread Hiep Nguyen
hi all, when i login as root, i got: [EMAIL PROTECTED] html]# any other user, i got: -bash-3.1$ what do i need to change for user profile or during user creation process to make it looks like: [EMAIL PROTECTED] html]# thanks t. hiep ___ CentOS

[CentOS] internet search (not relate to Centos)

2008-03-10 Thread Hiep Nguyen
hi all, i have a little problem and seek for your advice. search jade sterling on google, msn or any other, the return is: Offering surplus bar and rod, selling to the Forging Industry, CNC Machining Industry and Screw Machine Industry supplying hot rolled and cold finished i went through

Re: [CentOS] internet search (not relate to Centos)

2008-03-10 Thread Hiep Nguyen
surplus is the word i would like to remove from all pages. t. hiep On Mon, 10 Mar 2008, [EMAIL PROTECTED] wrote: What words do you want to remove, and from what pages do you want to remove these words from? -- Original message from Hiep Nguyen [EMAIL PROTECTED

Re: [CentOS] install webmin

2008-03-06 Thread Hiep Nguyen
On Thu, 6 Mar 2008, Ross Cavanagh wrote: Hiep Nguyen wrote: hi all, how do i install webmin using yum? i tried: yum search webmin, but not found. it must be on a different repos. what repos do i need to add to see this package. thanks t. hiep wget http://prdownloads.sourceforge.net

Re: [CentOS] install webmin

2008-03-06 Thread Hiep Nguyen
On Thu, 6 Mar 2008, Matt Hyclak wrote: On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us: what about openssl. yum search openssl and found a lot, but yum install openssl, nothing install. is it possible to install openssl using yum??? Yes. And it probably already

Re: [CentOS] /var/www/html group owner (fwd)

2008-03-05 Thread Hiep Nguyen
Date: Tuesday, March 04, 2008 12:18:56 PM -0800 From: Hiep Nguyen [EMAIL PROTECTED] To: centos@centos.org Cc: Subject: [CentOS] /var/www/html group owner hi again, [EMAIL PROTECTED] ~]# ls -all /var/www/ total 64 drwxr-xr-x 8 root root 4096 Mar 3 11:44 . drwxr-xr-x 21 root root

[CentOS] permission on /var/www /var/www/html

2008-03-05 Thread Hiep Nguyen
hi all, assume apache runs under apache user/group and i have a user/group name weber. i use weber user to upload files via ftp/sftp. where should i place my include files so that no one can access except apache b/c these files contained user/pw for mysql. i usually place them in

[CentOS] show all groups comand

2008-03-05 Thread Hiep Nguyen
hi all, how do i find out all users groups existing on the system from command line? thanks, t. hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] install webmin

2008-03-05 Thread Hiep Nguyen
hi all, how do i install webmin using yum? i tried: yum search webmin, but not found. it must be on a different repos. what repos do i need to add to see this package. thanks t. hiep ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] install LAMP

2008-03-04 Thread Hiep Nguyen
On Mon, 3 Mar 2008, Matt Hyclak wrote: On Mon, Mar 03, 2008 at 08:54:03AM -0800, Hiep Nguyen enlightened us: On Mon, Mar 3, 2008 at 8:52 AM, Hiep Nguyen [EMAIL PROTECTED] wrote: i'm not an expert on linux/centos, but i play with it and have a general idea. it's time for me to setup a centos

[CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
hi all, with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? t. hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? cat /etc/sysconfig/selinux you'll figure it out from there! super. thanks. t. hiep ___

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable it at least? cat /etc/sysconfig/selinux you'll figure it out from there! what command i can issue to enforce the change w/o reboot the box.

Re: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Alex White wrote: On Tue, 4 Mar 2008 09:29:34 -0800 (PST) Hiep Nguyen [EMAIL PROTECTED] took out a #2 pencil and scribbled: On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation on centos 5, selinux also included. how do i remove selinux or disable

RE: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
On Tue, 4 Mar 2008, Dan Carl wrote: snip for testing, i need to disable selinux, but something still not working right. i'm trying to figure out why i can't access http://10.0.0.160 from the same network (10.0.0.x). on 10.0.0.160 box, i can access http://localhost, or http://10.0.0.160,

RE: [CentOS] disable SELinux

2008-03-04 Thread Hiep Nguyen
thanks. i may well do that b/c i'm behind firewall anyway. also, i'm not ready to tackle iptables at this time. t. hiep Hiep Nguyen wrote: On Tue, 4 Mar 2008, Alex White wrote: On Tue, 4 Mar 2008, Hiep Nguyen wrote: On Tue, 4 Mar 2008, Tom Brown wrote: with minimal installation

[CentOS] /var/www/html group owner

2008-03-04 Thread Hiep Nguyen
hi again, [EMAIL PROTECTED] ~]# ls -all /var/www/ total 64 drwxr-xr-x 8 root root 4096 Mar 3 11:44 . drwxr-xr-x 21 root root 4096 Mar 3 11:44 .. drwxr-xr-x 2 root root 4096 Jan 15 20:36 cgi-bin drwxr-xr-x 3 root root 4096 Mar 3 11:43 error drwxr-xr-x 2 root root

[CentOS] install LAMP

2008-03-03 Thread Hiep Nguyen
hi all, i'm not an expert on linux/centos, but i play with it and have a general idea. it's time for me to setup a centos box for development. i rarely install anything from source, except a few times in college when i have to modify kernel for OS project. but i guess i can learn now. i

Re: [CentOS] install LAMP

2008-03-03 Thread Hiep Nguyen
On Mon, 3 Mar 2008, Matt Shields wrote: On Mon, Mar 3, 2008 at 8:52 AM, Hiep Nguyen [EMAIL PROTECTED] wrote: hi all, i'm not an expert on linux/centos, but i play with it and have a general idea. it's time for me to setup a centos box for development. i rarely install anything from

RE: [CentOS] proliant ml370

2008-02-28 Thread Hiep Nguyen
On Wed, 27 Feb 2008, Joseph L. Casale wrote: hi all, i just inherit a server: Compaq ProLiant ML370 Generation 2 Server with Smart Array 5300 Controller with 6x18.2GB hard drives. i want to install centos 5 on it with hardware raid 1. any idea how? it also has a build-in and add-on ethernet

[CentOS] proliant ml370

2008-02-27 Thread Hiep Nguyen
hi all, i just inherit a server: Compaq ProLiant ML370 Generation 2 Server with Smart Array 5300 Controller with 6x18.2GB hard drives. i want to install centos 5 on it with hardware raid 1. any idea how? it also has a build-in and add-on ethernet cards. how do i know which one is which

[CentOS] connect to novell 6.5 server

2008-02-22 Thread Hiep Nguyen
Hi all, we have a centos box that run web server, but we also have novell 6.5 server that i want to read/write files to. is there anyway i can map novell's hard drive to centos box? thanks, t. hiep ___ CentOS mailing list CentOS@centos.org

[CentOS] users groups

2007-12-11 Thread Hiep Nguyen
hi all, i just installed centos 5 with minimal options. i don't have gui yet, how do i get to see all users groups created on my box? thanks, t. hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] X windows

2007-11-27 Thread Hiep Nguyen
On Tue, 27 Nov 2007, Hiep Nguyen wrote: hi all, i just finished install (minimal) centos 5. how do i use yum to install X windows so that i can use gui. thanks, T. Hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

[CentOS] X windows

2007-11-27 Thread Hiep Nguyen
hi all, i just finished install (minimal) centos 5. how do i use yum to install X windows so that i can use gui. thanks, T. Hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] install via http

2007-11-26 Thread Hiep Nguyen
hi there, i try to install centos 5 via http, but i don't know what to put in when it asks for Web site name CentOS directory. can someone give me this info? can i used mirror.centos.org /centos/5/os/i386/??? i only have the boot cd i don't want to download and burn all 6 cds. thanks

Re: [CentOS] install via http

2007-11-26 Thread Hiep Nguyen
On Mon, 26 Nov 2007, Tim Verhoeven wrote: On Nov 26, 2007 3:45 PM, Hiep Nguyen [EMAIL PROTECTED] wrote: i used mirror.steadfast.net for web site and centos/5.0/os/i386/CentOS/ for directory, but i got this error: Unable to read package metadata. This may be due to a missing repodata

Re: [CentOS] phpmyadmin on centos 4

2007-11-15 Thread Hiep Nguyen
On Thu, 15 Nov 2007, John R Pierce wrote: Hiep Nguyen wrote: hi there, i have a centos box with phpmyadmin installed, but i don't remember how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i don't find any phpmyadmin on my centos box. i tried: rpm -qa | grep

RE: [CentOS] phpmyadmin on centos 4

2007-11-15 Thread Hiep Nguyen
On Thu, 15 Nov 2007, Ross S. W. Walker wrote: Hiep Nguyen wrote: hi there, i have a centos box with phpmyadmin installed, but i don't remember how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i don't find any phpmyadmin on my centos box. i tried: rpm -qa | grep

Re: [CentOS] phpmyadmin on centos 4

2007-11-15 Thread Hiep Nguyen
On Thu, 15 Nov 2007, John R Pierce wrote: Hiep Nguyen wrote: when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got: file /var/www/html/phpmyadmin/index.php is not owned by any package. i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now

Re: [CentOS] phpmyadmin on centos 4

2007-11-15 Thread Hiep Nguyen
On Thu, 15 Nov 2007, Tom Brown wrote: how do i find out the 'filename'? i don't know what r u refer to. it was installed in /var/www/html/phpmyadmin/ when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got: file /var/www/html/phpmyadmin/index.php is not owned by any package.

[CentOS] phpmyadmin on centos 4

2007-11-15 Thread Hiep Nguyen
hi there, i have a centos box with phpmyadmin installed, but i don't remember how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i don't find any phpmyadmin on my centos box. i tried: rpm -qa | grep phpmyadmi, but found nothing. is there an easy way to upgrade

Re: [CentOS] atmail centos

2007-11-02 Thread Hiep Nguyen
On Fri, 2 Nov 2007, [EMAIL PROTECTED] wrote: On Fri, 2 Nov 2007 08:29:01 -0700 (PDT) Hiep Nguyen [EMAIL PROTECTED] took out a #2 pencil and scribbled: hi friends, i'm researching to see if i can run my own email server on centos. i'm looking at qmail centos, but the problem that i have

[CentOS] mount cd

2007-10-26 Thread Hiep Nguyen
hi there, i can mount my cdrom with this command: mount -t iso9660 /dev/cdrom cdrom/ how do i mount the cdrom everytime the computer is boot? thanks, T. Hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] webmin

2007-09-20 Thread Hiep Nguyen
hi there, i just insalled centos 4.5 minimal, but want to use yum to install webmin? anybody know how?? i try: yum install webmin but not found. thanks, T. Hiep ___ CentOS mailing list CentOS@centos.org

[CentOS] recovery data

2007-08-02 Thread Hiep Nguyen
hi all, how do i mount usb laptop hard drive to a centos 4 box? this hard drive has 2 partitions: NT (winxp os) and fat32 for data. i'm unable to boot from it and i think NT partition is corrupted. i did try to connect to windows box, but i still can't get to fat32. any idea how to do

Re: [CentOS] How To Free memory

2007-06-20 Thread Hiep Nguyen
b4 doing that, why not investigate to see which program eat up the memory and do something about it. On Wed, 20 Jun 2007, Fung wrote: Hi All, My CentOS 5.0 is running on x86 machine with 4GB RAM. It runs as a webserver and there is a small java applet application. When the system is fresh