2017-02-01から1ヶ月間の記事一覧
java2018 Jan. 08.2017 Feb. 26.クラス冒頭のフィールド設定では初期化は可能だが代入は不可 int x; x = 1; // 不可 int y = 2; // 可能 String s1; S1 = "ab"; // 不可 String s2 = "bc"; // 可能NetBeans設定コード補完http://masatoshitada.hatenadiary.j…
環境変数設定xubuntu16.04 LTS 64bit, ubuntu16.04派生,linux,.profile,.bash_profile,.bash_login,.bashrc2017 Feb. 25.xubuntu16.04では${HOME}に .profileが存在しているのでこれに VALUABLE="xxx" export $VALUABLEと書いておく。
2021 May 02. 2021 Apr. 30. 2021 Mar. 28. 2021 Jan. 31. 2020 Sep. 28. 2020 Jan. 19. 2017 Feb. 11. インストール # apt update && apt install samba ポート開放 # ufw enable # ufw allow proto udp from YOUR.NETWORK.ADDRESS.0/24 to any port 137 (…
debパッケージ自動更新制御xubuntu16.04 64bit, ubuntu16.04派生, linux, apt-get, aptitude, unattended-upgrades2017 Mar. 25.2017 Feb. 05.特定のパッケージのunattended-upgradesによる自動更新禁止( linux.just4fun.biz/?Ubuntu/Ubuntu%E3%82%B5%E3%83…
2023 May 03. 2022 Feb. 08. 2021 Apr. 30. 2021 Jan. 31. 2020 Sep. 20. 2020 Sep. 13. 2018 Sep. 01. 2018 Aug. 13. 2017 Feb. 05. システムワイドなPATH・環境変数( グローバルPATH システムワイドPATH ) (/etc/environment ではなく) /etc/profile.d…
FFMPEGプリセットファイルxubuntu16.04 64bit, ubuntu16.04派生, linux2017 Feb. 04.( https://teratail.com/questions/30148 より) i) vpre,apre,spreには「プリセット名」を指定する。ii) fpreには「ffpresetファイルパス」を指定する。i)方式の場合、 (…