ラベル ubuntu の投稿を表示しています。 すべての投稿を表示
ラベル ubuntu の投稿を表示しています。 すべての投稿を表示

2013年3月6日水曜日

firefox 19.0.1 - build

./configure

mkdir ./js/src/.deps
mkdir ./toolkit/crashreporter/test/.deps


for i in `find | grep -e '\.def$'`; do mv -v $i $i.orig; cat $i.orig | sed 's/;+//' | sed 's/;;//' | sed 's/ DATA //' | grep -v ";-" | sed 's/;.*/;/' > $i; done

http://forums.gentoo.org/viewtopic-t-930402-start-0.html

2012年5月30日水曜日

Mirror-DTC - リモート操作環境

Ubuntuでも操作可能。
音声送信も可。

http://homepage2.nifty.com/t_ishii/mc/index.html

2012年5月7日月曜日

日本語フォルダ名の変更

LANG=C xdg-user-dirs-gtk-update

2012年3月15日木曜日

nvidia - ThinkPad t420s

http://www.nvidia.co.jp/Download/indexsg.aspx?lang=jp
からドライバーを入手

sudo lightdm
でX Serverを終了

入手したドライバーをインストール

再起動後
nvidia-setting で設定

/etc/X11/xorg.conf
今はこれでうまくいっているような?
エラーも出るけど

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.20 (buildmeister@swio-display-x86-rhel47-01.nvidia.com) Mon Feb 6 21:30:26 PST 2012

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.20 (buildmeister@swio-display-x86-rhel47-01.nvidia.com) Mon Feb 6 21:30:07 PST 2012

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LGD"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Mitsubishi RDT233WLM"
HorizSync 31.0 - 82.0
VertRefresh 56.0 - 76.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 4200M"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 4200M"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1600+0"
# Removed Option "TwinView" "1"
# Removed Option "metamodes" "DFP-0: 1600x900 +0+0, DFP-1: 1920x1080 +1600+0"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "DFP-0: 1600x900 +0+0"
# Removed Option "TwinView" "1"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "DFP-0: 1600x900 +0+0"
# Removed Option "metamodes" "DFP-0: 1600x900 +0+0, DFP-1: nvidia-auto-select +1600+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP-0: 1600x900 +0+0, DFP-1: 1920x1080 +1600+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP-1: 1920x1080 +1600+0"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

あと
.profileに
xrandr --newmode 1600x900_50.00 97.04 1600 1680 1848 2096 900 901 904 926 -HSync +Vsync
xrandr --addmode default 1600x900_50.00

2012年3月14日水曜日

2011年8月13日土曜日

apt - proxy

/etc/apt/apt.conf

2011年5月17日火曜日

ubuntu - eth

ethの番号を変えたい

/etc/udev/rules.d/XX-persistent-net.rules

内のNAMEの部分を書き換える

http://kusumoto-jp.org/archives/2009/09/eth0eth1debian.html

2011年5月16日月曜日

sound - ubuntu 11.04

いつものように

/etc/modprobe.d/alsa-base.conf

options snd-hda-intel model=laptop-micsense
を追加

2011年2月3日木曜日

avast - ubuntu 10.10

sudo sysctl -w kernel.shmmax=128000000

でとりあえず動かせる

2011年1月30日日曜日

ログイン用キーリングではロックが解除できませんでした - ubuntu 10.10

./.gnome2/keyrings

ファイルを全て削除したら表示されなくなった
いいのかな~

2010年11月15日月曜日

nautilus - ubuntu

nautilus
nautilus [directory]

で、任意の場所を開くことができる
最後に「&」を付けない。

2010年10月19日火曜日

ubuntu 10.10 - rar

sudo apt-get install rar
では、日本語表示にバグ?ありなので、ここから拾ってくる

http://www.rarlab.com/download.htm

う~ん、バージョンは同じような気がするのに,3.93…

2010年10月15日金曜日

ubuntu 10.10 - Medibuntu

ubuntu 10.10 に含まれなかったアプリを補充できる

http://www.lifehacker.jp/2010/10/101013medibuntu.html

2010年10月6日水曜日

ubuntu - ruby-gnome2

sudo aptitude install ruby-gnome2

http://ossan78.blog9.fc2.com/blog-entry-38.html

2010年10月1日金曜日

bin

$HOME/bin
にパスが通っている。

.profile
で設定されている

ubuntu 10.04 - rar

apt-get install rar
で、インストールしたバージョンは3.90beta2でバグ?で日本語が表示できない

本家から最新バージョンを拾ってくる。現在3.93
http://www.rarlab.com/download.htm

2010年9月30日木曜日

openssh

ubuntu

sudo apt-get intall openssh-server

これだけで、外からの接続が可能に

2010年8月13日金曜日

convmv - ファイル名

文字化けしたファイル名を修正、出きるかもしれないソフト


convmv [file] -f euc-jp -t utf8 --notest
convmv [file] -f euc-cn -t utf8

sudo apt-get install convmv

2010年7月23日金曜日

ubuntu - tucan

Downloader

sudo apt-get install tucan

http://tucaneando.com/index.html

2010年7月5日月曜日

ubuntu 10.01 - VMWare WorkStation 7

http://communities.vmware.com/message/1401588#1401588
から、ダウンロード
patch-modules.sh
vmware-7.0-2.6.32.patch

sudo sh patch-modules.sh

参考
http://krakenbeal.blogspot.com/2010/05/vmware-workstation-7-network-modules.html