후우..
'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글
아내몰래 지름 ㅋㅋ (2) | 2025.03.13 |
---|---|
k-pass 다자녀 혜택 + 횟수 제한 (0) | 2025.03.10 |
정신이 늙었어.. (2) | 2025.02.20 |
차 끌고 일찍 옴, 10g 만져봄 (0) | 2025.02.14 |
하.. 현타 (0) | 2025.02.12 |
후우..
아내몰래 지름 ㅋㅋ (2) | 2025.03.13 |
---|---|
k-pass 다자녀 혜택 + 횟수 제한 (0) | 2025.03.10 |
정신이 늙었어.. (2) | 2025.02.20 |
차 끌고 일찍 옴, 10g 만져봄 (0) | 2025.02.14 |
하.. 현타 (0) | 2025.02.12 |
하나는 값이 나오고
다른 하나는 -nan 으로 나오는데 정체가 멀까?
아래는 갑싱 별로 차이나지 않는데 다양하게 이상한 출력을 보여주는 중
STM32의 float point enumation 문제가 있나?
Temperature: 2999(2999) -> 2.0°C Temperature: 2999(2999) -> 26.7°C Temperature: 2996 -> 26.4°C Temperature: 2996 -> -nan°C Temperature: 2998(2998) -> -0.0°C Temperature: 2997(2997) -> 0.0°C Temperature: 2996(2996) -> 2681562227601498728190175138316381969682918615886529120475031854806500724778654407474920833961662 |
인터럽트내에서 출력하면 그런건가 싶기도 하고.. 원인을 모르겠다.
stm32 timer로 gpio 에 연결된 led on/off (0) | 2025.03.26 |
---|---|
stm32 sleep mode (0) | 2025.03.10 |
STM32 timer 사용하기 (0) | 2024.12.13 |
STM32 PWM 으로 LED 점진적으로 깜박이기 (0) | 2024.12.13 |
stm32 gpio ext interrupt 모드 (0) | 2024.11.04 |
debian에도 있어서 다..행인가?
FCoE 관리용 툴인데 fcoe-utils 패키지에 포함되어 있다.
# dnf install fcoe-utils # fipvlan -s -c enp1s0 # fcoeadm -t |
fcoe-utils
[링크 : https://askubuntu.com/questions/1348986/boot-ubuntu-from-fcoe-in-a-hpe-proliant-bl460c-gen10]
FCoE FCF(Fiber Channel Forwarder) (0) | 2025.03.27 |
---|---|
FCoE (0) | 2025.03.08 |
BCM957810 10G NIC window 10 드라이버 버전 (0) | 2025.02.26 |
BCM957810A1008G 10g linux 로그 (0) | 2025.02.23 |
10g with cat 8 S-FTP 케이블 (0) | 2025.02.23 |
우분투 서버 설치하는데 netplan-zz 이런식으로 이름이 붙길래 먼가 해서 찾아봤더니
2018 이후 부터 netplan이 적용되었고 /etc/network/interfaces를 대체한다고 한다.
[링크 : https://feelsogoodcamp.tistory.com/35]
[링크 : https://bongjasee.tistory.com/4]
[링크 : https://documentation.ubuntu.com/server/explanation/networking/about-netplan/index.html]
[링크 : https://netplan.io/]
ubuntu 24.04 네트워크 연결 중 문제 (0) | 2025.02.26 |
---|---|
ubuntu evince(pdf 뷰어/문서보기), gedit 검색 (0) | 2024.11.25 |
dpkg로 설치한 패키지 삭제하기 (0) | 2024.09.06 |
24.04 설치 성공 (0) | 2024.08.18 |
우분투.. 버전 업그레이드 버근가? (0) | 2024.08.17 |
구버전의 javascript 라던가 python에 필요한 기능이 있을 경우 새로운 기능을 확장해주는 것을 polyfill 이라고 하는 듯.
In software development, a polyfill is code that implements a new standard feature of a deployment environment within an old version of that environment that does not natively support the feature. Most often, it refers to JavaScript code that implements an HTML5 or CSS web standard, either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Polyfills are also used in PHP and Python. |
[링크 : https://en.wikipedia.org/wiki/Polyfill_(programming)]
html custom tag (0) | 2025.05.14 |
---|---|
css 캐로젤 (0) | 2024.11.12 |
webgl + three.js를 이용한 GL 공부하기 (feat 클로드) (0) | 2024.10.18 |
웹 브라우저에서 웹 캠 띄우기 (0) | 2024.09.24 |
three.js (0) | 2024.09.19 |
tshark나 dumpcap 으로 캡쳐할때 용량이나 캡쳐 시간으로 잘라서, logrotate 하듯이 용량 초과하지 않게 캡쳐 가능한 듯.
SEE ALSO wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap(3), pcap-filter(7) or tcpdump(8) |
dumpcap -ni 1 -w c:\temp\phone_problem.pcap -b duration:1200 -b files:5 |
[링크 : https://osqa-ask.wireshark.org/questions/21323/monitor-247-but-retain-only-15-minutes/]
wireshark winpcap 설정하기 (0) | 2024.06.17 |
---|---|
linux cooked capture (0) | 2023.09.04 |
wireshark에서 DHCP 캡쳐하기 (0) | 2011.10.05 |
wireshark(ethereal / 이더리얼)에서 특정 프로토콜만 필터하기 (0) | 2009.07.05 |
ubuntu에 ethereal(wireshark) 설치하기 (0) | 2009.07.04 |
좀 뜬금 없는 에러가 발생해서 멘붕(!!)
windows server 2016 / edge 86 버전이었는데 vue.js로 만든 애가 이런 에러가 나서 찾아보니
edge 92..?
Array.prototype.at() Baseline Widely available Array 인스턴스의 at() 메서드는 정숫값을 받아 해당 인덱스에 있는 항목을 반환하며, 양수와 음수를 사용할 수 있습니다. 음의 정수는 배열의 마지막 항목부터 거슬러 셉니다. ![]() |
[링크 : https://stackoverflow.com/questions/68464114/why-am-i-getting-at-is-not-a-function]
2025.03.04 기준 최신이 133 인것 같은데 86이면 거~~~~업나 오래 되었네 -_-
js DataView() (0) | 2024.08.21 |
---|---|
javascript ... (rest parameter) (0) | 2024.08.12 |
qr decoder (0) | 2024.04.19 |
QR decoder로 로또 추첨하기 (0) | 2024.04.16 |
javascript 집합(set) 내용 출력하기 (0) | 2024.04.16 |
웬만한건 다 시도했는데 안되네.. 머가 문제일까..
[링크 : http://rette.iruis.net/2020/06/mariadb-10버전-설치안될-때/]
[링크 : https://mariadb.com/kb/en/installation-issues-on-windows/]
[링크 : https://velog.io/@trankill1127/mariaDB-설치-오류-해결-방법]
mariadb msec 단위 시간 얻기 (0) | 2022.08.31 |
---|---|
mariadb 초기설정 (0) | 2022.08.30 |
mariadb c# connector (0) | 2021.10.22 |
HeidiSQL (2) | 2021.08.18 |
sql zerofill (0) | 2019.11.25 |
스틱
H2 좌 - 레이더
H2 우 - 다음 타겟
H2 상 - 플레어 << 요건 좀 다른데로 옮겨야 하나 고민.. 너무 낭비됨
상 트리거 - 미사일
하 트리거 - 가속+감속
A - (미사일 발사 ->) 카메라 뷰
D (하 트리거 안 쪽 버튼) - 기총
기본 매핑 | 수정 |
[Joystick-22210738-0000-0000-0000-504944564944] ProductName=Saitek Pro Flight X-56 Rhino Stick Flight_Gun=Button1 Flight_Missile=Button2 Flight_Weapon=Button3 Flight_Target=Button14 Flight_Radar=Button11 Flight_Flare=Button12 Flight_View=Button5 Flight_AccelerationDeceleration=Button6 Flight_AutoPilot=Button13 Flight_Pause=Button4 Flight_HatSwitchUp=POV_U1 Flight_HatSwitchDown=POV_D1 Flight_HatSwitchLeft=POV_L1 Flight_HatSwitchRight=POV_R1 Flight_Pitch=Y:R Flight_Roll=X Flight_Yaw=Rz Flight_Throttle= Flight_CameraPitch=Ry Flight_CameraYaw=Rx UI_B=Button2 UI_A=Button1 UI_X=Button3 UI_Y=Button14 UI_LB=Button10 UI_RB=Button8 UI_LT=Button9 UI_RT=Button7 UI_LeftStickPress= UI_RightStickPress=Button5 UI_DPadUp=POV_U1 UI_DPadDown=POV_D1 UI_DPadLeft=POV_L1 UI_DPadRight=POV_R1 UI_LeftStickUp=Y:N UI_LeftStickDown=Y:P UI_LeftStickLeft=X:N UI_LeftStickRight=X:P UI_RightStickUp= UI_RightStickDown= UI_RightStickLeft= UI_RightStickRight= UI_Menu=Button4 |
[Joystick-22210738-0000-0000-0000-504944564944] ProductName=Saitek Pro Flight X-56 Rhino Stick Flight_Gun=Button5 Flight_Missile=Button1 Flight_Weapon=Button3 Flight_Target=Button12 Flight_Radar=Button14 Flight_Flare=Button11 Flight_View= Button2 Flight_AccelerationDeceleration=Button6 Flight_AutoPilot=Button13 Flight_Pause=Button4 Flight_HatSwitchUp=POV_U1 Flight_HatSwitchDown=POV_D1 Flight_HatSwitchLeft=POV_L1 Flight_HatSwitchRight=POV_R1 Flight_Pitch=Y:R Flight_Roll=X Flight_Yaw=Rz Flight_Throttle= Flight_CameraPitch=Ry Flight_CameraYaw=Rx UI_B=Button2 UI_A=Button1 UI_X=Button3 UI_Y=Button14 UI_LB=Button10 UI_RB=Button8 UI_LT=Button9 UI_RT=Button7 UI_LeftStickPress= UI_RightStickPress=Button5 UI_DPadUp=POV_U1 UI_DPadDown=POV_D1 UI_DPadLeft=POV_L1 UI_DPadRight=POV_R1 UI_LeftStickUp=Y:N UI_LeftStickDown=Y:P UI_LeftStickLeft=X:N UI_LeftStickRight=X:P UI_RightStickUp= UI_RightStickDown= UI_RightStickLeft= UI_RightStickRight= UI_Menu=Button4 |
우측 스로틀 왼쪽 뒤 버튼(I) 가 가속+감속 버튼
E 버튼 플레어(기본 설정)
기본 매핑 | 수정 |
[Joystick-A2210738-0000-0000-0000-504944564944] ProductName=Saitek Pro Flight X-56 Rhino Throttle Flight_Gun= Flight_Missile= Flight_Weapon= Flight_Target=Button21 Flight_Radar=Button5 Flight_Flare=Button1 Flight_View=Button2 Flight_AccelerationDeceleration=Button4 Flight_AutoPilot=Button3 Flight_Pause=Button25 Flight_HatSwitchUp= Flight_HatSwitchDown= Flight_HatSwitchLeft= Flight_HatSwitchRight= Flight_Pitch= Flight_Roll= Flight_Yaw= Flight_Throttle=X + Y Flight_CameraPitch=Ry Flight_CameraYaw=Rx UI_B= UI_A= UI_X= UI_Y=Button21 UI_LB= UI_RB= UI_LT= UI_RT= UI_LeftStickPress=Button32 UI_RightStickPress=Button2 UI_DPadUp= UI_DPadDown= UI_DPadLeft= UI_DPadRight= UI_LeftStickUp= UI_LeftStickDown= UI_LeftStickLeft= UI_LeftStickRight= UI_RightStickUp= UI_RightStickDown= UI_RightStickLeft= UI_RightStickRight= UI_Menu=Button25 |
[Joystick-A2210738-0000-0000-0000-504944564944] ProductName=Saitek Pro Flight X-56 Rhino Throttle Flight_Gun= Flight_Missile= Flight_Weapon= Flight_Target=Button21 Flight_Radar=Button5 Flight_Flare=Button1 Flight_View=Button2 Flight_AccelerationDeceleration=Button4 Flight_AutoPilot=Button3 Flight_Pause=Button25 Flight_HatSwitchUp= Flight_HatSwitchDown= Flight_HatSwitchLeft= Flight_HatSwitchRight= Flight_Pitch= Flight_Roll= Flight_Yaw= Flight_Throttle=X + Y Flight_CameraPitch=Ry Flight_CameraYaw=Rx UI_B= UI_A= UI_X= UI_Y=Button21 UI_LB= UI_RB= UI_LT= UI_RT= UI_LeftStickPress=Button32 UI_RightStickPress=Button2 UI_DPadUp= UI_DPadDown= UI_DPadLeft= UI_DPadRight= UI_LeftStickUp= UI_LeftStickDown= UI_LeftStickLeft= UI_LeftStickRight= UI_RightStickUp= UI_RightStickDown= UI_RightStickLeft= UI_RightStickRight= UI_Menu=Button25 |
포스트 스톨 기동이라는 걸 위해서는
Flight_AccelerationDeceleration 키를 눌러줘야 할 것 같아서 일단 이건 수정하지 않도록 해봐야 할 듯
근데 난 아직 비행기를 못 열었잖아? 안될거야 -_ㅠ
[링크 : https://www.youtube.com/watch?v=I9wj5K00Jag]
+
탑건 DLC로 해서 기동중에 AccDeacc 버튼 누르기 빠르게 회전한다.
언넝 F-35나 F-22를 열기 전에는 답이 없는건가..
ace combat 7 F-22 구매! (0) | 2025.03.09 |
---|---|
ace combat 7 미션 진행중 (0) | 2025.03.08 |
ace combat / x-56 hotas (0) | 2025.02.27 |
ace combat + x56 hotas (0) | 2025.02.22 |
ace comabt 7 - F-15C 뽑음 (0) | 2025.02.13 |
스틱 (15, 16, 17 못 찾음)
button | axis | |||
TRIGGER | 위 | 1 | ||
A | 2 | |||
B | 3 | |||
C | PUSH | 4 | ||
D | 5 | |||
TRIGGER | 아래 | 6 | ||
H1 | UP | 7 | ||
H1 | RIGHT | 8 | ||
H1 | DOWN | 9 | ||
H1 | LEFT | 10 | ||
H2 | UP | 11 | ||
H2 | RIGHT | 12 | ||
H2 | DOWN | 13 | ||
H2 | LEFT | 14 | ||
???(Always on) | 15 | |||
??? | 16 | |||
??? | 17 | |||
스틱 | 수직 | X 축 | ||
스틱 | 수평 | Y 축 | ||
스틱 | 돌리기 | Z 회전 | ||
C | 수평 | X 회전 | ||
C | 수직 | Y 회전 | ||
POV |
쓰로틀 (SLD / MODE는 매핑되는 것 못 찾음)
button | axis | |||
RTY | 4 | 슬라이더 | ||
RTY | 3 | 전화걸기 | ||
쓰로틀 | LEFT | X 축 | ||
아날로그 | 좌우 | X 회전 | ||
쓰로틀 | RIGHT | Y 축 | ||
아날로그 | 상하 | Y 회전 | ||
F | Z 축 | |||
G | Z 회전 | |||
E | 1 | |||
F | push | 2 | ||
G | push | 3 | ||
i | 4 | |||
h | 5 | |||
SW | 1 | 6 | ||
SW | 2 | 7 | ||
SW | 3 | 8 | ||
SW | 4 | 9 | ||
SW | 5 | 10 | ||
SW | 6 | 11 | ||
TGL | 1 | UP | 12 | |
TGL | 1 | DOWN | 13 | |
TGL | 2 | UP | 14 | |
TGL | 2 | DOWN | 15 | |
TGL | 3 | UP | 16 | |
TGL | 3 | DOWN | 17 | |
TGL | 4 | UP | 18 | |
TGL | 4 | DOWN | 19 | |
H3 | up | 20 | ||
H3 | push | 21 | ||
H3 | down | 22 | ||
H3 | pull | 23 | ||
H4 | up | 24 | ||
H4 | push | 25 | ||
H4 | down | 26 | ||
H4 | pull | 27 | ||
K1 | UP | 28 | ||
K1 | DOWN | 29 | ||
좌측 다이얼 | UP | 30 | ||
좌측 다이얼 | DOWN | 31 | ||
아날로그 | push | 32 |
요건 스프링 교체법
[링크 : https://www.youtube.com/watch?v=3omnH_D8UWk]
스프링 mod
logitech x-56 플라이트 스틱 (0) | 2025.02.22 |
---|---|
잘가 조이스틱 (0) | 2025.01.10 |
pxn2119pro 중고구매 (0) | 2025.01.06 |
ex m air 펌웨어 (안드로이드 갤럭시 S10) (0) | 2023.01.25 |
블루투스 조이스틱 DIY (0) | 2018.04.24 |