2019년 3월 30일 토요일

linux book scan

  • gscan2pdf
    • Page options
      • Page number
        • start
        • increment
      • Post processing
        • ocr
    • Scan mode
      • Scan resolution 
    • Geometry
      •  bottom-right-y
  • issue
    • /tmp full

NAPS 스캔 재정렬

  1. 스캔
    1. 홀수쪽 오름차순
    2. 짝수쪽 내림차순
  2. 재정렬
    1. 짝수쪽만 선택하고 뒤집기
    2. 전체 인터리브

2019년 3월 27일 수요일

blackberry hub naver imap/smtp


  • 자동 설정시 실패
  • 수동 설정시
    • imap은 그대로
    • smtp는 기본포트 587: "서버에 보안 연결이 필요하거나 클라이언트가 인증되지 않았습니다"
      • 포트만 465으로 바꾸면 잘 됨
  • 네이버 메일 설정에서 imap/smtp 사용하도록 되어 있어야 함

2019년 3월 24일 일요일

openmediavault transmission-bt

  1. omv-extra 설치
  2. shared folders에서 tr
  3. transmission/bandwidth
  4. transmission/files and locations
  5. transmission/rpc 등등 설정
  6. cron(anacron plugin 설치 불필요)
    1. system/scheduled_jobs 에 scripts 추가
    2. 공유 폴더에 실행 권한 주기 귀찮으므로. /root 안에 복사해서 사용

openmediavault omv extra

https://forum.openmediavault.org/index.php/Thread/5549-OMV-Extras-org-Plugin/

wget -O - http://omv-extras.org/install | bash

openmediavault smb setup

  1. shared folders 설정
  2. smb/cifs 설정
    1. 공용:
      1. extra option: force user = xxxxx 
    2. 개인용:
      1. openmediavault는 smb password가 기본 password와 동기화 됨.
      2. 따로 로그인 불가능한 계정을 파고 그룹 설정.
      3. extra option: 위와 같이 사용.

[debian/openmediavault] Trying to login to openssh, permission denied

/etc/ssh/sshd_config 확인


AllowGroups ssh 인데, 만들어 놓은 계정을 ssh 그룹에 추가하면 끝

 

https://askubuntu.com/questions/148356/trying-to-login-to-openssh-permission-denied

2019년 3월 22일 금요일

yoga book android firmware downgrade

(이유) -> 누가 최신 버전에서 꺼짐 현상이 너무 심함

부트로더 언락

https://forum.xda-developers.com/yoga-book/how-to/how-to-unlock-bootloader-t3502216
개발자 옵션->OEM언락, USB디버깅

IntelAndroidDrvSetup1.10.0 설치
PhoneFlashToolLite_5.5.2.0_win32 설치

Flash Tool Lite 실행
(Power+Up)으로 bootloader 상태로 만듦

YB1-X90F_USR_S000408_1704201342_WW06_BP_ROW-flashfiles

Yes 눌러서 진행하고 재부팅

안드로이드 6.0.1 / patch version 2017-04-01

키보드 설정

kr한국 고름 -> 자동 재부팅:계정 입력부터 다시 하지만 시스템 업데이트는 진행 안한 상태

--------------------------------------------------------------------------------------------------------
버전 별 자동 재부팅 기록

d-link 무선 공유기를 무선 스위치로 설정하기.

  1. 초기화
  2. setting-wireless-무선 설정 - 재시작 25초
  3. setting-network-
    1. 내부 ip 고정 192.168.0.20x
    2. dhcp 해제 
    3. upnp 포워딩 해제
    4. wan 대신 lan에 입력선 연결

2019년 3월 12일 화요일

heaps.io 1.9.1

  • cons
    • too much manual configuration during tutorial #1~#3
    • unable to setup mobile build?
      • https://community.heaps.io/t/mobile-platform-build-guide/37 
    • HL debug does not work correctly 
      • need git version - still imperfect at all?
  • pros
    • evoland 2
    • chrome debugger + vscode could be good pair of tool

2019년 3월 7일 목요일

launch cinnamon display settings from command line

cinnamon-settings display

https://forums.linuxmint.com/viewtopic.php?t=166356

2019년 3월 2일 토요일

manjaro setup

  1. installation
  2. hwclock to localtime
    1. https://wiki.manjaro.org/index.php?title=System_Time_Setting
    2. timeset
  3. find fastest mirror
    1. https://wiki.manjaro.org/index.php?title=Use_pacman-mirrors_to_Set_the_Fastest_Download_Server
    2. sudo pacman-mirrors --country South_Korea Japan Taiwan China && sudo pacman -Syyu 
  4. install yay
    1. sudo pamcn -S yay
  5. install fcitx
    1. install sakura
      1. yay -S sakura
    2. install vscode
      1. yay -S visual-studio-code-bin 
        1. extensions
          1. gitflow by vector-of-bool
          2. git history by don jayamanne
    3. setup firefox
      1. add add-ons
        1. ublock origin
        2. noscript security suite
        3. zoom page we
      2. preferences
        1. restore previous session
    4. install gitflow
      1. yay -S gitflow-avh
    5. setup git lg
      1. https://gist.github.com/johanmeiring/3002458 
    6. disable turbo boost
    7. install dropbox
      1. yay -S dropbox
    8. install keepassx2 
      1. yay -S keepasx2
    9. generate ssh-key and register!
    ref: HiDPI support

    manjaro fcitx

    yay -S fcitx-im fcitx-hangul fcitx-configtool

    ~/.xprofile

    export GTK_IM_MODULE=fcitx
    export QT_IM_MODULE=fcitx
    export QT4_IM_MODULE=fcitx
    export XMODIFIERS=@im=fcitx

    1. configure -> input method -> add -> hangul
    2. global config -> trigger input method

    2019년 3월 1일 금요일

    linux comparison 2019

    • mx linux
      • stable and fast
      • not quite easy to install newest software 
      • slow to fix security update(RDS issue)
    • antergos(discontinued)
      • easy to install new software
      • so much updates per day
      • mirror server is down sometimes and no nearest server(low popularity?)
      • installer broken many times(19.2)
    • manjaro
      • almost same as antergos
      • default theme is too green
    • archbang
      • unable to install bootloader for efi
      • discontinued? no guide or wiki 
    • zen installer - pure arch?
      • broken after 2nd upgrade -.-