개발

Markdown Cheat Sheet

Markdown 치트 시트 📝 Markdown 치트 시트 기본 문법 · 확장 문법 · 실제 렌더링 예시 CommonMark GFM Type or …to get # H1 = (밑줄) Heading 1 ## H2 – (밑줄) Heading 2 ### H3 — Heading 3 #### H4 — Heading 4 ##### H5 — Heading 5 ###### H6 — Heading 6 *italic* […]

Markdown Cheat Sheet 더 읽기"

Gitlab CE(Community Edition) 설치

1. 필수 종속성 패키지 설치apt updateapt install -y curl openssh-server ca-certificates tzdata perl2. GitLab 공식 저장소 등록curl -fsSL https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash3. GitLab CE 설치 및 외부 접속 URL 설정export EXTERNAL_URL=”http://10.10.10.43″apt install -y gitlab-ce4. 초기 root 비밀번호 확인 및 접속cat /etc/gitlab/initial_root_password5. 웹브라우저 접속 확인http://10.10.10.43로그인 계정: root / <root 비밀번호>6. 패스워드 변경우측 상단 Avatar 아이콘 > Edit

Gitlab CE(Community Edition) 설치 더 읽기"

TTF to PNG (Segoe Fluent Icons)

1. 폰트 다운로드https://learn.microsoft.com/ko-kr/windows/apps/design/downloads/#fonts2. Python 패키지 설치PYTHON -m pip install –upgrade pipPYTHON -m pip install fonttools cairosvg pillow3. MSYS2 Cairo 설치CD /D c:\PortableApps\cmd_msys64\usr\binbash—–pacman -Syu –noconfirmpacman -S –noconfirm –needed mingw-w64-x86_64-cairo—–DIR c:\PortableApps\cmd_msys64\mingw64\bin\libcairo-2.dll4. 아래 스크립트로 실행PYTHON export_glyph_png.py ^–font “C:\Windows\Fonts\Segoe Fluent Icons.ttf” ^–out “d:\downloads\segoe_fluent_png” ^–size 256 ^–padding 16 ^–oversample 4 ^–save-svg ^–cairo-dll-dir “c:\PortableApps\cmd_msys64\mingw64\bin”

TTF to PNG (Segoe Fluent Icons) 더 읽기"

HTML5 태그 목록

TAG 설명 <a> 하이퍼링크를 정의합니다. <abbr> 더 긴 단어나 구의 축약형을 정의합니다. <acronym> 구식약어를 정의합니다. <abbr>대신 를 사용하세요. <address> 저자의 연락처 정보를 명시합니다. <applet> 구식페이지에 자바 애플릿(미니 자바 애플리케이션)을 삽입합니다. <object>대신 를 사용하세요. <area> 이미지 맵 내의 특정 영역을 정의합니다. <article>  기사를 정의합니다. <aside>  페이지 콘텐츠와 다소 관련성이 있는 일부 콘텐츠를 정의합니다. <audio>  HTML 문서에 소리 또는

HTML5 태그 목록 더 읽기"

Visual Studio Offline 패키지 만들기

1. 아래 사이트에서 설치 프로그램 다운로드https://visualstudio.microsoft.com/ko/downloads/2. 다운로드 받은 VisualStudioSetup.exe를 아래와 같이 실행VisualStudioSetup.exe ^–layout C:\VS2026_Community_Offline_installer ^–lang ko-KR ^–add “Microsoft.VisualStudio.Component.CoreEditor” ^–add “Microsoft.VisualStudio.Workload.CoreEditor” ^–add “Microsoft.VisualStudio.Component.Roslyn.Compiler” ^–add “Microsoft.Component.MSBuild” ^–add “Microsoft.VisualStudio.Component.Roslyn.LanguageServices” ^–add “Microsoft.VisualStudio.Component.TextTemplating” ^–add “Microsoft.VisualStudio.Component.NuGet” ^–add “Microsoft.VisualStudio.Component.DiagnosticTools” ^–add “Microsoft.VisualStudio.Component.IntelliCode” ^–add “ComponentGroup.Microsoft.NET.AppModernization” ^–add “Microsoft.VisualStudio.Component.Debugger.JustInTime” ^–add “Microsoft.VisualStudio.Component.VC.CoreIde” ^–add “Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64” ^–add “Microsoft.VisualStudio.Component.VC.Tools.x86.x64” ^–add “Microsoft.VisualStudio.Component.Graphics.Tools” ^–add “Microsoft.VisualStudio.Component.VC.DiagnosticTools” ^–add “Microsoft.VisualStudio.Component.Windows11SDK.26100” ^–add “Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL” ^–add “Microsoft.VisualStudio.Component.VC.ATL” ^–add

Visual Studio Offline 패키지 만들기 더 읽기"

OpenWRT 지원 공유기 목록

ASUS TUF Gaming AX6000240,000원https://openwrt.org/toh/asus/tuf-ax6000https://www.coupang.com/vp/products/8040645350 ASUS RT-AX53U84,000원https://openwrt.org/toh/asus/rt-ax53uhttps://www.coupang.com/vp/products/7337823596 TP-LINK Archer AX2350,000원https://openwrt.org/toh/tp-link/archer_ax23_v1https://www.coupang.com/vp/products/6249383460 TP-LINK Archer C5024,000원https://openwrt.org/toh/tp-link/archer-c50https://www.coupang.com/vp/products/3648197 TP-LINK TL-WR940N23,000원https://openwrt.org/toh/tp-link/tl-wr940nhttps://www.coupang.com/vp/products/25229673

OpenWRT 지원 공유기 목록 더 읽기"

[Flutter] 기본 개발환경 구축 + VSCode

출처: https://ksrk.medium.com/install-flutter-without-android-studio-on-window-9d3781172912 ※관련 링크  avdmanager: https://gist.github.com/mrk-han/66ac1a724456cadf1c93f4218c6060ae  sdkmanager: https://developer.android.com/tools/sdkmanager 1. JDK 17 설치 (https://javaalmanac.io/bytecode/versions/)  Class File Version에 따라 자바 버전을 선택하여 설치 한다. 2. 필요한 도구 다운로드  Command Line Tools 다운로드    https://developer.android.com/studio    아래로 스크롤 해서 “명령줄 도구만” 항목에서 다운로드 진행   Android Emulator 다운로드    https://developer.android.com/studio/emulator_archive   flutter 다운로드    https://flutter-ko.dev/get-started/install 3. Command Line

[Flutter] 기본 개발환경 구축 + VSCode 더 읽기"

위로 스크롤