<?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; nixcraft</title> <atom:link href="http://www.cyberciti.biz/tips/author/nixcraft/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>OpenBSD &#8211; quick and dirty introduction</title><link>http://www.cyberciti.biz/tips/openbsd-quick-and-dirty-introduction.html</link> <comments>http://www.cyberciti.biz/tips/openbsd-quick-and-dirty-introduction.html#comments</comments> <pubDate>Wed, 09 Aug 2006 13:59:52 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/openbsd-quick-and-dirty-introduction.html</guid> <description><![CDATA[Take a closer look at OpenBSD with Tim McIntire. This is a quick and nice introduction to OpenBSD. FTA, "OpenBSD is quite possibly the most secure operating system on the planet. Every step of the development process focuses on building a secure, open, and free platform. UNIX and Linux administrators take note: Without realizing it, [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/openbsd-quick-and-dirty-introduction.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Unix or Linux commands for changing user rights</title><link>http://www.cyberciti.biz/tips/unix-or-linux-commands-for-changing-user-rights.html</link> <comments>http://www.cyberciti.biz/tips/unix-or-linux-commands-for-changing-user-rights.html#comments</comments> <pubDate>Wed, 09 Aug 2006 13:46:25 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/unix-or-linux-commands-for-changing-user-rights.html</guid> <description><![CDATA[Recently I received the question via email -- "...How do I change user rights under UNIX? I am using Red Hat Enterprise Linux and my background includes Windows network..." This is one of the fundamental questions asked by new Linux system administrators. As many of you may already know, both Linux and Windows are multi-user [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unix-or-linux-commands-for-changing-user-rights.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>New Web based frontend for OpenBSD ports</title><link>http://www.cyberciti.biz/tips/new-web-based-frontend-to-openbsd-ports.html</link> <comments>http://www.cyberciti.biz/tips/new-web-based-frontend-to-openbsd-ports.html#comments</comments> <pubDate>Wed, 09 Aug 2006 13:03:38 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[OpenBSD]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/new-web-based-frontend-to-openbsd-ports.html</guid> <description><![CDATA[Good news for all die hard OpenBSD fans. From the OpenBSD journal, OpenBSD.nu in a cooperation with NetBSD.se has opened a web based ports frontend. http://ports.openbsd.nu is an easy navigated interface to OpenBSD ports, you can browse ports, search for ports, get rss feeds and add them to your ports tracker to receive email notices [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/new-web-based-frontend-to-openbsd-ports.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>UNIX/Linux Shell shortcuts to save typing, toil, and time</title><link>http://www.cyberciti.biz/tips/unixlinux-shell-shortcuts-to-save-typing-toil-and-time.html</link> <comments>http://www.cyberciti.biz/tips/unixlinux-shell-shortcuts-to-save-typing-toil-and-time.html#comments</comments> <pubDate>Tue, 08 Aug 2006 21:27:44 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Shell scripting]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/unixlinux-shell-shortcuts-to-save-typing-toil-and-time.html</guid> <description><![CDATA[The mantra is Working smarter, not harder :) In this article Martin Streicher shows us how to use UNIX shell effectively in order to save the time. FTA, "Every skilled trade has its secrets -- those little tricks, techniques, and tools that make light of even the most complex task. For instance, my neighbor is [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unixlinux-shell-shortcuts-to-save-typing-toil-and-time.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tutorial: MySQL Connection Management and caching in PHP</title><link>http://www.cyberciti.biz/tips/tutorial-mysql-connection-management-and-caching-in-php.html</link> <comments>http://www.cyberciti.biz/tips/tutorial-mysql-connection-management-and-caching-in-php.html#comments</comments> <pubDate>Tue, 08 Aug 2006 13:28:40 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Tuning]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/tutorial-mysql-connection-management-and-caching-in-php.html</guid> <description><![CDATA[Jay Pipes writes about MySQL Connection Management and caching in PHP. This small tutorial will help you understand the MySQL Connection Management and caching in PHP. FTA, "This article is intended to highlight various basic topics concerning proper methods of handling connections to MySQL databases in PHP, guidelines for caching dynamic content, and a technique [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/tutorial-mysql-connection-management-and-caching-in-php.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>BASH &#8211; fix the display</title><link>http://www.cyberciti.biz/tips/bash-fix-the-display.html</link> <comments>http://www.cyberciti.biz/tips/bash-fix-the-display.html#comments</comments> <pubDate>Tue, 08 Aug 2006 13:13:33 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[change terminal line settings]]></category> <category><![CDATA[print terminal line settings]]></category> <category><![CDATA[reset command]]></category> <category><![CDATA[stty command]]></category> <category><![CDATA[terminal initialization]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/bash-fix-the-display.html</guid> <description><![CDATA[Sometime my R &#038; D result into weird output. You will be not able to access your bash terminal. It will be full of wired character sequences that can lock down your display. These characters will hide what you type or character displayed into strange symbols. Fixing the display For example, accidentally you run cat [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/bash-fix-the-display.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Unix History &#8211; Understand where and how Unix developed</title><link>http://www.cyberciti.biz/tips/unix-history-understand-where-and-how-unix-developed.html</link> <comments>http://www.cyberciti.biz/tips/unix-history-understand-where-and-how-unix-developed.html#comments</comments> <pubDate>Tue, 08 Aug 2006 00:13:08 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/unix-history-understand-where-and-how-unix-developed.html</guid> <description><![CDATA[Understanding where and how Unix developed may help you to understand some of the concepts in Linux. After all Linux is UNIX like os. Unix was originally developed in the Computing Sciences Research Center at Bell Telephone Laboratories. The first version was developed in 1970. Read this article for more information on UNIX history. From [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unix-history-understand-where-and-how-unix-developed.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fedora Core Linux 6 Test 2 available for download</title><link>http://www.cyberciti.biz/tips/fedora-core-linux-6-test-2-available-for-download.html</link> <comments>http://www.cyberciti.biz/tips/fedora-core-linux-6-test-2-available-for-download.html#comments</comments> <pubDate>Mon, 07 Aug 2006 19:07:33 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/fedora-core-linux-6-test-2-available-for-download.html</guid> <description><![CDATA[The Fedora Project announces the second release of the Fedora Core 6 development cycle, available for the i386, x86_64, and ppc/ppc64 architectures, including Intel based Macintosh computers. Beware that Test releases are recommended only for Linux experts/enthusiasts or for the technology evaluation, as many parts are likely to be broken and the rate of change [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/fedora-core-linux-6-test-2-available-for-download.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Howto make instant web banners from the Linux command line</title><link>http://www.cyberciti.biz/tips/howto-make-instant-web-banners-from-the-linux-command-line.html</link> <comments>http://www.cyberciti.biz/tips/howto-make-instant-web-banners-from-the-linux-command-line.html#comments</comments> <pubDate>Mon, 07 Aug 2006 11:35:22 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-make-instant-web-banners-from-the-linux-command-line.html</guid> <description><![CDATA[Michael Stutz shows us how to use GNU Enscript and ImageMagick suite of image processing tools to create instant web banners. FTA, "...Sometimes you might have a need to make an image file consisting mostly of text -- to use as a banner on a Web page, for instance. You can always make the banner [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-make-instant-web-banners-from-the-linux-command-line.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google internal and Linux</title><link>http://www.cyberciti.biz/tips/google-internal-and-linux.html</link> <comments>http://www.cyberciti.biz/tips/google-internal-and-linux.html#comments</comments> <pubDate>Mon, 07 Aug 2006 04:13:26 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[cluster system]]></category> <category><![CDATA[google]]></category> <category><![CDATA[kernels]]></category> <category><![CDATA[parallel system]]></category> <category><![CDATA[penguin]]></category> <category><![CDATA[red hat]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[slides]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/google-internal-and-linux.html</guid> <description><![CDATA[As many of you may already know, Google uses a version of Red Hat to power their servers, running on old kernels. Check out Toby DiPasquale's Google internal talk (slides). To be frank I am only aware of 2 or 4 way standard cluster system. But this is a massive parallel system build by Google [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/google-internal-and-linux.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu Linux view the status of my network Interfaces/card</title><link>http://www.cyberciti.biz/tips/ubuntu-linux-view-the-status-of-my-network-interfacescard.html</link> <comments>http://www.cyberciti.biz/tips/ubuntu-linux-view-the-status-of-my-network-interfacescard.html#comments</comments> <pubDate>Mon, 07 Aug 2006 00:13:13 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Ubuntu Linux]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/ubuntu-linux-view-the-status-of-my-network-interfacescard.html</guid> <description><![CDATA[Q. How do I view the status of my network Interface card under Ubuntu Linux ? How do I make sure connectivity exists? A. You can verify connectivity or status of your network Interfaces/card using standard Linux command. Open your terminal and use following commands: Ifconfig command use to view status of network Interfaces card [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/ubuntu-linux-view-the-status-of-my-network-interfacescard.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Hack Linux based Nokia 770 Internet Tablet</title><link>http://www.cyberciti.biz/tips/hack-linux-based-nokia-770-internet-tablet.html</link> <comments>http://www.cyberciti.biz/tips/hack-linux-based-nokia-770-internet-tablet.html#comments</comments> <pubDate>Sun, 06 Aug 2006 14:36:09 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/hack-linux-based-nokia-770-internet-tablet.html</guid> <description><![CDATA[Learn how to hack Nokia 770 Internet Tablet is Linux based phone. Nokia's 770 Internet Tablet is more than a phone, according to John Littler. It's a Debian GNU/Linux system. This makes it a prime target for hackers. Littler explores some of the built-in utilities and some of the other tricks you can use. FTA, [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/hack-linux-based-nokia-770-internet-tablet.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What Is OpenDocument?</title><link>http://www.cyberciti.biz/tips/what-is-opendocument.html</link> <comments>http://www.cyberciti.biz/tips/what-is-opendocument.html#comments</comments> <pubDate>Sun, 06 Aug 2006 14:29:27 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/what-is-opendocument.html</guid> <description><![CDATA[The OpenDocument Format (ODF), an open source file format standard for electronic office documents, is poised to change the world from an application-centric model of computing to a document-centric model. Sam Hiser looks at this new standard, how it implements XML for office documents, the technical and political wranglings in the standard, available tools, applications [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/what-is-opendocument.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Allahabad high court uses and recommends Open sourced softwares and standards</title><link>http://www.cyberciti.biz/tips/allahabad-high-court-uses-and-recommends-open-sourced-softwares-and-standards.html</link> <comments>http://www.cyberciti.biz/tips/allahabad-high-court-uses-and-recommends-open-sourced-softwares-and-standards.html#comments</comments> <pubDate>Sun, 06 Aug 2006 03:54:01 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/allahabad-high-court-uses-and-recommends-open-sourced-softwares-and-standards.html</guid> <description><![CDATA[It looks like Government of India taking open source more and more seriously. Allahabad (a city in the north Indian state of Uttar Pradesh) court boasts using of open source and standards on their website. Many documents on site require use of Openoffice to open documents. According to their FAQ, it recommends using, "Linux, Firefox, [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/allahabad-high-court-uses-and-recommends-open-sourced-softwares-and-standards.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Lighttpd: redirect feed traffic to a Feedburner account</title><link>http://www.cyberciti.biz/tips/lighttpd-redirect-feed-traffic-to-a-feedburner-account.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-redirect-feed-traffic-to-a-feedburner-account.html#comments</comments> <pubDate>Sat, 05 Aug 2006 13:01:24 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[lighttpd]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/lighttpd-redirect-feed-traffic-to-a-feedburner-account.html</guid> <description><![CDATA[Reader chadrick asks, "How to redirect feed traffic to a Feedburner account?" There is a plugin available for Apache and WordPress, but it will not work with Lighttpd. So if you want to redirect RSS/atom feed from your domain to Feedburner to get accurate feed stats, you need to use Lighttpd's mod_redirect module. For example [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-redirect-feed-traffic-to-a-feedburner-account.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google funds Sri Lanka&#8217;s open source development</title><link>http://www.cyberciti.biz/tips/google-funds-sri-lankas-open-source-development.html</link> <comments>http://www.cyberciti.biz/tips/google-funds-sri-lankas-open-source-development.html#comments</comments> <pubDate>Sat, 05 Aug 2006 11:13:59 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/google-funds-sri-lankas-open-source-development.html</guid> <description><![CDATA[Internet search engine giant Google has given the Lanka Software Foundation USD 25,000 to drive open source software projects locally. According this site, "Much of the funds will go towards new research and development projects, including work with open source database MySQL, the foundation said in a statement on Friday" Read more at lankabusinessonline.com According [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/google-funds-sri-lankas-open-source-development.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Debian Linux Adopts OpenVZ Virtualization Software</title><link>http://www.cyberciti.biz/tips/debian-linux-adopts-openvz-virtualization-software.html</link> <comments>http://www.cyberciti.biz/tips/debian-linux-adopts-openvz-virtualization-software.html#comments</comments> <pubDate>Fri, 04 Aug 2006 16:27:34 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/debian-linux-adopts-openvz-virtualization-software.html</guid> <description><![CDATA[Finally, official debian Package for OpenVZ Virtualization Software :D The OpenVZ software will be part of the Debian distribution known as "sid" or "unstable," which is where most development work is done. The OpenVZ project today announced its operating system-level server virtualization software technology is incorporated into Debian GNU/Linux giving users full access to OpenVZ [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/debian-linux-adopts-openvz-virtualization-software.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Understanding Linux initrd &#8211; initial RAM disk</title><link>http://www.cyberciti.biz/tips/understanding-linux-initrd-initial-ram-disk.html</link> <comments>http://www.cyberciti.biz/tips/understanding-linux-initrd-initial-ram-disk.html#comments</comments> <pubDate>Fri, 04 Aug 2006 11:44:46 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-linux-initrd-initial-ram-disk.html</guid> <description><![CDATA[M. Tim Jones explains initrd anatomy, creation, and use in the Linux boot process. FTA, "...The Linux initial RAM disk (initrd) is a temporary root file system that is mounted during system boot to support the two-state boot process. The initrd contains various executables and drivers that permit the real root file system to be [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/understanding-linux-initrd-initial-ram-disk.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Change Linux or UNIX system password using PHP script</title><link>http://www.cyberciti.biz/tips/change-linux-or-unix-system-password-using-php-script.html</link> <comments>http://www.cyberciti.biz/tips/change-linux-or-unix-system-password-using-php-script.html#comments</comments> <pubDate>Thu, 03 Aug 2006 15:13:23 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[php change password]]></category> <category><![CDATA[php exec]]></category> <category><![CDATA[root privileges]]></category> <category><![CDATA[server side code]]></category> <category><![CDATA[shell script]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/change-linux-or-unix-system-password-using-php-script.html</guid> <description><![CDATA[If you just wanted to change your own password or other user passwords use passwd command. I was asked to setup a PHP based interface to change the password. Since my knowledge of php is limited. Here is what I did: Required tools/setup: You must have following tools/software installed => Shell script to change password [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/change-linux-or-unix-system-password-using-php-script.html/feed</wfw:commentRss> <slash:comments>69</slash:comments> </item> <item><title>How to deal with common PHP database problems</title><link>http://www.cyberciti.biz/tips/how-do-deal-with-common-php-database-problems.html</link> <comments>http://www.cyberciti.biz/tips/how-do-deal-with-common-php-database-problems.html#comments</comments> <pubDate>Thu, 03 Aug 2006 07:41:04 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[php]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[business logic]]></category> <category><![CDATA[database access]]></category> <category><![CDATA[database design]]></category> <category><![CDATA[database problems]]></category> <category><![CDATA[database schema design]]></category> <category><![CDATA[php applications]]></category> <category><![CDATA[php pear]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-deal-with-common-php-database-problems.html</guid> <description><![CDATA[Jack Herrington shows us how to fix the common problem. I never used php PEAR DB package, the idea sounds good. FTA, "Discover five common database problems that occur in PHP applications -- including database schema design, database access, and the business logic code that uses the database -- as well as their solutions. You [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-deal-with-common-php-database-problems.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
