Water Developer
  • Dev
  • Misc
  • 문장
  • 세바시

My favorite tools on ubuntu

AWS shell

An integrated shell for working with the AWS CLI.

https://github.com/awslabs/aws-shell

Oh my zsh

https://github.com/robbyrussell/oh-my-zsh

Tmuxinator

다수의 tmux sessions 관리를 도와주는 툴

이 툴을 사용전에는 매일 아침마다 반복적으로 화면분할, workon을 실행해야 했다. image

https://github.com/tmuxinator/tmuxinator

Shutter

데스크탑 환경에서 Screenshot …

more ...

자주 사용하는 명령어

Git 이 관리하는 모든 파일 조회

git ls-tree -r master --name-only

출처 : https://superuser.com/questions/429693/git-list-all-files-currently-under-source-control

Download youtube

Youtube 영상을 파일로 저장을 할 수 있다. 집에 인터넷이 안 된다면 회사에서 다운로드 받도록 하자.

youtube-dl --add-metadata -i -x --audio-format flac -- [youtube id]

Create django superuser

$ python manage.py createsuperuser …
more ...

  • Social

    • Github
  • Links

    • Pelican

© 2019 Hyunmin · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top