티스토리 툴바



dvipdf with a4 paper size

The margin of the output pdf file are incorrect, if I want to use a4paper instead of letter without any option like as

dvipdf test.dvi

In that case,  the following command gives me a good margin pdf file.

dvipdf -sPAPERSIZE=a4 test.dvi

저작자 표시 비영리 변경 금지
댓글0 트랙백0

Trackback : http://citadel.tistory.com/trackback/290 관련글 쓰기

Top

adk installation on debian 6

I have the following error when I execute ./android

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Failure initializing default SSL context

Solution is to remove gcj-4.4-base by apt-get remove gcj-4.4-base. After this, I see the other platform without errors as



저작자 표시 비영리 변경 금지
댓글0 트랙백0

Trackback : http://citadel.tistory.com/trackback/289 관련글 쓰기

Top

recover deleted files on an android device in debian

  • apt-get install testdisk
  • mount an android device
  • su account
  • cd mount-position ( /media/3F30-AC25/ )
  • photorec
    1. select Android UMS Composite
    2. select [Intel] as the partition table type
    3. select whole...
    4. select FAT/NTFS/... as the filesystme type
    5. select another directory where one wants to save recovered files, and type Y
    6. let them go... one can see the following directories in the directory which one selected in step 5 as follows:
      recup_dir.1
      recup_dir.2
      recup_dir.3
      recup_dir.4
      recup_dir.5
      recup_dir.6
      recup_dir.7
      recup_dir.8
      recup_dir.9


저작자 표시 비영리 변경 금지
댓글0 트랙백0

Trackback : http://citadel.tistory.com/trackback/288 관련글 쓰기

Top

prev 1 2 3 4 5 ... 80 next