2012년 12월 24일 월요일

Remove a GUID Partition Table (GPT) in Linux

My initial though was to use fdisk. However, fdisk does not understand GUID Partition Tables and therefore cannot remove such tables. The other tool that does understand GPT is a tool called “parted”.
So to replace the GPT table with msdos, I did:
parted /dev/sdc
mklabel msdos
quit

출처: http://www.virtualvcp.com/linux-technical-guides/125-clearing-a-guid-partition-table-gpt-in-linux

 


2012년 12월 7일 금요일

kernel update 후 virtualbox 문제.

아래와 같은 메세지

modprobe vboxdrv failed. Please use 'dmesg' to find out why

해당 커널에 맞는 linux-headers 설치.

virtualbox reload!

출처: https://forums.virtualbox.org/viewtopic.php?f=7&t=43976


벌써 이번 해의 마지막 달이군.

2012년 11월 27일 화요일

스타워즈 明言!!

출처; http://mingqing.tistory.com/archive/20120502


Fear is the path to the dark side. fear leads to anger. anger leads to hate. hate leads to suffering. i sense much fear in you 

2012년 11월 10일 토요일

youtube The Alan parsons Project Time

댓글 중....

myoldtbird-

I'm 50 years old and this is my all time favorite song, relaxing after hard work, makes me feel free, no worries, life lover, patience , a loving huge to Mom and Dad, best wishes to my family, friends, enemies......................

2012년 10월 28일 일요일

adobe reader i386 64bit 로 설치

12.10 에서 설치

인용:
You must be using 64bit ubuntu. The file is for 32bit systems. You could try:
sudo dpkg -i --force-architecture filename.deb

출처: http://ubuntuforums.org/archive/index.php/t-1787306.html

Good Luck to you~

2012년 10월 27일 토요일

[펌] 우분투 12.04 12.10 Daum 클라우드 설치

12.10도 사용가능

64비트용!

크로마님의 설치파일을 먼저 준비한다.

$ mkdir tmp
$ dpkg-deb -x daumcloud_1.1.0.20_i386_repacked_chroma.deb tmp
$ dpkg-deb --control daumcloud_1.1.0.20_i386_repacked_chroma.deb tmp/DEBIAN
$ sed -i "s/i386/all/" tmp/DEBIAN/control 
$ dpkg -b tmp daumcloud_1.1.0.20_i386_repacked_chroma_x64.deb
 
ia32 shared libraries 설치 
나의 경우 이미 설치됨 
 
dconf-editor 의 경우 이미 설치됐고
12.10에서 설정


 
 
 
 
 
 
 
 
 
 
 
 
 
logout & relog
프로그램 실행
계정 등록 
폴더 만듦.
 
원문 출처: http://logon.tistory.com/107 
 
 

2012년 10월 20일 토요일

2012년 10월 11일 목요일

tor와 privoxy를 설치

sudo apt-get install tor privoxy

privoxy 설정 파일을 편집합니다
sudo gedit /etc/privoxy/config

파일 가장 아랫쪽에 아래 문구를 넣고 저장합니다. (맨 마지막 점도 넣어야 합니다.)
forward-socks4a / localhost:9050 .

 sudo /etc/init.d/privoxy restart


출처:

http://www.ubuntu.or.kr/viewtopic.php?f=22&t=2298

설정: http://blog.naver.com/PostView.nhn?blogId=kws6506&logNo=70091290379  

        https://www.torproject.org/docs/tor-doc-web.html.en

Checking http://torcheck.xenobite.eu/
              https://check.torproject.org

 

2012년 10월 3일 수요일

[우분투]ISO 이미지 만들기


$ sudo umount /dev/cdrom; sudo dd if=/dev/cdrom of=test_dvd.iso bs=1024

that's all!


alternative ways!!

$ df -hT
파일시스템 인식

ext) /dev/sr0

$ cat /dev/sr0 >  /home/linuxer/test.iso


출처:
http://mcchae.egloos.com/5202973

출처:
 http://www.tech-recipes.com/rx/2769/ubuntu_how_to_create_iso_image_from_cd_dvd/

 

2012년 9월 27일 목요일

kdenlive codecs 설치

ubuntu 용 동영상 편집 프로그램이다.

각설하고 codec 설치.

sudo add-apt-repository ppa:sunab/sunab2
sudo apt-get update
sudo apt-get dist-upgrade
 
config wizard 재실행 

끝!
 
출처:http://www.kdenlive.org/forum/rendering-crashes-end-ubuntu-1204-x64-kdenlive-09
 
 


foremost hdd recovery

sudo apt install foremost  sudo foremost -t jpg -i /dev/sdb1 -o /home/nichts/recovery souece : gemini