2014-07-01から1ヶ月間の記事一覧
中でsudoを使います。 sudoのインストール # pkg install sudosudoersの設定 # visudoして、以下の1文を追加 hogehogeuser ALL=(ALL) NOPASSWD: /usr/local/bin/qjail※jexecもしたい場合 hogehogeuser ALL=(ALL) NOPASSWD: /usr/local/bin/qjail,/usr/sbin/j…
たまたま見かけたので入れてみました。 インストール pkg install enlightenment ※「pkg install e16」とするとバージョン0.16が、上記のようにするとバージョン0.17(最新)が入ります 起動設定 ~/.xsession に、以下のコマンドを記述します exec /usr/local/…
経緯 FreeBSD10 64bitにて。pkg install bashをした際、ログに bash requires fdescfs(5) mounted on /dev/fd If you have not done it yet, please do the following: mount -t fdescfs fdesc /dev/fd To make it permanent, you need the following lines …
毎回やるのに毎回詳細を忘れてしまうのでメモ。 freebsd-update freebsd-update fetch freebsd-update install 起動時の待ち時間を減らす /boot/loader.conf に下記の設定を追加 autoboot_delay="2" SendMailを止める /etc/rc.conf に下記の設定を追加 # Dis…
SEが設計(業務・基本・詳細)を行い、PGがコーディングをする・・・こんな関係はもうやめにしたほうがいいんじゃないのっていうところで。 ではどうするといいんでしょうか? ということで一つの妄想をしてみました。 前提 PGがツールを作成し、SEがそれを使…
入力デバイスの一覧は、以下のコマンドで確認できるみたい。 xinput list 出力 ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ USB Optical Wheel Mouse id=11 [slave pointer (2)] ⎜ ↳ PS…
ノートPC仮想化の環境ですが、いろいろと試した結果、「VirtualBox on Ubuntu」の構成でいくことにしました。 理由としては OSをUbuntuにした理由 ノートPCと相性。ドライバがはじめから揃っている。 仮想化方式をVirtualBoxにした理由 VirtualBox上でのWind…