Login
Discover
Waves
Decks
Plus
Login
Signup
carlton.soul
@carlton.soul
25
anybody
Followers
7
Following
10
Resource Credits
Available
Used
Location
earth
Created
August 3, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
carlton.soul
bash
2020-02-25 23:41
유용한 Bash 키보드 단축키 목록
터미널을 사용할때 유용한 단축키 모음입니다. 유용한 Bash 키보드 단축키 목록 Alt 키 단축키 ALT + A – 줄의 시작으로갑니다. ALT + B – 커서 앞의 한 문자를 이동합니다. ALT + C – 실행중인 명령 / 프로세스를 일시 중단합니다. CTRL + C와 동일 ALT + D – 빈 터미널을 닫습니다 (아무 것도 입력되지 않으면 터미널을 닫습니다).
$ 0.000
4
carlton.soul
icinga2
2019-06-17 10:46
how to change hostname of icinga2 master server
1.Install icinga2 using yum install icinga2. At this time, my hostname is still the generated one from Azure: [root@vm-icinga2test-01 ~]# hostnamectl Static hostname: vm-icinga2test-01 Icon name: computer-vm
$ 0.000
2
3
carlton.soul
docker
2019-05-03 06:20
how to install docker & docker-compose(docker 설치)
환경 CentOS 7 Linux icinga2-docker 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux docker 설치 root 권한으로 설치 $ curl -fsSL | sudo sh 버전확인 $ docker version Client:
$ 0.000
2
carlton.soul
windows
2019-04-30 05:46
beautiful 4k screen saver(Aerial)
Mac Linux Windows
$ 0.000
1
1
carlton.soul
pem
2019-04-29 05:09
make pem file
openssl genrsa -out ./csd1.pem 2048
$ 0.000
1
carlton.soul
music
2018-12-03 02:44
퀸 라이브 에이드(Queen - Live at LIVE AID 1985/07/13 [Best Version])
$ 0.000
1
1
carlton.soul
hot
2018-11-26 01:21
Korean beautiful actor(2)
$ 0.000
4
1
carlton.soul
microdot
2018-11-21 02:30
삭제
삭제
$ 0.000
2
2
carlton.soul
guestfish
2018-11-14 09:58
use guestfish base64 command example
guestfish --rw -i -a /my.img base64-in -<<EOF /home/test > Y2FybHRvbg== > EOF
$ 0.000
2
carlton.soul
hot
2018-11-14 01:23
Korean beautiful actor
$ 0.000
4
carlton.soul
java
2018-11-13 05:02
how to multidimensional array Object to String in java
public class test { public static void main(String[] args) { Object[][] obj = { { "1", "2", "3" }, { "1", "2", "3" }, { "1", "2",
$ 0.000
1
3