- この文章と、それに含まれる考察や各サービスへの脆弱性報告などはmala個人の活動であり、所属している企業とは関係ありません。
- 一方で私は、企業が閲覧履歴を収集して何をしたいのか、所属してる企業や他社事例について、ある程度詳しい当事者でもあります。
- 一般論として書けることは書けるが、(業務上知り得た知識で開示されてないものなど)個別具体的なことは書けないこともあり、また観測範囲に偏りがある可能性もあります。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl: (35) Cannot communicate securely with peer: no common encryption algorithm(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
(in this version, I added support for more message types and offer both plaintext and HTML message format) | |
This is a function that transforms the JSON you get from Google Takeout when you export your Hangouts history | |
into a PHP array which can be used to further manipulate the data. | |
A use case is my hangouts parser at http://hangoutparser.jay2k1.com/ -- a description can be seen at | |
http://blog.jay2k1.com/2014/11/10/how-to-export-and-backup-your-google-hangouts-chat-history/ |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We are sorry. Something went wrong with your purchase of this product. Any bundle discounts associated with this product will not be applied in this purchase. |
- DMM.com(旧DMM.comラボ含む)
- DMM.comラボ16新卒エンジニア研修 - (2016/08/24)
- DMM.comの新卒技術研修がスタートしました! - (2019/04/25)
- GMOインターネット
- 「Web 基礎」という講義をしました - (2019/05/17)
- GMOペパボ
- 2013 年の新卒研修メニュー
- ペパボ新卒エンジニアの研修を開始している - (2013/05)
- 第二新卒研修をしていた - (2014/08)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dnf install ruby | |
Last metadata expiration check: 0:02:33 ago on Wed Oct 16 08:32:11 2019. | |
Dependencies resolved. | |
====================================================================================================================================== | |
Package Arch Version Repository Size | |
====================================================================================================================================== | |
Installing: | |
ruby x86_64 2.5.3-104.module_el8.0.0+179+565e49e2 AppStream 86 k | |
Installing dependencies: | |
ruby-irb noarch 2.5.3-104.module_el8.0.0+179+565e49e2 AppStream 101 k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use rpmfusion repo. | |
sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm | |
yum --disablerepo=\* --enablerepo=base,epel,rpmfusion-free-updates install ffmpeg | |
ffmpeg: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard | |
yum update glib2 && date | |
読み込んだプラグイン:fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: ftp.riken.jp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://qiita.com/catfist/items/8052e21ebfb3b7a6f9a9 | |
@catfist | |
while read dir; do | |
num=0 | |
cd "$dir" | |
for file in *; do | |
num="$(printf "%0${#max}d" "$((10#$num+1))")" | |
mv "$file" "$num-$file" | |
done |
NewerOlder