henbeibi

Thursday, May 29, 2008

BBCNEWS20080530

Actress Sharon Stone has been dropped by cosmetics firm Christian Dior from its Chinese adverts following remarks she made about the recent earthquake.

The firm's Chinese office also issued a statement attributed to Stone, in which she apologised for saying the disaster could have been the result of "karma".

In it, Stone said she was "deeply sorry" that her remarks, made in a TV interview last week, caused anguish.

The quake struck south-west China on 12 May, and has claimed 68,000 lives.

Relief work

Stone, 50, models for Christian Dior, and the company's Shanghai office issued her apology.

"Due to my inappropriate words and acts during the interview, I feel deeply sorry and sad about hurting Chinese people," the statement said.

"I am willing to take part in the relief work of China's earthquake, and wholly devote myself to helping affected Chinese people."

Dior's China branch also distanced itself from Stone's remarks.

"We don't agree with her hasty, unreflecting remarks and we deeply regret them," it said in a Chinese-language statement.

"We absolutely do not support any remark that hurts the Chinese people's feelings."

Stone made the controversial remarks at the Cannes Film Festival last week, leading to pledges by some Chinese cinemas not to show her films.

"I'm not happy about the way the Chinese are treating the Tibetans because I don't think anyone should be unkind to anyone else," Stone told a Hong Kong TV crew.

"And then all this earthquake and all this stuff happened, and I thought, 'is that karma - when you're not nice that the bad things happen to you?'"

Around 20,000 people are still missing following the earthquake, with five million left homeless.

Wednesday, May 28, 2008

BBSNEWS20080528

Historic China-Taiwan summit held

The head of Taiwan's ruling party has met with Chinese President Hu Jintao in the highest-level encounter since the two sides split in 1949.

Kuomintang (Nationalist Party) Chairman Wu Poh-hsiung is in China for a six-day landmark visit to discuss cross-strait transport links.

The trip is being seen as another sign of warming ties between the two sides.

Taiwan's new president, Ma Ying-jeou, has called for a new "chapter of peace" to be opened.

As he left Taiwan on Monday, Mr Wu said his 16-member delegation bore a great responsibility.

"I hope the visit will help develop positive cross-strait ties, ensure security of Taiwan people, maintain welfare of Taiwan people and push for the government's China policy," he said.

On Tuesday Mr Wu held talks with Jia Qinglin, a high-ranking Communist Party official.

The agenda included establishing direct cross-strait flights and allowing more Chinese tourists into Taiwan.

The BBC's Caroline Gluck in Taipei says Mr Wu is not authorised to sign any documents with Chinese officials.

And some analysts have said that China is calling the shots by allowing this high profile meeting to take place before a visit by the head of Taiwan's semi-official body, the Straits Exchange Foundation, the only organisation designated by Taipei to hold negotiations with Beijing in the absence of official contacts.

Nevertheless Mr Ma has said he welcomes this latest visit, our correspondent adds.

He says contacts between the two sides' ruling parties could serve as what he calls a "second track" in helping to improve and promote friendlier relations between Taiwan and China.

China says that Taiwan is part of its territory, although the two have been separately governed since 1949.

Beijing has previously threatened to attack Taiwan if the self-ruled island ever proclaimed independence.

Labels:

Monday, May 26, 2008

LPIC101_2

                                                                 
  Linuxのインストールには、少なくともルートパーティション(/)とスワップ領域が必要    
                                                                 
  スワップ領域のサイズは、搭載メモリ量と同等~2倍程度を目安とします。            
                                                                 
  中大規模のサーバーでは、/varや/homeは/とは別のパーティションを準備して利用する    
    ことが望まれる。/varに格納される各種ログやメールデータ、/homeに格納される      
    各ユーザーのホームディレクトリは、大きな容量が必要とされると同時に、肥大化      
    しやすいためである。                                              
                                                                 
  LILO(Linux Loader)の設定ファイル/etc/lilo.confを編集した場合、liloコマンドで変更  
    を反映させる                                                    
                                                                 
  LILOブートローダーは、次のような場所にインストールすることができる            
    MBR(ハードディスクのマスターブートレコード)                          
    ハードディスクのLinuxルートパーティション                            
                                                                 
  LILOの設定ファイルは、/etc/lilo.confgです。                            
    パラメータ 説明            
    boot ブートセクターを含むデバイス名            
    timeout プロンプト時の入力待ちタイムアウト時間(1/10秒)            
    prompt ブート時にプロンプトを表示して入力を要求する            
    default デフォルトで起動するカーネルのラベル            
    append 起動時にカーネルに渡すパラメータ            
    read-only ルートファイルシステムを読取専用でマウントする            
    map マップファイルの指定(デフォルトは/boot/map)            
    image Linuxのカーネルイメージ            
    label ブートイメージのラベル            
    initrd 初期RAMDISKの読み込み指定            
    root ルートファイルシステムのデバイス名            
                                                                 
    lilo.confの設定例                                              
    boot=/dev/hda                                                  
    timeout = 50                                                    
    prompt                                                        
      default = linux                                                
      append = "apm=on mem=256m"                                        
      read-only                                                    
    map=/boot/map                                                  
    install=/boot/boot.b                                              
                                                                 
    image=/boot/vmlinuz-2.4.18-1                                        
      label = linux                                                
      initrd = /boot/initrd-2.4.18-1                                    
      root = /dev/hda5                                              
                                                                 
                                                                 
                                                                 
                                                                 
                                                                 
                                                                 
  GRUB(Grand Unified Bootloader)をインストールするには、                    
    grub-installコマンドを使う                                          
    grub-install /dev/hda                                        
                                                                 
  GRUBの設定ファイルは、/boot/grub/grub.confです。                          
    パラメータ 説明            
    timeout メニューを表示している時間(秒)            
    default デフォルトで起動するエントリの番号            
    title メニューに表示されるエントリ名            
    root ルートデバイスの指定            
    kernel 起動するファイルの指定            
    makeactive ルートパーティションのアクティブ化            
    chainloader 指示されたセクターの読み込みを実行            
    hiddenmenu 起動時の選択メニューを表示しない            
                                                                 
    grub.confの設定例                                              
    boot=/dev/hda                                                  
    default = 0                                                    
    timeout = 5                                                    
    splash-image=(hda,0)/grub/splash.xpm.gz                                
                                                                 
    title CentOS (2.6.9-22nz)                                          
      root (hda,0)                                                  
      kernel /vmlinuz-2.6.9-22n1 ro root=/dev/hda1                          
      initrd /initrd-2.6.9-22nz.img                                      
    title CentOS (2.6.9-11.EL)                                          
      root (hda,0)                                                  
      kernel /vmlinuz-2.6.9-11.EL ro root=/dev/hda1                          
      initrd /initrd-2.6.9-11.EL.img                                    
                                                                 
                                                                 

Labels:

BBCNEWS20080527

Peacekeepers 'abusing children'

Children as young as six are being sexually abused by peacekeepers and aid workers, says a leading UK charity.

Children in post-conflict areas are being abused by the very people drafted into such zones to help look after them, says Save the Children.

After research in Ivory Coast, southern Sudan and Haiti, the charity said an international watchdog should be created to deal with the issue.

The UN has said it welcomes the report, which it will study closely.

Save the Children said the most shocking aspect of child sex abuse is that most of it goes unreported and unpunished, with children too scared to speak out.

No support

A 13-year-old girl described to the BBC how 10 UN peacekeepers gang-raped her in a field near her Ivory Coast home, and left her bleeding, trembling and vomiting on the ground.

No action has been taken against the soldiers.

The report also found that aid workers have been sexually abusing boys and girls.

After research involving hundreds of children from Ivory Coast, southern Sudan and Haiti, the charity said better reporting mechanisms needed to be introduced to deal with what it called "endemic failures" in responding to reported cases of abuse.

It also said efforts should be made to strengthen worldwide child protection systems.

Heather Kerr, Save the Children's Ivory Coast country director, says little is being done to support the victims.

"It's a minority of people but they are using their power to sexually exploit children and children that don't have the voice to report about this.

"They are suffering sexual exploitation and abuse in silence."

Save the Children says the international community has promised a policy of zero-tolerance to child sexual abuse, but that this is not being followed up by action on the ground.

A UN spokesman, Nick Birnback, said that it was impossible to ensure "zero incidents" within an organisation that has up to 200,000 personnel serving around the world.

"What we can do is get across a message of zero tolerance, which for us means zero complacency when credible allegations are raised and zero impunity when we find that there has been malfeasance that's occurred," he told the BBC.

exploit[use well]
to use something for advantage:
We need to make sure that we exploit our resources as fully as possible.

exploit[use unfairly]
to use someone or something unfairly for your own advantage:
Laws exist to stop companies exploiting their employees.

zero tolenrance
when all criminal or unacceptable behaviour, even if not very serious, is punished severely:
The police are exercising a new policy of zero tolerance against motoring offenders.

Labels:

LPIC101_1

                                                                 
  BIOSセットアップで設定できる項目                                    
      日付や時刻の設定(ハードウェアロック)                            
      ディスクドライブや各種デバイスのパラメータ                          
      電源管理の設定                                              
      起動ドライブの順序                                            
      デバイスへのIRQの割り当て                                      
      各種デバイスの使用/不使用                                      
                                                                 
  SCSIディスクは、最大16のサブデバイスに分割できます。                      
    そのうち1つはデバイス自身に、残りの4つは基本パーティションに使用されます。      
    よって、1台のSCSIハードディスクで利用できる最大論理パーティション数は11です。    
                                                                 
  scsi_infoコマンドで、SCSI IDやデバイスのモデル名などの情報を
               
    表示することができます。                                          
    # /sbin/scsi_info /dev/sda                                          
                                                                 
  SCSIデバイスのバス幅                                              
    SCSI-1、Fast SCSI、Ultra-SCSIは7で、ほかはすべて15です。                    
                                                                 
  ひとつめのシリアルポートを示すデバイスファイルは                          
    /dev/ttyS0                                                    
                                                                 
  USB(Universal Serial Bus)の特徴                                    
      最大127台のUSBデバイスを接続可能                                
      さまざまなUSBデバイスを同一のコネクタで接続可能                      
      ホットプラッグ対応                                            
      プラグ&プレイをサポート                                      
      USBポートからUSBデバイスへの電源を供給可能                          
                                                                 
  USB機能をコントロールデバイスであるUSBコントロールでは、下記の種類があります。    
      UHCI(1.1)                                                  
      OHCI(1.1)                                                  
      EHCI(2.0)                                                  
                                                                 
  USB関連の各コマンド                                              
      USBコントローラを確認するには                                    
        dmesg | grep usb                                            
        lspci -v | grep -I usb                                      
                                                                 
      USBモジュールを手動でロードするには                              
        modprobe usb-uhci                                          
                                                                 
      USBデバイス情報を表示するには                                    
        lsusb                                                    
                                                                 
      USBデバイスが使用しているカーネルモジュールを表示するには              
        usbmodules --device /proc/bus/usb/002/002