This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

*/

Ubuntu에서 버전 확인

 lsb_release 

$ lsb_release -a


cat /etc/os-release










애플망고 싹틔우기

몇년 전에 애플망고를 먹고 싹을 틔운적이 있어, 다시 한번 시도 해보았다.

먼저 과육은 먹고 씨껍데기의 가장자리를 잘라 벌리면 씨앗이 나온다.

조그만 그릇에 씨앗을 넣고 물을 씨앗의 절반 높이 정도로 채우고 1~2주 기다리면 뿌리가 나오는 것을 확인 할 수 있다.

21.3.27



21.4.06 
 씨앗에서 뿌리가 조금 나온것을 볼 수 있습니다.
21.4.10
  뿌리가 길어졌네요.


사과꽃

 옥상에서 키우는 사과나무에 꽃이 활짝 피었다.


작년에는 관리 부족으로 3~4개 수확하고 끝났는데 올해는 기대해 본다.

관련글


안양천/가산동 벚꽃

안양천에 벗꽃이 활짝 피었네요. 점심 식사 후 가볍게 나갔다 왔습니다. 주말에 비오고 나면 다음 주에는 못 볼 것 같네요.




관련글

살구꽃

 옥상에 심어둔 살구나무에 꽃이 활짝 피었네요.



관련글

git 사용자 이름/패스워드 Repository별 저장

git 사용시 repository별 사용자명과 패스워드를 설정하고자 할때 

터미널에서 해당 repository 디렉토리에서 git config user.name "사용자명"을 입력하고,

$ git config user.name "amos"

패스워드를 다음과 같이 입력한다.  git config user.password "패스워드"

git config user.password "amosxxxx"

이후에는 pull 혹은  push시 username과 password를 입력하라는 프롬프트가 안나온다.

설정되어 있는 username과 password를 보고자 할때는 .git 폴더에서 config파일을 확인하면 된다.

 nano  .git/config

[core]
  repositoryformatversion = 0
  filemode = false
  bare = false
  logallrefupdates = true
[remote "origin"]
  url = https://xxx.xxx.xx/xx/yy.git
  fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
  remote = origin
  merge = refs/heads/master
[user]
  name = amos
  password = amosxxx


코로나 검사

오늘은 중앙 보훈병원 선별진료소에서 코로나 검사를 받았다. 

지난주 검사는 잠실운동장 건너편에 있는 임시 선별 진료소에서 받았는데 짧은 시간 검사지만 너무 아파서 조금 멀지만 이곳까지 왔다. 오전 10시 대기하는 사람은 2명으로 

남자분이 검사하는데 기대한 것처럼 콧속이 살짝 간지러운것으로 끝났다. ^^

검사 결과는 오후에 나온다고 한다. 빠르다.