Linux Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 70 articles & tutorials regarding "Linux".
- 1.) Linux Journal: Web Applications With PHP And PostgreSQL
- Tim Perdue Here is the code from my Linux Journal article on how to build a business application using PostgreSQL's transactions and PHP4. Download Code Common.php <?php //connect to postgres database $conn = pg_pconnect ( "user=tperdue dbname=linuxjournal" ); //see if our connection was successful if (! $conn ) { //connection failed - exit the page with an error //you could also try to proceed without the //database - it's up to you echo pg_errormessage ( $conn ); exit; } //now let's...
Found at PHPBuilder.com
- 2.) Linux Multithreading Advances
- by Jerry Cooperstein 11/07/2002 Recent advances in Linux's threading implementation are expected to continue to ease migration from other Unix-like operating systems. These advancements have arrived with intense activity on two fronts. First, thread-handling improvements have greatly enhanced the kernel's scalability even to thousands of threads. Second, there are now two fresh, competing implementations of the POSIX pthreads standard (NGPT and NPTL) set to replace the aging...
Found at O'Reilly Network
- 3.) Linux Laptop Sound Configuration
- by Dave Phillips 09/20/2002 Introduction Configuring sound for laptops running Linux can be a very tricky process. Drivers may be difficult to find or install, reference materials may be incomplete or misleading, and even after careful configuration, your system may still emit no more than the beep from its internal speaker. In other words, setting up sound on a Linux laptop can quickly become an unwanted exercise in patience and frustration. The following article describes my...
Found at O'Reilly Network
- 4.) Wireless on Linux, Part 2
- By Carla Schroder For us valiant Linux sysadmins, wireless networking is complicated by the difficulty of finding supported hardware. (Insert ritual rant about <cussing deleted> hardware vendors that are delighted to glom our money, but scorn to offer support.) Wireless Ethernet may no longer be new-fangled, but that doesn't mean it's all smooth sailing for Linux admins. In part 1 of this two-article series, we discussed the relatively straightforward stuff 5; wireless products that...
Found at Wi-Fi Planet
- 5.) Lycoris: A Linux OS Good for Grandma
- by Howard Wen 07/18/2002 Would you give your grandmother a PC with Linux as its main OS? The developers of a Linux startup, Lycoris , have been trying to make the answer a more likely "yes" with their Linux package. A year ago, Joseph Cheek, the CTO and founder of Lycoris, began the work of putting together an integrated Linux desktop OS that would be easy to use for almost anyone, including his own grandmother. The result, Desktop/LX, allows users to easily check email, browse the Web,...
Found at O'Reilly Network
- 6.) Gentoo Linux Reloaded
- by Daniel Robbins 10/10/2002 Hi there. I'm sure many of you know that in addition to writing Linux articles, I'm also very involved in a free software project called Gentoo Linux. In this article, I'll try to explain what Gentoo Linux is all about and also tantilize you with all the neat things we have in the works for Gentoo Linux 1.4, which we're currently developing and should be available from our Web site (at http://www.gentoo.org/ ) by the time you read this article. So, what is...
Found at O'Reilly Network
More articles & tutorials (Index of all articles & tutorials)
|
|