このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
ダイエットコークで空を飛べ!!ぼくピザ屋!ボーノ(デスボ)!マリナーラ!ディアボラ!マルゲリータ!!行けピザ!!!!!!!!コークで流せばゼロカロリー(正解)ヨイショ!!
https://shindanmaker.com/831381
ダイエットじゃないのがいいなあ
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
仕事始めようと思ったら朝からmacOSがリブートするでって勝手なこと言うので
73be8f38c (upstream/master) Add profile directory (#9427)
155cf1268 Remove pending spec (#9442)
e2910dff1 Add spec for Identity.find_for_oauth (#9441)
d5245434e Bump rails from 5.2.1.1 to 5.2.2 (#9430)
781c7be08 Bump rails-controller-testing from 1.0.3 to 1.0.4 (#9440)
c73c46347 Bump rubocop from 0.60.0 to 0.61.0 (#9439)
1a22eff1e Attempt fixing deadlocks by moving account stats update outside transaction (#9437)
macOSリブートする気配がないうちにmasterに追随しますたー
Merged tootsuite/mastodon at 73be8f38c115c279e3d3961b98bd2b82b9706b05.
Migrating to CreateAccountsTagsJoinTable (20181203003808)
-- create_join_table(:accounts, :tags)
-> 0.0664s
== 20181203003808 CreateAccountsTagsJoinTable: migrated (0.0674s) =============
Migrating to AddDiscoverableToAccounts (20181203021853)
-- add_column(:accounts, :discoverable, :boolean)
-> 0.0038s
== 20181203021853 AddDiscoverableToAccounts: migrated (0.0039s) ===============
Migrating to AddLastStatusAtToAccountStats (20181204193439)
-- add_column(:account_stats, :last_status_at, :datetime)
-> 0.0044s
== 20181204193439 AddLastStatusAtToAccountStats: migrated (0.0045s) ===========
Migrating to CreateAccountTagStats (20181204215309)
-- create_table(:account_tag_stats)
-> 0.0602s
== 20181204215309 CreateAccountTagStats: migrated (0.0603s) ===================
このアカウントは、notestockで公開設定になっていません。
$ heroku pg:info -a zundan-mastodon
=== HEROKU_POSTGRESQL_ORANGE_URL, DATABASE_URL
Plan: Hobby-basic
Status: Available
Connections: 5/20
PG Version: 10.6
Created: 2017-12-16 18:16 UTC
Data Size: 3.55 GB
Tables: 53
Rows: 8566350/10000000 (In compliance, close to row limit)
85%を超えましたよ。どきどき。
このアカウントは、notestockで公開設定になっていません。
Mozilla の記事にも書いてあるけど、ブラウザエンジンが多様性をなくすと、待っているのは IE が暴れていた頃の標準もクソもないインターネッツよ
このアカウントは、notestockで公開設定になっていません。
ソフトバンク回線の障害のニュースを聞いてて、初めて公衆電話を使ったとか地図が見られなくて困って交番に行ったか、ほっこりする。
いあ、たいへんなことには違いないんだけど、それぞれ代替手段を見つけるしかないわけでさ。
このアカウントは、notestockで公開設定になっていません。
$ rbenv upgrade ruby-build heroku/brew/heroku
rbenv: no such command `upgrade'
あれれ?(正解はbrewでした)
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
$ cat /var/run/reboot-required*
*** System restart required ***
linux-base
libssl1.0.0
linux-base
libsslで再起動が必要になるのはどうしてだっけな
Ubuntu 18.04.1 LTSだと増えてたw
$ cat /var/run/reboot-required*
*** System restart required ***
libssl1.0.0
libssl1.1
どのパッケージが依存してるかというと、どっばー!
$ apt -s remove libssl1.0.0
:
The following packages will be REMOVED:
libssl1.0.0 openssh-client openssh-server openssh-sftp-server snapd
ssh-import-id ubuntu-core-launcher
$ apt -s remove libssl1.1
:
The following packages will be REMOVED:
:
libruby2.5 libsasl2-modules libssl1.1 libxmlsec1-openssl linux-generic
linux-headers-4.15.0-39-generic linux-headers-4.15.0-42-generic
linux-headers-generic linux-image-extra-4.4.0-135-generic
linux-image-generic linux-modules-extra-4.15.0-39-generic
linux-modules-extra-4.15.0-42-generic linux-signed-generic
linux-signed-image-4.4.0-135-generic lsb-release netplan.io
networkd-dispatcher nmap nplan ntp open-iscsi open-vm-tools openssl
pastebinit plymouth-theme-ubuntu-text pollinate postfix python python-crypto
:
@ponapalt apt -s remove libssl1.1 して依存パッケージをみてみるとlinux-genericとかありますねい
@ponapalt なるほどなるほど。ディスク暗号化ははルートファイルシステムが見えるようになる前にカーネルだけでがんばらないとですもんねぇ。
ぴっちぴちのRubyをmacOSのホームディレクトリにインストールする
$ git clone https://github.com/ruby/ruby.git --depth 1024
$ cd ruby
$ autoconf
$ ./configure --prefix=$HOME/local/ruby26 --disable-install-doc \
--with-openssl-dir=/usr/local/opt/openssl
$ make
$ make install
$ PATH=$HOME/local/ruby26/bin:$PATH
$ ruby --version
ruby 2.6.0dev (2018-12-07 trunk 66267) [x86_64-darwin17]
$ gem install bundler