|
||||||||||||||
|
On Tuesday, we started a detailed look at the Sharp SL-5600 Zaurus. With a 400Mhz Intel XScale processor, 96MB of memory, CF and SD capabilities, and long battery life, two thoughts come to mind. First, the Z is really a desktop on a palm-sized form factor. This PDA is faster and far more powerful than the first post-386 PC I owned - a 90Mhz Pentium-based box that, in its time, was a real workhorse. The second thought bodes even better for the Z. This PDA (or, to use Sharp's description, "Personal Mobile Tool") is clearly capable of taking enterprise PDA use to its full potential. With its wireless capabilities and easy configuration, the Zaurus could become an invaluable tool in business. It really is a smooth leap from the desktop to the palm. Out of the box, the Z contains all the software tools you'll need to organize, process, edit, play, browse, look, and listen. The Qtopia desktop suite is both beautiful and fully functional. It contains a full toolbox of PIM tools, editors and configuration helpers. There are some look and feel revisions to this version of Qtopia, all of which are truly upgrades. Notable among the tools is the Opera 6 browser. This is a true upgrade to version 5, provided with the predecessor to the SL-5600, the SL-5500. Opera has, quite frankly, nailed down the PDA browser market with version 6. The only scaling evident in Opera 6 is its size. A dropdown menu provides local file viewing, navigation, text searching within a page, multiple windows, a full screen view, page scaling, and preferences. The navigation bar also contains forward, back and refresh buttons, an address bar, and Google searching. By default, the text size in Opera is a medium font, fully readable but small enough to allow for minimum scrolling. This, too, is an improvement over version 5. With its wireless capabilities, the Zaurus/Opera combination is the best going in a PDA. The Qtopia desktop also contains two critical applications from the Hancom Mobile Office Suite. Hancom Word and Hancom Sheet provide capable viewing and editing tools for MS Word and MS Excel documents. On the day after receiving the Zaurus, I transferred several MS Word documents and Excel spreadsheets to the Z. All were completely readable (with preserved formatting) in the Hancom tools. I edited the documents, added to the spreadsheets, saved both, and re-transferred them to the borrowed Windows desktop machine. All were perfectly preserved in the transfer. There have also been some interesting software-related changes to the Zaurus. The first is in networking. When a WiFi card was mounted in the CF slot of the 5500, it was on full-time until unmounted. That was a convenience that cost a heavy price in battery life. The 5600 uses network devices more intelligently, sniffing for a network request before mounting the card. When opening Opera, for example, the user is prompted to start the network connection. When the browser is closed, you're prompted to disconnect. It's a nice unobtrusive touch that's clearly added to the extended battery life of the 5600 over the 5500. The desktop has also been rearranged into a more logical order. The 5500 presented apps in alphabetical order. The 5600, on the other hand, makes some good guesses as to the demand for apps, placing those most likely to be needed near the top of the screen. You know how I love minimizing keystrokes. I'm just as happy about minimizing pen strokes. Unfortunately, some drawbacks of the 5500 have been carried over. The first is the lack of a terminal program in the default installation. The second is the synchronization package. There's still no native Linux desktop sync support provided with the Z. To get the beta Qtopia sync program, you'll need to visit the Trolltech site, download and install the beta. This absence seemed a bit shortsighted in the 5500. It seems a bit irresponsible in the 5600. Then we come to what I think is the best change from the 5500 to the 5600. The SL-5600 contains a built in mic and speaker. Voice recording is activated by pressing and holding down the calendar button on the 5600's face. The recording bit rates are fully configurable. And, I have to say, the recording quality is startling for a handheld. But don't take my word for it, listen for yourself. The speaker quality on the Z isn't quite top notch, but it does provide a nice upgrade from the speakerless 5500. You might be surprised by a closing thought on the Zaurus. Perhaps its biggest attraction is the transparency of the Linux OS. While I'm attracted by the ability to perform all my routine Linux tasks on a handheld, those capabilities mean nothing to the average user. In order to gain market share, the Z has to be a PDA that anyone can pick up and use. It's accomplished that without a hitch. The average user gets the best of Linux, reliability and stability in particular, without needing so much as a single command line command in their computing vocabulary. Power users like ourselves can add a terminal, ssh, vi, and other core Linux apps with minimal effort, then use them to their fullest. Sharp has found exactly the right between ease of use for the average user and power for the rest of us. When I started this review, I intended to compare the Zaurus to the other PDAs in its class, point by point. In fact, I spent some time annoying a blue shirt at Best Buy looking at Sonys, HPs and Palms. Fifteen minutes into the visit, I'd a) gotten four wrong answers, b) heard three exasperated sighs, c) been brushed off for a customer looking at an iPaq, and d) played all I needed to play with the other PDAs in the Zaurus space. The conclusion? The Z has more features, more power, a sharper display, an equivalent software package, and at least as much expandability as any other PDA in the high end space. But the Z's price is in the mid range. At a minimum of $100 less than the equivalent devices, the Sharp SL-5600 matches or surpasses everything the competition has to offer. Have a great weekend.
See You at Gnomedex,
The History of Commands As with many GnomeTWEAKS, today we'll talk about a core set of tools that can be customized and used in different ways to tweak the use of your system. These tips fall somewhere between pure core functions and purely individualized use. In other words, the line between the core and the tweak is sometimes a bit blurry. As you find your level of comfort with the command line, you're likely to run into a need for today's tweak. Honestly, it's amazing how many commands you can execute in a short period of time once you've gained that level of comfort. Often, you'll reuse a command that you've entered only minutes before. That all raises an interesting question. Is there a way to reuse a command without re-entering it keystroke by keystroke? You probably knew the answer already - of course there's a way. In fact, there are several. The first is the simplest and the one I use most. The up and down arrows on your keyboard allow you to navigate through the command history preserved by your system. Depending on the distro, your system may record up to 1000 commands. They're all available via the up and down arrows. When you find the command you're looking for, simply press the enter key. One of the core tools of your Linux system is the history app. Executing this file with: history will display a list of all commands up to a pre-determined maximum. As noted, many systems record up to 1000 commands, so this list may be very long. As much as anything else, it's interesting in its bare form - that is, without options. You'll probably find yourself surprised by just how many commands you've entered. If the command you need is a few hours old, it's likely to be more effort than necessary to arrow back through all the recorded commands. And, as you've seen, the history command is more for interest than utility without options. In that instance, a combination of command connected by a simple pipe will do the trick: history | grep .ipk This command executes the history app then pipes the results through grep to find the string ".ipk". This will display all the commands I've entered that relate to Zaurus-packaged files - .ipks. Your system is recording a history of your commands. That's not a bad thing. In fact, as you master the command line, you'll rely more and more on the command history tools to ease your keystroke load. Recommend It!
Let's take a run back through one of the most basic elements of your Linux system - reading the permissions set on your files. We'll start with a fairly simple concept in Linux. Every file has a set of permissions that allow or disallow specific uses. These permissions are:
Starting with these simple permissions, Linux adds a layer of granularity by further breaking these permissions out into three more level:
You've now got six elements in permissions, each of which can be used with any other. For instance, permissions can be set on a file that allow the user and group to read, write and execute, but others only to read. Or, perhaps the group and others can read and write, but only the user can execute. Once you start unrolling the combinations, the possibilities for permissions on your system begin to look incredibly flexible. So, how do you know how the permissions are set on a particular file? ls -l file From the command line, this provides a [l]i[s]t in the [l]ong form of the file attributes. You'll see something similar to this: -rw-rw-r-- 1 tony tony 975155 Apr 24 23:30 wetlands.mp3 This line shows everything you need to know about the permissions on the file. Remember that three file-oriented permissions exist - rwx - read, write and execute. In the first cluster of letters in the above line, the first position (-) denotes the file type. If this file was a directory, the - would be replaced by a d. Next, to the right, is the first trio of permissions. This set of three characters represents the permissions for the user: rw-. In other words, the owner of the file may read and write. The next group of three is the permission for the group. In this case, they're the same. Anyone within the group can also read and write the file. Finally, you'll find the others permissions. This is often referred to as "the world" because it's everyone not covered by user or group. And, once again, the world can read and write this particular file. The first name shown in the ls -l command is the owner of the file - the user. The second is the name of the group. If, for instance, dave was a member of the tony group, the dave user would also have read and write permissions on the file. Finally, the line ends with data about the file itself. This includes size, creation time and name. If, for some reason, you're unable to execute, read or write to a file, check the permissions using the ls -l command. It's a Linux core tool. Recommend It!
Softball Stats 1.2 Stable
http://softballstats.sourceforge.net/
"SoftballStats is a collection of PHP scripts and a MySQL database that track the stats, games, players, and every play made in multiple softball/baseball seasons. It also compiles statistics for each player. There two groups of scripts, stat scripts (which display stats, player info, and game info for the current season) and admin scripts (through which the Stat Master enters the season info, game info, player info, and every play made in all games)." Recommend It!
Nohup Helper
"After reading the issue I wanted to respond that I too had found that
same very fruitful command (nohup) about 6 months ago
but I use it on our UNIX server. It is great that you are sharing this
information. I too , found it difficult to run processes in the
background when logging out of the console window. That's when I found
'NOHUP'.
"I would like to add, that depending on the process that is run in the
background it may require it's output piped to a file.
So I have coded it as
nohup gkrellm & > gkrellm.out &
"The gkrellm.out will reside in the directory that the nohup command is
executed unless you qualify the output file with a
directory.
"Hope this information is useful to others." Recommend It!
The Linux Documentation Project
"The Linux Documentation Project (LDP) is working on developing good, reliable documentation for the Linux operating system. The overall goal of the LDP is to collaborate in taking care of all of the issues of Linux documentation, ranging from online documentation (man pages, HTML, and so on) to printed manuals covering topics such as installing, using, and running Linux. Here is the Linux Documentation Project Manifesto and Copyright License for LDP works." Recommend It!
|
$99 Tech Conference Get Our Help Files New PC Tips Book
Latest Windows Daily
Recommend Us!
Link To Lockergnome
Ask a Question
General Feedback
Fort Knox Dr.Tag - MP3 Tagger Move apps to new PC! Pretty Good MahJongg BIGLIST List Hosting 1SITE Web creator Capture Your Screen EBooksWriter Recover Non-booting PCs CDFrontEnd autorun CD Computer Power User Question: which group is 250,000+ strong and always looking for stuff to make their personal and professional lives run smoother?
©2003, Lockergnome LLC. ISSN: 1095-3965. All Rights Reserved. Please read our Terms of Service. Web site hosted by DigitalDaze. Domain registered at DNS Central. Powered by Lyris ListManager. Chris Pirillo fueled by Peet's Coffee. Headers provided by Habeas. | |||||||||||||