Re: list files but not directory

2009-08-23 Thread ann kok
--- On Sun, 8/23/09, Mikkel L. Ellertson mik...@infinity-ltd.com wrote: From: Mikkel L. Ellertson mik...@infinity-ltd.com Subject: Re: list files but not directory To: Community assistance, encouragement, and advice for using Fedora. fedora-list@redhat.com Received: Sunday, August 23,

Re: list files but not directory

2009-08-23 Thread ann kok
]$ find . -maxdepth 1 -type f ! -name '.*' or, ]$ find . -maxdepth 1 -type f ! -regex '^.*/\..*' or, ]$ ls -hl | grep ^- This works fine but there is ./file as result How can remove ./ in the command also? And I am sure there are a dozen seperate perl solutions

list files but not directory

2009-08-21 Thread ann kok
Hi any way to list files but not directory Thank you __ The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ -- fedora-list

Re: list files but not directory

2009-08-21 Thread ann kok
ls -1 but I only want the file to list not directory thank you --- On Fri, 8/21/09, Todd Zullinger t...@pobox.com wrote: From: Todd Zullinger t...@pobox.com Subject: Re: list files but not directory To: fedora-list@redhat.com Received: Friday, August 21, 2009, 8:02 AM ann kok wrote: any

Re: list files but not directory

2009-08-21 Thread ann kok
Thank you for all help I am using fedora 10 but ls -z doesn't work to me! --- On Fri, 8/21/09, William Case billli...@rogers.com wrote: From: William Case billli...@rogers.com Subject: Re: list files but not directory To: Community assistance, encouragement, and advice for using Fedora.

vsftp - selinux?

2009-08-20 Thread ann kok
Hi I have problem using vsftp. I can login ftp but can't upload file in the message log, there is Aug 20 21:03:21 ftp kernel: type=1400 audit(1250773401.299:10): avc: denied { read } for pid=31408 comm=vsftpd name=pierre dev=sda2 ino=933889 scontext=unconfined_u:system_r:ftpd_t:s0

xen vs virtual-box

2009-08-20 Thread ann kok
hi all anyone have experience about vps which one is better? xen vs virtual-box thank you __ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ -- fedora-list mailing list

postgresql help - administrator user pw?

2009-04-04 Thread ann kok
Hi Anyone familair to postgresql Can I know how to set the pw for the administrator user? I do try to check the google and posgrssql website but don't understand it by default, the postgresql doesn't need pw but Now I am trying to install software which needs to provide postgresql database

Re: Kazaa

2009-04-04 Thread ann kok
Hi ntop is showing this application using 20M spike but I don't know how to check it What is the service of this application? eg: netstat -anp Thank you --- On Sat, 4/4/09, Bruno Wolff III br...@wolff.to wrote: From: Bruno Wolff III br...@wolff.to Subject: Re: Kazaa To: chloe K

can nat work in vlan

2009-02-26 Thread ann kok
Hi I want to configure 802.1q 3 vlans eg: 192.168.1.0/24 vlan2 192.168.2.0/24 vlan3 can nat work in those vlan? how does it map? ls it iptables --append FORWARD --in-interface eth1.2 -j ACCEPT iptables --append FORWARD --in-interface eth1.3 -j ACCEPT Thank you

dmesg: any idea about this ssh error

2009-02-18 Thread ann kok
Hi any idea about this ssh error in dmesg? How to fix it? __ratelimit: 13 callbacks suppressed sshd[12827]: segfault at 0 ip 08048f03 sp bf97ca00 error 4 in sshd[8048000+c5000] Thank you __ Instant Messaging, free SMS,

disk full

2009-02-02 Thread ann kok
Hi What is the quick / easy way to find out which files in / to make the HD space full? Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda10 1004024983848 0 100% / /dev/sda9 1004024 17676935344 2% /opt /dev/sda6

DNS query

2009-01-29 Thread ann kok
Hi I run nslookup to check my dns other domain gets eg: Non-authoritative answer: domain.com nameserver = ns.domain.com. domain.com nameserver = ns2.domain.com. Authoritative answers can be found from: ns.domain.com internet address = 111.222.333.222 ns2.domain.com internet

hardware question

2009-01-14 Thread ann kok
Hi How can I know the hardware info eg: type of memory No need to turn off the machine Thank you -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines:

Re: hardware question

2009-01-14 Thread ann kok
: hardware question To: Community assistance, encouragement, and advice for using Fedora. fedora-list@redhat.com Date: Wednesday, January 14, 2009, 8:47 PM On Thu, Jan 15, 2009 at 8:10 AM, Claude Jones cjonesli...@tehogeeservices.com wrote: On Wednesday 14 January 2009 07:01:39 ann kok wrote: Hi

warning message when starting mysql in fedora10

2008-12-08 Thread ann kok
Hi all I got the warning message in fedora10. ls it ok? mysqld start Initializing MySQL database: Installing MySQL system tables... 081208 16:24:05 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 081208 16:24:05 [Warning] option 'max_join_size':

security question in apache doc root

2008-12-07 Thread ann kok
Hi When I do config /home/user/html/a.html as apache doc root, there is permission issue when I visit to http://website/a.html I have to change the permission 755 in this folder /home/user This will have security issue as the original permission is 700 /home/user How can I prevent it? Thank

Re: mysql

2008-12-06 Thread ann kok
] Subject: Re: mysql To: [EMAIL PROTECTED], Community assistance, encouragement, and advice for using Fedora. fedora-list@redhat.com Received: Saturday, December 6, 2008, 10:53 AM ann kok wrote: I configure the mysql replication but got this warning How can I fix this problem? ... [Warning

mysql question

2008-12-03 Thread ann kok
Hi All Can I know what is the meaning of the position? Why there is nothing in the Binlog_Ignore_DB mysql show master status; +---+--+---+--+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB |

mysql

2008-12-02 Thread ann kok
Hi   I configure the mysql replication but got this warning How can I fix this problem?   Thank you    [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use

linux distribution

2008-07-06 Thread ann kok
Hi all what is the different between fedora and gentee Thank you for your help -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list