- Go to menu Help > Enter License.
- Copy the license key below and paste it into the textbox > Click the Use License button.
- Enjoy! ๐
# -*- coding: utf-8 -*- | |
""" | |
This code won't be updated anymore. | |
Project has moved to repository: https://github.com/devxoul/korail | |
""" | |
import requests | |
from bs4 import BeautifulSoup | |
from datetime import datetime |
import java.util.*; | |
class Graph { | |
public static void main(String... args) { | |
Graph graph = new Graph(); | |
graph.addNodes('A', 'B', 'C', 'D' ,'E'); | |
graph.addEdge('A', 'B'); | |
graph.addEdge('A', 'C'); | |
graph.addEdge('B', 'D'); |
Markdown์ ํ ์คํธ ๊ธฐ๋ฐ์ ๋งํฌ์ ์ธ์ด๋ก 2004๋ ์กด๊ทธ๋ฃจ๋ฒ์ ์ํด ๋ง๋ค์ด์ก์ผ๋ฉฐ ์ฝ๊ฒ ์ฐ๊ณ ์ฝ์ ์ ์์ผ๋ฉฐ HTML๋ก ๋ณํ์ด ๊ฐ๋ฅํ๋ค. ํน์๊ธฐํธ์ ๋ฌธ์๋ฅผ ์ด์ฉํ ๋งค์ฐ ๊ฐ๋จํ ๊ตฌ์กฐ์ ๋ฌธ๋ฒ์ ์ฌ์ฉํ์ฌ ์น์์๋ ๋ณด๋ค ๋น ๋ฅด๊ฒ ์ปจํ ์ธ ๋ฅผ ์์ฑํ๊ณ ๋ณด๋ค ์ง๊ด์ ์ผ๋ก ์ธ์ํ ์ ์๋ค. ๋งํฌ๋ค์ด์ด ์ต๊ทผ ๊ฐ๊ด๋ฐ๊ธฐ ์์ํ ์ด์ ๋ ๊นํ(https://github.com) ๋๋ถ์ด๋ค. ๊นํ์ ์ ์ฅ์Repository์ ๊ดํ ์ ๋ณด๋ฅผ ๊ธฐ๋กํ๋ README.md๋ ๊นํ์ ์ฌ์ฉํ๋ ์ฌ๋์ด๋ผ๋ฉด ๋๊ตฌ๋ ๊ฐ์ฅ ๋จผ์ ์ ํ๊ฒ ๋๋ ๋งํฌ๋ค์ด ๋ฌธ์์๋ค. ๋งํฌ๋ค์ด์ ํตํด์ ์ค์น๋ฐฉ๋ฒ, ์์ค์ฝ๋ ์ค๋ช , ์ด์ ๋ฑ์ ๊ฐ๋จํ๊ฒ ๊ธฐ๋กํ๊ณ ๊ฐ๋ ์ฑ์ ๋์ผ ์ ์๋ค๋ ๊ฐ์ ์ด ๋ถ๊ฐ๋๋ฉด์ ์ ์ ์ฌ๋ฌ ๊ณณ์ผ๋ก ํผ์ ธ๊ฐ๊ฒ ๋๋ค.
version: '3.3' | |
services: | |
db: | |
image: mysql:5.7 | |
volumes: | |
- db_data:/var/lib/mysql | |
restart: always | |
networks: | |
- myvlan |
ํ๊ตญ์ด ๋ฒ์ญ(์ด๋ฒ) : nacyot
Why Should I Care (For Developers)
"๋์๊ฒ Docker์ ๋งค๋ ฅ์ ๊ฐ๋จํ ๊ฒฉ๋ฆฌ๋ ํ๊ฒฝ์ ๋ง๋ค ์ ์๋ค๋ ๊ฒ๊ณผ, ๊ทธ๋ฌํ ํ๊ฒฝ์ ์ฌ์ฌ์ฉํ ์ ์๋ค๋ ์ ์ด๋ค."๋ฐํ์ ํ๊ฒฝ์ ํ ๋ฒ ๋ง๋ค์ด ํจํค์ง๋ก ๋ง๋ค๋ฉด, ์ด ํจํค์ง๋ฅผ ๋ค๋ฅธ ์ด๋ค ๋จธ์ ์์๋ ๋ค์ ์ฌ์ฉํ ์ ์๋ค. ๋ํ ์ฌ๊ธฐ์ ์คํ๋๋ ๋ชจ๋ ๊ฒ์ ๋ง์น ๊ฐ์๋จธ์ ๊ณผ ๊ฐ์ด ํธ์คํธ๋ก๋ถํฐ ๊ฒฉ๋ฆฌ๋์ด์๋ค. ๋ฌด์๋ณด๋ค๋ ์ด๋ฐ ๋ชจ๋ ์ผ๋ค์ด ๋น ๋ฅด๊ณ ๊ฐ๋จํ ๊ฐ๋ฅํ๋ค.
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
๋ฒ์ญ Project Zero: Searching statically-linked vulnerable library functions in executable code
์ทจ์ฝํ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๊ฐ static link (์ ์ ๋งํฌ)๋ ์ ์ฌํ ํ์ผ๋ค์ binary ๋ ๋ฒจ์์ ํ์งํ๊ธฐ๊ฐ ์ด๋ ต๋ค
์ด ๊ธ์์ ๋ฐ์ด๋๋ฆฌ ํ์ผ์ ์ ์ ์ผ๋ก ๋ถ์ํ์ฌ ์ทจ์ฝํ ์คํ ์์ค ๋ผ์ด๋ธ๋ฌ๋ฆฌ ๋ฅผ ํ์งํ๋ ๊ฒฐ๊ณผ๋ฅผ ๋ํ๋ด๊ณ ์๋ค.
After watching Bryan Cantrill's presentation on [Running Aground: Debugging Docker in Production][aground] I got all excited (and strangely nostalgic) about the possibility of core-dumping server-side Python apps whenever they go awry. This would theoretically allow me to fully inspect the state of the program at the point it exploded, rather than relying solely on the information of a stack trace.
Decoding the data in /proc/net/tcp: | |
Linux 5.x /proc/net/tcp | |
Linux 6.x /proc/PID/net/tcp | |
Given a socket: | |
$ ls -l /proc/24784/fd/11 | |
lrwx------ 1 jkstill dba 64 Dec 4 16:22 /proc/24784/fd/11 -> socket:[15907701] |