esp32 보다가 멀티플랫폼 개발용 미들웨어라고 해야하나.. 그런걸 발견함
[링크 : https://platformio.org/]
[링크 : https://blog.humminglab.io/posts/platformio-1/]
먼가.. arduino 기반의 무언간가?
esp32 보다가 멀티플랫폼 개발용 미들웨어라고 해야하나.. 그런걸 발견함
[링크 : https://platformio.org/]
[링크 : https://blog.humminglab.io/posts/platformio-1/]
먼가.. arduino 기반의 무언간가?
directfb는 예전에 죽은거 같았는데 찾다보니 directFB2로 이어지고 있다고 한다
[링크 : https://ko.wikipedia.org/wiki/DirectFB]
[링크 : https://directfb2.github.io/]
lvgl 보다 보니 임베디드 리눅스에서 nanoVG를 통해 쓰는게 있대서 보는데
[링크 : https://docs.lvgl.io/master/integration/embedded_linux/nanovg.html]
openGL을 이용한 벡터그래픽 라이브러리
써야하냐.. 라는 측면에서는 페이지의 최상단에 써있는 한 문구가 걸리네..
그 와중에 opengl을 통해 렌더하는거라.. x 없이는 무리일려나?
| This project is not actively maintained. |
[링크 : https://github.com/memononen/nanovg]
이사님께서 nvidia 드라이버 깔기 짜증나는데 신경안써도 되는 좋은(!) OS가 있다고 해서 찾아봄
system76 이라는 하드웨어 생산업체가 ubuntu를 기반으로 rust로 갈아 엎었다는데 잘 모르겠네
[링크 : https://system76.com/pop/?srsltid=AfmBOory8SE6glZ2D4ND5kih8A5wB-pJnSS6SXs-5mfQwRsNyX-AJ4mo]
[링크 : https://system76.com/]
시스코 스위치랑 라우터 사서 공부해볼까 하다가
프로그램으로도 웬만큼 해볼수 있다고 해서 고민중
그래도 실장비가 있는게 기분이 조크든요~ ㅋㅋ
| Packet Tracer나 GNS3 |
[링크 : https://www.reddit.com/r/ccna/comments/i2e56g/best_router_switch_combination_for_ccnaccnp/?tl=ko]
[링크 : https://www.gns3.com/]
패키지 설치하려다가 Makeself version 이라는 문구가 나와서 검색해봄
대개는 .run 이나 .sh 으로 만들어지는건데 머.. 리눅스에서 딱히(?) 확장자가 의미가 있는 것도 아니니 머..
| $ ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin -v Unrecognized flag : -v Makeself version 2.4.0 1) Getting help or info about ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin : ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --help Print this message ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --info Print embedded info : title, default target directory, embedded script ... ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --lsm Print embedded lsm entry (or no LSM) ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --list Print the list of files in the archive ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --check Checks integrity of the archive 2) Running ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin : ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin [options] [--] [additional arguments to embedded script] with following options (in that order) --confirm Ask before running embedded script --quiet Do not print anything except error messages --accept Accept the license --noexec Do not run embedded script --keep Do not erase target directory after running the embedded script --noprogress Do not show the progress during the decompression --nox11 Do not spawn an xterm --nochown Do not give the extracted files to the current user --nodiskspace Do not check for available disk space --target dir Extract directly to a target directory (absolute or relative) This directory may undergo recursive chown (see --nochown). --tar arg1 [arg2 ...] Access the contents of the archive through the tar command -- Following arguments will be passed to the embedded script $ file eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin: POSIX shell script executable (binary data) |
패키지야 설치하면 되긴 하는 듯.
| $ makeself 명령어 'makeself' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다: sudo apt install makeself |
[링크 : https://makeself.io/]
[링크 : https://ko.wikipedia.org/wiki/.run_(makeself)]
[링크 : https://www.solanara.net/solanara/makeself]
소스를 보다 보니 glade라는 확장자로 xml 파일이 있길래
찾아보니 GTK를 이용하여 gnome용 어플리케이션을 작성할 수 있는 일종의
wpf 같은 느낌의 무엇?
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface> |
gtk 공부하기 싫어서 맨날 피해다녔는데 이렇게 해주는 녀석이 있으면 써봐야겠다.

[링크 : https://glade.gnome.org/]
iptime 게시판 뒤지다 snmp 내용에서 보이길래
그래프가 이뻐서 사용해 보려고 찾아보는 중
| The default credentials for the web interface is nagiosadmin / nagios |
[링크 : https://hub.docker.com/r/manios/nagios]
대충(?) 봐서는 cfg 파일에 host를 정의해야 하지 웹에서 GUI로 추가할 순 없는 것으로 보인다.
[링크 : https://support.nagios.com/forum/viewtopic.php?t=54563]
[링크 : https://blog.boxcorea.com/wp/archives/3166]
[링크 : https://www.reddit.com/r/sysadmin/comments/z4t06/gui_or_other_easy_to_use_tools_to_add_hosts_to/]
다만 몇가지 gui로 도움을 주는 툴이 존재하는 하는 것 같다.
[링크 : https://www.nconf.org/wordpress/]
[링크 : https://www.centreon.com/] << 지금은 독립 제품인가?
| makeself (0) | 2025.08.25 |
|---|---|
| glade - gtk/gnome rad tool (0) | 2025.08.18 |
| suricata (0) | 2025.07.25 |
| hping (0) | 2025.07.25 |
| intel oneapi / dpc / sycl (0) | 2025.06.27 |
방화벽, IDS로 예전에 pfsense에서 보긴 했는데 설정은 안해봐서.. 검색중
[링크 : https://boying-blog.tistory.com/33]
+
2026.01.16
[링크 : http://blog.omoknooni.me/39]
| glade - gtk/gnome rad tool (0) | 2025.08.18 |
|---|---|
| nagios (0) | 2025.07.25 |
| hping (0) | 2025.07.25 |
| intel oneapi / dpc / sycl (0) | 2025.06.27 |
| ntpwedit (0) | 2025.05.16 |
suricata 검색하다가 걸려나온 도구.
간단하게 방화벽이 잘 막는지 테스트 하는 툴이다.
[링크 : https://blog.naver.com/nahejae533/221306816341]
[링크 : https://5log.tistory.com/90]
[링크 : https://ictsec.tistory.com/4]
[링크 : https://boying-blog.tistory.com/33]
hping.org는 오래되서 도메인이 사라진 듯.