Cordilog
  • 홈
  • 태그
  • 홈
  • 태그

정보보안 · CS · 성장 기록

Cordilog의 정보보안 공부 기록

공부한 것들을 차곡차곡 기록하고 좋은 관점을 더해 쓸모 있는 지식 창고가 되고 싶은 블로그입니다. 💎

Security blog hero illustration Shield, circuit patterns and terminal windows for a cybersecurity blog $ whoami cordilog $ cat ethics.md offense informs defense. nmap $ nmap -sV target PORT STATE 22/tcp open 80/tcp open 443 vuln 8080 closed analyzing... 70%

공부 분야

// Study Fields
NETWORK
네트워크
LINUX
리눅스
WEB
웹 보안
CLOUD
클라우드

정보보안 이슈

// Security Pulse
  • 불러오는 중...
전체 보기 →

태그

// TAGS
도커 볼륨 도커 이미지 생성 Python 도커 이미지 빌드 docker dockerfile 파이썬 ubuntu 가상주소변환 kubernetes 병행프로세스 docker volume 아두이노 도커파일 이산수학 쿠버네티스 arduino 우분투 hadoop 팅커캐드

최근 글

// RECENT POSTS

파이썬 12

[파이썬] 함수 - 기본 매개변수 값 (Default Parameter Value)

다음 예제는 기본 매개변수 값(default parameter value)을 사용하는 방법을 보여준다.인자(argument)를 전달하지 않고 함수를 호출하면 기본 값을 사용한다. def contry_origin(country = "Korea"): print(f"I am from {country}.")contry_origin ("Mongolia")contry_origin ("India")contry_origin ()contry_origin ("Mexico") 출력 결과:I am from Mongolia.I am from India.I am from Korea.I am from Mexico.

Journey to CS/프로그래밍 언어 2025.02.16

[파이썬] 문자열 조작 - strip() 메소드 예시 뜯어보기

[예시] >>> spam = 'SpamSpamBaconSpamEggsSpamSpam' >>> spam.strip('ampS') 'BaconSpamEggs' *Source: Automate the Boring Stuff with Python  [Breakdown by Perplexity] Let me break this down for you step by step so you can understand the code and the result.Code ExplanationThe strip() Method:The Input String: spam = 'SpamSpamBaconSpamEggsSpamSpam'This is a string containing multiple repetitions of "Spa..

Journey to CS/프로그래밍 언어 2025.02.14
‹
1 2
›
프로필사진

Cordilog

공부한 것들을 차곡차곡 기록하고 좋은 관점을 더해 쓸모 있는 지식 창고가 되고 싶은 블로그입니다. 💎

글쓰기 블로그 관리
카테고리
  • 분류 전체보기
    • Journey to Security
      • C언어
      • 리눅스
      • 네트워크
      • DBMS
      • 웹 보안
      • 클라우드
      • 보안 이슈
    • Journey to CS
      • KNOU CS
      • 프로그래밍 언어
      • 임베디드
      • 웹
      • 유용한 정보
      • AI
    • Career
      • 정보처리기사
      • 리눅스마스터
    • 책리뷰
    • 그냥 쓰는 글
    Cordilog

    배우고 기록하고 성장하는 공간

    RSS

    티스토리툴바