Lady First 專欄 (46)



我有一位朋友叫CC,她在澳洲留學,和男友同居於他父母名下的物業四年多。不過, 她每月有交租予男友,租住屋內的其中一間房,但沒簽租約。男友是澳洲白人,跟CC一樣,都是大學生,「電車男」一名,課餘

以無聊抗無聊

highnoon_poster2_co

( 原刊 AV Magazine 15-05-2009 )

我自問不瞭解時下年輕人的心態,看《愛鬥大》 時無法理解那些無聊遊戲的意義。

朋友J 工作上經常接觸年青人,和他飲茶吹水時,他會告訴我一些年青人故事,聽得我很感動。

故事兩則:少


Why df on an NFS-mounted ZFS filesystem can give odd results

Suppose that you have a ZFS pool with various filesystems, and whilethe filesystems have data in them, you're just using the pool as acontainer; the top level pool filesystem has no data itself. In thissituation, a df of the pool on the Solaris host will show somethinglike:

Filesystem  size  used  availtank01      300G   20K    40G

Translated, we can see that the pool itself is 300G, the pool's toplevel filesystem has nothing


It’s not about the Coffee — 先針對人才針對事的企管學

Starbucks近年四面受敵,競爭對手排住隊打崩頭地以「味道同你相差無幾但係又平過你吹咩」的姿態出現,再加上發展速度太快,導致部份分店經營不善,生意、口碑和股價一齊下滑。

但都是Steve Jobs惹的禍,他令不少已退役的CEO,以為他

Continue reading...

得個「知」字 -《地球毀滅密碼》

《地球毀滅密碼》(Knowing) 看似又是一齣災難片,裏面的災難場面也的有夠寫實震撼,但卻沒有一般災難片的格局,反而是走懸疑驚慄路線,一路隨著主角,追縱滅世密碼。如果說災難不是重點,那麼它背後有沒有甚麼想說的?

[


Fixing your system after hitting the RAID growth gotcha

The easiest way to dig yourself out of the hole created by the RAIDgrowth gotcha is probably to use a live/rescue CD.But let us suppose that you don't have one handy, which was the casefor me yesterday. Further let us suppose that you have /boot as a separate filesystem , not as part of the rootfilesystem (if this is not the case, you absolutely need a rescue CD;sorry).

The basic goal is to rebuild a version of your current initrd that has


Booting a Linux system without a root mirror

Suppose that you have a system with a mirrored root filesystem and,for some reason , you need to boot it withoutthe mirror being available. At one level, this is very easy; all youneed to do is to find the partition of one of the mirrors and specifyit as the filesystem root device on the kernel command line with' root=/dev/sdXX '.

This works because while software RAID embeds its own metadata in thepartitions, it puts the metadata at the end of the partition,


逞強

常常拒絕逞強,有些時候,更喜歡示弱。

例如,遇到自以為什麼都知道的“消息靈通人士”或“理論家”,無論對方說什麼,不必爭辯,任由對方發揮,只做聽眾,還不忘頻頻點頭。對方說得對固然於你有益,如果那人分明在胡

事先張揚整容事件---5/13做加深眼皮的小手術

現在化妝上鏡:
(不知為何一畫了眼線,眼睛就變得很小很小。和我本來不化妝的時候差太遠了!!!)
From Elle Blog
加深雙眼皮之後化妝上鏡:
(暫時是癡了膠紙,手術後會變成這個模樣。)
Continue reading...

A serious gotcha with growing software RAID devices

Suppose that you have a fully mirrored system and you want to expandyour available space by migrating to a pair of larger hard drives. Theobvious way to do this is fairly straightforward, assuming that youcan connect all of your drives at once: partition the new drives (withlarger partitions for at least some of your software RAID devices), addthe new partitions to the appropriate MD device, let things resync, andthen detach the old disks (and eventually physically remove them).

(Hopefully the obvious way