Did you get your Ubuntu?March 17th, 2005 I am eagerly waiting for my copies of Ubuntu. The site says that it was sent on February 22.
10 Cool themes for UbuntuFebruary 13th, 2009 Are you unappeased with your Ubuntu theme? At best what you do is open the appearance tab, re-scaling and choosing background colors for each pic. Blah! I say it's nothing but unproductive knob-twiddling.
Ubuntu Linux to Support Sparc Based Sun Niagara ServersMay 30th, 2006 Sun Microsystems is getting support for its Sparc-based Niagara servers from Canonical, the Linux distributor of Ubuntu, the companies said on Tuesday. The free Debian-based Ubuntu distribution of Linux, launched in 2004 by South African dot-com billionaire Mark Shuttleworth, has already attracted millions of individual desktop users.
Top 10 Nginx TutorialMay 7th, 2009 Nginx is a free open source web server, reverse proxy and IMAP/POP3 proxy server. Nginx has grown into a feasible alternative for the much hyped Apache.
Ubuntu Releases Thunderbird Patch for Highly Critical VulnerabilitiesMay 3rd, 2006 The security vulnerabilities addressed are: Security Bypass, Cross Site Scripting, Exposure of system information, Exposure of sensitive information and Denial of Service. Ubuntu has issued an update for thunderbird.
On Java And Ruby CommunitiesAugust 10th, 2006 Rob Sanheim commented on Java & Ruby communities. Ruby has Dr.
How To Configure Dual ADSL / Cable Connections, Firewall, Gateway / NAT With Shorewall Firewall on LinuxOctober 23rd, 2007 Shorewall is an excellent free linux firewall which provides unparalleled level of fine grained control. It not only acts as a firewall and Gateway, it also supports DMZ, IP Masquerading (NAT & SNAT), Proxy ARP and more.
Desktop Linux Users Double in 2006August 23rd, 2007 According to DesktopLinux.com's just completed survey, the number of Desktop Linux users has more than doubled in 2006, and Ubuntu remains the no. 1 Linux distribution of choice for desktop users.
GMail Email Attachment PolicyApril 6th, 2008 As a security measure to prevent potential viruses, Gmail doesn't allow you to send or receive executable files (such as files ending in .exe) that could contain damaging executable code. GMail doesn't clearly define what kind of file extensions fall within this list.
Sun Offers 3 Free Solaris 10 ExamsJune 13th, 2008 Sun is offering three free assessment tests for Solaris 10 operating system focusing on Unix Essential and System Administration. They are for the following certifications:
UNIX Essentials Featuring the Solaris 10 Operating System
Objectives:
Use command-line features and help resources
Manage and view files and directories and change the directory contents
Create and modify files and use basic file permissions
Create ACLs
Control the user work environment
Use commands within the shell
Perform basic process and job control
Archive files and create archives
Compress, view, and uncompress files
Perform remote file transfers
Sun Certified System Administrator (SCSA) for the Solaris 10 Operating System (Part 1)
Objectives:
Manage file systems
Install software
Perform system boot procedures
Perform user and security administration
Manage network printers and system processes
Perform system backups and restores
Sun Certified System Administrator (SCSA) for the Solaris 10 Operating System (Part 2)
Objectives:
Describe network basics and the client-server model
Describe remote administration with the Solaris Management Console
Manage swap configuration
Manage crash dumps and core files
Configure NFS and AutoFS
Describe RAID and Solaris Volume Manager software concepts
Configure Solaris Volume Manager software
Configure RBAC
Configure system messaging
Configure naming service clients
Configure NIS
Configure a custom JumpStart software installation
Perform a Flash installation
Take the tests and find out how strong you are in Solaris.
Apache Ant: How To Include Multiple Jar Files In A Single Jar FileAugust 19th, 2008 Apache Ant is an excellent and popular Java based build system. It has several built-in commands (tasks in Ant lingo) one of which allows you to create Jar file from your existing class file and resources.
Debunking Java Myths of PHP developersApril 26th, 2005 After my last post on the differences between Java and PHP development practices, I saw some strange notions surface in PHP developers regarding Java. This post is an attempt to dispel some myths about Java by PHP (and other non-Java) developers.
Program (Source Code) to Trim Whitespaces from Files...April 20th, 2008 PHP is not only a very competent web development language (and part of LAMP stack). It is also a very capable language for writing (command line) scripts.
Fun With RoR TransactionsMarch 7th, 2006 RoR multi-table transaction appears to be a mess. You have to create transactions on each table.
Angsuman's Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged ArticlesMay 5th, 2006 WordPress 2.x (and above) plugin to create multi-paged article. I have been asked several times how I create articles with multiple pages (like this or this).
February 11th, 2009 at 2:52 pm
thanks a lot…
March 26th, 2009 at 1:10 pm
Smart guy!
You just go in there and click it like Windows.
But for us who are in a commandline situation this tip was just a waste of time.
So, how do you unrar spanned archives using unrar command i linux?
Besides, this text has floated down below the textarea. Better checking the css here.
May 11th, 2009 at 9:42 pm
Got an equivalent method but in command-line for Ubuntu Server?
May 16th, 2009 at 3:55 pm
How to extract everything from a multi-part rar archive with unrar to an other directory:
unrar e multi.part.files.rar /extract/to/this/directory
unrar = the program to use
e = extract files to current directory (if not specified with an other directory)
multi.part.files.rar = the first rar-file of the archive along .r01, .r02, etc.
/extract/to/this/directory = the directory to extract the contents of the archive to.
It works for me if I use the first rar file (.rar). The other ones are usually called .r01, r.21, .r52, etc.
Hope this helps.
September 15th, 2009 at 6:17 pm
can the resulting un-rar’d files simply be catted together for a single file?
October 5th, 2009 at 1:51 pm
You should rename that post “How to extract ONE SINGLE PART of a multi-part rar”
@ DavidMB: Thanks for giving the actual answer.