https://groups.google.com/g/wx-dev/c/Hemc3N-OQ0c

 

Freeze with Microsoft IME input (japanese/chinese character input) (Issue #22473)

I've followed the instructions in the KiCad bug report for installing Chinese IME, but I can't reproduce the problem. It probably doesn't help that I have no idea what to do with it, i.e. how to actually use IME, but it could also be that KiCad (and Audaci

groups.google.com

 

위 링크를 보면 윈도우의 IME(입력기) 에서 이슈를 겪고 있는데 한국도 마찬가지로 겪는 문제로 보임.

주로 원격 데스트톱 이후 발생하는 문제이며 해당 확인하려면 먹통이 되었을 때 아래 한글 입력 버튼() 를 눌러보면 풀린다. 

 

 

 

해결 방법

입력기 트레이 아이콘 우클릭 -> [설정] -> [이전 버전의 Microsoft IME] 설정 

 

 

설정 후 지금까지 문제가 발생한적은 없다. 

https://answers.microsoft.com/en-us/windows/forum/all/windows-11-doesnt-show-my-calendar-on-taskbar/7995182e-e59e-492e-b6d1-36393f980292?page=2

 

리디렉션 중

 

login.microsoftonline.com

 

 

1. Win + R   --> regedit 

 

2. add a new DWORD value or modify it. 

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer\DisableNotificationCenter   0

 


HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications\ToastEnabled    1

 

 

 

3. Reboot 

[Mac] XShell lrzsz 설정 하기

Posted 2022. 3. 27. 00:53

https://joycecoder.tistory.com/106

 

[Macbook] lrzsz 설치

개요 lrzsz 는 터미널에서 접속한 원격지에서 호스트 PC 로 파일을 전송 및 수신을 가능하게 하는 툴이다. macbook (macOS Big Sur 11.2.3) 에서 해당 유틸리티를 설치하는 방법을 정리한다. 1. homebrew 설치

joycecoder.tistory.com

위에 참고해서 lrzsz 를 설치한 후에 linux와는 다르게 xshell 에서 설정을 추가로 진행하지 않으면 파일 전송 시에 연결이 끊어진다. 원인은 명령어 옵션들이 조금 달라서 문제가 생기는 것으로 보인다. (xshell default: rz -E )

방법은 xshell에서 rz 설정을 변경하면 된다. 

 

 

여기서 위에 Zmodem 명령어 설정을 아래 값으로 변경해준다.

 

rz --rename --escape --binary --bufsize 4096

 

그리고 xshell에서 드래그 앤 드롭을 해보면 잘 된다. 

Changing keyboard shortcut tip (Hotkey)

Posted 2021. 4. 27. 19:27

I installed many tools for changing shortcuts.

Among them, 'AutoKey'  is the best for my work circumstance. 

 

sudo apt install autokey-gtk

 

AutoKey's graphic interface helps a user be able to maintain many scripts.

In my case, I need to change Copy and  Paste shortcuts to Alt+C and Alt+V.

 

Here is the example script.

keyboard.send_keys('<ctrl>+c')

 

Using this script, you can change your copy shortcut except for 'Guake' application which is a good terminal app.

And then, you can set Alt+c on Guake's shortcut to your own preference - if you do not set Window Filter, Guake recognizes Alt+c as ^C, and in rare cases, it might lead to disaster. 

Resolve Barrier build error

Posted 2021. 4. 20. 13:10

How to build your barrier on Ubuntu ( libqt error )

github.com/debauchee/barrier/wiki/Building-on-Linux

 

debauchee/barrier

Open-source KVM software. Contribute to debauchee/barrier development by creating an account on GitHub.

github.com

Preparing

 

* Ubuntu/Debian/Raspbian on the barrier official page 

sudo apt update && sudo apt upgrade
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
                 libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
                 libqt4-dev qtbase5-dev

 

But, you may NOT be able to install libqt4-dev because it does not support anymore on Ubuntu latest.

You can install the below package instead. 

 

sudo apt install libqt5opengl5-dev

 

 

TR;DL

1. Simply hack way.

python -m pip install gnureadline

 

2. Correct way(require python reinstall)

sudo apt install libreadline-dev
sudo apt install libbz2-dev
sudo apt install libsqlite3-dev
# Python reinstall
pyenv uninstall 3.8.8
pyenv install 3.8.8

 

Description

 

If python binary doesn't have the "readline" library, key codes like "^[[A" show in the command line; It might be probably seen when you are using 'pyenv'. We can check whether we face this problem by warning logs while installing.

 

In my case, I already installed libreadline and there is no warning log on readline. But, two warning logs still exist. So, I will solve these problems.

 

 

 

apt install libreadline-dev

apt install libbz2-dev

apt install libsqlite3-dev

 

And now that, there is no warning log.

아래 문구로 인하여 윈도우에서 접속이 되지 않을 때 인터넷 보면 많은 방법들이 존재

 

SMB 최소 버전 정보 변경 또는 윈도우 설정 변경.

 

 

 

조직의 보안 정책에서 인증되지 않은 게스트 액세스를 차단하므로 이 공유 폴더에 액세스할 수 없습니다. 이러한 정책은 안전하지 않거나 악의적인 장치로부터 PC를 보호하도록 도와줍니다.

하지만, 아래처럼 설정 값을 빼주기만 해도 되는 경우가 있으니 한번 해볼 것

 

sudo vi /etc/samba/smb/conf

 

map to guest = bad user   -> 이거 주석처리

 

 

인증 실패가 뜨는 경우

 

1. 패스워드 변경 시 

 

2. two factor 인증 추가 시 

lee-seul.github.io/other/git/2018/04/13/github-Two-factor-authentication.html

 

 

 

 

 

이젠 windows 10 store에서 여러개의 Linux 배포판을 지원한다




여러개를 설치했는데 bash.exe 명령어로 실행되는 리눅스는 하나이므로 따로 설정이 필요하다.

못찾은건지 없는건지 방법을 못찾아서 레지스트리를 직접 변경하여 설정한다.


HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss


여기에 들어가보면 하위에 설치했던 배포판 리눅스들이 있고 DefaultDistribution 값에 데이터가 설정되어있다.


Lxss\ 하위에 있는 키를 보면 DistributionName에 설치한 리눅스 이름이 있다.




그리고 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss에서  DefaultDistribution값에 

해당 배포판의 키, 예를들면 {2d7ccfa2-5584-49c3-be2a-7245325422b5} 처럼 넣으면 

다음번 bash 부터 변경되는 것을 확인할 수 있다.



1. 서비스 만들기


/etc/init.d/rc.local (권한 : -rwxr-xr-x / root)

#! /bin/sh

### BEGIN INIT INFO

# Provides:          rc.local

# Required-Start:    $all

# Required-Stop:

# Default-Start:     2 3 4 5

# Default-Stop:

# Short-Description: Run /etc/rc.local if it exist

### END INIT INFO

 

 

PATH=/sbin:/usr/sbin:/bin:/usr/bin

 

. /lib/init/vars.sh

. /lib/lsb/init-functions

 

do_start() {

        if [ -x /etc/rc.local ]; then

                /etc/rc.local

        fi

}

 

case "$1" in

    start)

        do_start

        ;;

    restart|reload|force-reload)

        echo "Error: argument '$1' not supported" >&2

        exit 3

        ;;

    stop|status)

        # No-op

        exit 0

        ;;

    *)

        echo "Usage: $0 start|stop" >&2

        exit 3

        ;;

esac

 

 

2. 서비스 등록

update-rc.d -f rc.local defaults


3. /etc/rc.local 생성 후 원하는 스크립트 적기 


/etc/rc.local (권한 : -rwxr-xr-x / root)

 #!/bin/bash

# 쓸 내용

exit 0



부록]  virtualbox에 자동 마운트 하기


mount -t vboxsf -o gid=0,uid=0,dmode=700 create32 /root/Desktop (여기서 gid uid는 각 계정 권한에 맞게)


/etc/rc.local

 #!/bin/bash

mount -t vboxsf -o gid=0,uid=0,dmode=700 SharedFolder /root/Desktop

exit 0 




그리고 중요한 것 중 하나가 Virtualbox의 공유폴더 자동 마운트를 해제해야 한다... (자동 마운트시에 umount 발생,,,)




재부팅




« PREV : 1 : 2 : 3 : 4 : 5 : NEXT »