Skip to main content

Posts

A Linux Toolbox for AMD64 Developers.

While you can't judge a book by its cover, you can often judge a development platform by its tools. By that measure, the AMD64 platform demonstrates a maturity that exceeds the youth of its release, in early 2003. The breadth of 64-bit tools available for the Opteron processor... read more.

Configuration/installation of ndiswrapper.

Lately i noticed alot of people asking questions about how to configure wireless for dell inspiron 1501 Laptops - this article will help you to get over it. Dell TrueMobile wireless cards are based on Broadcom Wireless chipsets. Dell recommends using the ndiswrapper driver framework for TrueMobile wireless cards. While not officially tested or supported by Dell.

Creating dynamic swap space.

When a GNU/Linux machine runs out of physical memory it will start to use any configured swap-space. This is usually a sign of trouble as swap files and partitions are significantly slower to access than physical memory, however having some swap is generally better than having none at all... read more.

Sun Solaris for AMD64—What It Will Mean?

Sun's Solaris will soon appear in a native 64-bit version for the AMD64 architecture. While you can already run the 32-bit version of Solaris x86 today, Alan Zeichick explains the significance of this new operating system release, and highlights Sun's plans to support the AMD Opteron and Athlon 64 processors.

Ten more command-line concoctions.

A great number of shell features affect how the command name you type is interpreted. Each shell has an assortment of built-in commands; the PATH environment variable specifies the list and order of directories to search; and each alias acts as shorthand. With so many ways to run a program, how do you know what you're actually executing? Use the built-in type command of the shell to reveal the truth. read more.

Linux IPv6 HOWTO.

The goal of the Linux IPv6 HOWTO is to answer both basic and advanced questions about IPv6 on the Linux operating system. This HOWTO will provide the reader with enough information to install, configure, and use IPv6 applications on Linux machines.