- ある開発者の覚書 - ソフトウェア開発者が情報処理に関する雑多な話題をジャンルを問わずに書き留めています.未来の私、私と同類のgeekたちへ
2020-05-23
2020-04-22
備忘録: 【Linux CentOS 7(1511)】nmcliコマンドを使って行うネットワークの設定と変更
IPv4アドレスを設定
# nmcli con mod wlp4s0 ipv4.addresses 192.168.1.10/24
ゲートウェイアドレスを設定
# nmcli con mod wlp4s0 ipv4.gateway 192.168.1.1
アドレス設定を手動方式に切り替え(DHCPは使わない。)
# nmcli con mod wlp4s0 ipv4.method manual
再接続
# nmcli con up wlp4s0
http://akira-arets.blogspot.com/2016/12/linux-centos7-nmcli-basicsettings.html
# nmcli con mod wlp4s0 ipv4.addresses 192.168.1.10/24
ゲートウェイアドレスを設定
# nmcli con mod wlp4s0 ipv4.gateway 192.168.1.1
アドレス設定を手動方式に切り替え(DHCPは使わない。)
# nmcli con mod wlp4s0 ipv4.method manual
再接続
# nmcli con up wlp4s0
http://akira-arets.blogspot.com/2016/12/linux-centos7-nmcli-basicsettings.html
2019-12-20
ししおどし: QNAP の Web UI にログイン不可能になった場合の対処法
http://blog.scaredeer.com/2016/08/qnap-web-ui.html
/etc/init.d/Qthttpd.sh restart /etc/init.d/stunnel.sh restart
2019-12-11
2019-12-06
2019-11-28
Windowsで強制的にフォルダアクセス権を付与する | Works | URAMIRAIKAN
> TAKEOWN /R /F D:\Profiles\User01.V2
> CACLS D:\Profiles\User01.V2\* /T /G Administrator:F
> CACLS D:\Profiles\User01.V2\* /T /G Administrator:F
登録:
投稿 (Atom)