<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; chkconfig command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/chkconfig-command/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>vSphere Web Access 503 Service Unavailable Error And Solution</title><link>http://www.cyberciti.biz/tips/vsphere-web-access-503-service-unavailable-error.html</link> <comments>http://www.cyberciti.biz/tips/vsphere-web-access-503-service-unavailable-error.html#comments</comments> <pubDate>Fri, 21 May 2010 05:33:05 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[vmware]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[guest operating systems]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[service command]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[vmware esx server]]></category> <category><![CDATA[vmware server]]></category> <category><![CDATA[web access]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[webaccess]]></category> <category><![CDATA[windows operating systems]]></category> <category><![CDATA[windows system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6884</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> <span
class="drop_cap">B</span>y default vSphere does not provide client for Linux or OS X. You need to use Windows system to manage your VMware ESX server. However, it does provides  vSphere Web Access which allows you to organize and share virtual machines using web browser. If you try to access vSphere Web Access you may get an error which read as follows:<br/><blockquote><strong> 503 Service Unavailable</strong></blockquote> You can fix this problem as follows.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vsphere-web-access-503-service-unavailable-error.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Red Hat / CentOS VSFTPD FTP Server Configuration</title><link>http://www.cyberciti.biz/tips/rhel-fedora-centos-vsftpd-installation.html</link> <comments>http://www.cyberciti.biz/tips/rhel-fedora-centos-vsftpd-installation.html#comments</comments> <pubDate>Thu, 21 May 2009 18:06:12 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FTP Server]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[User Management]]></category> <category><![CDATA[/etc/sysconfig/iptables]]></category> <category><![CDATA[/etc/vsftpd/ftpusers]]></category> <category><![CDATA[/etc/vsftpd/vsftpd.conf]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[chroot_local_user=YES]]></category> <category><![CDATA[ftp port 21]]></category> <category><![CDATA[install vsftpd]]></category> <category><![CDATA[open port 21]]></category> <category><![CDATA[var/log/vsftpd.log]]></category> <category><![CDATA[vsftpd firewall]]></category> <category><![CDATA[vsftpd iptables configuration]]></category> <category><![CDATA[vsftpd pf configuration]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4788</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> vsftpd (Very Secure FTP Daemon) is an FTP server for UNIX-like systems, including CentOS / RHEL / Fedora and other Linux distributions. It supports IPv6, SSL, locking users to their home directories and many other advanced features. <br
/><br
/> In this guide you will learn:<ol><li>Setup vsftpd to Provide FTP Service.</li><li>Configure vsftpd.</li><li>Configure Firewalls to Protect the FTP Server.</li><li>Configure vsftpd with SSL/TLS.</li><li>Setup vsftpd as Download Only Anonymous Internet Server.</li><li>Setup vsftpd With Virtual Users and Much More.</li></ol> <br/><br/><strong>Read CentOS / RHEL FTP Server Series:</strong><ul><li><a
href="http://www.cyberciti.biz/tips/red-hat-centos-vsftpd-ftp-server-configuration.html">Red Hat / CentOS VSFTPD FTP Server Configuration</a></li><li><a
href="http://www.cyberciti.biz/tips/configure-vsfptd-secure-connections-via-ssl-tls.html">VSFTPD SSL / TLS Configuration</a></li><li><a
href="http://www.cyberciti.biz/tips/rhel-centos-vsftpd-anonymous-internet-server.html">VSFTPD Set Download Only Anonymous Internet Server</a></li><li><a
href="http://www.cyberciti.biz/tips/centos-redhat-vsftpd-ftp-with-virtual-users.html">CentOS / RedHat: VSFTPD FTP With Virtual Users</a></li></ul>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-fedora-centos-vsftpd-installation.html/feed</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>How to: Troubleshoot UNIX / Linux BIND DNS server problems</title><link>http://www.cyberciti.biz/tips/troubleshooting-bind-dns-2.html</link> <comments>http://www.cyberciti.biz/tips/troubleshooting-bind-dns-2.html#comments</comments> <pubDate>Fri, 19 Nov 2004 20:33:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[BIND Dns]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[berkeley internet name domain]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[dns queries]]></category> <category><![CDATA[dns server]]></category> <category><![CDATA[domain dns]]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[ns1]]></category> <category><![CDATA[port_53]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[telnet command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/troubleshooting-bind-dns-2.html</guid> <description><![CDATA[BIND is the Berkeley Internet Name Domain, DNS server. It is wildly used on UNIX and Linux like oses. You can use following tools to troubleshoot bind related problems under UNIX or Linux oses. Task: Port 53 open and listing requests By default BIND listen DNS queries on port 53. So make sure port 53 [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/troubleshooting-bind-dns-2.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
