Skip to content

Instantly share code, notes, and snippets.

@returnwellbeing
returnwellbeing / agnoster.md
Last active September 16, 2018 11:41 — forked from jacobsvante/README.md
My version of the Agnoster theme, with Virtualenv support

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@returnwellbeing
returnwellbeing / k2pdfopt.md
Created September 16, 2018 11:47
pdf 문서를 킨들에 넣는 방법
@returnwellbeing
returnwellbeing / terminal.md
Created September 16, 2018 13:19
우분투 터미널 프로필 관리

우분투 터미널 프로필 dump

dconf dump /org/gnome/terminal/legacy/profiles:/ > ./.terminal.dconf

우분투 터미널 프로필 load

(optional) dconf reset /org/gnome/terminal/legacy/profiles:/

dconf load /org/gnome/terminal/legacy/profiles:/ < ./.terminal.dconf

@returnwellbeing
returnwellbeing / synergy_ubuntu16.04.md
Created October 16, 2018 10:41
우분투 16.04에서 부팅시 synergy 자동실행하기

/etc/lightdm/lightdm.conf

[Seat:*]
autologin-user=

[SeatDefaults]
greeter-setup-script=/usr/bin/synergyc 192.168.x.x
@returnwellbeing
returnwellbeing / README-Template.md
Created October 24, 2018 07:49 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@returnwellbeing
returnwellbeing / kali linux on docker.md
Last active November 15, 2018 11:54
도커에 칼리리눅스 설치하기
@returnwellbeing
returnwellbeing / metasploit_db_initial.md
Created November 15, 2018 11:53
메타스플로잇 DB 초기설정
root@Fu:~# msfdb delete
root@Fu:~# msfdb init
root@Fu:~# cp /usr/share/metasploit-framework/config/database.yml /root/.msf4/
root@Fu:~# sudo service postgresql restart
root@Fu:~# sudo msfconsole
msf > db_status
[*] postgresql connected to msf
msf >
@returnwellbeing
returnwellbeing / synergy_ubuntu18.04.md
Created November 24, 2018 02:03
우분투18.04 시너지 자동실행

Autostart Synergy before logging in (GDM)

Client side

vi /etc/gdm/Init/Default

/usr/bin/killall synergyc
while [ $(pgrep -x synergyc) ]; do sleep 0.1; done
/usr/bin/synergyc <SERVER HOSTNAME>

exit 0
@returnwellbeing
returnwellbeing / kali_hangul.md
Last active December 28, 2018 12:37
칼리 리눅스 한글 설정

칼리 리눅스 한글 설정

apt update
apt install fcitx-hangul
apt install fcitx-lib*
apt install fonts-nanum*
init 6

im-config > fcitx 선택