Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Java goes back to the PC
ZDNet: "Java has come full circle, and James Gosling has watched the 12-year journey."
What's what in Dell's Linux deals
Linux-Watch: "The Linux world rejoiced when Dell announced that it was going to pre-install Ubuntu Linux on some of its consumer desktops. But then the Linux world was befuddled when Dell announced that it would be buying certificates for Novell SUSE Linux from Microsoft."
Linux guru backs new GNU licence
Computer Weekly: "Open source guru Alan Cox has voiced his support for the controversial version 3.0 of the GNU General Public Licence in an exclusive podcast interview with Computer Weekly."
Lintrack As A LAN Gateway And An OpenVPN Bridge
HowtoForge: "This tutorial will guide you through installation and configuration of Lintrack, a GNU/Linux distribution specialized in networking tasks. We will give two LANs access to the internet along with DHCP and DNS cache servers, and then we will connect our networks using OpenVPN in bridging mode. You should be running all these in well under an hour, thanks to the unified configuration interface of Lintrack."
KDE Project Ships First Alpha Release for Leading Free Software Desktop, Codename "Knut"
KDE.org "KDE 4.0-alpha1 features major overwork of artwork, new frameworks taking care of issues from hardware integration to multimedia and some new and improved applications."
ZDNet: "Java has come full circle, and James Gosling has watched the 12-year journey."
What's what in Dell's Linux deals
Linux-Watch: "The Linux world rejoiced when Dell announced that it was going to pre-install Ubuntu Linux on some of its consumer desktops. But then the Linux world was befuddled when Dell announced that it would be buying certificates for Novell SUSE Linux from Microsoft."
Linux guru backs new GNU licence
Computer Weekly: "Open source guru Alan Cox has voiced his support for the controversial version 3.0 of the GNU General Public Licence in an exclusive podcast interview with Computer Weekly."
Lintrack As A LAN Gateway And An OpenVPN Bridge
HowtoForge: "This tutorial will guide you through installation and configuration of Lintrack, a GNU/Linux distribution specialized in networking tasks. We will give two LANs access to the internet along with DHCP and DNS cache servers, and then we will connect our networks using OpenVPN in bridging mode. You should be running all these in well under an hour, thanks to the unified configuration interface of Lintrack."
KDE Project Ships First Alpha Release for Leading Free Software Desktop, Codename "Knut"
KDE.org "KDE 4.0-alpha1 features major overwork of artwork, new frameworks taking care of issues from hardware integration to multimedia and some new and improved applications."
chapter 4. regular expressions
- table of contents
- 4.1. regular expressions
- 4.2. examples using grep
- 4.2.1. what is grep?
- 4.2.2. grep and regular expressions
- 4.3. pattern matching using bash features
- 4.3.1. character ranges
- 4.3.2. character classes
- 4.4. summary
- 4.5. exercises