- Turn off Adblocks
๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # An old shell can retain a deleted directory inode while a new shell resolves | |
| # the same textual path to its replacement. Re-enter the textual path on every | |
| # run so child processes never inherit the old inode. | |
| startup_cwd="${PWD:-}" | |
| if [[ -n "$startup_cwd" && -d "$startup_cwd" ]]; then | |
| cd -- "$startup_cwd" | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| # ============================================================================== | |
| # Ubuntu 24.04 AI Agent ํตํฉ ๊ฐ๋ฐํ๊ฒฝ ์๋ ์ค์น | |
| # ============================================================================== | |
| # ์ค์น ํญ๋ชฉ | |
| # - ๊ธฐ๋ณธ ๊ฐ๋ฐ ๋๊ตฌ: Git, Git LFS, curl, ffmpeg, build-essential, Node.js/npm | |
| # - Python ๊ฐ์ํ๊ฒฝ: AI/Agent/Vision/RAG ๊ฐ๋ฐ ํจํค์ง | |
| # - Ollama ๋ฐ ๋ก์ปฌ ๋ชจ๋ธ: Gemma 4, LLaVA, Qwen3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| # Copyright (c) 2024 Ho Kim (ho.kim@ulagbulag.io). All rights reserved. | |
| # Use of this source code is governed by a GPL-3-style license that can be | |
| # found in the LICENSE file. | |
| # Prehibit errors | |
| set -e -o pipefail | |
| # Verbose | |
| set -x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!./app/kit/python/python | |
| from concurrent.futures import ProcessPoolExecutor | |
| from multiprocessing import cpu_count | |
| import os | |
| import tarfile | |
| from nuscenes.utils.data_classes import LidarPointCloud | |
| import open3d as o3d | |
| from pxr import Usd, UsdGeom, Gf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ๋ณผ๋ฅจ ๋๊ธฐ | |
| pactl set-sink-mute @DEFAULT_SINK@ true | |
| # ๋ณผ๋ฅจ ์ผ๊ธฐ | |
| pactl set-sink-mute @DEFAULT_SINK@ false | |
| # ๋ณผ๋ฅจ 50%๋ก ์กฐ์ | |
| pactl set-sink-volume @DEFAULT_SINK@ "50%" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # conda env create -f '{url|path}' | |
| name: opence | |
| channels: | |
| - nvidia | |
| - pytorch | |
| dependencies: | |
| - python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ๊ฐ๋นก์น๋ค ์ VPN์ ๋ง์๋๋๊ฑฐ์ง? | |
| # ํ์ง๋ง ์ฟ ๋ฒ๋คํฐ์ค์ ํจ๊ป๋ผ๋ฉด ์กฐ๊ธ์ ๋ฒํธ ์ ์์ด.. | |
| # | |
| # ์ฌ์ฉ๋ฒ: | |
| # 1. ์๋ ์ฝ๋์์ ๋ค์ ๋ฌธ์์ด์ ์ฉ๋์ ๋ง๊ฒ ์นํ: __ADMIN_PASSWORD__, __LOADBALANCER_IP__ | |
| # 2. ๋ฐฐํฌ ใฑใฑ | |
| # | |
| # ์ฃผ์์ฌํญ: | |
| # 1. ์๋ ์ฝ๋๋ ์ฌ๋ฌ๋ฒ์ ํ ์คํธ์ ์์ญ๋ฒ์ ๋ณด์ ๊ฐํ๋ฅผ ํตํด์ผ ์ฌ๋ฌ๋ช ์ด ๋๋ ค์ฐ๊ธฐ์ ์ถฉ๋ถํ ๋ฏ. | |
| # 2. ํนํ, ๊ด๋ฆฌ์ ๋น๋ฐ๋ฒํธ (HPW, SPW)์ Resource Limits๋ฅผ ์ฅ๋น ์ํฉ์ ๋ง๊ฒ ์ ์กฐ์ ํด์ฃผ๋๋ก ํ๋ค. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| podman run --name isaac-sim --entrypoint bash -it --device nvidia.com/gpu=all -e "ACCEPT_EULA=Y" --rm --network=host \ | |
| -v /tmp/.X11-unix:/tmp/.X11-unix \ | |
| -e DISPLAY \ | |
| -v ~/docker/isaac-sim/cache/kit:/isaac-sim/kit/cache/Kit:rw \ | |
| -v ~/docker/isaac-sim/cache/ov:/root/.cache/ov:rw \ | |
| -v ~/docker/isaac-sim/cache/pip:/root/.cache/pip:rw \ | |
| -v ~/docker/isaac-sim/cache/glcache:/root/.cache/nvidia/GLCache:rw \ | |
| -v ~/docker/isaac-sim/cache/computecache:/root/.nv/ComputeCache:rw \ | |
| -v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \ | |
| -v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (c) 2023 Ho Kim (ho.kim@ulagbulag.io). All rights reserved. | |
| # Configure environment variables | |
| ARG ROCKYLINUX_VERSION="8" | |
| # Be ready for serving | |
| FROM "quay.io/rockylinux/rockylinux:${ROCKYLINUX_VERSION}" as base | |
| # Install desktop environment dependencies | |
| RUN dnf install -y \ |
NewerOlder