Latest Kudoed Collected Favorited Interests
  • Create Bare Git Repository

    Create bare git repository$ mkdir some_project.git $ cd some_project.git/ $ git --bare init $ touch ./git-daemon-export- ...

  • Linux Time Sync With Time Server

    Ubuntu$ sudo ntpdate pool.ntp.org 31 Aug 19:05:55 ntpdate[8911]: the NTP socket is in use, exiting $ sudo service ntp st ...

  • [Raspberry Pi] Wifi Setting And Enable SSH with Command

    Wifi SettingSearch Wifi ESSIDs.$ sudo iwlist wlan0 scan | grep ESS ESSID:"AirPort_what_you_want_to_connect" ESSI ...

  • Linux systemctl

    systemctl usage$ sudo systemctl list-units $ sudo systemctl list-units --all $ sudo systemctl list-units --type=service ...

  • PHP Flush

    PHP FlushingPHP ์—์„œ Flush ๋ฅผ ์“ฐ๋Š” ์ด์œ ๋Š” ์—ฌ๋Ÿฌ๊ฐ€์ง€๊ฐ€ ์žˆ๊ฒ ์ง€๋งŒ, ๊ฐœ์ธ์ ์œผ๋กœ ๋ธŒ๋ผ์šฐ์ €์—์„œ Timeout ์ด ๋‚˜์ง€ ์•Š๊ฒŒํ•˜๊ธฐ ์œ„ํ•œ ๋ชฉ์ ์œผ๋กœ ์ž์ฃผ ์“ด๋‹ค. ์„œ๋ฒ„์—์„œ๋Š” ๊ณ„์‚ฐ์„ ํ•˜๊ณ  ์žˆ๋Š”๋ฐ ๋ธŒ๋ผ์šฐ์ €์— ์•„๋ฌด๊ฒƒ๋„ ...

  • DNS Cache Flush

    MacOS# Above Sierra $ sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper; sudo dscacheutil -flushcache # ...

  • How to remove passphrase from a private key

    Sometimes, I feel to remove the passphrase from a key file.$ ssh-keygen -p -f /the/path/of/a/key Enter old passphrase En ...

  • ๋‚ด๊ฐ€ ์‚ฌ์šฉํ•ด๋ณธ ๋งˆํฌ๋‹ค์šด ์—๋””ํ„ฐ ๊ฐ„๋‹จ ๋ฆฌ๋ทฐ

    ์ด์ „ ๊ธ€ ์—์„œ ๋งˆํฌ๋‹ค์šด์— ์ค‘๋…(^^?)๋œ ๋งค๋ ฅํฌ์ธํŠธ๋ฅผ ์จ๋ดค์œผ๋‹ˆ, ์ด๋ฒˆ์—๋Š” ์ง€๊ธˆ๊นŒ์ง€ ์‚ฌ์šฉํ•ด๋ณธ ๋งˆํฌ๋‹ค์šด ์—๋””ํ„ฐ๋“ค์„ ๊ฐ„๋‹จํ•˜๊ฒŒ ์†Œ๊ฐœํ•ด๋ณด๊ฒ ์Šต๋‹ˆ๋‹ค. ์ค‘๋…๋˜์—ˆ๋‹ค๊ณค ํ•˜์ง€๋งŒ.. ์‚ฌ์šฉํ•ด ๋ณธ ๊ฒƒ์ด ๊ทธ๋ฆฌ ๋งŽ์ง€๋Š” ์•Š์Šต๋‹ˆ๋‹ค. ๊ทธ์ค‘์— ๋ช‡๊ฐ€์ง€๋ฅผ ...

  • http ์ฃผ์š” ์ƒํƒœ ์ฝ”๋“œ

    ์ฃผ์š” ์ƒํƒœ ์ฝ”๋“œ์ฝ”๋“œ๋ฉ”์‹œ์ง€์„ค๋ช…200OK์š”์ฒญ ์ฒ˜๋ฆฌ ์„ฑ๊ณต301Moved Permanently์š”๊ตฌํ•œ ๋ฐ์ดํ„ฐ๋ฅผ ๋ณ€๊ฒฝ๋œ URL์—์„œ ์ฐพ์Œ304Not modifiedํด๋ผ์ด์–ธํŠธ์˜ ์บ์‹œ์— ์ €์žฅ๋˜์–ด ์žˆ์Œ400Bad Request์š”์ฒญ ์‹ค ...

  • curl

    curl ์˜ต์…˜์˜ต์…˜์‚ฌ์šฉ์˜ˆ์„ค๋ช…-X-X POSTHTTP ๋ฉ”์„œ๋“œ ์ •๋ณด-d-d โ€œkey1=val1&key2=val2โ€ localhost:3000POST ํ†ต์‹  ์‹œ body ๋ฐ์ดํ„ฐ-HContent-Type:applicat ...