TOP

Google Tag Manager

ラベル Chrome の投稿を表示しています。 すべての投稿を表示
ラベル Chrome の投稿を表示しています。 すべての投稿を表示

2016年6月6日月曜日

【アラヤダ気持惡い】レス数チャート for 全板【誰コレ?薄気味惡い】2ちゃんねる定点観測だとさ。知らんわコンナ人〆

何の意味があるのですかね???????????????????????????????????????????????????????????

まだ規制解除しんのか。
なんでだ。コノヤロウ。

レス数チャート for 全板
http://merge.geo.jp/history/benkei/

2ch全板の書き込み数
http://merge.geo.jp/history/sboard/


2ch書き込み数ランキング
http://merge.geo.jp/history/count7r/

バーボンハウス観測所
http://bbon.geo.jp/

規制リスト!
http://qb7.2ch.net/_403/madakana.cgi




弁慶どもが夢の跡
このチャートへのリンク

戻る

2015年12月3日木曜日

Google chromeをCentOS6/7にインストール

ちゃろめをCentOSにもインスコしましょう


How to install Google Chrome 28+ on RHEL/CentOS 6 or 7
http://chrome.richardlloyd.org.uk/


The download

It's recommended that you "yum update" (and reboot if this installs a new kernel) before you download and run the script below. This will often fix previously known issues when running Google Chrome.

install_chrome.sh 7.21 (23rd July 2015 - updated 64-bit CentOS libstdc++ downloadable library courtesy of gcc 5.2.0)

It's a bash shell script, so you download and run it as root as follows:

chmod u+x install_chrome.sh
./install_chrome.sh

The script has optional command line arguments - here's the output of "./install_chrome.sh -h":


Syntax: ./install_chrome.sh [-b] [-d] [-f [-f [-f]]] [-h] [-n] [-q] [-s]
        [-t tmpdir] [-u] [-U]

-b (or --beta) will switch to beta versions (google-chrome-beta).
-d (or --delete) will delete the temporary directory used for downloads
   if an installation was successful.
-f (or --force) forces an automatic "y" for any interactive prompting
   except for OS mismatch/OS upgrade/reboot prompts. Specify -f twice to force
   it for OS mismatches or OS upgrades as well and three times for reboots
   on top of that.
-h (or -? or --help) will display this syntax message.
-n (or --dryrun) will show what actions the script will take,
   but it won't actually perform those actions.
-q (or --quiet) will switch to "quiet mode" where minimal info is displayed.
   Specify -q twice to go completely silent except for errors.
-s (or --stable) will switch to stable versions (google-chrome-stable),
   which is the default if -b or -U haven't previously been specified.
-t tmpdir (or --tmpdir tmpdir) will use tmpdir as the temporary directory
   parent tree rather than $TMPDIR (if set) or /tmp.
-u performs an uninstallation of Google Chrome and chrome-deps rather the
   default action of an installation.
-U (or --unstable) will switch to unstable versions (google-chrome-unstable).