OLPC Bitfrost – OLPC

There are five broad categories of “bad things” that running software could do, for the purposes of our discussion. In no particular order, software can attempt to damage the machine, compromise the user’s privacy, damage the user’s information, do “bad things” to people other than the machine’s user, and lastly, impersonate the user.

via OLPC Bitfrost – OLPC.

HP Is Keeping webOS, but Veer-Sizing It as Open Source Project

The company is hanging on to the mobile operating system, according to multiple sources, but will submit it to the open source community. HP plans to make the source code available to software developers under an open source arrangement, which will give other hardware manufacturers the ability to work with it.

via HP Is Keeping webOS, but Veer-Sizing It as Open Source Project – Ina Fried and Arik Hesseldahl – Mobile – AllThingsD.

Re-scan the SCSI bus in Linux after hot-swapping a drive

A better way to find out the correct host controller:

# udevadm info -a -p /sys/class/scsi_generic/sg0

where sg0 is the device node of which you’d like to know the corresponding SCSI controller – down that tree you will find hostX mentioned as part of the device path.

And thanks for the rescanning tip, it saved my day.

via Re-scan the SCSI bus in Linux after hot-swapping a drive | Racker Hacker.

Re-read The Partition Table Without Rebooting Linux System

partprobe command is part of GNU parted software. parted is a disk partitioning and partition resizing program. It allows you to create, destroy, resize, move and copy ext2, ext3, linux-swap, FAT, FAT32, and reiserfs partitions. It can create, resize and move Macintosh HFS partitions, as well as detect jfs, ntfs, ufs, and xfs partitions. It is useful for creating space for new operating systems, reorganising disk usage, and copying data to new hard disks.

via Re-read The Partition Table Without Rebooting Linux System.

# partprobe /dev/sdX