COSMOSRKSI
방명록 RSS 태그 글쓰기 관리자
 
라즈베리 파이5에서 RustDesk 사용방법
Linux 2025-03-29 17:28:45

1. Pi-Apps 설치

Pi-Apps는 라즈베리 파이에서 다양한 어플리케이션을 쉽게 설치할 수 있게 해주는 도구임.

$ wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash

 

2. Pi-Apps 실행

Pi-Apps 설치 후 Pi-Apps를 실행함. 

그 후 internet 카테고리로 이동하여 RustDesk를 찾아 설치함.

 

3. headless 환경에서 rustdesk 자동으로 실행시키기

$ sudo systemctl enable --now rustdesk

위 명령어를 입력하여 RustDesk가 부팅 시 자동으로 실행되도록 설정함.

그 후 setting -> gernal -> other에서 'Allow linux headless' 옵션 체크 or sudo rustdesk --option allow-linux-headless Y

 

만약 위 과정을 걸친 후 remote pc에서 host pc로 접속했을 때 검은 화면만 나온다면,

RustDesk에서 remove wayland setting을 클릭하여 wayland와 관련된 설정을 삭제함.

 

https://github.com/rustdesk/rustdesk/wiki/Headless-Linux-Support

 
 


Linux 터미널창에서 유저이름 초록색으로 변경하는 방법
Linux 2025-03-15 17:54:34

1. sudo nano ~/.bashrc

2. PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

3. save

4. source ~/.bashrc

 



우분투에서 tp-link-ac1300 wifi 드라이버 설치하는 방법
Linux 2025-02-28 13:31:53

 

how to install ??

 

git clone https://github.com/cilynx/rtl88x2bu
sudo make
insmod 88x2bu.ko <- insert sudo in the front of command

sudo make install <- if failed try this command 1
sudo modprobe 88x2bu <- if failed try this command 2

sudo apt-get install git linux-headers-amd64 build-essential
git clone https://github.com/nyetwurk/linux-wifi-88x2bu-driver
cd linux-wifi-88x2bu-driver
make
sudo make install
sudo modprobe 88x2bu


happy wifi time!

 

ref:
https://askubuntu.com/questions/875112/how-do-i-install-drivers-for-tp-link-ac1300



외장SSD에 우분투 설치 후 GRUB 안뜨는 경우 해결방법
Linux 2024-12-02 00:25:40

외장 SSD에 우분투를 설치 후 bios의 booting 순서를 정하는 곳에 ubuntu가 안뜨는 경우

 

인터넷을 검색하면,

 

boot-repair를 아래와 같이 설치 후 
$ sudo add-apt-repository ppa:yannubuntu/boot-repair
$ sudo apt-get update
$ sudo apt-get install boot-repair -y

$ boot-repair
를 실행하여 복구하는 방법과

윈도우 cmd를 관리자 권한으로 열어서
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
명령어를 입력해여 고치는 방법이 주류임.

위 두가지 방법으로도 부팅 시 grub가 안뜨거나, 바이오스 부팅 순서 정하는 곳에서 ubuntu가 안뜬다면,

설치 usb가 잘못되었을 수도 있음.

rufus를 다운 받고,
Partition scheme을 gpt로 변경하여 다시 설치 usb를 만들어 우분투를 재설치 하면 해결됨.

 

 




이 사이트에는
넥슨코리아에서 제공한 넥슨 Lv.1 고딕 Regular체,
카페24가 제작한 아네모네체,
Cadson Demak가 디자인한 Kanit체,
Sandoll이 디자인한 나눔고딕체가
적용되어 있습니다.
멋진 폰트를 무료로 제공해주셔서 감사합니다.

Copyleft ⓒ bskyvision (블루스킨 v1.2)