Programming/c# & winform2020. 9. 9. 16:44

server socket이 아니라 client socket을 필요로 하니 찾아서 봐야지 머...

 

[링크 : https://blog.naver.com/aaaaa0940/80154520356] 쓰레드

[링크 : https://blog.naver.com/99sul99/220411092997] 비동기(?) 콜백사용

 

[링크 : https://slaner.tistory.com/171] 서버

[링크 : https://slaner.tistory.com/173] 클라이언트

 

+

2020.09.10

상태표시바 까지 추가해서 거기에 메시지 출력까지 하니 좋아보임

[링크 : https://www.winsocketdotnetworkprogramming.com/threadingasynchronouspatterninnetwork3b.html]

'Programming > c# & winform' 카테고리의 다른 글

c# 에서 함수 인자로 포인터 사용을 못함?  (0) 2020.09.14
c# winform에서 #define 대신...?  (0) 2020.09.14
c# winform - 토글 버튼 (checkbox)  (0) 2020.09.10
winform 컨트롤 변수  (0) 2020.09.10
c# on ubuntu / mono  (0) 2020.09.10
Posted by 구차니

17~34, 50세이상 통신비 2만원 지원

[링크 : https://news.v.daum.net/v/20200908190102122]

 

35~49세는 다른거로 지원을 받으니 제외라는데

어떻게 보면 적지 않은 2만원이긴 하지만 정작 내가 제외되었다니 서럽네

 

근데 받아도 억울할게.. LTE egg랑 핸드폰 합쳐봤자 2만원이 안됨 ㅋ

 

솔찍히 일회성으로 고작 2만원 할인 해준다고 쑈할바에는

초기 원안(?)대로 통신비 줄일수 있도록 알뜰폰을 쓰게 하거나

3사 통신비 담합이나 불법 지원금을 제대로 처리해서

정말로 저렴해지게 하는게 더 좋지 않나.. 그게 더 옳은 방법이 아닐까 생각이 된다.

'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글

사면?  (0) 2021.01.01
의사 만세구만  (0) 2020.12.31
아따 줄길다..  (0) 2020.04.15
기사 - 자가격리자에 '전자팔찌' 착용 가닥  (2) 2020.04.06
오늘의 늬우스  (4) 2019.12.12
Posted by 구차니
Linux/Ubuntu2020. 9. 8. 19:20

예전에 했었는데 왜 그때는 안되었고 지금은 될까 -ㅁ-?

2019/12/28 - [개소리 왈왈/컴퓨터] - 2760p wacom 화면 멀티터치 살리기

 

바탕화면에서 아이콘이 작을 경우 클릭이 거의 안되고(안되는건지 거의 안되는건지 모르겠다)

크롬과 PDF 뷰어에서 정상작동하는걸 확인했으니 쓸만할 듯

 

 

1회성으로 테스트

$ xsetwacom --set "Wacom Serial Penabled 2FG Touchscreen Finger touch" Gesture off

[링크 : https://askubuntu.com/questions/1140062/]

 

영구 설정

ubuntu 18.04 / HP 2760p 확인

$ sudo vi /usr/share/X11/xorg.conf.d/81-local-touchscreen-tweaks.conf
# Tweaks for the Wacom touchscreen on a ThinkPad X201 Tablet.
Section "InputClass"
    Identifier "local touchscreen tweaks"

    # Product to configure.
    MatchProduct "Wacom Serial Penabled 2FG Touchscreen Finger"

    # Driver to use for this device.
    # (Identical to the default, so not essential to mention.)
    Driver "wacom"

    # Disable multi-touch gestures to fix tap-to-click issues.
    Option "Gesture" "off"
EndSection

[링크 : https://askubuntu.com/questions/1051343/where-is-the-xorg-conf-file-in-ubuntu-18-04]

 

 

Posted by 구차니
하드웨어/Storage2020. 9. 8. 17:02

raid1이라 부하는 안걸릴거라고 생각을 하는데

2009년 즈음의 구형이다 보니.. 기가비트를 못 버티는 듯?

(그냥 쓰는거랑 RAID5는 EXT2-기본, EXT3-선택으로 고르게 되어있다)

 

업로드 하는데 12MB/s 아니.. 분명 기가비트로 붙었는데 왜?!?! 100Mbps 급 속도?!

다운로드 하는데 30MB/s 언저리. 최소한 다운로드 속도는 조금 나오는걸 봐서 CPU 성능 문제로 봐야 하나?

 

혹시... 하드가 문제인가...?

아니 벤치 상으로도 그거 이상은 나와야 하는데?!?!?!

[링크 : https://hdd.userbenchmark.com/SpeedTest/1110/SAMSUNG-HD103SI]

 

 

다시 해보니

단일 하드로 쓸 때 외에는 파일 시스템을 물어보지 않는다.

EXT2와 EXT3를 사용가능한데 그거 속도 차이가 있으려나?

 

벤치마크.. 절래절래..

[링크 : https://www.smallnetbuilder.com/nas/nas-reviews/30535-the-four-drive-dns-323-d-link-dns-343-reviewed?showall=&start=3]

 

 

+ 2020.09.09

RAID5로 구성하고 다운로드 하니 35MB/s 정도 나온다.

절래절래..

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

d-link DNS-343  (0) 2020.09.14
시놀로지 외부 스토리지 연결하기  (0) 2020.09.09
시놀로지 로그인 시도 차단하기  (2) 2019.07.30
disk error recovery - TLER(WD)  (0) 2019.03.13
2.5인치 SAS/SATA 트레이  (0) 2019.02.28
Posted by 구차니
embeded/arduino(genuino)2020. 9. 8. 15:25

오.. 맨날 시리얼 모니터만 봤는데 이런 기능이!

 

[링크 : https://blog.naver.com/cherrychance/221339259943]

[링크 : https://blog.naver.com/roboholic84/220636488242]

'embeded > arduino(genuino)' 카테고리의 다른 글

아두이노 Serial.print()와 Serial.write()  (0) 2022.11.14
아두이노 USB HID  (0) 2021.05.07
TEA5767 살까 말까..  (0) 2020.06.15
지름신 축적중  (0) 2020.06.10
ULN2003 보드 / 28BYJ-48 스텝 모터  (0) 2020.05.05
Posted by 구차니

arm에서 가상화 관련해 만든 MMU인듯

[링크 : http://jake.dothome.co.kr/iommu/]

[링크 : https://developer.arm.com/ip-products/system-ip/system-controllers/system-memory-management-unit]

[링크 : https://en.wikipedia.org/wiki/Input%E2%80%93output_memory_management_unit]

 

System Memory Management Unit (SMMU)

[링크 : https://developer.arm.com/.../Arm%20Enterprise%20Virtualization%20whitepaper.pdf?...]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

파일 스토리지, 블록 스토리지, 오브젝트 스토리지  (0) 2020.09.18
lustre file system  (0) 2020.09.18
zmmu gen-z  (0) 2020.09.07
async와 non block  (0) 2020.01.20
EAV - Entitiy Attribute Value  (0) 2019.12.15
Posted by 구차니

딸래미가 USB를 걲어 버리는 바람에 벌어져서 겸사겸사 열어봄

왼쪽의 FC0012 칩과 오른쪽의 RTL2832U

 

그런데 COFDM은 또 멀까..?

 

DVB-T COFDM demodulator

[링크 : https://www.realtek.com/en/products/communications-network-ics/item/rtl2832u]

 

 

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

sdr# PAL tv plugin  (0) 2021.01.05
blazeVideo HDTV Player (DVB-T)  (0) 2021.01.04
SDR# 샘플 레이트와 대역  (0) 2020.09.06
SDR# 설정관련 사용 설명서  (0) 2020.09.06
RTL-SDR 의문점  (0) 2020.09.05
Posted by 구차니

smbus 사용 i2c

ipmi 의 하위시스템 중의 하나 라고 해야하나?

 

[링크: https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface]

'하드웨어 > Server Case & board' 카테고리의 다른 글

BMC(Board Management Controller) 제조업체  (0) 2020.09.18
jnlp on ubuntu/chrome  (0) 2020.09.17
DCMI  (0) 2020.07.20
quanta computer windmill F03 소비전력  (0) 2020.07.14
서버 획득!  (2) 2020.07.12
Posted by 구차니

risc-v 에서도 차용한 것일 뿐인가 좀 헷갈리네..

아무튼 메이저 서버 업체가 합쳐서 메모리 - cpu - 가속기 등을 통합해서 사용할 수 있는

고성능 메모리 버스를 만드는걸 목표로 하는 듯(로열티 없는 걸로)

 

[링크 : https://riscv.org//wp-content/uploads/2018/07/1430-19.07.18-Mohan-Pathasarathy-HPE.pdf]

[링크 : https://en.wikipedia.org/wiki/Gen-Z]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

lustre file system  (0) 2020.09.18
smmu?  (0) 2020.09.08
async와 non block  (0) 2020.01.20
EAV - Entitiy Attribute Value  (0) 2019.12.15
ETL - Extract Transform Load  (0) 2019.12.11
Posted by 구차니

나중에 테스트는 해봐야겠지만

UDP는 IP에서 토막내져서 MTU 상관없이 최대 크기인 64K - 헤더 크기까진 보낼수 있다고

근데.. TCP 처럼 IP에서 재조합 한다고 해도

UDP는 재조합을 보장하지 않는걸로 알고 있는데 먼가 좀 내가 아는것들이 꼬이는 느낌?

 

[링크 : https://serverfault.com/questions/246508/]

    [링크 : https://qastack.kr/server/246508]

[링크 : https://stackoverrun.com/ko/q/10696869]

[링크 : https://wiki.linuxfoundation.org/networking/ufo]

 

[링크 : https://ejjoo.github.io/network/2020/01/09/tcp-mss-udp.html]

'이론 관련 > 네트워크 관련' 카테고리의 다른 글

rs-422  (0) 2021.06.03
FTPS  (0) 2021.02.07
proxy forward / reverse 차이  (0) 2019.02.08
TLS 암호화 (구, SSL)  (0) 2019.02.07
오픈스택 openstack  (0) 2018.06.27
Posted by 구차니