fun & cool 2008. 5. 26. 00:50

재미있는 맥도날드 광고

한때는 버거킹에서 와퍼 더블 치즈를 두개반, 콜라 한잔반, 어니언링, 프렌치프라이 각 한팩씩, 선데까지 먹었는데

요새는 나이가 들었는지 햄버거가 그닥 끌리지가 않는다.

빵은 아직까진 좋아하는데, 나이들면 이것도 밥으로 바뀔까-ㅋ

이제는 일년에 한번먹을까 말까하는 취향이 되었지만,

인터넷 서핑하는 도중 재미있는 맥도날드 광고 발견, 두편 정도 소개할까 한다.


일본 맥도날드 광고인데, 명품의 이미지와 여성모델의 회심의 미소가 나도 모르게 같이 웃음짓게 되는게 매력이다.
마지막 토마토를 두손에 올려놓고 취한 포즈가 화장품 광고같기도 하고 재미있다.




아랍같은데, 뭐든걸 다 해줘도 프렌치프라이만은 안돼! 라는 남자의 의지와 열정이 보인다.ㅋㅋ

'fun & cool' 카테고리의 다른 글

미니쿠션 반지 pilo-pilo  (2) 2008.06.05
하이퍼판타스틱울트라파워풀슈퍼메가톤익스트림그레이트  (1) 2008.04.07
남자의 로망은 역시.....  (2) 2008.03.15
미리뽕의 전설!?  (2) 2008.01.27
Homer's last 39 years.  (0) 2008.01.06
천재 카피라이터  (1) 2007.11.07
흥어란 무엇인가?  (6) 2007.09.12
Rolling Bombar  (2) 2007.08.05
N 게임  (0) 2007.07.02
프레젠테이션을 할 때 주의사항  (0) 2007.05.25
geek_stuff/server & linux 2008. 5. 13. 23:12

Ubuntu 8.04 (Hardy Heron). Some Howtos and tips for fancy desktop.

recently I had installed Ubuntu 8.04 (Hardy Heron) for my laptop. During the installation I had to some settings done and fix some problems. I've taken some notes however, I thought it would be nice to share with others. I guess that's what GNU is for.

fix ALC861 sound volume problem

This is already fixed http://people.ubuntu.com/~ogasawara/hardy-buglist.html

If you don't want for the updates to get uploaded to repositories just do:

#sudo apt-get install module-assistant

#module-assistant a-i alsa-source

reload the sound modules (or restart) and it should be working.


CPU temperature applet

#apt-get install Computer Temperature monitor
(or something like that.)

otherwise look for the package using...

#apt-cache search temperature



Installing Internet Explorer

http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu



trashcan on desktop

run "gconf-editor"

go to apps>nautilus>desktop

click "trash_icon_visiible"

Your icon will be there now.


workaround for laggy synergy

run synergyc as root.



downgrading firefox 3 to firefox 2

sudo apt-get purge firefox

rm -r /home/you/.mozilla/firefox

sudo apt-get install firefox-2



if you want to back to firefox 3

sudo apt-get remove firefox-2

auso dpt-get install firefox-3

for laptop temperature monitoring

apt-get install sensors-applet
apt-get install smartmontools



install LBP3200 network printer @ ubuntu

setup/ install LBP3200 network printer @ ubuntu

Printer Location: DL001, WindowsXP
Pritner Model: Canon LBP3200

Helps from:
a. Linux Driver Download(http://software.canon-europe.com/products/0010044.asp)
b. Linux Driver Download(.deb File, http://cweb.canon.jp/drv-upd/lasershot/linux/captlinux.html)

1. download driver from Canon website
     Some countries have no drivers. You can download .deb file from Japan website.
   You require to download two files.
   file name: cndrvcups-capt_1.60-1_i386.deb, cndrvcups-common_1.60-1_i386.deb

2. Click each file and start to install using GDebi Package manager

3. System >> Management >> Print
4. [New Priter]
5. on new printer window, select 'Windows Printer via SAMBA' and type network printer name manually or click search to find one you want.
(sometimes, you cannot select from Search due to the access permission)
6. After select your printer, click Check to find out if it's available.
7. click [Continue]
8. select Canon from 'select from database' list. click next
9. select 'LBP3200 CAPT ver.1.5' from 'Model' and select 'Canon LBP3200 CAPT ver.1.5(recommend)' from 'driver name' and click next
   if you cannot see your printer, package installation should have been failed.
10. Click [Apply]


transform your gnome to mac style.

http://sourceforge.net/projects/mac4lin


using NateON messenger with pidgin

http://dev.haz3.com/trac/nateon/wiki/Install

How to use pptp VPN on hardy

install VPN Connection Manager (search pptp) on add/remove.
restart following services:
sudo /etc/init.d/dbus restart
sudo /etc/dbus-1/event.d/25NetworkManager restart
sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher restart

look into Network Applet, voila

http://tipotheday.com/2008/04/29/connect-to-windows-vpn-server-pptp-with-ubuntu-hardy-heron/


Install Flash 10 nonfree

first remove swfdec:

apt-get remove swfdec-mozilla

then, add source.list following:

deb http://ppa.launchpad.net/thielmann/ubuntu hardy main

 #apt-get update; apt-get install flashplugin-nonfreebeta


Synaptics Tweak

/etc/X11/xorg.conf

Section “InputDevice”
Identifier “Synaptics Touchpad"
.
.
Option “HorizScrollDelta” “0″
Option “SHMConfig” “on”
EndSection



# apt-get install qsynaptics

restart xwindow. (Ctrl+Alt+Del)

'geek_stuff > server & linux' 카테고리의 다른 글

우분투(Ubuntu) 설정 A-Z  (0) 2008.01.22
서버 OS 재설치  (0) 2008.01.22
윈도우와 리눅스 콘솔에서 헷갈리십니까?  (2) 2007.01.20
삼바 서버 멈춤현상  (0) 2006.12.21
APM설치 howto  (0) 2006.06.25
리눅스에서 커널패치 없이 ntfs사용하는 방법  (0) 2006.05.21
리눅스에서 NDAS장비 사용하는 방법  (0) 2006.05.06
서버포멧! ㅠㅠ  (0) 2006.04.28
흐음.. 이상한 일이다.  (1) 2006.04.04
서버다운...  (5) 2006.03.21