久々に64bitをクリーンインストールして、flashをアップデートしようとしたら
# update-pepperflashplugin-nonfree --status
ERROR: failed to retrieve status information from google : W: 以下の鍵 ID に対して利用可能な公開鍵がありません:
1397BC53640DB551
ちなみにリポジトリに
deb http://ftp.debian.org/debian jessie-backports main
だけでは、pepperflashが入ってなくて
deb http://ftp.jp.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://ftp.jp.debian.org/debian/ jessie-backports main contrib non-free
を追加しないと入ってなかったw
そして
1397BC53640DB551の公開鍵をググってこれをやった
# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
ダメだった
そして更にぐぐってようやく解決となる記事を見つけてこれを実行
# gpg --keyserver pgp.mit.edu --recv-keys 1397BC53640DB551
# gpg --export --armor 1397BC53640DB551 | sudo sh -c 'cat >> /usr/lib/pepperflashplugin-nonfree/pubkey-google.txt'
これでようやく出来た
そんでインストール
# update-pepperflashplugin-nonfree --install
chromiumのflashがバッチリ、バージョン21になった
jessie
参考記事: http://arekorebibouroku.hateblo.jp/entry/2016/05/08/115725
2016年5月28日土曜日
2016年3月15日火曜日
[Debian Linux] 旧バージョンの google chrome 32bit版を使う
なぜか最新のgoogle chrome32bit版が公式からリリースされなくなってダウンロードもできなくなった(64bit版は可能)
(32bitマシンでchromiumを使おうと思ったがpepperflashのバージョンが古くて?か不具合なのか? youtube意外うごかなくてgoogle chromeを使おうと思ったのが発端だ)
だから旧バージョンをインストール
問題なく使用できた
ここから拾ってきた
http://google-chrome.jp.uptodown.com/ubuntu/old
念の為、一番新しい旧バージョンのダウンロードリンクを貼っておく
https://drive.google.com/file/d/0B0bNB2AVimARUnVIQ1hSM3ZlQnM/view?usp=sharing&resourcekey=0-KsVyG-ixhrYoYALoMbwxTw
だけどflashのバージョンは17なので、最新のflashやunityなど使うとしたら
iceweasel (firefox) にpipelight を入れるしかないだろう
http://pipelight.net/cms/installation.html
(32bitマシンでchromiumを使おうと思ったがpepperflashのバージョンが古くて?か不具合なのか? youtube意外うごかなくてgoogle chromeを使おうと思ったのが発端だ)
だから旧バージョンをインストール
問題なく使用できた
ここから拾ってきた
http://google-chrome.jp.uptodown.com/ubuntu/old
念の為、一番新しい旧バージョンのダウンロードリンクを貼っておく
https://drive.google.com/file/d/0B0bNB2AVimARUnVIQ1hSM3ZlQnM/view?usp=sharing&resourcekey=0-KsVyG-ixhrYoYALoMbwxTw
だけどflashのバージョンは17なので、最新のflashやunityなど使うとしたら
iceweasel (firefox) にpipelight を入れるしかないだろう
http://pipelight.net/cms/installation.html
こちらも問題なく使用できた
jessie
2016年2月21日日曜日
[Debian Linux]アメーバピグの文字化けを治す!
PC版アメーバピグのチャットでなぜか☒☒☒☒☒と表示されてしまう
スマホ版をPCのブラウザで表示させたときは文字化けしないのだが...なぜだ
Debian以外の人はパッケージ名が若干違うかもしれない
次に下記のコマンドを上から順番に実行する
Debian以外の人は、TakaoPGothic.ttf と uming.ttc の場所が違うかもしれないので、違う場合はファイルバスを書き換えて実行して
以上でPCを再起動してピグを開いたら文字化けが治った!
因みに動作確認をしたブラウザはChromium と google-chrome の64bit版
こういう姑息な改悪というか妨害は、仕方なくWindowsを買わせるための工作なんだろうねぇw
参考サイト:http://ameblo.jp/magi-alphard/entry-11635128445.html
http://ameblo.jp/magi-alphard/entry-11883672631.html
https://forums.ubuntulinux.jp/viewtopic.php?id=16476
https://sites.google.com/site/tetsuroweb/home/software/ubuntu/tips/flash-char-garbled
jessie
スマホ版をPCのブラウザで表示させたときは文字化けしないのだが...なぜだ
✱この画像は拾い画です^^; 知恵袋から
解決策
まずは、fonts-takao-gothicをインストールしよう
Debian以外の人はパッケージ名が若干違うかもしれない
次に下記のコマンドを上から順番に実行する
# apt-get update
# apt-get install fonts-arphic-uming
# fc-cache -fv
# cd /usr/share/fonts/truetype/arphic
# cp -p ../takao-gothic/TakaoPGothic.ttf uming.ttc
# apt-get install fonts-arphic-uming
# fc-cache -fv
# cd /usr/share/fonts/truetype/arphic
# cp -p ../takao-gothic/TakaoPGothic.ttf uming.ttc
Debian以外の人は、TakaoPGothic.ttf と uming.ttc の場所が違うかもしれないので、違う場合はファイルバスを書き換えて実行して
以上でPCを再起動してピグを開いたら文字化けが治った!
因みに動作確認をしたブラウザはChromium と google-chrome の64bit版
こういう姑息な改悪というか妨害は、仕方なくWindowsを買わせるための工作なんだろうねぇw
参考サイト:http://ameblo.jp/magi-alphard/entry-11635128445.html
http://ameblo.jp/magi-alphard/entry-11883672631.html
https://forums.ubuntulinux.jp/viewtopic.php?id=16476
https://sites.google.com/site/tetsuroweb/home/software/ubuntu/tips/flash-char-garbled
jessie
2016年2月8日月曜日
[debian linux ] Nvidiaドライバの代わりに nouveau ドライバでディユアルモニターにした
ずっとNvidiaグラボ使っているわけだが、最近アップデートするとデスクトップが立ち上がらなくなり、原因究明とか面倒くさくなったので最初から入ってるnouveauドライバでいくことにした。
nouveau(ヌーヴォー)とは、フリーのNvidiaドライバである
まずは、認識してるモニターを調べる
ポイントは解像度と各モニタに接続してるDVI と VGA のところ
次に、設定ファイルのxorg.confがないので新たに作る
/etc/X11/xorg.conf
xorg.confの中身
以上で再起動で反映した
参考サイト:http://blog.tekito.org/2010/11/20/nouveau%E3%81%A7%E3%83%87%E3%83%A5%E3%82%A2%E3%83%AB%E3%83%A2%E3%83%8B%E3%82%BF%E3%81%AE%E8%A8%AD%E5%AE%9A%E3%82%92%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F/
jessie
nouveau(ヌーヴォー)とは、フリーのNvidiaドライバである
まずは、認識してるモニターを調べる
$ xrandr -q | grep "connected"
DVI-I-1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 442mm x 249mm
VGA-1 connected 1440x900+1440+0 (normal left inverted right x axis y axis) 410mm x 256mm
DVI-I-1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 442mm x 249mm
VGA-1 connected 1440x900+1440+0 (normal left inverted right x axis y axis) 410mm x 256mm
ポイントは解像度と各モニタに接続してるDVI と VGA のところ
次に、設定ファイルのxorg.confがないので新たに作る
/etc/X11/xorg.conf
xorg.confの中身
Section "ServerLayout"
identifier "Layout"
screen 0 "screen0" 0 0
Endsection
Section "Monitor"
Identifier "Monitor0"
Option "PreferredMode" "1440x900"
Option "Primary" "True"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "PreferredMode" "1440x900"
Option "RightOf" "Monitor0"
Option "Primary" "False"
EndSection
Section "Device"
Identifier "Device0"
Driver "nouveau"
Option "monitor-DVI-I-1" "Monitor0"
Option "monitor-VGA-1" "Monitor1"
EndSection
Section "Screen"
Identifier "screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
identifier "Layout"
screen 0 "screen0" 0 0
Endsection
Section "Monitor"
Identifier "Monitor0"
Option "PreferredMode" "1440x900"
Option "Primary" "True"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "PreferredMode" "1440x900"
Option "RightOf" "Monitor0"
Option "Primary" "False"
EndSection
Section "Device"
Identifier "Device0"
Driver "nouveau"
Option "monitor-DVI-I-1" "Monitor0"
Option "monitor-VGA-1" "Monitor1"
EndSection
Section "Screen"
Identifier "screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
以上で再起動で反映した
参考サイト:http://blog.tekito.org/2010/11/20/nouveau%E3%81%A7%E3%83%87%E3%83%A5%E3%82%A2%E3%83%AB%E3%83%A2%E3%83%8B%E3%82%BF%E3%81%AE%E8%A8%AD%E5%AE%9A%E3%82%92%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F/
jessie
2015年10月18日日曜日
[Debian Linux] おすすめ リポジトリ 一覧
こんな便利なサイトみつけた
http://debgen.simplylinux.ch/
とりあえず全部チェックしてジェネレートボタン押すとリポジトリ一覧が出てくる
クリーンインストールやこれから始める人にもおすすめ
http://debgen.simplylinux.ch/
とりあえず全部チェックしてジェネレートボタン押すとリポジトリ一覧が出てくる
クリーンインストールやこれから始める人にもおすすめ
2015年10月17日土曜日
[Debian Linux] 軽量デスクトップ環境 その1
xfce4を使っていたけど、最近重たくなってきたので別のに変える
Enlightenment
これxfce4より軽いのにデザインとエフェクトがかなりイイ
参考さいと
http://installlinux.jimdo.com/%E7%92%B0%E5%A2%83/enlightenment/
https://wiki.archlinuxjp.org/index.php/Enlightenment
https://wiki.archlinuxjp.org/index.php/Enlightenment
jessie 8
2015年10月14日水曜日
[Debian Linux] Icedove や thunderbird でgmail がログインできない
ここ数ヶ月、Icedoveでgmailが使えなくなってずっとwebで使っていた
あ、あとスマホアプリか
thunderbirdにすれば使えるかなと思ったができなかった
gmail pop imap 設定も試した
やっと原因がわかった
ここにアクセスしてオンにすればOK
これで使えるようになった
メーラーを使うなと言いたいんだろうgoogleは
ユーザーをウェブブラウザ縛りにしたいんだろうな
あ、あとスマホアプリか
jessie 8
登録:
投稿 (Atom)


