머리가 띵하냐

코로나 뒤늦은 후폭풍인가..

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

멘탈 와사사사사삭  (0) 2022.11.28
수면 내시경  (0) 2022.11.21
아 피곤하다  (0) 2022.10.14
개발자 단상  (4) 2022.09.07
9월 그리고 2주년  (2) 2022.09.01
Posted by 구차니
개소리 왈왈/컴퓨터2022. 11. 9. 11:26

리눅스에서는 fn + f9 로 키보드 백라이트가 제어되지 않는다.

무조건 auto 로만 작동되는 것 같은데

그래서! 본체 좌측 상단의 파란색 전원 LED 옆의 조도 센서를 가려주면 백라이트가 켜진다.

 

이거 구매하고 1년 되어가는데 이제 발견하다니.

그나마 백라이트가 켜지니 키보드가 보여서 쓸만해지네.

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

intel HD 630 메모리 채널별 성능 차이  (0) 2022.11.27
갑자기 스틱 pc가 가지고싶다  (0) 2022.11.23
ai 그림  (0) 2022.11.07
로지텍 M185  (0) 2022.09.26
Xeon 열쇠고...리?  (0) 2022.09.23
Posted by 구차니
프로그램 사용/VNC2022. 11. 8. 15:23

 

 

int main(int argc,char** argv)
{
  rfbScreenInfoPtr rfbScreen = rfbGetScreen(&argc,argv,maxx,maxy,8,3,bpp);
  if(!rfbScreen)
    return 1;
  rfbScreen->desktopName = "LibVNCServer Example";
  rfbScreen->frameBuffer = (char*)malloc(maxx*maxy*bpp);
  rfbScreen->alwaysShared = TRUE;
  rfbScreen->ptrAddEvent = doptr;
  rfbScreen->kbdAddEvent = dokey;
  rfbScreen->newClientHook = newclient;
  rfbScreen->httpDir = "../webclients";
  rfbScreen->httpEnableProxyConnect = TRUE;

[링크: https://github.com/LibVNC/libvncserver/blob/master/examples/example.c]

 

    server->authPasswdData = (void *)passwords;
    server->passwordCheck = rfbCheckPasswordByList;

[링크 : https://libvnc.github.io/doc/html/structrfb_screen_info.html#a0d709aef47e215065642eb6d0f6de633]

'프로그램 사용 > VNC' 카테고리의 다른 글

libvncserver 기본 인자  (0) 2022.11.04
libvncserver 종료 절차  (0) 2022.11.01
libvncserver 로그인  (0) 2022.09.26
libvncserver 접속 끊어짐 문제  (0) 2022.08.16
libvncserver websocket example  (0) 2022.08.12
Posted by 구차니

미안하고 죄송하다고 말했다고 사실상 사과라고 하는건

A라고 쓰고 B라고 말하는 일본화법 같은데..

국적이... 한국이 아니었나?

 

尹대통령, 사실상 대국민 사과 "미안하고 죄송한 마음"

[링크 : https://v.daum.net/v/20221107101211262]

Posted by 구차니
개소리 왈왈/컴퓨터2022. 11. 7. 14:56

누군가가 개인 사이트에 올려둬서 돌려보는데 역시나 눈에 들어오는 단어.

GAN

Seed: 2885582, Sampler: euler_a, Inference Steps: 25, Guidance Scale: 7.5, Model: sd-v1-4, Negative Prompt: sunglasses glasses rainy, Fix Faces: GFPGANv1.3

[링크 : https://github.com/TencentARC/GFPGAN]

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

갑자기 스틱 pc가 가지고싶다  (0) 2022.11.23
삼성 플렉스 알파 키보드 백라이트..  (0) 2022.11.09
로지텍 M185  (0) 2022.09.26
Xeon 열쇠고...리?  (0) 2022.09.23
2020년형 올데이 그램 써멀패드 작업  (0) 2022.09.22
Posted by 구차니
하드웨어/VR2022. 11. 7. 10:32

하라는대로 하니 잘 되긴 한다.

물론.. uinput 설치하고 사용권한 넣어줘야 작동할 듯

vi 에는

$ bt-device -l

에서 확인한 gear VR의 BT mac을 수정해주면 된다(거의 가장 아래 줄에 있음)

 

$ git clone https://github.com/rdady/gear-vr-controller-linux.git
$ cd gear-vr-controller-linux
$ pip3 install python-uinput pygatt gatt more-itertools --user
$ bt-device -l
$ vi gearVRC.py
$ python3 gearVRC.py

[링크 : https://github.com/rdady/gear-vr-controller-linux]

 

특이(?) 하게도 터치 패드 한번 클릭하면 커서, 다시 한번 클릭하면 스크롤로 변경된다.

'하드웨어 > VR' 카테고리의 다른 글

5.5inch IPS 4k LCD  (0) 2024.07.29
pico real plus for U+ 구매  (0) 2024.07.28
Gear VR controller 윈도우에 접속  (0) 2022.11.07
meta 퀘스트, 가상 데스크탑  (0) 2022.11.06
gear vr with controller  (0) 2022.11.05
Posted by 구차니
Linux/Ubuntu2022. 11. 7. 10:24

bt 로 시작하는 프로그램이 몇 개 있긴한데 이녀석들은 정체를 모르겠고

btattach    btmgmt      btmon

 

아래의 패키지를 설치해야 한다고 한다.

$  sudo apt install bluez-tools
$  sudo bt-device -l

[링크 : https://br-brg.tistory.com/86]

 

tcpdump 를 이용하면 블루투스 데이터를 pcap 포맷으로 저장해서 wireshark에서 볼 수 있을 듯?

음.. gear vr은 HID가 아니라 안걸려지는건가..

tcpdump -D
1.enx00e04c680108 [Up, Running]
2.any (Pseudo-device that captures on all interfaces) [Up, Running]
3.lo [Up, Running, Loopback]
4.docker0 [Up]
5.bluetooth0 (Bluetooth adapter number 0)
6.nflog (Linux netfilter log (NFLOG) interface)
7.nfqueue (Linux netfilter queue (NFQUEUE) interface)
8.wlo1
9.usbmon1 (USB bus number 1)
10.usbmon2 (USB bus number 2)
$ tcpdump -i bluetooth0 -w bluetooth0_capture_12_12.pcap
tcpdump: listening on bluetooth0, link-type BLUETOOTH_HCI_H4_WITH_PHDR (Bluetooth HCI UART transport layer plus pseudo-header), capture size 262144 bytes
^C0 packets captured
6420 packets received by filter
0 packets dropped by kernel

[링크 : https://www.agnosticdev.com/content/how-capture-bluetooth-traffic-tcpdump-linux]

'Linux > Ubuntu' 카테고리의 다른 글

gTile  (0) 2023.01.31
ubuntu coredump 생성하기  (0) 2022.12.22
cpuid  (0) 2022.10.17
ubuntu 22.04 LTS  (0) 2022.04.27
minicom stty  (0) 2022.04.25
Posted by 구차니
하드웨어/VR2022. 11. 7. 10:08

음.. 그냥 쌩(?)으로는 되는게 없나?

 

HID로 인식된게 아니니 어쩔수 없나..

'하드웨어 > VR' 카테고리의 다른 글

pico real plus for U+ 구매  (0) 2024.07.28
Gear VR 리눅스 접속  (0) 2022.11.07
meta 퀘스트, 가상 데스크탑  (0) 2022.11.06
gear vr with controller  (0) 2022.11.05
기어 VR for 노트5 좀 써본 결론(?)  (2) 2019.04.07
Posted by 구차니
하드웨어/VR2022. 11. 6. 20:10

'하드웨어 > VR' 카테고리의 다른 글

Gear VR 리눅스 접속  (0) 2022.11.07
Gear VR controller 윈도우에 접속  (0) 2022.11.07
gear vr with controller  (0) 2022.11.05
기어 VR for 노트5 좀 써본 결론(?)  (2) 2019.04.07
기어VR 획득!(for 노트5)  (0) 2019.03.27
Posted by 구차니
embeded/orange pi2022. 11. 6. 19:54

orange pi 는 그래도 H 시리즈이긴 한데 검색해보면 영 꺼림직 하네..

걍 봉인해야 하나?

 

[링크 : https://www.reddit.com/r/OrangePI/comments/4ir1um/orange_pi_has_root_debugger_backdoor/]

[링크 : https://github.com/armbian/build/issues/282]

 

echo "rootmydevice" > /proc/sunxi_debug/sunxi_debug

[링크 : https://namu.wiki/w/Allwinner]

 

The sunxi-debug driver in Allwinner 3.4 legacy kernel for H3, A83T and H8 devices allows local users to gain root privileges by sending "rootmydevice" to /proc/sunxi_debug/sunxi_debug.

[링크 : https://nvd.nist.gov/vuln/detail/CVE-2016-10225]

 

 

+

5.10.75-sunxi64  커널이었네.. 받았을 당시에는 백도어 생각을 못해서 넘어갔는데 흐음..

2021.12.28 - [embeded/orange pi] - orange pi 3 기동

'embeded > orange pi' 카테고리의 다른 글

rk3588 HDMI RX interface  (0) 2023.06.30
android on orange pi 3  (0) 2022.12.07
orange pi 3 관련 문서  (0) 2022.01.03
oragne pi 3 / eMMC와 sd 부팅  (0) 2022.01.03
allwinner(orange pi 3) vs amlogic(odroid c2)  (0) 2022.01.01
Posted by 구차니