Businesses

Getting Out of Tech Support? 152

An anonymous reader asks: "For the last year or so I've been working in 1st line tech support at a small call centre that's part of a much larger outsourcing company and to be honest it's sucking the life out of me, I want change but I don't know what direction to take in order to get out and I really need some advice from others who have made the jump. I suppose what I'd like to know is what kind of jobs one should be looking for coming from technical support with decent knowledge of UNIX, networking, scripting and 'light coding'. Is there any hope for me or will I have to go back to school in order to even have employers look at my resume?"
Book Reviews

Minimal Perl for Unix and Linux People 332

Ravi writes "Perl (Practical Extraction and Report Language) — the language which was created by Larry Wall is arguably one of the greatest programming languages. But it has a reputation for taking an excessive cryptic nature which gives it an image especially among Perl novices as a language which is complex and hard to master. Minimal Perl: for Unix and Linux people, authored by Tim Maher and published by Manning Publications addresses the obstacles presented by Perl's complexity. This book which is divided into two parts comprising of a total of 12 chapters takes a unique methodology to explain the Perl syntax and its use. The author emphasizes on Perl's grep, awk and sed like features and relys on concepts such as inputs, filters and arguments to allow Unix users to directly apply their existing knowledge to the task of learning Perl." Read on for the rest of Ravi's review.

Breakdown Forces New Look At Mars Mission Sexuality 528

FloatsomNJetsom writes "Popular Mechanics has up an interesting story, discussing what the long-term implications of the Lisa Nowak incident could mean for Mars Mission crew decisions: With a 30-month roundtrip, that isn't the sort of thing you'd want to happen in space. Scientists have been warning about the problems of sex on long-term spaceflight, and experts are divided as to whether you want a crew of older married couples, or asexual unitard-wearing eunuchs. The point the article makes specifically is that NASA's current archetype of highly-driven, task-oriented people might be precisely the wrong type for a Mars expedition. In addition scientists may use genomics or even functional MRI in screening astronauts, in addition to facial-recognition computers to monitor mental health during the mission." Maybe observers could just deploy the brain scanner to keep track of them?
Security

One Laptop Per Child Security Spec Released 253

juwiley writes "The One Laptop Per Child project has released information about its advanced security platform called Bitfrost. Could children with a $100 laptop end up with a better security infrastructure than executives using $5000 laptops powered by Vista? 'What's deeply troubling — almost unbelievable — about [Unix style permissions] is that they've remained virtually the only real control mechanism that a user has over her personal documents today...In 1971, this might have been acceptable...We have set out to create a system that is both drastically more secure and provides drastically more usable security than any mainstream system currently on the market.'"
Unix

Unix Vendors Get Creative Against Windows & Linux 166

coondoggie writes "As x86 servers become increasingly capable, IT managers are taking a closer look at their Unix installations to determine whether a move to Linux or Windows might make sense, analysts say. "The defensible hill for Unix is the big, vertically scaling, mission-critical application, which is usually some type of database serving," says Andrew Butler, a vice president and distinguished analyst at Gartner. "But increasingly, the appeal of Windows- and Linux-based systems running on cheaper, commodity hardware is becoming more and more compelling.""
Music

Music Sequencing Software for Unix? 141

caluml asks: "I am looking at getting more into music making, and buying some decent-ish synthesizers. Most sequencing software out there is for Mac or Windows, neither of which I have. I have looked at Audigy and Audacity, but wonder if there are any others that others find worthwile. Can anyone give me their recommendations for sequencers, audio editors, and multi-track recording software?"

Publicly-Funded Research Data is Public? 85

Elektroschock asks: "Public data belongs to the public, some advocates believe. BSD Unix is one of the most striking business examples of that 'public data' rule. Gauss and Google made patent data available. But what about classical research results? Should free access to knowledge get regulated? A new petition supported by Open Society Institute wants free public access to research: 'Evidence is accumulating to indicate that research that is openly accessible is read more and used more and that open access to research findings would bring economic advantage'. How do scientists feel about it? Does public funding really turn their results into public property?"
Operating Systems

FreeBSD 6.2 Released To Mirrors 168

AlanS2002 writes "FreeBSD 6.2 has been released to mirrors. The release notes for your specific platform are also available. FreeBSD is an advanced operating system for x86 compatible (including Pentium and Athlon), amd64 compatible (including Opteron, Athlon64, and EM64T), ARM, IA-64, PC-98, and UltraSPARC architectures. It is derived from BSD, the version of UNIX developed at the University of California, Berkeley. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development."

SQL Hacks 72

Scott Walters writes "Many of the recipes in SQL Hacks will improve the SQL you write day to day, and many will give you the confidence to attempt much more involved tasks with SQL. Other recipes will rarely if ever be needed, but make for a entertaining and education reading in a similar way that "worse case survival scenario" books do — SQL is pitted against the most difficult analysis tasks just as survival scenario books pit humans against pavement and lions. SQL Hacks fits well in the Hacks series, which raises the bar on advanced books by offering large, eclectic sets of tricks for problems that an unambitious person (a non-hacker) wouldn't ever push technology hard enough to run into. Put another way, the questions answered in a good Hacks book are ones that would get a "good question" comment rather than a an "RTFM!" response. It does a good job continuing where O'Reilly's SQL Cookbook left off, which is always difficult with two books written at slightly different times by different authors. Still, it's harder to review a Hacks book than a Learning book as, with hacks, the sky is the limit, and the reader will always find herself wishing for more. To this end, I hope O'Reilly continues to publish newer editions of their various Hacks books, drawing in more and more content in each edition, and identifying recipes that might better serve in the Cookbook counterpart." Read the rest of Scott's review.
KDE

A Sneak Preview of KDE 4 350

An anonymous reader writes "In recent times, a lot of discussion has been generated about the state of KDE version 4.0 and as Linux users we are ever inquisitive about what the final user experience is going to be. This article throws light on some of the features that we can look forward to when KDE 4.0 is finally released some time this year. The article indicates that the most exciting fact about KDE 4.0 is going to be that it is developed using the Qt 4.0 library. This is significant because Qt 4.0 is released under a GPL license even for non-Unix platforms. So this clears the ideological path for KDE 4.0 to be ported to Windows and other non-Unix/X11 platforms."
Caldera

SCO Asks Court To Reconsider IBM's Dismissal 139

VE3OGG writes "The SCO Group — the litigation firm currently in dispute with, among many, IBM, over supposed copyright infringing code in Unix — has quietly asked the courts to reconsider IBM's request to toss the case out. SCO argued that the court's November decision was procedurally and substantially flawed and they say 'the rules of procedure do not support such a result under the circumstances of this case.' If allowed to reopen the case, the SCO Group argues, that new evidence would present itself through the deposition of several IBM programmers who had previously been interviewed."
Unix

How To Adopt 10 'Good' Unix Habits 360

An anonymous reader writes to mention an article at the IBM site from earlier this week, which purports to offer good Unix 'habits' to learn. The ten simple suggestions may be common sense to the seasoned admin, but users with less experience may find some helpful hints here. From the article: "Quote variables with caution - Always be careful with shell expansion and variable names. It is generally a good idea to enclose variable calls in double quotation marks, unless you have a good reason not to. Similarly, if you are directly following a variable name with alphanumeric text, be sure also to enclose the variable name in square brackets ([]) to distinguish it from the surrounding text. Otherwise, the shell interprets the trailing text as part of your variable name -- and most likely returns a null value."
It's funny.  Laugh.

Servers, Hackers, and Code In the Movies 445

Billosaur writes "As with anything, Hollywood has a weird way of viewing computer technology and the people who use it. To help quantify things, take a look at The Top 20 Movie Hackers, the Top Ten Movie Servers, and the things code doesn't do in real life." From the servers article: "3. UNIX environment - Jurassic Park (1993). The UNIX environment here is a classic geek joke. Everything we saw was real - created by Silicon Graphics and called IRIX. InGen was the corporation funding the island, and from an IT perspective they let the worst possible thing happen: they allowed one programmer to design the infrastructure with no supervision. What's worse, they obviously required no documentation of what was done. The result was a kid had to hack in and gain ROOT privileges. The likelihood of a young kid knowing a way to get ROOT (and not a more experienced programmer) is pretty hard to swallow. The hardware for this server was probably minimal, running door locks and starting Quicktime movies. 'We spared no expense!' You would think that with the millions of dollars they spent on the park, they could have hired a couple newbie programmers and added a server on the backend."
The Courts

IBM Denies Destroying Evidence in SCO Case 125

Rob writes "IBM Corp has denied claims made by SCO Group that it destroyed evidence relevant to their ongoing breach-of-contract and copyright case, maintaining that SCO has had the evidence in question in its possession since March 2005. SCO, which believes IBM breached a contract by contributing Unix code to the Linux operating system, accused IBM of destroying evidence in a July 2006 court filing, claiming that "IBM directed 'dozens' of its Linux developers within its LTC [Linux Technology Center] and at least 10 of its Linux developers outside... to delete the AIX and/or Dynix source code from their computers.""

Monitor a Linux Box With Machine Generated Music 114

mcappel writes "Linux and Unix admins are familiar with vmstat and top, which are visual tools displaying the health of a computer. chordStats adds a new interface to a system monitoring setup — information passed through tone, timbre, and harmony. IBM's Nathan Harrington, who wrote Knock Some Commands Into Your Laptop, created a simple Perl script to send note events to FluidSynth that forces various system events to be interpreted as a part of a harmonious interval, and looks at options for enhancing a musical system monitor."

Choosing Your Next Programming Job — Perl Or .NET? 426

Trebonius asks: "I have just received two job offers in the same day. The first was for a job coding in Perl on Linux/UNIX platforms, for a small but very cool company around 120 miles from where I live. They play Half-Life together in the off-hours and the people I've talked to there seem very happy with the job and work environment there. I'd be making smallish web systems, and I'd basically have total control over the projects on which I work. They offered me 20% more than I make now. The second offer I received is for a huge nationwide company opening an IT office a couple blocks from where I currently work. They're an all-Microsoft shop — VB, C#, .NET, SQL200*, etc. I'd be a very small cog in a very large machine. They offered me 66% more than I'm making now. Benefits are essentially identical between the companies, so that's not a big factor. I'll also give the Perl company a chance to make me another offer, but what should the threshold be? How do you folks balance the desire for a fun job with the need to pay off debt?"

Microsoft's IE Team Leader Answers Slashdot Questions 530

We got lots and lots of questions for Dean Hachamovitch, whose formal title is "general manager Internet Explorer at Microsoft Corp." Picking a mere 10 of those questions was not easy, and I wish Dean could have answered twice as many -- and so does he, but his schedule has been tight this week. Anyway, here are his answers to the Chosen Ten.
Music

Slashback: SCO, COPA, AllofMP3, Navier-Stokes, and More 144

Slashback tonight brings some clarifications and updates to previous Slashdot stories, including: IBM speaks about the SCO suit, another angle on COPA, AllofMP3 followups, Navier-Stokes solution withdrawn, a librarian's guided tour of Wikipedia, and the iPod's 5th anniversary. Read on for details.

Google Gets Slack with Software Updates 94

An anonymous reader writes "While Google's open source project titled 'Slack' was released over a year ago, last week's Australian Unix Users Group Conference marks the first time that Google has ever discussed the system in public. Corporate systems administrator Michael Still helped to illuminate a little bit about how Google uses Slack and how their network of computers fits together. From the article: '"Slack is a source deployment system and it's the way we install applications on servers," Still said, adding Slack is based around a centralized configuration repository which is then deployed onto selected machines in a "pull" method. Each of the "worker" machines asks for its new configuration regularly or when a manual command is run.'"

Slashdot Top Deals