Skip to content

Instantly share code, notes, and snippets.

View jmkim's full-sized avatar

Jongmin Kim jmkim

View GitHub Profile
['scale-monitor-framebuffer', 'xwayland-native-scaling']
From 423319693132e1b28ed8e81a72078f45cb00863d Mon Sep 17 00:00:00 2001
From: Jongmin Kim <[email protected]>
Date: Thu, 10 Apr 2025 20:28:34 +0900
Subject: [PATCH] pkg/exp32: fix ESP-IDF build conflicts
Signed-off-by: Jongmin Kim <[email protected]>
---
...x-undefined-reference-to-rtc_gpio_fo.patch | 29 +++++++++++++++++++
...newlib-guard-sys-uio.h-for-RIOT-only.patch | 27 +++++++++++++++++
2 files changed, 56 insertions(+)
Source: lazygit
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <[email protected]>
Uploaders: Jongmin Kim <[email protected]>
Build-Depends: debhelper-compat (= 13),
#
# DIRECT - Uploaded and ACCEPTED
dh-golang,
golang-any,
# sSMTP aliases
#
# Format: local_account:outgoing_address:mailhub
#
# Example: root:[email protected]:mailhub.your.domain[:port]
# where [:port] is an optional port number that defaults to 25.
@jmkim
jmkim / debian-git-versioning.md
Last active March 3, 2025 09:28
Upstream dirty tags versioning in Debian
sudo apt install ssmtp
sudo vi /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids &lt; 1000
@jmkim
jmkim / mm-quectel-rm520-fcc-unlock.md
Last active February 21, 2025 03:54
ModemManager Quectel RM520 FCC unlock references
## ModemManager
ModemManager serves [FCC unlock script](https://salsa.debian.org/DebianOnMobile-team/modemmanager/-/tree/debian/latest/data/dispatcher-fcc-unlock)
In Debian, its package [`modemmanager`](https://tracker.debian.org/pkg/modemmanager) installs them into `/usr/share/ModemManager/fcc-unlock.available.d/`.
By default, it is not enabled.
We should locally enable them with the command:
@jmkim
jmkim / Remmina-Multi-Monitor-on-Wayland.md
Last active July 22, 2025 08:52
How to Use Remmina Multi-Monitor on Wayland

How to Use Remmina Multi-Monitor on Wayland

Why Doesn't Remmina Work with Multiple Monitors?

Remmina was developed for X11 and works well on it.

Currently, Remmina's multi-monitor feature does not work on Wayland #2644 #2686.

@jmkim
jmkim / ldap_changeShell.sh
Created January 6, 2025 04:32
LDAP shell modifier
#!/bin/bash
TITLE="LDAP shell modifier"
DESCRIPTION="LDAP shell modifier"
VERSION="1.0"
AUTHOR="Jongmin Kim <[email protected]>"
LICENSE="Expat"
EXECUTABLE="$0"
ADMIN_DN='uid=jmkim,cn=users,dc=doubleo,dc=co,dc=kr'