- anyenv + rbenv な Ruby 2.3.0
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
- mikutter 3.4.3
- XQuartz使わずに動作
- 上スクロールをしないとUserStreamに繋がらない
- UserStreamがかなり短い速度で切れる
## Configuration options with # in front are not active and they were | |
## valid at install time. Updating the package does not update this file | |
## automatically. | |
## Latest options listed at: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template | |
## Url on which GitLab will be reachable. | |
## For more details on configuring external_url see: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#configuring-the-external-url-for-gitlab |
名前 | 局 | 放送時間 | done |
---|---|---|---|
タイムボカン24 | 日本テレビ | 10/1(土) 17:30 | done |
Bloodivores | MX | 10/1(土) 21:00 | done |
ブブキ・ブランキ 星の巨人 | MX | 10/1(土) 22:00 | done |
WWW.WORKING!! | MX | 10/1(土) 23:30 | done |
Vivid Strike! | MX | 10/1(土) 24:30 | done |
終末のイゼッタ | MX | 10/1(土) 25:30 | done |
SHOW BY ROCK!! # | MX | 10/2(日) 22:00 | done |
I hereby claim:
To claim this, I am signing this object:
whywaita% git clone [email protected]:whywaita/gitlab-ce.git [~/git] | |
Cloning into 'gitlab-ce'... | |
remote: Counting objects: 345571, done. | |
remote: Compressing objects: 100% (81770/81770), done. | |
remote: Total 345571 (delta 271860), reused 331906 (delta 259556) | |
Receiving objects: 100% (345571/345571), 171.00 MiB | 2.92 MiB/s, done. | |
Resolving deltas: 100% (271860/271860), done. | |
Checking connectivity... done. |
#!/bin/bash | |
# ref: http://takuya-1st.hatenablog.jp/entry/20120225/1330184067 | |
##uninstall | |
sudo apt-get remove ffmpeg x264 libx264-dev -y | |
## install build-tools and library | |
sudo apt-get update | |
sudo apt-get install -y build-essential checkinstall git libfaac-dev libjack-jackd2-dev \ | |
libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev \ |
#!/bin/bash -x | |
PROGNAME=$(basename $0) | |
VERSION="1.0" | |
OK=0 | |
WARNING=1 | |
CRITICAL=2 | |
UNKNOWN=3 |
## Url on which GitLab will be reachable. | |
## For more details on configuring external_url see: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#configuring-the-external-url-for-gitlab | |
external_url 'http://gitlab.example.com' | |
## Note: configuration settings below are optional. | |
## Uncomment and change the value. | |
############################ | |
# gitlab.yml configuration # |
## Configuration options with # in front are not active and they were | |
## valid at install time. Updating the package does not update this file | |
## automatically. | |
## Latest options listed at: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template | |
## Url on which GitLab will be reachable. | |
## For more details on configuring external_url see: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#configuring-the-external-url-for-gitlab |