Archive for April, 2007
Software AG Acquires webMethods
Huh: Software AG Europe’s largest systems software and Service-Oriented Architecture (SOA) provider, and webMethods, Inc. (NASDAQ: WEBM), a leading business integration and optimization software company, today announced that they have entered into a definitive agreement for Software AG to acquire webMethods in a cash tender offer for $9.15 per share or approximately $546 million.
virtualization.info
Ubuntu startup services
Easy way to decide what runs at boot: sudo apt-get install rcconf sudo rcconf Simple but effective text mode UI to enable/disable startup services. Since Ubuntu runs at level 2, this really means renaming files in /etc/rc2.d, changing S##name to K##name or vice versa. I’ve looked, yet to find something else to do this. Update: [...]
Yes, Ubuntu
I decided I didn’t need to reformat a Tivo hard drive again (another tale), so I reassembled my old Dell PC CPU: Pentium II 400MHz RAM: 384MB Disk: 14GB / 30GB / 30GB (an IBM and 2 Maxtors) CD: DVD-ROM (IDE) and CD-RW (SCSI) Video: nVidia GeForce FX 5700LE Network: 3Com 3C905B (100Mb) Audot: SBLive [...]
Mount SMB on Ubuntu
The basics: Login as rootsu Install smbfs (if necessary)apt-get install smbfs Create the local mount pointmkdir /mnt/bleh Define the mount (add to /etc/fstab, where @ is a tab)//server/share@/mnt/bleh@smbfs@rw,users,auto,credentials=/root/.smbcredentials@0@0 Create the credentials:echo username=thesmbuserid >/root/.smbcredentials echo username=thesmbpassword >>/root/.smbcredentials chmod 600 /root/.smbcredentials That creates a mount for the share that any user can mount or umount (users), that’s [...]

