- HOME >
- higa
higa
システムエンジニアをやっています。 Linux,macOS好き。おもにシステム管理たまに豆柴こてつの話。 最近はスマートホームを推進中。
Your future has not been written yet
2021/3/24
GW-900D https://github.com/chris1111/Wireless-USB-Adapter/releases/tag/V11 Download ➣ Wireless USB A ...
2020/3/22
Echo Show 5のbluetooth接続方法です。アプリにはないので画面から行います。 Alexaにお願いしても見つけられないので画面からおこないます。 設定・Bluetoothで接続先が出るは ...
2020/3/16
https://dev.classmethod.jp/cloud/aws/ec2-cacess/ VPC セキュリティ ネットワークACL Views: 97
2020/3/16
higa@ubuntu:~/$ cd /etc higa@ubuntu:/etc$ sudo unlink /etc/resolv.conf higa@ubuntu:/etc$ sudo ln -s ...
2020/3/16
sudo journalctl --vacuum-time=10d sudo journalctl --vacuum-size=100M Views: 88
2020/3/16
https://qiita.com/zaburo/items/65de44194a2e67b59061 token responseでは、 access_token refresh_tokenが返りま ...
2020/8/4
Voyager に 独自cssを追加する 1. /config/voyager.php の以下を変更します。 'additional_css' => [ 'storage/css/voyager ...
2020/3/13
$cd /var/www/html/myparts $composer require tcg/voyager $php artisan voyager:install --with-dummy $p ...
2020/3/13
voyagerの画像へのリンクを設定します。 $php artisan storage:link $cd /var/www/html $ ln -s /var/www/html/myparts/pub ...