linux

n/a

MSFT Passes Out 16,000 SUSE Subs

Submitted by elmer on Sun, 12/31/2006 - 9:20pm.

A number of enterprise customers have already signed up for 16,000 of the 70,000 annual SUSE Linux enterprise subscription certificates Microsoft is offering under its recent, controversial deal with Novell. Heading the list of customers taking advantage of those certificates are Deutsche Bank AG, Credit Suisse and AIG Technologies, all of whom have welcomed the interoperability moves between Microsoft and Novell.

Microsoft Hands Out 16,000 SUSE Linux Subscriptions

Blogged with Flock

( categories: linux | microsoft | newsfilter | novell )

RHEL vs SUSE?

Submitted by callison on Wed, 07/12/2006 - 9:19am.

Have any of y'all compared RHEL to SLES? We've been running variants of
RedHat for years, but in looking at upgrading our Web server, I thought
it might be time to look at SuSE, too.

Any commentary on the two distros would be appreciated...

James

James P. Callison, MCP+I, MCSE
Network Administrator/Webmaster
The University of Oklahoma Law Center ITS
callison@www.law.ou.edu
The moral of the story is simple but it's true
The stars might lie, but the numbers never do
-- Mary Chapin Carpenter, "I Feel Lucky"

( categories: linux | teknoids )

Oracle aggressively moving into content management space

Submitted by bchapman on Thu, 06/22/2006 - 8:43am.

Oracle Trumpets Content Management 'for the Masses'By John PallattoJune 15, 2006 Be the first to comment on this articleREDWOORD SHORES, Calif.—Not content to control half of the relational database market, Oracle on June 14 introduced two enterprise content management products aimed at enabling corporations to move more text documents and other unstructured data into computerized repositories.

Oracle Trumpets Content Management 'for the Masses'



Document management systems seemed to be on many peoples' minds at the CALI conference. Rich McCue mentioned his very successful use of Sharepoint services and also clued me into Alfresco. Both look very interesting.

technorati tags:,

( categories: linux | microsoft )

CALIoppix v3

Submitted by hbieber on Mon, 06/12/2006 - 8:41pm.

CALIoppix v3 has been released. The iso is available at: http://www.teknoids.net/files/calioppix3.iso

There has been a big change on the front of writing to NTFS. Formerly captive NTFS was the program to use, but Knoppix v4 was released with Fuse. Fuse works more consistantly with NTFS. There is a password resetting program available on the CALIoppix CD, if you go to /cdrom/KNOPPIX/passwords there is a text file that explains how to reset any user password.

Thanks, Harold

Harold Bieber

( categories: linux | teknoids )

HP Brings Carrier Grade Linux to Debian

Submitted by elmer on Mon, 06/05/2006 - 7:56pm.

In a move calculated to expand Carrier Grade Linux's (CGL's) developer and user communities, HP has registered Debian's "Sarge" distribution with version 2.02 of the OSDL's CGL specification, and started a Carrier Grade subproject within Debian. Debian-CGL offers an intermediary choice between commercial CGL distributions and "rolling your own," according to the OSDL.HP has long used Debian as the basis for custom Linux OSes delivered to its telecom customers. Alan Meyer, R&D manager for Linux/OSS at HP, explains, "Red Hat and SUSE are our premier partners. If a customer can meet their needs with [these] off-the-shelf distros, great. If not, we start with Sarge, and based on customer RFQs, create a modified version of Linux that we deliver electronically to them."

HP unveils Carrier Grade Debian

( categories: cooltools | linux )

Use Knoppix to Run Dell OM From CD

Submitted by elmer on Mon, 05/01/2006 - 9:19am.

Sven Hergenhahn created a live CD based on Knoppix 3.4 that allows you to run Dell OpenManage directly from the CD.

Dell - Dell Linux - Blog

 

 

( categories: cooltools | linux )

Calioppix v3??

Submitted by Bieber, Harold on Thu, 04/27/2006 - 8:42am.

I am trying to figure out if there is an interest in Calioppix v3 for
this years conference. Just let me know if you find it valuable and
would like a v3.

Thanks
Harold

Harold Bieber
Senior Systems Administrator
Emory University School of Law
404-727-7193
harold.bieber@law.emory.edu

( categories: cooltools | linux | security | teknoids )

Boot Knoppix From USB Flash Drive

Submitted by elmer on Wed, 04/19/2006 - 2:56pm.

How to boot Knoppix 4.0 from a USB Flash Drive - Good step-by-step for putting Knoppix on a USB flash drive from windows and configuring the flash drive to boot into linux.

 

( categories: cooltools | linux )

Recipe to generate automatic responses to emails

Submitted by bchapman on Tue, 04/04/2006 - 3:40pm.

Assume that you have a mail server running linux and sendmail and using procmail for its local delivery agent.

If you follow this how-to, you can set up an auto-responder system with very little fuss.

One reason to set something like this up would be if you are moving from an email-based help system like "help@law.emory.edu" to a web-based system like "http://help.emory.edu" to enter in help desk requests. This allows you to send back a message to the user suggesting a link to the new system.

A small change from the excellent how-to

If procmail is the default local delivery agent, as I believe it is on RedHat, then you do not need the ".forward" file at all. All you need to create is the .procmailrc recipe.

You may be thinking that this is overkill for such a simple task. However, it's useful for situations where you want to try to assist users by guessing their request type. For example, you might want to add a different stanza for users whom you suspect are trying to order toner. So, you could craft something like:

( categories: linux )

Date calculations with phpBB database using mysql

Submitted by bchapman on Tue, 04/04/2006 - 9:39am.

I need a place to stash bits of information, so I thought I would use Elmer's blog thingy.

Suppose that you need to see who has accessed a phpBB board in the last 30 days. Perhaps you're trying to decide whether this is a service that you want to continue to support. Last access time is stored in unix time format (seconds since the epoch) in a field user_lastvisit. This does the trick:


select username,from_unixtime(user_lastvisit) from phpbb_users 
where date_sub(curdate(),interval 30 day)<=from_unixtime(user_lastvisit)
order by user_lastvisit;

You get back something like this:

aluxenb2006-03-29 22:36:30
dzytnic2006-03-30 00:32:55
wcline2006-03-30 10:41:03
ejkim72006-03-31 09:12:07
bjchapm2006-04-04 10:11:47

See the mysql documentation for more.

( categories: linux )

Novell Announcements At LinuxWorld

Submitted by elmer on Mon, 04/03/2006 - 7:29pm.

Novell opened the LinuxWorld Conference here with the introduction April 3 of the beta program for Mono 1.2, its open-source implementation of the Microsoft .Net Framework designed to help corporate IT and ISV developers migrate existing .NET applications to Linux and build new Linux and cross-platform applications.Novell also announced it is developing a new Linux build service framework and disclosed details about the availability of SUSE Linux 10.1, the newest version of its community Linux distribution.ADVERTISEMENT ADVERTISEMENT

LinuxWorld: Novell Tunes Linux for .Net, Enterprise Desktops

 

 

technorati tags: , ,

( categories: cooltools | linux | newsfilter | novell )

MSFT Offers Virtual Server For Free, Adds Linux Support

Submitted by elmer on Mon, 04/03/2006 - 9:49am.

Microsoft announced at LinuxWorld on Monday that it is making the enterprise version of its Virtual Server 2005 R2 product available as a free download. Microsoft also plans to offering support for Linux as a Virtual Server guest operating system;

Microsoft 'Frees' Virtual Server; Adds Linux Support

 

 

technorati tags: , ,

( categories: linux | microsoft )

1Tb NAS for Around $500!

Submitted by elmer on Tue, 03/28/2006 - 7:29pm.

How To: A Complete Terabyte File Server For About $500 - Great article, with pictures, on how to assemble a generic PC with 1 terabyte of storage for about $500.  IF you have a little play in your budget this is a great learning project which can also provide the benefit of providing you with some handy network storage.

( categories: cooltools | linux | microsoft )

Personal Online Desktop?

Submitted by elmer on Wed, 03/22/2006 - 12:18pm.

With CosmoPOD, you get the same desktop, whenever, wherever. Your desktop lives online, so its not glued to the computer you happen to be using.

CosmoPOD.com

 
This seems interesting.  Uses the NoMachine client to run a linux desktop from a remote server.  One does wonder about the online casino sponsors.

technorati tags:

( categories: cooltools | linux )
XML feed