[CentOS] IPv6 docs, howtos, descriptions

2009-06-12 Thread Tony Asnicar
I know...google...BUT: Does someone has good howtos, docs, descriptions, opinions in forums, or similar things about IPv6 and "related things"? I just think it would be a very good idea to collect some links about it... Regards, and thank you in anticipation

[CentOS] convert standard time to unix time bash

2009-06-18 Thread Tony Asnicar
:) How?? I know that I could convert unix time to standard time like: date -d "@1234567890" but how can I convert standard time to unix time? :D thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] convert standard time to unix time bash

2009-06-18 Thread Tony Asnicar
Thank you!! The answer waas: date --date="2009-06-18 18:57" +%s thanks :) On Thu, Jun 18, 2009 at 8:30 PM, Tony Asnicar wrote: > :) How?? > > I know that I could convert unix time to standard time like: date -d > "@1234567890" > > but how can I