Home Tag : ubuntuのDesktop

ubuntuをより快適に:インスコしたもの

忘れないように覚書

  • firefox
  • IRC/IM
    • Xchatをアプリの追加と削除から
    • IMは最初から入ってたGaimというかIRCもGaimで十分だった
  • 音と画
    • tvtimeをアプリの追加と削除から
    • mplayer Automatix2から、コーデックも全部。
    • VLCもAutomatix2から。
    • amaroKをアプリの追(ryから。日本語化のために
      sudo aptitude install kde-i18n-ja
  • その他
    • cpu温度とか
      aptitude install lm-sensors
      vi mkdev.sh
      
      #!/bin/bash
      # The number of devices to create (max: 256)
      NUMBER=32
      # The owner and group of the devices
      OUSER=root
      OGROUP=root
      # The mode of the devices
      MODE=600
      # This script doesn't need to be run if devfs is used
      if [ -r /proc/mounts ] ; then
      if grep -q "/dev devfs" /proc/mounts ; then
      echo "You do not need to run this script as your system uses devfs."
      exit;
      fi
      fi
      i=0;
      while [ $i -lt $NUMBER ] ; do
      echo /dev/i2c-$i
      mknod -m $MODE /dev/i2c-$i c 89 $i || exit
      chown "$OUSER:$OGROUP" /dev/i2c-$i || exit
      i=$[$i + 1]
      done
      #end of file
      # The number of devices to create (max: 256)
      NUMBER=32
      # The owner and group of the devices
      OUSER=root
      OGROUP=root
      # The mode of the devices
      MODE=600
      # This script doesn't need to be run if devfs is used
      if [ -r /proc/mounts ] ; then
      if grep -q "/dev devfs" /proc/mounts ; then
      echo "You do not need to run this script as your system uses devfs."
      exit;
      fi
      fi
      i=0;
      while [ $i -lt $NUMBER ] ; do
      echo /dev/i2c-$i
      mknod -m $MODE /dev/i2c-$i c 89 $i || exit
      chown "$OUSER:$OGROUP" /dev/i2c-$i || exit
      i=$[$i + 1]
      done
      #end of file
      sudo chmod a+x mkdev.sh sudo ./mkdev.sh sudo sensors-detect sudo /etc/init.d/module-init-tools sudo sensors -s sudo sensors aptitude install hddtemp
      synapticからgkrellmをインスコ

ubuntuをより快適に::synergyでキーボードとマウスの共有

Windows機X2台で使っていた時と同じようにキーボードとマウスの共有をsynergyを使ってやってみる。

ソフトを使ってのキーボード共有は結構あるけど、このsynergyは、Windows、Linux、MacとOSを問わないのもすごが
クリップボードも共有できたり、切り替えをショートカットだけではなく
マウスカーソルを切り替えたいモニターにもっていくだけでかわるっという使い勝手も、ものすごくいい。
設定さえすめばデュアルモニターな感じで操作ができる。

Continue reading

ubuntuをinstall

VMwareで使ってたらBerylを体験してみたくなって2ndPCにインスコしてみた

環境は

  • cpu:athlonXP苺@2G
  • MB:Abit-NF7-SRev2
  • mem:DDR400-512MB
  • VGA:GF4-ti4200
  • HDD:IDEX2
  • capboard:cx2388x

これにWinXPとのデュアルブート

Continue reading

«Prev || 1 || Next»

Home

Page Top