cd ./DaVinci_Resolve_19.1_Linux.
chmod +x ./DaVinci_Resolve_19.1_Linux.run
Ubuntu (>=20.04) | |
# hoffice_11.20.0.1520_amd64.deb | |
https://mega.nz/file/71UFmBCI#-aVOcQcZOCp4GIxp6kL7HGjA7NdpDW8PFWkjT5ax3aY | |
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', |
#!/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 |
#!/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 "$@" |
-----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 |
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) |
#!/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 |
#!/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 | |
#################################################################################################### |
[Globals] | |
ini_version=1 | |
fork=true | |
port=3389 | |
use_vsock=false | |
tcp_nodelay=true | |
tcp_keepalive=true | |
security_layer=negotiate | |
crypt_level=low | |
certificate= |