/boot/grub/grub.cfg

b

boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1


Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html

























































b
sudo update-grub
古いカーネル削除synaptic
「検索対称」を「パッケージ名」
linux-image」で検索
削除後
sudo update-grub
sudo nano /boot/grub/menu.lst

Ubuntu8以前
boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1
LaTeX for Blogger with Google Chart API for Greasemonkey
http://userscripts.org/scripts/show/105016
LaTeX in Blogger with Google Chart API:Air bubbles from Shigerelloness
http://hi-im-shigerello.blogspot.com/2011/06/latex-in-blogger-with-google-chart-api.html
BloggerLaTeX 数式を挿入するユーザースクリプトLaTeX for Blogger with Google Chart API
http://www.kuribo.info/2011/07/blogger-latex-latex-for-blogger-with.html
Google Chart Tools / Mathematical (TeX) Formulas Image Charts (aka Chart API) - Google Code
http://code.google.com/intl/ja/apis/chart/image/docs/gallery/formulas.html

Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html

























































b

boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1


Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html
























































b


Bloggerモバイル
?m=1


Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/



/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html










































































scim-bridge
scim-anthy
sudo apt-get install scim-anthy scim-bridge-client-gtk


b

boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1


Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html

























































b
sudo update-grub
古いカーネル削除synaptic
「検索対称」を「パッケージ名」
linux-image」で検索
削除後
sudo update-grub
sudo nano /boot/grub/menu.lst

Ubuntu8以前
boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1
LaTeX for Blogger with Google Chart API for Greasemonkey
http://userscripts.org/scripts/show/105016
LaTeX in Blogger with Google Chart API:Air bubbles from Shigerelloness
http://hi-im-shigerello.blogspot.com/2011/06/latex-in-blogger-with-google-chart-api.html
BloggerLaTeX 数式を挿入するユーザースクリプトLaTeX for Blogger with Google Chart API
http://www.kuribo.info/2011/07/blogger-latex-latex-for-blogger-with.html
Google Chart Tools / Mathematical (TeX) Formulas Image Charts (aka Chart API) - Google Code
http://code.google.com/intl/ja/apis/chart/image/docs/gallery/formulas.html

Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html



Boutiques.com
http://www.boutiques.com/
Introducing Boutiques: a new way to shop for fashion online: Official Google Blog
http://googleblog.blogspot.com/2010/11/introducing-boutiques-new-way-to-shop.html
Google、ファッションアイテムのショッピングサイト「Boutiques.com」を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20101118/354279/



b



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html




b






/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアルゴリズム - MDC
http://developer.mozilla.org/Ja/The_Places_frecency_algorithm
"Frecency" is a concept that combines of frequency and recency.
https://wiki.mozilla.org/User:Mconnor/PlacesFrecency
Firefox 3のブックマークデータに関連するその他のテーブル - ZDNet Japan
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381905,00.htm?tag=zdnw




SQLite Database Browser オープンソース
SourceForge.net: SQLite Database Browser
http://sourceforge.net/projects/sqlitebrowser/





bot


Baiduspider
http://help.baidu.jp/system/05.html
Googlebot/2.1
http://www.google.com/bot.html
msn
msnbot-media
http://search.msn.com/msnbot.htm
Yahoo!+Slurp
http://help.yahoo.com/help/us/ysearch/slurp
09/22 一番乗りは(笑)Baidu.jp の検索エンジン
Baiduspider+(+http://help.baidu.jp/system/05.html
http://help.baidu.jp/system/05.html

Yahoo! Slurp―Yahoo!'s Web Crawler
http://help.yahoo.com/help/us/ysearch/slurp
http://help.yahoo.com/l/us/yahoo/search/webcrawler/


2008-09-22 GET /robots.txt - 80 - 66.249.71.235 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html
Googlebot/2.1
http://www.google.com/bot.html
You can verify that a bot accessing your server really is Googlebot by using a reverse DNS lookup,


Gigabot/3.0+
http://www.gigablast.com/spider.html

























































b

boot/grub/grub.cfg
sudo nano /boot/grub/grub.cfg


BigtablejQueryで操作できる「gaedirect」とは @IT
http://www.atmarkit.co.jp/fwcr/rensai2/gaedirect01/01.html



Bloggerモバイル
?m=1


Berners-Lee
ウェブが始まった日 WIRED
CERNで使用した『NeXTcube』。初のWebサーバとなった
http://wiredvision.jp/news/201011/2010113020.html



Linux のブート・マネージャー
ブート・プロセスの概要 LILOGRUB の詳細"
http://www.ibm.com/developerworks/jp/linux/library/l-lpic1-v3-102-2/




/boot/grub/grub.cfg
/boot/grub/grub.cfg

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda2)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 3844c23744c1f7a0
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set d81cf1c21cf19ba6
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdc2)" {
insmod part_msdos
insmod ntfs
set root='(hd2,msdos2)'
search --no-floppy --fs-uuid --set 409c5eeb9c5edb4c
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###



/boot/grub/menu.lst


grub
server:
(nano) /boot/grub/menu.lst
$ cd /boot/grub
$ sudo cp menu.lst menu.lst.old
$ sudo nano /boot/grub/menu.lst



## ## End Default Options ##
title Other operating systems:
root
# This entry automatically added by the Debian installer for $
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)

title Ubuntu 8.04.2, kernel 2.6.24-23-rt
root (hd0,4)





BookMark
SQLite Manager :: Firefox Add-ons
https://addons.mozilla.org/en-US/firefox/addon/5817




FirefoxアドオンのSQLite ManagerでPlacesを操作する - builder by ZDNet Japan

http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw
FirefoxアドオンのSQLite ManagerでPlacesを操作する - ZDNet Japan
"SQLite Managerでplaces.sqliteを開く
SQLite ManagerはFirefoxの拡張として動作するSQLiteデータベースの管理ツール"
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20381224,00.htm?tag=zdnw


Firefox 3のPlacesにSQLite Database Browserでアクセスしてみる -ZDNet Japan
\Application Data\Mozilla\Firefox\Profiles\ランダムのフォルダ名\places.sqlite
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380782,00.htm?tag=zdnw
Firefox 3:Placesデータの基本となるmoz_placesテーブル
http://builder.japan.zdnet.com/sp/firefox-3-for-developer-2008/story/0,3800087566,20380856,00.htm?tag=zdnw
Places frecencyアル