'잡동사니'에 해당되는 글 13770건

  1. 2019.01.28 별별 희한한 제약을 다 만들었네 -_- 4
  2. 2019.01.28 virt-manager 백업 및 복구
  3. 2019.01.28 NAS4free
  4. 2019.01.28 virt-manager
  5. 2019.01.28 gitlab wiki 2
  6. 2019.01.28 react.js + spring 2
  7. 2019.01.28 bash builtin 명령어 .
  8. 2019.01.27 긴장이 풀린걸까? 2
  9. 2019.01.26 길빵이 늘어난 이유가..
  10. 2019.01.26 스타크래프트 2 - DLC 노바의 비밀 임무 끝!
개소리 왈왈/블로그2019. 1. 28. 13:40

요즘 정신없어서 글을 비공개로 쓰고 수정하고 공개로 못 돌리다보니

한번에 정리하고 있었는데 이런 에러가 발생하네


설마 이게 예전에 말했던 하루 글 쓰기 30개 제한인가...



맞았나 보네.. 일단 오늘쓰고 내일 공개로 돌려야겠군.. 췟


Posted by 구차니

KVM 이라고 그냥 표기하면 되려나?

아무튼 백업하고 복구하는 법 찾는중..


설정 자체가 XML로 되어있다 보니 어느걸 해야 하는거야...


[링크 : https://www.addictivetips.com/ubuntu-linux-tips/backup-a-virt-manager-virtual-machine-on-linux/]

[링크 : https://jaredkipe.com/blog/programming/general/ubuntu-kvm-5-backing-up-and-restoring-a-vm/]


+

2019.02.01

[링크 : https://www.virtkick.com/docs/how-to-restore-live-backup-on-kvm-virtual-machine.html]

[링크 : https://jaredkipe.com/blog/programming/general/ubuntu-kvm-5-backing-up-and-restoring-a-vm/]

'프로그램 사용 > kvm(virt-manager)' 카테고리의 다른 글

kvm qemu qcow2 vs raw with windows guest  (0) 2019.02.01
kvm 디스크 용량 늘리기 + 줄이기  (0) 2019.02.01
virbr0 - libvirt NIC  (0) 2019.01.29
virt-viewer for windows  (0) 2019.01.28
virt-manager  (0) 2019.01.28
Posted by 구차니
프로그램 사용/freeNAS2019. 1. 28. 13:14


[링크 : https://gigglehd.com/zbxe/12355614]


nas4free.org가 xigmanas.com 으로 리다이렉션 되는 듯?

[링크 : https://www.xigmanas.com/]

[링크 : http://www.nas4free.org/]

'프로그램 사용 > freeNAS' 카테고리의 다른 글

raidz1 (zfs)  (0) 2019.01.25
freeNAS hardware RAID, hot swap 등등..  (0) 2019.01.25
freeNAS web GUI  (2) 2019.01.25
Posted by 구차니



[링크 : https://virt-manager.org/]

[링크 : https://www.oss.kr/info_install/show/48cd8d88-a79a-4e86-a9b8-8b2abe4665ac]

'프로그램 사용 > kvm(virt-manager)' 카테고리의 다른 글

kvm qemu qcow2 vs raw with windows guest  (0) 2019.02.01
kvm 디스크 용량 늘리기 + 줄이기  (0) 2019.02.01
virbr0 - libvirt NIC  (0) 2019.01.29
virt-viewer for windows  (0) 2019.01.28
virt-manager 백업 및 복구  (0) 2019.01.28
Posted by 구차니

대충 보고 만져보는데

gitlab에서는 페이지 별로 생성하는게 아니라

링크를 생성후 따라가면서 생성하는 컨셉으로 사용이 가능한 듯

(wikipedia 처럼 페이지 생성하고 링크를 이어주는 개념이 아닌 듯)


[링크 : https://opentutorials.org/module/567/4941]


위키 페이지

[링크 : https://docs.gitlab.com/ee/user/project/wiki/]


마크다운(위키 문법)

[링크 : https://docs.gitlab.com/ee/user/markdown.html]



+

굳이 링크없이 만들고 싶다면 URL 에서 페이지 명을 치면 되긴 한다.

'프로그램 사용 > gitlab & github' 카테고리의 다른 글

github 의 README.md 에 이미지 넣기  (0) 2024.12.31
gitlab 백업하기  (0) 2019.03.23
git push rejected by remote protected branch  (2) 2018.09.04
gitlab  (2) 2018.08.13
Posted by 구차니
Programming/react.js2019. 1. 28. 10:40

으으으 공부해야 할 것..

회사에서 프로젝트를 angular에서 react로 전환할 거라.. ㅠㅠ


[링크 : https://start.goodtime.co.kr/2018/09/스프링-부트-리액트-개발-셋업-2018/]

'Programming > react.js' 카테고리의 다른 글

react import {}  (0) 2019.01.31
react html to jsx  (0) 2019.01.29
webpack react  (0) 2019.01.28
react.js tutorial  (0) 2019.01.28
react.js  (2) 2019.01.10
Posted by 구차니
Linux2019. 1. 28. 10:03

먼가 오해를 한거 같은데.. .은 그냥 source 이다.

단순하게 환경변수 설정하는데 쓰는 거지

어떠한 것을 실행하기 위한건 아니란 것..


# .

-bash: .: filename argument required

.: usage: . filename [arguments] 



BASH BUILTIN COMMANDS

       Unless  otherwise  noted, each builtin command documented in this section as

       accepting options preceded by -  accepts  --  to  signify  the  end  of  the

       options.  The :, true, false, and test builtins do not accept options and do

       not treat -- specially.  The exit, logout, break, continue, let,  and  shift

       builtins accept and process arguments beginning with - without requiring --.

       Other builtins that accept arguments but  are  not  specified  as  accepting

       options  interpret arguments beginning with - as invalid options and require

       -- to prevent this interpretation.

       : [arguments]

              No effect; the command does nothing beyond  expanding  arguments  and

              performing any specified redirections.  A zero exit code is returned.


        .  filename [arguments]

       source filename [arguments]

              Read and execute commands from filename in the current shell environ‐

              ment and return the exit status of the  last  command  executed  from

              filename.   If  filename does not contain a slash, file names in PATH

              are used  to  find  the  directory  containing  filename.   The  file

              searched  for  in  PATH  need not be executable.  When bash is not in

              posix mode, the current directory is searched if no file is found  in

              PATH.   If  the  sourcepath  option  to  the shopt builtin command is

              turned off, the PATH is not searched.  If any arguments are supplied,

              they  become  the  positional  parameters  when filename is executed.

              Otherwise the positional parameters are unchanged.  The return status

              is  the  status of the last command exited within the script (0 if no

              commands are executed), and false if filename is not found or  cannot

              be read. 


얜 멀까...

# . ls

-bash: .: /usr/bin/ls: cannot execute binary file 



.과 source는 동일한 건데

admin-openrc.sh 파일을 로드하여 Identity 서비스에 대한 위치와 admin 프로젝트 및 사용자 credential과 함께 환경 변수를 넣어줍니다:


$ source admin-openrc.sh 

[링크 : https://docs.openstack.org/liberty/ko_KR/install-guide-obs/keystone-openrc.html]

'Linux' 카테고리의 다른 글

bcache - SSD write cache  (0) 2019.02.01
bacahe(SSD) + RAID(HDD), 그리고 bcache(ramfs) + RAID(HDD)  (0) 2019.02.01
네트워크 인터페이스 명칭이 이상하다? enp0s0? em0?  (0) 2019.01.23
getopt()  (0) 2018.11.12
mount -o codepage=cp949  (0) 2018.01.04
Posted by 구차니

주말에 잠만 자게 된다.

희한하게 라고 할 정도로..


1월도 벌써 끝나가는데 또 마음을 가다듬고

회사를 위해서가 아니라 날 위해서 열심히 일해보자

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

으으 피곤..  (0) 2019.02.02
dustfeel - 미세먼지 측정소 상황  (0) 2019.01.29
스튜디오 재촬영  (0) 2019.01.20
어린이집 예비소집  (4) 2019.01.19
회사 이사준비  (0) 2019.01.18
Posted by 구차니

흡연구역이 없어서 라니 좀 어이가 없는 결론이네?


[링크 : https://news.v.daum.net/v/20190126153300081]



솔찍히 금연구역을 지정할게 아니라 흡연구역을 지정해서

그 외에는 모두 금연구역으로 해야 한다고 보는 쪽이다(내가 담배 안피니까 ㅋㅋ)


마음 같아서는 보복성(?)으로

담배 한까치에 만원씩 하면 해결될거 같기도 한데


세금 많이 내는 분들이니(청소년 포함)

"밀폐형 흡연장소"가 필요하다고 생각이 된다.


들어가고 나갈때 에어샤워로 몸에 붙은 담배재를 떨어주고

안에서는 양압시설이라던가 이런걸 응용해서 최대한 몸에 닿지 않게 상단에서 빨아들인다던가 해주고


단순하게 밀폐 공간에서 밖으로 뿜어봤자 비흡연자에게 피해가 가는건 매한가지니까

밖으로는 탈취필터 및 에어필터를 통해서 유해성분이 밖으로 뿜어져 나오지 않도록 해야 한다고 본다

(HEPA 필터로 담배가 걸러질진 모르겠네.. 그게 안되면 물을 통해서 흡수 하던가 해야 할 듯)


아무튼 이런 시설을 블럭 단위로 하나씩 비 맞지 않고 갈 수 있는 위치에

정부가 소모품을 제공해주는 걸로 해서 하면 담배세 올리는 것에 대한 저항도 줄일수 있을 것 같은데



좀 더 나가면 담배방 혹은 흡연방으로 해서

담배 부페(?)에 탈취시설 갖추고 사설 실내 흡연실을 제공하도록 법률을 제정하는 것도 방법 일 듯




+

1. 의료 목적으로 흡연 시작한거면 인정

2. 담배 한까치 만원 내가 대통령 되면 하고 싶음 ㅋㅋ

3. 길거리 틱틱 재털면서 다니는데 그러지 않는 흡연자 못 본듯(흡연장소 쓰레기통에 터는 것도 못 봤네)

4. 도대체 왜 흡연자도 다른 사람 담배냄새는 싫어하는 걸까?

5. 전자담배 길빵은 더 싫음(연기가 금세 사라져서 담배 냄새 피하기 더 힘들고, 멘솔이 입에 끼얹다 보니 짜증남)

Posted by 구차니


Posted by 구차니