Network error msg 해결
$ sudo gedit /etc/default/avahi-daemon AVAHI_DAEMON_DETECT_LOCAL=0 $ sudo gedit /usr/lib/avahi/avahi-daemon-check-dns.sh AVAHI_DAEMON_DETECT_LOCAL=0 vi /etc/dhcp/dhclient.conf
/* sudo gedit /etc/dhcp3/dhclient.conf */ under ubuntu 11.04 version prepend domain-name-servers 168.126.63.1,168.126.63.2; // put this end of line(dhclient.conf) /etc/resolv.conf nameserver 168.126.63.1 nameserver 168.126.63.2
sudo ifconfig wlan0 down sudo rmmod -f ath9k sudo modprobe ath9k nohwcrypt=1 |
쉘 익스텐션
sudo apt-get install gnome-tweak-tool
|
THEMES
chmod -R 755 * // change every permission what i want do /usr/share/icons // icon /usr/share/theme // theme /* /home/userID/.theme // this folder as well should be right /home/userID/.icon // same too */ |
VGA Installation BumbleBee!!!!!!!!!!! my case = Acer 5750g 2430m
lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT 555M] (rev a1)
$sudo apt-get purge nvidia-current // this will update the GPU drivers $sudo add-apt-repository ppa:bumblebee/stable $sudo apt-get update $sudo apt-get install bumblebee To allow you to use Bumblebee (replace $user with your username) $sudo usermod -a -G bumblebee $user Now it's all done, restart the computer and then you can test it, run $glxspheres and run $optirun glxspheres Sound as a pound!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
install
cairo
easystorke
compiz extra
vmware
// vmware.com get a VM****.bundle // chmod 755 // how to run? ./VM*** // make sure unlock before using vmware install.sh |
////////////////////////////////////////////////
Swap 잡기 Ntfs-3g
ls -l /dev/disk/by-uuid/ // or blkid sudo gedit /etc/fstab 如果커널 컴파일후 vmware 모듈 꼬임발생 이걸로 해결 /usr/bin/vmware-modconfig --console --install-all |
///////////////////////////////////////////////////////////////////////////
JAVA
gedit /etc/profile JAVA_HOME=/usr/local/jdk1.6.0_26 (depend on where it is) sudo update-alternatives --config java
java -version |
이건 jdk 7
java-1.6.0-openjdk-amd64 1061 /usr/lib/jvm/java-1.6.0-openjdk-amd64
java-1.7.0-openjdk-amd64 1051 /usr/lib/jvm/java-1.7.0-openjdk-amd64
java-6-sun 63 /usr/lib/jvm/java-6-sun
java-7-oracle 1057 /usr/lib/jvm/java-7-oracle
$ sudo update-java-alternatives -s java-7-oracle
(32bit일 경우에도 동일하게 입력)
(Java Version 확인)
$ java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
http://ioriy2k.pe.kr/archives/3927 // what to do after insallation ubuntu
//////////////////
PAE설정 / 램4G 이상 사용
sudo apt-get install linux-generic-pae linux-headers-generic-pae |
////////////////////////////////////
13.3. SCIM (Recommend!)
SCIM의 환경설정 File에 문제가 좀 있습니다. 다음과 같이 입력해서 해당 File을 수정해야 합니다.
scim-bridge File에서,
를 다음과 같이 변경하고 저장합니다. if [ -e /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/immodules/im-scim-bridge.so ]; then |
글꼴
sudo apt-get install ttf-nanum ttf-nanum-extra ttf-nanum-coding
t takes very simple and easy step to make applications startup automatically for all users in Ubuntu 11.10 . All you need to do is copy the .desktop file of the program that you want to autostart from /usr/share/applications folder and paste it in the /etc/xdg/autostart folder. For example, if you want to make firefox to auto startup for all users in Ubuntu 11.10 copy firefox.desktop from /usr/share/applications folder and paste it in the /etc/xdg/autostart folder by running following commands in the terminal |
///////////////////////////////////////////
sudo cp /usr/share/applications/firefox.desktop /etc/xdg/autostart
~/.local/applications 도 가능 for each user
/////////////////////////////////////////////////
root@delphiXE:~# uname -r
네트워크 정보
root@delphiXE:~# ifconfig
cpu 정보
root@delphiXE:~# cat /proc/cpuinfo
메모리 정보
root@delphiXE:~# free -m
파티션 정보
root@delphiXE:~# df -H
디스크 및 마운트포인트 정보
root@delphiXE:~# fdisk -l
사용 시간(업타임)
root@delphiXE:~# uptime
컴퓨터 정보 (html로 출력)
root@delphiXE:~# lshw -html > info.html
서버 로드
root@delphiXE:~# cat /proc/loadavg
$ sudo apt-get update && sudo apt-get install linux-headers-server linux-image-server linux-server && sudo reboot
////////
Plymouth
sudo apt-get install plymouth-theme*
/* lubuntu-plymouth-theme sudo update-alternatives -–config default.plymouth 하여 골라 준후
// Plymouth 별로 |
////////////////
Want to monitor the RAM / CPU usage?
sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update sudo apt-get install indicator-sysmonitor |
////////////
$ sudo add-apt-repository ppa:tualatrix/ppa
$ sudo apt-get update
$ sudo apt-get install ubuntu-tweak
/////////////////////////
Display Bright change!!!!!!!!
/etc/default/grub and add this two lines in the end
Then But it's not working Crazy |
///////////////////////////////////////////////////////
same as upsairs
GRUB_CMDLINE_LINUX="quiet splash acpi_osi=Linux acpi_backlight=vendor"
in th file /etc/default/grub, then:
sudo update-grub
////////////////////////////
revert gnome classic
http://askubuntu.com/questions/58172/how-to-revert-to-gnome-classic
add some applet- indicator's
http://askubuntu.com/questions/69377/i-cant-add-a-indicator-applet-to-panel-in-gnome-classic
http://www.youtube.com/watch?v=NFF5GeGTLQI
compiz compiz-gnome
compiz-manager
compiz-plugins main
# sudo apt-get install stardict
/usr/share/stardict/dic //사전 폴더
http://eu81273.tistory.com/319 // 사전파일 변환 법 Awesome |
1. 실패한 설치방법
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy main multiverse"
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy-updates main multiverse"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
2. 성공한 설치방법
$sudo add-apt-repository ppa:upubuntu-com/java
$sudo apt-get update
$sudo apt-get install oracle-java7-installer
3. JAVA Path 설정
- 보니까 JAVA_HOME 설정이 꼭 필요하더군요.
$sudo vi /etc/profile
추가(전 상단에 추가했습니다.)
PATH=$PATH:$JAVA_HOME/bin
export JAVA_HOME=/usr/lib/jvm/java-7-oracle
export PATH=$PATH:$JAVA_HOME/bin
:wq(저장후 종료)
echo $JAVA_HOME
이렇게 확인해보시면 됩니다 혹시 같이 않나오시면 리붓해보세요.
이상입니다.
'wif LiNoUz > Ubuntu' 카테고리의 다른 글
BW 설명 (1) | 2012.08.14 |
---|---|
vmware 해킨토시 사운드 (0) | 2012.08.11 |
CentOS VirtualBOX Guest addition installation (0) | 2012.08.10 |
우분투 백업 (0) | 2012.05.14 |
우분투 12.04 에서 터보부스트 사용하기 / to enable turbo boost in ubuntu12.04 (0) | 2012.05.02 |