- ๊ทธ๋ํฝ์นด๋: NVIDIA RTX 5060 Ti (GB206-A)
- ๋ชจ๋ํฐ: LG ULTRAWIDE 3440x1440
- ์ฐ๊ฒฐ: HDMI ๋ถ๋ฐฐ๊ธฐ/์คํ๋ฆฌํฐ ์ฌ์ฉ
- ์ด์์ฒด์ : HamoniKR (Ubuntu 24.04 ๊ธฐ๋ฐ)
- ๋ฐ์คํฌํฑ: XFCE, Cinnamon
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 | |
| ################################################################################ | |
| # ์นด์นด์คํก ์๋ ์ค์น ์คํฌ๋ฆฝํธ | |
| # WineHQ Wine์ ์ฌ์ฉํ์ฌ ์นด์นด์คํก PC ๋ฒ์ ์ ์๋ ์ค์นํฉ๋๋ค. | |
| ################################################################################ | |
| set -e # ์ค๋ฅ ๋ฐ์ ์ ์คํฌ๋ฆฝํธ ์ค๋จ | |
| # ์์ ์ถ๋ ฅ ์ ์ | |
| RED='\033[0;31m' |
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
| Ubuntu (>=20.04) | |
| # hoffice_11.20.0.1520_amd64.deb | |
| https://mega.nz/file/71UFmBCI#-aVOcQcZOCp4GIxp6kL7HGjA7NdpDW8PFWkjT5ax3aY | |
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 | |
| RUID=$(who | awk 'FNR == 1 {print $1}') | |
| echo "$RUID" | |
| # ์ธํฐ๋ท ์ฐ๊ฒฐ์ํ ํ์ธ | |
| nslookup www.google.com | grep authoritative > /dev/null 2>&1 | |
| if [[ $? != 0 ]]; then | |
| zenity --info --width 200 --text "์ธํฐ๋ท ์ฐ๊ฒฐ์ํ๋ฅผ ํ์ธํด์ฃผ์ธ์" | |
| exit 0 |
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
| -----BEGIN PGP PRIVATE KEY BLOCK----- | |
| lQdGBF+FK9MBEADF4B/AOq7OSIxKu3bqVaYSH+VsLo5slCaujfgSiha9kERgs+Wj | |
| k99CKB5q+VQrcAtNgTaYWv0RcwOXt74MdVgoMpjOht0UtuganmuwEaPbZQFgf7a2 | |
| pX6i4sD/r5NKTpSdvO5SnLdnoqbBaJgFm4UJLokqRopBG2CCA3mlibcFE4HfAgSH | |
| Vw4es6gY35PB90zeAWNGMPTTKxuqmUDtsyp2ZO5xCwcbb202rZCCn32PrYroX/Ph | |
| Eb43D/Zrcrz9RTarLsRW0yc9ocyGjdJ8ltc6F6Q72HwolAQ23yMGfS3rJ4oOTAQ5 | |
| DkSOKD4XfxoEXUTl5YJiKVfbVYn83gK7M/JKVg+zasjGTp7KBI+XGY5P6MCs60X2 | |
| V1lOjOLcFAo8V9zFRstCoX7VRiIE1iTNz/U+Gck7QJNDngl1Xd8SM7nP8wqwYHNE | |
| IOpWVWGa8EzgAJiHcM+/ZG4Hic2XtpfCrIxPRQNkA01h56Xq3l66+ZROwqSvyWgY |
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 | |
| # Whole message to syslog | |
| # exec 1> >(logger -s -t $(basename $0)) 2>&1 | |
| # only some message to syslog | |
| readonly SCRIPT_NAME=$(basename $0) | |
| log() { | |
| echo "$@" |
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
| conky.config = { | |
| use_xft= true, | |
| xftfont = 'Pretendard:size=20', | |
| xftalpha = 0.1, | |
| update_interval = 1, | |
| total_run_times = 0, | |
| short_units = true, | |
| own_window = true, | |
| own_window_type = 'desktop', |
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 | |
| ##################################################################################################### | |
| # Script_Name : hamonikr-xrdp-installer.sh | |
| # Description : Perform xRDP installation on Ubuntu 22.04, HamoniKR 7 and perform | |
| # additional post configuration to improve end user experience | |
| # Date : Mon, 18 Sep 2023 10:18:03 +0900 | |
| # written by : Kevin Kim | |
| # WebSite :https://hamonikr.org | |
| #################################################################################################### |
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 | |
| # SPDX-License-Identifier: MIT | |
| # Program Information | |
| # Program Name: League of Legends Installer | |
| # Description: This script installs League of Legends on a Linux system using Lutris. | |
| # Version: 1.0 | |
| # Author: Kevin Kim | |
| # Date: 2023.10.23 |
NewerOlder