[Python] 데코레이터 https://velog.io/@rebugger/Python-%EB%8D%B0%EC%BD%94%EB%A0%88%EC%9D%B4%ED%84%B0 [Python] 데코레이터 수많은 데코레이터 설명 중 그나마 이해가 잘된 함수에서 코드르 바꾸지 않고 추가/수정하고 싶을 때 사용하는 문법 으로 이미 선언한 함수를 변경하지 않고 내용 위에 붙여쓰기를 통해 간편하 velog.io IT/Python 2023.08.12
[Pynecone] 5.Basic Counter https://velog.io/@rebugger/Pynecone-5.Basic-Counter [Pynecone] 5.Basic Counter 카운터 앱에 pc.cond 와 pc.button_group 그리고 style을 일부 활용하여 실습을 진행하였다.ㅇㅇㅇㅇ velog.io 이전글 2023.08.12 - [IT/Python] - [Pynecone] 4.Basic Googletrans IT/Python 2023.08.12
[Pynecone] 4.Basic Googletrans https://velog.io/@rebugger/Pynecone-4-basic-Googletrans [Pynecone] 4.basic Googletrans 파인콘 Docs 예제 중 고급 번역기 예제를 따라하면서 문제점이 많아 Basic 단계의 번역기 제작부터 다시 기본기를 다져야할 것 같았다.아래 공식문서에서는 Custom Vars(Class Translation)를 이용한 예제 velog.io 이전글 2023.08.12 - [IT/Python] - [Pynecone] 3.Translator [Pynecone] 3.Translator https://velog.io/@rebugger/Pynecone-Translator rebugger.tistory.com IT/Python 2023.08.12
[Pynecone] 3.Translator https://velog.io/@rebugger/Pynecone-Translator [Pynecone] 3.Translator python, googletranspython, strippython, listpython, \*args \*\*kargs velog.io 이전글 2023.08.12 - [IT/Python] - [Pynecone] 2.Gallery-to-do [Pynecone] 2.Gallery-to-do https://velog.io/@rebugger/pynecone-to-do rebugger.tistory.com IT/Python 2023.08.12
[Pynecone] 1.내용정리 Python-Pyencone 자료정리 https://velog.io/@rebugger/pynecone 이전글 2023.08.12 - [기타] - [PC환경] 카카오톡 글씨가 너무 밝게 보이는 경우 IT/Python 2023.08.12
How to Disable Google Chrome Password Manager Chrome 비밀번호 저장 여부 확인 및 자동 로그인 기능 비활성화 https://velog.io/@rebugger/How-to-Disable-Google-Chrome-Password-Manager IT 2023.08.12
[Docker] Kali John the ripper Docker Kali Linux Docker Hub에서 Kali image 다운로드 후 설치/세팅하여 shadow 파일 크랙하기! https://velog.io/@rebugger/Docker-John-the-ripper Docker - Kali John the ripper 도커를 사용하여 칼리 리눅스 설치 및 John the ripper 툴 사용으로 /etc/shadow 파일 크랙해보자! velog.io IT/Docker 2023.08.12
[AWS] PPK로 PEM 파일 변환하기 PuttyGen > PuTTY Key Generator 실행 https://thekoguryo.github.io/oci/chapter03/5/3/ IT/AWS 2022.07.28
Splunk Enterprice 설치 1. 우분투 18에 Docker 설치하기 sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update apt-cache policy docker-ce sudo apt install docker-ce sudo systemctl status docker .. IT/Docker 2022.06.23