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
上から優先順位高い | |
東A-17b かんざきひろ先生 一式 | |
西れ-65a BEEKさん 新刊 | |
西う-28b かつおちゃん 新刊 | |
西れ-71ab tun-zuk ネギ振りミクさんだけ | |
西あ-71a kyuriさん 新刊とポストカード(元ConoHa絵師のひと) |
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
#!/bin/bash | |
DS18B20="28-000001234567" | |
ZBX_IP="192.168.0.102" | |
MYHOST="raspi1.localdomain" | |
for i in `seq 3` | |
do | |
TEMP=`cat /sys/bus/w1/devices/${DS18B20}/w1_slave` | |
TEMP=`echo $TEMP | awk '{print substr($0, index($0, "t=") + 2)}'` |
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
ii acl 2.2.52-2 armhf Access control list utilities | |
ii adduser 3.113+nmu3 all add and remove users and groups | |
ii apt 1.0.9.8.1 armhf commandline package manager | |
ii apt-utils 1.0.9.8.1 armhf package management related utility programs | |
ii aptitude 0.6.11-1 armhf terminal-based package manager | |
ii aptitude-common 0.6.11-1 all architecture independent files for the aptitude package manager | |
ii avahi-daemon 0.6.31-5 armhf Avahi mDNS/DNS-SD daemon | |
ii base-files 8+rpi1 armhf |
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
[connection] | |
id=ejeap | |
uuid=00f83fc2-aae3-42d7-a98d-dd2a78413939 | |
type=802-11-wireless | |
timestamp=0 | |
[802-11-wireless] | |
ssid=ejeap | |
mode=ap | |
security=802-11-wireless-security |
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
ii acl 2.2.52-2 armhf Access control list utilities | |
ii adduser 3.113+nmu3 all add and remove users and groups | |
ii alsa-base 1.0.27+1 all dummy package to ease purging of obsolete conffiles | |
ii alsa-utils 1.0.28-1 armhf Utilities for configuring and using ALSA | |
ii apt 1.0.9.8.1 armhf commandline package manager | |
ii apt-utils 1.0.9.8.1 armhf package management related utility programs | |
ii aptitude 0.6.11-1 armhf terminal-based package manager | |
ii aptitude-common 0.6.11-1 all architecture independent files for the aptitude package manager | |
ii avahi-daemon 0.6.3 |
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
pi@raspberrypi:~ $ iwconfig | |
wlan0 IEEE 802.11bgn ESSID:"****" | |
Mode:Managed Frequency:2.437 GHz Access Point: *********** | |
Bit Rate=72 Mb/s Tx-Power=1496 dBm | |
Retry short limit:7 RTS thr:off Fragment thr:off | |
Power Management:on | |
Link Quality=70/70 Signal level=-39 dBm | |
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 | |
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
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
ubuntu@172-16-6-166:~$ ls /etc/ssh/ | |
moduli ssh_host_dsa_key.pub ssh_host_ed25519_key.pub | |
ssh_config ssh_host_ecdsa_key ssh_host_rsa_key | |
sshd_config ssh_host_ecdsa_key.pub ssh_host_rsa_key.pub | |
ssh_host_dsa_key ssh_host_ed25519_key ssh_import_id | |
ubuntu@172-16-6-166:~$ sudo rm -f /etc/ssh/ssh_host_* | |
ubuntu@172-16-6-166:~$ | |
ubuntu@172-16-6-166:~$ | |
ubuntu@172-16-6-166:~$ ls /etc/ssh |
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
notice: {MIKUTTER_DIR}/core/plugin/streaming/filter.rb:62:in `block (2 levels) in start': retry wait 0, fail_count 1 | |
warning: {MIKUTTER_DIR}/core/plugin/streaming/filter.rb:59:in `rescue in block (2 levels) in start': filter stream: disconnected: exception Failed to open TCP connection to stream.twitter.com:443 (getaddrinfo: nodename nor servname provided, or not known) | |
warning: {MIKUTTER_DIR}/core/plugin/streaming/filter.rb:61:in `rescue in block (2 levels) in start': Failed to open TCP connection to stream.twitter.com:443 (getaddrinfo: nodename nor servname provided, or not known) | |
from /Users/akkie/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http.rb:882:in `rescue in block in connect' | |
from /Users/akkie/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http.rb:879:in `block in connect' | |
from /Users/akkie/.rbenv/versions/2.3.0/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout' | |
from /Users/akkie/.rbenv/versions/2.3.0/lib/ruby/2.3.0/timeout.rb:101:in `timeout' | |
from /Users/akkie/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http. |
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
#!/bin/bash | |
sudo rm -rf /usr/share/openstack-dashboard/static/custom/* || : | |
sudo python /usr/share/openstack-dashboard/manage.py collectstatic --noinput | |
sudo python /usr/share/openstack-dashboard/manage.py compress --force 2>&1 | |
sudo service apache2 restart |
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
# -*- coding: utf-8 -*- | |
Plugin.create(:mikutter_daigorou) do | |
command( | |
:mikutter_daigorou, | |
name: '大五郎', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :timeline | |
) do |opt| |