VMware Server v1.04 On Fedora 8 With Kernel 2.6.24
View original post
VMware Server v1.04 On Fedora 8 With Kernel 2.6.24
This document describes how to set up VMware Server v1.04 on Fedora 8 with the brand-new kernel 2.6.24 (2.6.24.3-12.fc8).
View source postFiled under Fedora | Comment (0)
Howto: Create ISO File From CD/DVD in Ubuntu Gutsy
View original post
Have a CD or DVD lying around that you are sick of putting in the drive every time you need something on the disc How about just making an .iso file that you can mount as you need? Or maybe you just want a “master” copy of the media so you can create another copy at a future date.
At any rate it is rather easy to accomplish in Ubuntu:
sudo umount /dev/cdrom dd if=/dev/cdrom of=file.iso bs=1024
You can also do the same with folders:
mkisofs -r -o file.iso /location_of_folder/
Don’t forget to make a checksum:
md5sum file.iso > file.iso.md5
View source postFiled under Ubuntu | Comment (0)
Goodbye, Ubuntu - Hello, Ubuntu
View original post
As half of the news we post here on Debian-news are Ubuntu-related, we have decided to put them in a place for themselves: Welcome to Ubuntu-news.net!
View source postFiled under Debian | Comment (0)
Bits from the armel porters
View original post
As you may have noticed, a new architecture, armel, has been added to Debian. Here are some highlights and a bit of information in a nutshell. For more details, refer to the wiki pages.
View source postFiled under Debian | Comment (0)