Entries from 2014-08-01 to 1 month

use wifi router as network hub/switch

Wanポートから、アップリンク用のケーブルをLANポートに付け替え(その代わりLANポートが1つ使えなくなる)、DHCPをオフにすれば良い

ubuntu networkmanager openvpn client

sudo apt-get install network-manager-openvpn

Set ulimit parameters on ubuntu

http://posidev.com/blog/2009/06/04/set-ulimit-parameters-on-ubuntu/ By default the number of open files pro user in Ubuntu 8.04 is 1024. In my case this number was too small so I have to increase it.This is done with the ulimit command:$ul…

ubuntu 12.04 LTS Can't mount external USB driver

sudo apt-get install usbmount

Ubuntu server 12.04 LTS gnome classic

After server version installed:gnome2, classic, fallback installation on server-versionsudo apt-get update sudo apt-get install gnome-core gnome-session-fallback - Ambiance and Radiance themessudo add-apt-repository ppa:webupd8team/themes …

ubuntu server power cut/failure/outage won't boot

まず、biosでpower-on設定次に edit /etc/default/grubGRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet spla…

Enable a Xfce/Xubuntu Remote Desktop, Vino, Desktop Sharing

http://www.ehow.com/how_6980234_enable-xubuntu-remote-desktop.html http://askubuntu.com/questions/71309/how-do-i-enable-remote-desktop-connection-on-xubuntu-11-10Input the following line to install vino:sudo apt-get install vinoInput the f…