candy man
2012/02/02
Jade Valerie Villalon
http://en.wikipedia.org/wiki/Jade_Villalon
http://www.jadevalerie.com/
eternity - only human
eternity - wonderful world
http://valiant-terra.weebly.com/elenas-download-links.html
2012/02/01
archlinux
http://mirror.star4u.org/archlinux/
http://ftp.lecl.net/pub/archlinux/
http://ftp.kaist.ac.kr/ArchLinux/
http://mirror.yongbok.net/archlinux/
ftp://mirror.yongbok.net/archlinux/
ftp://ftp.lecl.net/pub/archlinux/
1. /etc/pacman.conf 파일에 아래 라인 추가
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64
2. 리포 업데이트
pacman -Sy
3. yaourt 설치
pacman -S yaourt
customizepkg
rsync
pacman-color
bash-completion
sudo
# adduser
Additional groups (comma separated) :network, audio, video, wheel
# visudo
%wheel ALL=(ALL) ALL
$ yaourt -S networkmanager network-manager-applet
modemmanager
dhclient
iptables
dnsmasq
bluez
openresolv
$ yaourt -S acpi acpid alsa-lib alsa-plugins alsa-utils alsa-tools alsa-oss consolekit
$ sudo nano /etc/rc.conf
DAEMONS=(syslog-ng dbus networkmanager @alsa netfs crond)
$ sudo reboot
$ yaourt -S xorg-server xorg-xinit xorg-utils xorg-server-utils
$ yaourt -S xorg-twm xterm
$ yaourt -S mesa mesa-demos
$ yaourt -S xf86-video-intel xf86-video-vesa xf86-video-fbdev
(or $ yaourt -S nvidia nvidia-utils )
$ yaourt -S base-devel
$ yaourt awesome-git awesome-themes-git feh
$ yaourt -S hwinfo
$ sudo hwinfo --framebuffer
$ sudo /boot/grub/menu.lst
can not open /dev/fb0
kernel /vmlinuz-linux root=/dev/sda1 ro vga=0x034d
( 0x034d : 1920x1080 24bit )
[drm] failed to open device
kernel /vmlinuz-linux root=/dev/sda1 ro vga=0x034d nomodeset
$ cp /etc/skel/.xinitrc ~/
$ nano .xinitrc
exec ck-launch-session dbus-launch awesome
$ mkdir -p ~/.config/awesome/
$ cp /etc/xdg/awesome/rc.lua ~/.config/awesome/
$ cp -ar /usr/share/awesome/themes ~/.config/awesome/
wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip
volwheel
pacman -S xf86-input-synaptics
/etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
EndSection
gvfs-smb pcmanfm gamin gnome-menus tangerine-icon-theme ntfs-3g
chromium lxterminal leafpad gpicview lxappearance deluge gnome-themes-extras ttf-ubuntu-font-family gstreamer0.10-plugins xcompmgr totem thunar-volman
======================
bluez blueman cheese hardinfo
xfce4 xfce4-goodies fortune-mod
conky cairo-dock
=====================
add lines to end of your ~/.config/awesome/rc.lua:
awful.util.spawn_with_shell("ibus-daemon")
== pcmanfm : authentication is required
leafpad /usr/share/polkit-1/actions/org.freedesktop.udisks.policy
Find the id:
org.freedesktop.devicekit.disks.filesystem-mount-system-internal
Look for the line
<allow_active>auth_admin_keep</allow_active>
replace to
<allow_active>yes</allow_active>
== Automatic login to virtual console : Edit /etc/inittab
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
to
c1:2345:respawn:/sbin/agetty -a USERNAME -8 -s 38400 tty1 linux
피드 구독하기:
글 (Atom)
-
http://ko.wikipedia.org/wiki/%EC%B9%B4%ED%8B%B0%EC%95%84 V5 V6 차이 : - V5는 파일 기반(File-Based)으로 데이터를 저장하며, 데이터베이스는 옵션으로 제공 - V6는 모든 데이터가 데이...
-
공구가 참 많다. 1. 기준 공구를 잡는다. (아무거나, 보통 Φ10 엔드밀) 2. MDI - M03S1000; 2. HANDLE(수동) 이동으로 - Y축 터치 : POS - 상대좌표 - X - ORIGIN - X축 터치 : POS - 상대좌...
-
1. autocad 에서 글자를 쓴다. 2. expresstool 에서 explode text 이용하여 글자를 라인화 한다. (txtexp) (expresstool 은 캐드 설치시에 옵션 설치라 없을 수 도 있다.) (expresstool 을 설치...