screenshot using gimp
File -> Create -> Screenshot Read more about screenshot using gimp
File -> Create -> Screenshot Read more about screenshot using gimp
設定ファイル編集
$ sudo vim /etc/apache2/apache2.conf <Directory /var/www/> #Options Indexes FollowSymLinks Options -Indexes +FollowSymLinks
Apache再起動
$ sudo service apache2 restart
* インストール
$ sudo apt-get update $ sudo apt-get install postfix example.com
* 設定
$ sudo vim /etc/postfix/main.cf myhostname = example.com
* 他ホストからメール送信 Read more about Ubuntuでメールサーバpostfixインストール
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04 LTS Release: 14.04 Codename: trusty
tools
* tweak
$ sudo apt-get install unity-tweak-tool gnome-tweak-tool
* Vim(ヴィムまたはヴィアイエム)- 高機能高速テキストエディタ
$ sudo apt-get install vim
* dos2unix - DOS/MAC/Unixテキストファイル改行コード変換 Read more about Ubuntu Linuxセットアップ後にインストールするソフト