Try Cromecast

⌛Time it takes to read this article: < 1 pointWe conducted an operation experiment with Google Chromecast, which allows you to display videos from your Android device or laptop on your TV.

Buy Nexus9 to successor to dead Nexus7

⌛Time it takes to read this article: < 1 point先月、人気のGoogleプロデュースのタブレット端末「Asus Nexus7(2013 32GB Wi-Fiモデル)」がAndroid 5.1.1のOTAアップデートに失敗し、死亡しました。 リカバリーモードで端末を再起動し、初期化処理を行っても復元できませんでした。 メーカ保証の無い機種につき、メーカに修理を依頼すると実費で約25000円くらい掛かるらしいので、自力での復旧を試みます。 PCにAndroid SDKとJava(JDK)をインストールし、そして、SDKのパスを通してから、Googleより入手したファクトリーイメージでROMを焼くADBコマンドを実行してみました。 結果は、ブートローダがロックされているという理由で、コマンドが拒否されました。 そこで、ブートローダのアンロックを行うための以下のADBコマンドを実行したのですが、同様に拒否されました。 adb reboot bootloader fastboot oem unlock Nexus Root Toolkitから、ブートローダのアンロックを指示しても結果は同じでした。 調べたところ、そもそもNexus端末の開発者モード設定で「USBデバッグ」を有効にしていなければ、何をやってもダメらしいです。 という事で、これでNexus7の復旧を諦めた次第でございます。 一般的に、この状態をNexusの文鎮化(Bricked)と云うそうです。 Android 5.0以降でのOSのアップデートは、どうやら危険なようです。 以上の経験にも拘わらず、Nexusは、「Googleから最新のAndroid OSの配信が2年間、セキュリティアップデートの配信が3年間」が約束されているので、新しいもの好きの人には、Nexusは魅力的な端末です。 ある意味、私にとって、タブレット端末は私の生きがいのようなものなので、結局、貯金を下ろして、今回は、HTCの「Nexus9」をヤフオクから購入してしまいました。 Nexus7は案外持ち運びやすかったのですが、画面が狭く囲碁などのボードゲームには使い辛かったです。 よって、より画面の広いNexus9を選んだのですが、やや大きくて重いので、持ち運ぶにはやや不便かもしれません。 先日、Nexus9で「Android 6.0(Marshmallow)」へのOTAアップデートの通知が来ました。 今度は、「USB デバッグ」と「OEMロック解除」をONに設定してから、OSのアップデートを行いました。 悲劇を繰り返さないためにも、NexusのOTAアップデートには、「USB デバッグ」が必須です! 因みに、当店のお客様で、Nexus7を使われているT博士がいらっしゃるのですが、文鎮化を恐れて、まだ、Android 5.0へアップグレードしていないそうです。 *10月30日 追記 「価格.com」にNexus9のレビューを書いて置きました。⇒ Nexus7の後継

Suddenly the PC goes off

⌛Time it takes to read this article: < 1 pointThe desktop PC I had set up at the store suddenly turned off. I'll summarize how I dealt with it.

Lightbox functionality added to Joyful Note

⌛Time it takes to read this article: < 1 pointWe have revised the photo bulletin board program (Joyful Note v6.02) installed on this site and incorporated the latest version of Lightbox (2.7.1). 👉 Photo BBS based on Joyful Note X 👉 Joyful Note The latest version of Lightbox is developed based on jQuery. The official website of Lightbox is here 👉 https://www.lokeshdhakar.com/projects/lightbox2/ However, we hope that this modification does not create a new security hole. (..;) * Added on May 27th: The area of ​​concern is that when editing an article, the tag ">" is entered in the title name, and XSS is written, but when I tested it, it was properly converted to "&gt;", so I think it's probably okay.

Vulnerability discovered in Joyful Note and Hidemaru editor!

⌛Time it takes to read this article: < 1 pointToday, we updated the following two pieces of software that were reported to the NVD (National Vulnerability Database). File manipulation vulnerability in Joyful Note Buffer overflow vulnerability in Hidemaru editor "Joyful Note" (a Perl CGI program) is used on this site's image bulletin board, so a fix was urgently needed. However, the program was modified to accommodate bilingual users, so it took some time to update. Additionally, we also fixed a bug where ".css/.js" files could not be read properly due to server permissions. * Add the following definition to the relevant directory AddHandler text/html .html .htm AddHandler image/gif .gif AddHandler image/jpeg .jpeg .jpg .jpe AddHandler image/png .png AddHandler text/css .css AddHandler application/x-javascript .js A surprising vulnerability has been discovered in the "Hidemaru Editor", which is a favorite of Windows programmers! (°°;)