Author: JT Smith
However, due to a misconfiguration, it is possible for remote attackers to gain access to the ‘nobody’ account and run programs or further exploits on the attacked machine.” Full details at Help Net Security.
Author: JT Smith
Author: JT Smith
Category:
Author: JT Smith
Author: JT Smith
“Yep. You read correctly. Because of the economy and everything else, ITw could no longer support our
endeavors to become one of the best Linux sites. Thankfully JavaWorld will be retained, but UnixInsider also
becomes a casualty. A bit of OK news is that LinuxWorld.com will live on in an abridged fashion on ITw.
However, things will never be the same, and I know we all know that, but we’ll do the best we can. There’s
much more to say, but I’m afraid an email can’t do it justice.”
LinuxWorld columnist Joe Barr, one of many who received this sad message, told us (via email), “I will
continue my column for ITWorld, at least for the time being.” But he added, “LinuxWorld going down is a big
bummer for me, I’ve been with them since they opened.”
LinuxWorld, Unix Insider, and ITWorld are all owned by IDG, a worldwide information conglomerate
headquartered in Boston, Mass., that publishes (according to its Web site), “more than 290 publications in 75
countries, read by more than 90 million people each month.” IDG also owns research firm IDC, promotes trade
shows and expositions, and publishes books (including the famous “For Dummies” series, among other
activities.
Update 1425 US EST: Former LinuxWorld Editorial director Nick Petrley’s column will be appearing on ITWorld even though its original “home” is sailing into the digital sunset.
NewsForge editors read and respond to comments
posted on our discussion
page.
Category:
Author: JT Smith
Author: JT Smith
Category:
Author: JT Smith
Category:
Author: JT Smith
The 1.0.0-beta1 version of Midori Linux, formerly called Mobile Linux, is available for download today at http://midori.transmeta.com/downloads.shtml.
Maybe because of Torvalds’ proximity to the project, Midori has generated a lot of buzz, even though several other “small Linux” projects exist. Already, a couple of companies have lined up to use Midori in their devices. Listed on the Midori in use page are Gateway’s Connected Touch Pad, a small, mobile Web device using America Online as its ISP, and the similar Hitachi FLORA-ie 55mi. Says the Midori site: “We feel that there are many unexplored uses of Midori. More than once, we have been pleasantly surprised when finding out that Midori (or technology from Midori) is being used somewhere we didn’t expect it to be used.”
Midori Linux, released under the GNU General Public License, includes “a build system, a Linux kernel with memory- and storage-conserving features, and system-level support for normal Linux software on platforms which might otherwise require custom ’embedded’ applications” according to the Midori Web site.
The Midori team, hosted at SourceForge, also has started a wishlist of future projects, the first item a router based on Midori. “Midori is small and ideal for tight environments. A router is a perfect application to take advantage of these benefits. Some possibilities include GNU Zebra,” says the wishlist page. GNU Zebra is a free routing software project.
For documentation the the Midori projects, go to http://midori.transmeta.com/manual/. The page even has a neat logo: a space-suited, green-haired woman apparently using Midori on a wrist device. For Midori bug-tracking, go to the SourceForge Midori tracking page.
NewsForge editors read and respond to comments
posted on our discussion
page.
Category:
Author: JT Smith
Eazel will release Nautilus 1.0 as a free download this week, said Tom
Goguen, director of product management at the Mountain View,
California, company.”
Category:
Author: JT Smith
Why install CPAN?
Quite simply CPAN.pm takes care of those piddling details which can make perl module installation so painful – it will find, ftp, decompress, install and make any module you want, as well as checking you also have any modules further up the chain of inheritance, stopping runtime errors on scripts which are trying to USE modules which themselves USE modules that you didn’t know you needed to install (Net::FTP is a good example of this fish hook behaviour as it basically inherits from Net::cmd, and without that you get nothing but a nice cascade display).