Skip to content

Instantly share code, notes, and snippets.

https://community.pulsesecure.net/t5/Pulse-Desktop-Clients/Installation-failed-on-Linux-Mint-18-2/td-p/17101/page/2
@daemin-hwang
daemin-hwang / gist:82f81053cac2e144807489d37339af4b
Created January 19, 2018 11:52
XPS 우분투 윈도우 듀얼 부팅 설치
https://github.com/doyeonOh/ubuntu-doc
Dell xps 15 9560 ubuntu 17.10 설치
여러 시행착오 후에 작성한 개인적인 기록으로 이 방법으로 일어난 이상현상에 대해서 책임지지 않습니다.
Dell xps 15 9560 spec
intel core i7-7700HQ CPU @ 2.80GHzx8
32gb ram
1TB ssd
touch screen
h2 db를 파일모드로 띄우게 되면 서로 다른 프로세스에서 엑세스 하려는 경우 에러가 발생한다.
가령 스프링 부트앱에서
H2데이터소스를 물고 기동 시킨 상태에서
리파지토리를 테스트 하는 테스트 코드가 수행된다면 위에 언급한 에러가 발생하게 된다.
커넥션 정보를 아래와 같이 변경하면 해결 된다.
`spring.datasource.url=jdbc:log4jdbc:h2:~/job_history;AUTO_SERVER=true`
@daemin-hwang
daemin-hwang / gist:e8f48bd24e054215f2f468e69bd58916
Last active December 28, 2017 16:03
리눅스 프린터 자동감지 설정 disable
sudo systemctl stop cups-browsed
sudo systemctl disable cups-browsed
출처 : https://askubuntu.com/questions/873399/disable-cups-and-cups-browsed-in-16-04
@daemin-hwang
daemin-hwang / gist:7ea56365d44230a1cfe3337137c9c950
Last active July 7, 2017 04:38
리눅스민트 듀얼모니터 마우스 커서 잔상 해결
[참고링크]
https://askubuntu.com/questions/723683/mouse-cursor-leaving-trails-artifacts/783547
https://forum.ubuntu-kr.org/viewtopic.php?t=23504
[적용방법]
`/etc/environment` 파일에 아래 내용 작성 후 reboot
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
@daemin-hwang
daemin-hwang / gist:37057f5e40504bc222decb4540a04a5f
Created May 8, 2017 05:29
우분투 압축파일 한글깨짐 현상 해결
소프트웨어센터에서
P7zip-full 설치
http://egloos.zum.com/nemonein/v/5307041
@daemin-hwang
daemin-hwang / gist:d9ed47ace97ec25aa05a97ac25b67f60
Last active March 27, 2018 12:17
우분투 16.04.1 초기 셋팅 관련 정리
#!/bin/bash
sudo apt update
apt install git zsh unity-tweak-tool vim shutter mysql-workbench
## oh my zsh 설치
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s /bin/zsh
@daemin-hwang
daemin-hwang / gist:a6c4ef3aa4fc2db3035a544827734610
Created November 14, 2016 11:17
리브레오피스 한글 언어팩 설정
sudo apt install {패키지명}
libreoffice-l10n-ko
리브레오피스 한국 지역 설정
libreoffice-help-ko
리브레오피스 도움말 한국 지역 설정
[박정규님 블로그]
출처 : http://bagjunggyu.blogspot.kr/2015_03_01_archive.html
@daemin-hwang
daemin-hwang / gist:885d2f6e3af64f9a08d0cc96a0055eaa
Created November 12, 2016 10:59
엘레멘트리 os 와이파이 안잡히는 문제 해결방법
엘레멘트리 os 와이파이 안잡히는 문제 해결방법
You have installed a wrong driver.
Remove the wl driver by
sudo apt-get purge bcmwl-kernel-source
Then run
sudo modprobe brcmfmac