- 그래픽카드: 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
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
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 | |
# 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 |
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
-----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
diff -urN a/bin/ubiquity-dm b/bin/ubiquity-dm | |
--- a/bin/ubiquity-dm 2022-06-28 00:53:37.000000000 +0900 | |
+++ b/bin/ubiquity-dm 2023-10-04 19:33:57.350212498 +0900 | |
@@ -429,7 +429,7 @@ | |
visual_a11y = 'access=v' in proc_cmdline | |
background_image = None | |
- for background in ('/usr/share/backgrounds/linuxmint/default_background.jpg'): | |
+ for background in ('/usr/share/backgrounds/hamonikr/default_background.jpg'): | |
exists = os.access(background, os.R_OK) |
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
#!/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 | |
#################################################################################################### |
NewerOlder