2018-11-01から1ヶ月間の記事一覧
https://twitter.com/mhatta/status/1593086480314171392 https://twitter.com/elonmusk/status/1067173497909141504 https://twitter.com/elonmusk/status/1067175527180513280 There are way easier places to work, but nobody ever changed the world on…
「Linux 4.20」性能問題、原因はSpectre v2対策STIBPの有効化--トーバルズ氏が変更を要求 - ZDNet Japan Linux-Kernel Archive: STIBP by default.. Revert? So why do that STIBP slow-down by default when the people who *really* care already disabled…
TEEを中心とするCPUセキュリティ機能の動向 (RISC-V, ARM, etc) https://www.iij-ii.co.jp/activities/seminars.html https://seminar-materials.iijlab.net/iijlab-seminar/iijlab-seminar-20181120.pdf TEE Vulnerabilities • Many attacks exist on softw…
apperの[設定](非常にわかりにくいがPending Changesの右にドロップダウンメニュー)-[Check for new updates]:しない で表示が止まったように見える 参考 debian - How to disable PackageKit software update password dialog? - Unix & Linux Stack Exchan…
ISBN:4478307008 事業は利益の観点からは定義も説明も出来ない(中略)企業人の代わりに私欲のない天使が役員の椅子に座っても、利益については関心を持たざるをえない(略)いかなる事業においても、必要なことは経済活動に伴うリスクをカバーし、赤字に陥らな…
ansibleレシピ実行時にいちいちパスワードを入れたくない しかし、レシピは共有するのでレシピ実行時に生パスワードは書きたくない vars_promptがお手軽に書けるので使いたい(複雑なpause文は避けたい) 上記を満たす方法を検討。Ansibleでのパスワードの取り…
Do What The Fuck You Want To Public License About the WTFPL Various Licenses and Comments about Them - GNU Project - Free Software Foundation これは、ゆるい寛容なコピーレフトでない自由ソフトウェアライセンスで、GNU GPLと両立します。わたした…
4GB超えのイメージ作成時には下記で対応 Imgburn でDVD、BDを焼く時のオプション設定について | でじまみ - 楽天ブログ BDを作成する場合 イメージオプションの項目を上からデータタイプ: MODE1/2048 ファイルシステム: UDF UDFリビジョン: 2.50
ls -l | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/) \ *2^(8-i));if(k)printf("%0o ",k);print}'Can the Unix list command 'ls' output numerical chmod permissions? - Stack Overflow めも