Knoppix, a Free and Open Source Live Linux CD. Knoppix is a GNU/Linux distribution that boots and runs completely from CD. It includes recent Linux software and desktop environments, with programs such as OpenOffice.org, Abiword, The Gimp, Konqueror, Mozilla, Apache, PHP, MySQL and hundreds of other quality open source programs.
Slax Linux . SLAX is fast and beautiful Linux operating system which fits on small (3.14") CD-ROM disc. It runs directly from the CD (or USB) without installing.
Linux ForumsOther Forum linksUnix Help Helpful information for users of the UNIX operating system, developed at the University of Edinburgh from work funded by the ITTI. There are several different shells available for Unix. You can use any one of these shells if they are available on your system. And you can switch between
the different shells once you have
found out if they are available. Information about shell and shell commands:-
Linux Config is GNU/Linux and Free Software for GNU/Linux platform promotion website. There main goals
are to promote GNU/Linux and Free Software for GNU/Linux platform and provide users a centralized portal for learning, configuring and sharing knowledge.
Linuxconfig.org is collaboratively written by volunteer software developers and Linux system administrators throughout the world and is open to both new and
established Linux users alike.
MINIX 3.1.6, an updated version of the small, modular and open-source operating system, has been released: "The current stable MINIX release is 3.1.6. Major Features: new drivers - Atheros L2, Intel E1000, Realtek 8169, DEC Tulip; VirtualPC Network Support (DEC Tulip); PipeFS - removed pipe handling from file....
This week in DistroWatch Weekly: Interview: Kris Moore, PC-BSD News: FreeBSD past and present, Fedora newbie guide, interview with Ubuntu's Jane Silber, end of Kongoni Questions and answers: Backups Released last week: Linux Mint 8 "KDE", Gibraltar Firewall 3.0 Upcoming releases: FreeBSD 7.3-RC1, openSUSE 11.3 Milestone 2 Donations:....
Miklós Vajna has announced the availability of the first release candidate for Frugalware Linux 1.2: "The Frugalware developer team is pleased to announce the immediate availability of Frugalware 1.2rc1, the first candidate of the upcoming 1.2 stable release. A short and incomplete list of changes since 1.2pre2: we....
Alan Baghumian has released a revised build of Parsix GNU/Linux 3.0, a desktop distribution and live CD based on Debian's testing branch: "The second update version of Parsix GNU/Linux 3.0 'Kev' is available for immediate download. This version merges all security, bug-fix and feature updates published in the....
Clement Lefebvre has announced the release of Linux Mint 8 "KDE" edition: "The team is proud to announce the release of Linux Mint 8 'Helena' KDE Community edition. The KDE Community edition aims to provide a version of Linux Mint which uses the KDE desktop. This edition is....
Rene Mayrhofer has announced the release of Gibraltar Firewall 3.0, a major new version of the Debian-based firewall distribution: "This is a major new release, updating into kernel 2.6 and Debian 5.0 'Lenny' as base system and splitting the web interface into front-end and back-end parts in preparation....
The second alpha release of Mandriva Linux 2010.1 is now available for download and testing: "The time has come for the second alpha release for the 2010.1 version of Mandriva Linux. As this is an early pre-release, major changes are mostly in the area of included third-party software.....
eBox Technologies has announced the release of eBox Platform 1.4, an Ubuntu-based server distribution that offers easy and efficient computer network administration for small and medium-size businesses: "eBox Technologies is proud to announce the general availability of eBox Platform 1.4. Besides incorporating a range of new features and....
Toutou Linux is a variant of Puppy Linux designed for French-speaking users. The project's latest version of the fast, lightweight distribution is 4.3.1, released earlier today. Compared to Puppy Linux 4.3.1, the new Toutou comes with a new "golden" desktop theme, the network is set up automatically during....
Paul Sherman has announced the release of Absolute Linux 13.0.8, a lightweight, Slackware-based desktop distribution featuring the IceWM window manager and solid multimedia playback support: "Absolute Linux 13.0.8 released. Multimedia installer fix. Only a few packages changed, but the multimedia installer was not properly updated and this could....
Just one week after a new stable release, the developers of PC/OS, a user-friendly desktop distribution based on Xubuntu, present a new development version to their users: "This beta offers a look at what PC/OS 10.1 will look like. With this release there are several enhancements: Linux kernel....
Acronis True Image 9.1 Server for Linux
allows you to 1) create an exact server disk image, including the operating system, applications, and configurations and 2) backup mission critical databases. After a system crash, Acronis True Image Server for Linux allows you to perform a full system restore, a bare-metal restore or just a restore of individual files and folders in minutes. Complete system restoration can be performed to an existing system, to a new system with different hardware or to a virtual machine. Based on the exclusive Acronis Drive Snapshot technology, Acronis True Image Server for Linux allows you to create a server disk backup image without interrupting server operations, providing 24 x 7 availability. More Backup/File
Compression. Data Recovery
Ubuntu is a free, Debian derived Linux-based operating system, available with both community and professional support.
Gentoo
Linux, a special flavor of Linux that can be automatically optimized and
customized for just about any application or need. Extreme performance,
configurability and a top-notch user and developer community are all hallmarks
of the Gentoo experience
HowtoForge provides user-friendly Linux tutorials about almost every topic:-
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian
Since Apache is most of the time a memory hungy process, people
started to look for different ways to host their website. Apache is
clearly not the only webserver available. A few good examples are
lighttpd and nginx. In this tutorial I will show you how to install it
on your Ubuntu server. This tutorial also applies to Debian, though.
There is only a very small difference.
How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10
This tutorial describes how to set up database replication in MySQL
using an SSL connection for encryption (to make it impossible for
hackers to sniff out passwords and data transferred between the master
and slave). MySQL replication allows you to have an exact copy of a
database from a master server on another server (slave), and all
updates to the database on the master server are immediately replicated
to the database on the slave server so that both databases are in sync.
This is not a backup policy because an accidentally issued DELETE
command will also be carried out on the slave; but replication can help
protect against hardware failures though.
Debian Etch is soon
to be unsupported by the Debian team, therefore all Debian Linux
Servers need to be upgraded to Debian Lenny. I work for Netzen (an IT Support
company) and have upgraded many Linux servers to Debian Lenny over the
past months, so I am providing this guide on how to upgrade Debian Etch
to Debian Lenny to the HowtoForge community.
Installing Nginx With PHP5 And MySQL Support On Fedora 12
Nginx (pronounced
"engine x") is a free, open-source, high-performance HTTP server. Nginx
is known for its stability, rich feature set, simple configuration, and
low resource consumption. This tutorial shows how you can install Nginx
on a Fedora 12 server with PHP5 support (through FastCGI) and MySQL
support.
How To Add Two-Factor Authentication To Openvpn AS With The WiKID Strong Authentication Server
It's been a while since our last tutorial on how to add two-factor authentication to OpenVPN using the WiKID Strong Authentication System.
The people at OpenVPN have been very active lately and it seems like a
good time to take a look at what they've done. It's still dead simple
to configure, but it is mostly done via the new slick web interface.
By using my Network Monitoring Appliance we noticed a link in MRTG
always under heavy load. On this link a lot of different traffic
aggregates, so we decided to analyze of what quantities of protocols
and therefore applications the cumulative traffic consists.
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.2
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on OpenSUSE 11.2. mod_fcgid is a compatible alternative to the
older mod_fastcgi. It lets you execute PHP scripts with the permissions
of their owners instead of the Apache user.
I was running CentOS in my LAN for my personal use and there are MS
ISA servers for proxying and each user has to use his/her user name
& password for Internet. So when I used my credentials in my web
browser I had no problem but when I was going to do yum no success.
After some googling I found this solution.
This tutorial shows how to set up a PXE (short for preboot execution environment)
install server with Ubuntu 9.10 (Karmic Koala). A PXE install server
allows your client computers to boot and install a Linux distribution
over the network, without the need of burning Linux iso images onto a
CD/DVD, boot floppy images, etc. This is handy if your client computers
don't have CD or floppy drives, or if you want to set up multiple
computers at the same time (e.g. in a large enterprise), or simply
because you want to save the money for the CDs/DVDs.
VBoxHeadless - Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu 9.10 Server
This guide explains how you can run virtual machines with Sun VirtualBox 3.1
on a headless Ubuntu 9.10 server. Normally you use the VirtualBox GUI
to manage your virtual machines, but a server does not have a desktop
environment. Fortunately, VirtualBox comes with a tool called
VBoxHeadless that allows you to connect to the virtual machines over a
remote desktop connection, so there's no need for the VirtualBox GUI.
How To Back Up MySQL Databases With mylvmbackup On Debian Lenny
mylvmbackup
is a Perl script for quickly creating MySQL backups. It uses LVM's
snapshot feature to do so. To perform a backup, mylvmbackup obtains a
read lock on all tables and flushes all server caches to disk, creates
a snapshot of the volume containing the MySQL data directory, and
unlocks the tables again. This article shows how to use it on a Debian
Lenny server.
How To Set Up A USB-Over-IP Server And Client With OpenSUSE 11.2
This tutorial shows how to set up a USB-over-IP server with OpenSUSE
11.2 as well as a USB-over-IP client (also running OpenSUSE 11.2). The USB/IP Project
aims to develop a general USB device sharing system over IP network. To
share USB devices between computers with their full functionality,
USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and
transmits them between computers. USB-over-IP can be useful for virtual
machines, for example, that don't have access to the host system's
hardware - USB-over-IP allows virtual machines to use remote USB
devices.
This guide explains how to set up mod_geoip
with Apache2 on an Ubuntu 9.10 system. mod_geoip looks up the IP
address of the client end user. This allows you to redirect or block
users based on their country. You can also use this technology for your
OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 9.10 (Karmic Koala)
This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.
Striping Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
This tutorial shows how to do data striping (segmentation of
logically sequential data, such as a single file, so that segments can
be assigned to multiple physical devices in a round-robin fashion and
thus written concurrently) across four single storage servers (running
Ubuntu 9.10) with GlusterFS.
The client system (Ubuntu 9.10 as well) will be able to access the
storage as if it was a local filesystem. GlusterFS is a clustered
file-system capable of scaling to several peta-bytes. It aggregates
various storage bricks over Infiniband RDMA or TCP/IP interconnect into
one large parallel network file system. Storage bricks can be made of
any commodity hardware such as x86_64 servers with SATA-II RAID and
Infiniband HBA.
Think Free OnLine Office. ThinkFree is a comprehensive online office productivity solution. ThinkFree products are
platform independent (works on Windows,
Apple, Linux) and include ThinkFree Write (word-processing), ThinkFree Calc
(spreadsheet), and ThinkFree Show (presentation) -
applications
that are round-trip compatible with Microsoft Office (.doc, .xls, .ppt).
Free Penguin project page. This project provides' executables' that
enable
you to make your own soft-toy (or paper cut-out), Linux® penguin.
Reliable Penguin Linux Server Migrations, Systems Administration & Programming:-
It is of course a bad idea to write code that depends on register_globals for security reason, but sometimes when faced with old code it's a necessary evil. You can turn on register_globals for a site or directory by adding the following line to your .htaccess file:
1. Get an SSL certificate for plesk.yourdomain.com. A $29 cert from GoDaddy will work just fine. Place the SSL key in:
/etc/pki/tls/private/plesk.yourdomain.com.key
and the SSL certificate in:
/etc/pki/tls/certs/plesk.yourdomain.com.crt
2. Next, create /etc/httpd/conf.d/plesk_proxy.conf with the following contents:
Redirect permanent /plesk https://plesk.yourdomain.com
<VirtualHost *:80>
ServerName plesk.yourdomain.com
Redirect permanent / https://plesk.yourdomain.com
</VirtualHost>
<VirtualHost *:8444>
ServerName plesk.yourdomain.com
ErrorLog logs/plesk_proxy.error_log
CustomLog logs/plesk_proxy.access_log common
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/pki/tls/certs/plesk.yourdomain.com.crt
SSLCertificateKeyFile /etc/pki/tls/private/plesk.yourdomain.com.key
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
SSLProxyEngine On
ProxyPass / https://127.0.0.1:8443/
ProxyPassReverse / https://127.0.0.1:8443/
</VirtualHost>
Now just restart Apache and you're ready to go.
Couple of issues to note:
You'll need to add the hostname plesk.yourdomain.com to DNS.
Depending on your server config, you may need to place plesk.yourdomain.com on a dedicated IP address since each IP address can host only a single SSL site.
If you need PHP4 on a CentOS5/RHEL5 server then you'll find the RPMs linked below very handy. They install to /opt/php4 and can coexist with a default PHP 5 install.
The included conf.d/php4.conf file includes sample lines to run it as a CGI or as a module.
Google's Nexus One Android phone is selling at a much slower rate than the Droid, according to a research firm -- but happy customers include Linux creator Linus Torvalds, who endorsed the phone. Last week, meanwhile, the Torvalds-directed Kernel.org announced that Android code has been deleted from the Linux kernel....
Sony announced a high-speed wireless technology designed for data transfer within electronic products. To be shown off this week at a conference in San Francisco, millimeter-wave transmission will increase reliability and decrease circuit board size, the company claims....
Samsung has announced its first Android phone for the Korean market, the Android 2.1-ready SHW-M100S phone, says SamsungHub,. In other Android news, several sites have tipped an HTC-made & Incredible& phone, and Acer reports hot sales of its & Liquid& smartphone....
Adlink announced a Core i7-equipped COM Express module featuring Intel's embedded-specific Core i7 processor along with the QM57 Express chipset. The & Ampro by Adlink Express-CBR& features up to 8GB of DDR3 memory, CRT and LVDS display support, an optional SSD (solid state disk), and PCI Express Graphics (PEG) or PCI Express expansion, the company says....
ARM Holdings announced that more than 1.3 billion chips based on its designs were sold during the fourth quarter of 2009. Reporting better-than-expected financial results, the company added that it's signing up licensees for three new designs, code-named & Eagle,& & Heron,& and & Merlin.& ...
Intel has signed an agreement to acquire Virtutech, and Intel subsidiary Wind River will add the Virtutech product line, including its Simics virtualization and simulation software, to an embedded software product portfolio that already includes Wind River Linux. Intel's acquisition of Virtutech is expected to close this quarter, says Wind River....
Inside Contactless, a manufacturer of near field communications (NFC) chips, is releasing & Open NFC,& an open source version of its NFC protocol stack for mobile platforms including Linux and Android. Meanwhile, Juniper projects that NFC will play a growing role in a mobile-ticketing market that will reach 15 billion tickets by 2014....
Access subsidiary IP Infusion announced a new version of its Linux-based, Next Generation Network (NGN) carrier-grade middleware. ZebOS Network Platform 7.8 adds support for Generalized Multiprotocol Label Switching (GMPLS), Data Center Bridging, and MPLS resiliency for wireless backhaul and Metro Ethernet Forum (MEF) implementations, says the company....
Moxa announced a rackmount automation computer, with four PCI expansion slots and four gigabit Ethernet ports. The DA-710 has a 2GHz Intel Celeron M processor, a CompactFlash slot, SATA and IDE interfaces, two serial ports, plus four USB 2.0 ports, and runs Debian Linux 5.0, says Moxa....
Via Technologies announced a baseboard designed to integrate a previously released, Linux-ready Pico-ITXe board into a car's instrument panel. The Epia-P710-D offers three Mini PCI Express slots, a SIM slot, SD card reader, plus USB, IDE, and SATA ports, according to the company....
IDC says smartphone sales reached a & new record level& during the fourth quarter of 2009, increasing 39 percent year-over-year to reach 54.5 million units. Meanwhile, Motorola's 4Q sales increased 56.3 percent compared to 4Q 2008, with 80 percent attributed to Android, the research firm added....
The Nokia-backed Symbian Foundation announced it has open sourced the world's leading smartphone operating system, with the release of Symbian 3. Released under an Eclipse Public License (EPL), Symbian 3 adds improved graphics, HDMI support, and better multimedia streaming capabilities, says the Foundation....
Broadcom announced broad adoption of Bluetooth 3.0 across its silicon, software, and combo chip solutions. Separately, Samsung is set to release what appears to be the world's first Bluetooth 3.0-equipped phone, according to the Bluetooth SIG (special interest group)....
China-based HiVision is readying an Android-based & PWS700CA& netbook with a 600MHz Rockchip ARM9 processor and a 7-inch, WVGA touchscreen, and according to one preview, it's likely to sell for under $100. HiVision also recently introduced a Linux-based & PWS700B& netbook, as well as an & EB-0600S& e-reader, says the company....
Motorola and Verizon Wireless announced a mid-range Android phone sporting the former's MotoBlur UI. Due for a March launch, the & Devour& offers a 3.1-inch HVGA capacitive touchscreen, a side-slider keyboard, three-megapixel camera, CDMA/EVDO 3G, WiFi, Bluetooth, GPS, and a full complement of apps, including Google Maps Navigation, says Motorola....
The Linux Foundation announced a call for papers and open registration for its second annual LinuxCon conference, scheduled for August 10-12 in Boston. Priority topics for submitted papers include & Linux in mobile devices,& and the show will feature mini-summits for wireless and power management technologies, the nonprofit Linux advocacy organization says....
U.K.-based Anders Electronics announced a Linux-ready ARM Cortex-A8 COM (computer on module) with up to 256MB of RAM, 512MB of flash storage, 10/100 Ethernet, and integrated WiFi. The CM-T3530 comes with Texas Instruments OMAP3503 or OMAP3530 CPUs clocked at up to 720MHz, has a touchscreen controller, includes a camera interface, according to the company....
Days after a hacker broke open the inner multi-touch capabilities of Google's Nexus One, Google announced it is now offering pinch-to-zoom capability on the Android phone via a software update. In other Google news, the company has posted pictures of the Linux-based Chrome OS running on a tablet prototype....
Eurotech subsidiary Parvus announced an Intel Atom-based version of its rugged, Linux-ready tactical mission computer. The DuraCOR 820-A offers an Atom Z530 1.6GHz processor with gigabit Ethernet and optional MIL-STD-1553 databus connectivity, as well as lower power consumption, and additional memory and storage compared to the previous model, says Parvus....
Kontron announced a single board computer (SBC) using the 95 x 95mm microETXexpress format and an Intel Atom Z520PT processor. The & microETXexpress-XL& features gigabit Ethernet, PCI and PCI Express Graphics, an optional SSD (solid state disk), and an industrial operating range from -40 to 85 deg. C (-40 to 185 deg. F), the company says....
Wind River has revd its embedded development tool-suite for Linux and VxWorks. Upgraded software is said to include: the Wind River Workbench 3.2 integrated development environment, now synchronized with Eclipse 3.5; the JTAG-based Wind River On-Chip Debugging 3.2, which adds multi-core and multi-target support; and the Wind River Compiler 5.8....
Open Kernel Labs and Citrix Systems announced a virtualization-driven, cross-platform reference architecture for smartphones that enables users to access corporate desktops and applications. The Nirvana Phone offers a video-out port for displaying virtualized desktops on an external monitor, plus Bluetooth and USB drivers for controlling keyboards and mice....
Diamond Systems announced that it has originated a new, mezzanine-style expansion standard for SBCs (single board computers), COMs (computer-on-modules) and other embedded products. Involving a single low-cost connector and expansion modules & three-fifths the size of a credit card,& the standard will be open and support any host form factor and processor, the company says....
Qnap Systems has upgraded two of its Linux-based, SMB-focused network-attached storage (NAS) systems to incorporate Intel's D410 Atom processors. The two-drive, 4TB TS-239 Pro II and the four-drive, 8TB TS-439 Pro II also feature Qnap NAS 3.2 management software, with new iSCSI and virtualization features, plus support for VMware's vSphere4....
Intel and Micron announced they've begin sampling 25-nanometer NAND flash technology, which will enable mobile devices and SSD (solid-state disks) to pack significantly more memory. Manufactured by the joint venture IM Flash Technologies, the process involves & the smallest semiconductor lithography available in the industry,& according to the companies....
Mozilla announced that the final Firefox for Mobile (& Fennec& ) 1.0 release is now available for Nokias Maemo Linux-based N810 tablet and N900 phone -- but with a & YouTube Enabler& in place of Flash. Meanwhile, the Android pre-alpha of version of Fennec may arrive as early as next month, says a report....
Emerson Network Power has joined the many companies basing devices on Intel's new, embedded-oriented Core processors. Newly announced products include the company's COMX-CORE COM Express Module, the MATXM-CORE-411-B 9.6 x 9.6-inch microATX motherboard, and the iVM7210 VMEbus processor board....
Movidius announced an Android version of a new & Myriad& multimedia coprocessor designed for real-time video editing on mobile phones. The MA1110 offers eight proprietary & Shave& processing cores delivering up to 20GFLOPS of processing power, says the company....
Motorola CEO Sanjay Jha announced during a fourth-quarter earnings call that Motorola is planning to offer & at least one& Android smartphone directly to consumers through Google, says an eWEEK report. The as-yet-unnamed device -- to appear later this year -- will be a follow-on to HTC's Nexus One, the first phone to carry the search giant's brand....
Black Diamond announced it has been awarded a patent for FPGA-related technology found in its rugged, Linux-ready SwitchBack UMPC (ultra mobile PC). In the patented SwitchBack architecture, a Xilinx Virtex 5 FPGA controls the Celeron CPU via a PCI-Express channel, enabling the device to be easily reprogrammed, says the company....
[Updated, Jan. 29] -- Apple's newly announced iPad has been touted as & magical,& & amazing,& and & revolutionary& by company officials. But, key deficiencies in the device provide opportunities for competitors, who can craft better tablets that run Linux or Android....
Kontron announced an & AM4020& AMC module and a VPX format & VX6060& computing blade, both equipped with Intel's 32nm-fabricated Core i7 processor. The Linux-ready products are the first of many Core i7 systems Kontron plans to introduce this year in formats including AMC, CompactPCI, and COM Express, says the company....
MSI announced an ATX-format motherboard based on Intel's P55 chipset that supports LGA1156-socketed Core i3, i5, and i7 processors. The & P55-GD85& offers connections including USB 3.0, SATA II, SATA III ports, RAID , PCI Express, PCI, and FireWire, and offers a Linux-based fast-boot OS called & Winki.& ...
Axiomtek announced a digital signage computer that includes a 46-inch display and a choice of Celeron or Core 2 Duo processors. The DSA-146 features a removable CPU board, an optional motion detection sensor, a Mini PCI Express expansion slot, 1GB of DDR3 RAM, an 80GB hard disk drive, and two speakers, the company says....
Cypress Semiconductor announced a touchscreen device driver for Android and Linux that supports Cypress' TrueTouch touchscreen controllers, complete with & all-points& multi-touch signaling support. Meanwhile, & Cyanogen& has hacked a multi-touch interface for Google's Nexus One phone, and Google is upgrading the Android-based phone's spotty 3G support, says eWEEK....
Enhance Technology announced an eight-disk, Linux-based network-attached storage (NAS) device, offering up to 16TB of SATA storage. The UltraShare NAS8000-P4 incorporates an Intel Xeon (Nehalem) CPU clocked at 2.0GHz, four gigabit Ethernet ports, and an optional gateway for expanding to up to 176TB....
Kontron has updated its ETXexpress computer-on-module (COM) family with three high-end models. The ETXexpress-PC PP (& Performance Package& ) modules move up to the Intel GM45 Express and Intel GL40 Express chipsets, accept 8GB of DDR3 RAM, and support CPUs up to a 2.53GHz Intel Core 2 Duo T9400....
The Open-PC project, which developed an open source Linux PC based on community survey requests, says its KDE-flavored nettop will ship next month. The Open-PC is equipped with a 1.6GHz dual-core Intel Atom 330 with 3GB RAM and 160GB storage, but its high $500 price has stirred some controversy....
Aaeon announced an ETX-format module that uses a 1.6GHz Intel Atom N270 processor and sports two SATA interfaces. The ETX-945GSE accepts up to 2GB of DDR2 RAM, supports LVDS, CRT, or SDVO displays, and has four USB 2.0 ports, the company says....
IEI announced a 1080p-ready, Mini-ITX digital signage and surveillance board that supports Intel's Core i7 and i5 processors. IEI's Kino-QM57A is equipped with an Intel QM57 Express chipset with Intel Active Management Technology 6.0, and offers dual gigabit Ethernet ports and dual HDMI ports, among other I/O....
Nvidia announced parallel processors for the high performance computing (HPC) market, based on its GPU (graphics processing unit) architecture. The Tesla C2070 and C2050 are PCI Express x16 cards touted as & transforming a [Windows or Linux] workstation to perform like a small cluster,& with up to 640 Gigaflops of performance....
The Linux Foundation announced a free webinar series on topics ranging from Linux administration to performance tuning. The Linux Training Webinar Series will launch with a webinar on Linux contributions on March 1 by Jon Corbet, while future sessions feature Linux Foundation technical advisory board (TAB) members and leading community developers....
Axiomtek announced a fanless, Intel Core 2 Duo-ready in-vehicle box computer that supports Linux. The eBOX310-830-FL resists vibration, can be switched on and off by a car's ignition switch, and complies with E-Mark E13 and ISO-7637 standards for vehicle manufacturers, says the company....
Mindspeed announced a system-on-chip family designed for mobile broadband 3G/4G basestations, including femtocells and macrocells. Mindspeed's Transcede SoCs, starting with the 600MHz T4000 and 750MHz T4020, integrate dual ARM Cortex-A9 processors, 10 DSPs from Ceva, plus 10 DSP accelerators, and come with Linux BSPs, says the company....
Android will trail only Symbian in mobile phone market share by 2013, according to IDC. Android phones such as the pictured Sony Ericsson Xperia X10, which is now heading for NTT DoCoMo, will grow 150.4 percent to 68.0 million units by 2013, but other Linux-based phones will struggle, says IDC....
ABI Research has forecast a major turnaround in the processor market for ultra-mobile devices (UMDs). Intel has 90 percent of that market today, but ARM Holdings and its licensees will garner the majority by 2013, the research firm says....
T-Mobile launched an Eric Clapton-backed Fender Limited Edition of its Android-based MyTouch 3G phone. Meanwhile, China-based Hisense announced an HS-E90 Android phone, Motorola is launching an Android app store in China, and Taiwan's Gigabyte is rumored to be releasing an Android handset in Russia, say reports....
Advantech launched eight different devices using Intel's & Pineview& Atoms, the single-core N450 and the dual-core D510. They include a Mini-ITX motherboard, an EBX-format SBC, a half-sized PCI SBC, a & 3.5-inch& SBC, a PC/104-Plus SBC, an ETX module, plus COM Express Compact and COM Express Ultra modules, according to the company....
Axiomtek announced a STX (Smarter Technology eXtension) module that includes a 1.6GHz Intel Atom N270 processor and supports up to 2GB of DDR2 memory. The STX88831 includes four USB 2.0 ports, PCI and ISA bus expansion, plus onboard LVDS and SATA connectors, according to the company....
MSC Vertriebs announced a COM Express computer-on-module (COM) that's available with extended-temperature versions of Intel's Atom processor. The MSC CXC-US15WP supports -40 to 185 deg. F temperatures, and offers PCI/PCIe expansion, dual SATA2 connectors, LVDS and SVDO interfaces, gigabit Ethernet, plus eight USB 2.0 ports, says MSC....
Linux High Availability Aim to provide a high availability (clustering)
solution for Linux which promotes reliability, availability, and serviceability (RAS) through a community development effort.
Beowulf. A collection of resources for the expanding universe of users and designers of
Beowulf class cluster computers. These enterprise systems are built on commodity hardware deploying Linux OS and open source software.
KDE, ( K Desk top Environment ), is a powerful Free Software graphical desktop environment for Linux and Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. More...
Freshmeat maintains the Web's largest index of Unix and cross-platform software, themes and related
"eye-candy", and Palm OS software. Thousands of applications, which are preferably released under an open
source license, are meticulously cataloged in the freshmeat database, and links to new applications are added daily. Each entry provides a description of
the software, links to download it and to obtain more information, and a history of the project's releases, so readers can keep up-to-date on the latest developments.
FreeTechBooks. Lists free online computer science and engineering books and lecture notes, all of which are freely and legally available over the Internet. What's the Catch? None. All the books listed in this site are available for free, as they are hosted on websites that belong to the authors or the publishers. Note that each author and publisher has their own terms and conditions in the forms of free documentation licenses or other specific ones. Of course, you are most welcome to view, download and print the books for your own private use at no charge.
The Free Software Foundation (FSF), established in 1985, is dedicated to promoting computer users' rights to use,
study, copy, modify, and redistribute computer programs. The FSF promotes the development and use of free software, particularly the GNU operating system,
used widely in its GNU/Linux variant.
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too!
Nvu (pronounced N-view)
Finally! A complete Web Authoring System for Linux desktop users as well as Microsoft
Windows and Macintosh users
to rival programs like FrontPage and Dreamweaver. Nvu (which stands for "new view") makes managing a web site a snap.
Now anyone can create web pages and manage a website with no technical expertise or knowledge of HTML. Nvu is open source
and covered under the MPL/LGPL/GPL tri-license
SGI® IRIX® Freeware distribution. This site contains open source and freeware Packages built and inst-packaged for IRIX® the System V-based Unix Operating System with BSD extensions.
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too!
Build an appliance — or your own custom Linux distro — with a few mouse clicks. Customize it to your heart's content, and share it with the world!
Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
VirtualBox is a
general-purpose full virtualizer for x86 hardware. Targeted at server, desktop
and embedded use, it is now the only professional-quality virtualization
solution that is also Open Source Software. As VirtualBox is a cross
platform project, we use a cross platform build system meaning that there won't
be any Visual C++
project files that you can open and just build.
Download HTML-Kit Tools for Linux full-featured, highly customizable and free development environment that can be used to create, edit, validate, preview and publish web pages and scripts.
RPM PBone Search is a tool for users of Linux RPM based distributions.
Overview
of the RHCE If the company Red Hat has its way, its Red Hat
Certified Engineer (RHCE) credential will eventually replace Microsoft's
MCSE certification as king of the network operating system
LinuxPrinting.
Have resources to help with printing under free operating systems like GNU/Linux
and the BSDs or under commercial UNIX-like systems such as Solaris and OS
X....
Junction (Free) Many web developers are familiar with symbolic links on Linux, Mac OS X, and similar operating systems. With a symbolic link, you can reference any file or directory by a different name and/or in a different directory. It turns out that NTFS supports a very similar feature called junctions, but you need an expensive set of tools from Microsoft® or this convenient little command line programs' to use them. Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as its target, then an application accessing D:\SYMLINK\DRIVERS would in reality be accessing C:\WINNT\SYSTEM32\DRIVERS. Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions - you have to purchase the Win2K Resource Kit, which comes with the linkde program for creating junctions. I therefore decided to write my own junction-creating tool: Junction. Junction not only allows you to create NTFS junctions, it allows you to see if files or directories are actually reparse points. Reparse points are the mechanism on which NTFS junctions are based, and they are used by Windows' Remote Storage Service (RSS), as well as volume mount points.
PuTTy
- an excellent Telnet/SSL utility: small; fast; and free (for Windows).
Webmin is a web-based interface for system administration for Unix. Using any browser that supports
tables and forms (and Java
for the File Manager module), you can setup user
accounts, Apache, DNS, file sharing
and so on. Webmin consists of a simple web server, and a number of CGI programs
which directly update system files like /etc/inetd.conf and /etc/passwd.
The web server and all CGI programs are written in Perl
version 5, and use no non-standard Perl modules.
Gnome
Partition Editor. GParted The Gnome Partition Editor application. Before
attempting to use it, here is some basic background information. A hard disk is
usually subdivided into one or more partitions. These partitions are normally
not re-sizable (making one smaller and the adjacent one larger). The purpose of
GParted is to allow the individual to take a hard disk and change the partition
organization therein, while preserving the partition contents.
GAG, The Graphical Boot Manager. GAG (initials, in spanish, of
Graphical Boot Manager) is a Boot Manager program. It's loaded when the computer is turned on and allows you to choose the operating system you want to use.
Command-Line-Fu is the
place to record those command-line gems that you return to again and again.
Delete that bloated snippets file you've been using and share your personal
repository with the world. That way others can gain from your CLI wisdom and you
from theirs too. All commands can be commented on and discussed - digg-esque
voting is also encouraged so the best float to the top.
Also see
DOS
Munin the
monitoring tool surveys all your computers and remembers what it saw. It
presents all the information in graphs through a web interface. Its emphasis is
on plug and play capabilities. After completing a installation a high number of
monitoring plugins will be playing with no more effort. Using Munin you can
easily monitor the performance of your computers, networks, SANs, applications,
weather measurements and whatever comes to mind. It makes it easy to determine
"what's different today" when a performance problem crops up. It makes
it easy to see how you're doing capacity-wise on any resources.
Geodsoft provides tips on
designing and developing web sites and administering the computers they run on
and the networks of which they are a part.
Linux Virtual
Server is a highly scalable and highly available server built on a cluster
of real servers, with the load balancer running on the Linux operating system.
The architecture of the server cluster is fully transparent to end users, and
the users interact as if it were a single high-performance virtual server.
The GIMP is the GNU Image
Manipulation Program. It is a freely distributed piece of software for such
tasks as photo retouching, image composition and image authoring. It works on
many operating systems, in many languages. This is the official web site of the
GIMP, and contains information about downloading, installing, using, and
enhancing it. This site also serves as a distribution point for the latest
releases. We try to provide as much information about the GIMP community and
related projects as possible.
Techlogica HTTP Server is a free and easy-to-setup web server. If you are a developer and you need an easy way to locally test a website based on PHP or CGI, our HTTP server is perfect for you. Our server also has full traffic logging and writes logfiles in Combined Log Format.
cyberciti Linux and Open Source
Software Blog. Apache, Includes Tutorials' and Shell Scripts. How-to's
etc... More Apache Links
Cygwin is a Linux-like environment for Windows. It consists of two parts:. A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality
LAMP is an acronym for a set of free software programs commonly used together to
run dynamic Web sites: Linux, the operating system; Apache,
the web server;
MySQL, the database management system (or database
server); Perl, PHP, and/or Python,
scripting languages.
FTLS web Server. Linux : You can find here many Linux links... Tutorial : A HTML tutorial... Archives : You can find here Java programs, and if you have a web server, into this CGI resource, there're more over 15 Free Perl CGI / applications scripts to help make your web site more interactive...
Free : You can find here free webs services links... Search : You can find information and direct access to many search engines, and a List of more over 400 search engines + links to add you URL into... Free eMail services, etc
Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is backwards compatible with vi. Switching from vi to Vim is easy, you can keep all the things that Vi offers and gain a large range of new features.
URL Rewriting Tool, you can opt to rewrite single pages or entire directories. Simply enter the URL into the box, press submit, and copy and paste the generated code into your .htaccess file on the root of your website. You must remember to place any additional rewrite commands in your .htaccess file for each dynamic URL you want Apache to rewrite. Now, you can give out the static URL links on your website without having to alter all of your dynamic URLs manually because you are letting the Mod Rewrite Rule do the conversion for you, without JavaScript, cloaking, or any sneaky tactics. From SEO Tools : URL Rewriting Tool
Microsoft® Silverlight® is a cross-browser,
cross-platform plug-in for delivering the next generation of .NET based media
experiences and rich interactive applications for the Web. Silverlight offers a
flexible programming model that supports AJAX,
VB,
C#,
Python, and Ruby,
and integrates with existing Web applications. Silverlight supports fast,
cost-effective delivery of high-quality video to all major browser running on
the Mac
OS or Windows
or Linux. Boasts Video Editing online.
Web Masters.Click Here Now to start making money. A Great opportunity to make some money. Receive
50% by offering your users Ton's of Keywords on
A Great Portal websites. Our Affiliate Program Pays you 50% on Level 1 of Every Sale of our
Text Link both searchable and static Text Link!
A Computer Portal. Freeware, Shareware. Download software. Computer languages and Programming code. Including PERL Scripts and Java Scripts. Webmaster Tools. Internet Marketing, Website promotion.
Hardware Help from BIOS to Windows and UNIX.