Ubuntu 10.04 LTS (Lucid Lynx) AMI: Difference between revisions

Line 519: Line 519:
bind ^h
bind ^h
bind h
bind h
</pre>
tmux の方が楽かな...
<pre>
# Set the prefix to C-t.
#  for Emacsian
unbind C-b
set -g prefix C-t
bind C-t send-prefix
</pre>
</pre>


Line 627: Line 636:
  post-up /usr/sbin/ethtool -K eth0 sg off
  post-up /usr/sbin/ethtool -K eth0 sg off
  post-up /usr/sbin/ethtool -K eth0 tso off
  post-up /usr/sbin/ethtool -K eth0 tso off


== root device 問題 ==
== root device 問題 ==