'잡동사니'에 해당되는 글 14091건

  1. 2026.01.20 journalctl 옵션
  2. 2026.01.19 둠 이터널 - 우르닥
  3. 2026.01.19 risc v hdl
  4. 2026.01.18 개털 밈
  5. 2026.01.17 platformio
  6. 2026.01.17 esp32-2432S028 데이터 시트
  7. 2026.01.17 둠 이터널 - 네크라볼 / 네크라볼 파트 2
  8. 2026.01.16 epic 무료게임
  9. 2026.01.16 esp32-2432S028 보드 st7789 spi lcd driver?
  10. 2026.01.16 qt qml 와 c++ 상호연동
Linux2026. 1. 20. 10:12

tail 처럼 journalctl 도 -f 옵션을 주면 실시간으로 볼 수 있고

$ journalctl -u servicename -f

 

--since 옵션과 --no-paper 옵션을 주면 특정 시간이내의 내용을 멈추지 않고 볼 수 있다. (기본적으로 less나 more로 멈춤)

$ journalctl -u servicename --since "2 minutes ago" --no-pager

 

$ journalctl --help
journalctl [OPTIONS...] [MATCHES...]

Query the journal.

Options:
     --system                Show the system journal
     --user                  Show the user journal for the current user
  -M --machine=CONTAINER     Operate on local container
  -S --since=DATE            Show entries not older than the specified date
  -U --until=DATE            Show entries not newer than the specified date
  -c --cursor=CURSOR         Show entries starting at the specified cursor
     --after-cursor=CURSOR   Show entries after the specified cursor
     --show-cursor           Print the cursor after all the entries
     --cursor-file=FILE      Show entries after cursor in FILE and update FILE
  -b --boot[=ID]             Show current boot or the specified boot
     --list-boots            Show terse information about recorded boots
  -k --dmesg                 Show kernel message log from the current boot
  -u --unit=UNIT             Show logs from the specified unit
     --user-unit=UNIT        Show logs from the specified user unit
  -t --identifier=STRING     Show entries with the specified syslog identifier
  -p --priority=RANGE        Show entries with the specified priority
     --facility=FACILITY...  Show entries with the specified facilities
  -g --grep=PATTERN          Show entries with MESSAGE matching PATTERN
     --case-sensitive[=BOOL] Force case sensitive or insensitive matching
  -e --pager-end             Immediately jump to the end in the pager
  -f --follow                Follow the journal
  -n --lines[=INTEGER]       Number of journal entries to show
     --no-tail               Show all lines, even in follow mode
  -r --reverse               Show the newest entries first
  -o --output=STRING         Change journal output mode (short, short-precise,
                               short-iso, short-iso-precise, short-full,
                               short-monotonic, short-unix, verbose, export,
                               json, json-pretty, json-sse, json-seq, cat,
                               with-unit)
     --output-fields=LIST    Select fields to print in verbose/export/json modes
     --utc                   Express time in Coordinated Universal Time (UTC)
  -x --catalog               Add message explanations where available
     --no-full               Ellipsize fields
  -a --all                   Show all fields, including long and unprintable
  -q --quiet                 Do not show info messages and privilege warning
     --no-pager              Do not pipe output into a pager
     --no-hostname           Suppress output of hostname field
  -m --merge                 Show entries from all available journals
  -D --directory=PATH        Show journal files from directory
     --file=PATH             Show journal file
     --root=ROOT             Operate on files below a root directory
     --image=IMAGE           Operate on files in filesystem image
     --namespace=NAMESPACE   Show journal data from specified namespace
     --interval=TIME         Time interval for changing the FSS sealing key
     --verify-key=KEY        Specify FSS verification key
     --force                 Override of the FSS key pair with --setup-keys

Commands:
  -h --help                  Show this help text
     --version               Show package version
  -N --fields                List all field names currently used
  -F --field=FIELD           List all values that a specified field takes
     --disk-usage            Show total disk usage of all journal files
     --vacuum-size=BYTES     Reduce disk usage below specified size
     --vacuum-files=INT      Leave only the specified number of journal files
     --vacuum-time=TIME      Remove journal files older than specified time
     --verify                Verify journal file consistency
     --sync                  Synchronize unwritten journal messages to disk
     --relinquish-var        Stop logging to disk, log to temporary file system
     --smart-relinquish-var  Similar, but NOP if log directory is on root mount
     --flush                 Flush all journal data from /run into /var
     --rotate                Request immediate rotation of the journal files
     --header                Show journal header information
     --list-catalog          Show all message IDs in the catalog
     --dump-catalog          Show entries in the message catalog
     --update-catalog        Update the message catalog database
     --setup-keys            Generate a new FSS key pair

See the journalctl(1) man page for details.

 

'Linux' 카테고리의 다른 글

리눅스 메모리 timing 확인하기  (0) 2026.01.27
proc fs smp_affinity  (0) 2025.09.19
sudo time  (0) 2025.09.17
dd 로 덤프 하면서 바로 압축하기  (0) 2025.07.24
gpiod - gpiomon  (0) 2025.07.17
Posted by 구차니
게임/doom2026. 1. 19. 22:29

어찌어찌 개고생 끝에 깼네

귀찮아서(!) 크루시블로 아크바일 썰어 버리고

한참을 도망다니면서 머로더 잡아서 끝 -_-

 

 

같은 챕터인데 악마동네에서

 

갑자기 천사(?) 동네로 온느낌

 

그 와중에 두 타이탄 노예라

 

뿔 부러진것도 같은데 쌍둥이니?

 

아무튼 챕터 우르닥 시작!

 

먼가 거대로봇 같냐

 

날아나가서 슈슝하니 잼나긴 하다

 

칸 메이터 그리고 아이콘 오브 신

 

민지 와떠염!

 

손으로 깔아뭉갤줄 알았더니 토낀다?

Posted by 구차니
embeded/risc-v2026. 1. 19. 09:32

한국인이 작성한 risc v hdl

rv32i 를 xilinx  기반으로 구현한 듯.

[링크 : https://github.com/RISC-KC/basic_rv32s]

[링크 : https://news.hada.io/topic?id=25632]

'embeded > risc-v' 카테고리의 다른 글

risc-v sbc  (0) 2025.07.08
risc-v sv39  (0) 2023.11.18
milk-v duo(risc-v)  (0) 2023.11.18
부품 도착! + 주문 취소!  (0) 2023.11.02
오늘의 지름  (0) 2023.11.01
Posted by 구차니

아우 내 허리

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

눈썰매장 - 양주눈꽃축제  (0) 2026.02.01
1월의 마지막 날  (0) 2026.01.31
새차 첫 장거리  (2) 2026.01.03
새해는 장보기  (0) 2026.01.01
오랫만에...? 외식!  (0) 2025.12.30
Posted by 구차니
파일방2026. 1. 17. 18:56

esp32 보다가 멀티플랫폼 개발용 미들웨어라고 해야하나.. 그런걸 발견함

 

[링크 : https://platformio.org/]

[링크 : https://blog.humminglab.io/posts/platformio-1/]

 

먼가.. arduino 기반의 무언간가?

[링크 : https://m.blog.naver.com/alfee0/223441577548]

'파일방' 카테고리의 다른 글

podman  (0) 2026.01.25
elinks  (0) 2026.01.20
directFB2  (0) 2026.01.09
nanoVG  (0) 2026.01.09
popos  (0) 2025.09.03
Posted by 구차니
embeded/esp322026. 1. 17. 18:54

회사가 망했나 안보이네?

whois 조회해보니 2024년 11우러 이후로는 업데이트 된적이 없다는데

2027년까진 구매되어있다는데 서버는 터진듯.

%kwhois    Domain Name: JCZN1688.COM
   Registry Domain ID: 2661762794_DOMAIN_COM-VRSN
   Registrar WHOIS Server: grs-whois.hichina.com
   Registrar URL: http://wanwang.aliyun.com
   Updated Date: 2024-11-15T01:42:33Z
   Creation Date: 2021-12-15T06:22:58Z
   Registry Expiry Date: 2027-12-15T06:22:58Z
   Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (http://www.net.cn)
   Registrar IANA ID: 1599
   Registrar Abuse Contact Email: DomainAbuse@service.aliyun.com
   Registrar Abuse Contact Phone: +86.95187
   Domain Status: ok https://icann.org/epp#ok
   Name Server: DNS19.HICHINA.COM
   Name Server: DNS20.HICHINA.COM
   DNSSEC: unsigned
   URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2026-01-17T09:30:40Z <<<

[링크 : http://www.jczn1688.com/zlxz]

[링크 : https://www.reddit.com/r/esp32/comments/ws6n4u/unknown_schematic_for_esp322432s028_board_anyone/?tl=ko]

 

jczn 멀 어떻게 줄인거냐 -ㅁ-?!?!

 

확장 io와 온도/습도 센서용 인터페이스라..

[링크 : https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/OriginalDocumentation/2-Specification/ESP32-2432S028%20Specifications-EN.pdf]

 

usb-c 가 하나만 있는 녀석으로 v2인가? 내꺼랑은 다르네 ㅠㅠ

[링크 : https://ko.aliexpress.com/item/1005005138982767.html?gatewayAdapt=bra2kor]

 

위의 링크는 깨진것 같아서 다시 상위부터 접속해보니 먼가 나오긴 한다.

2.8과 3.2를 받아봤는데 아무튼 내꺼랑은 다른 모델인듯..

LCD가 달라져서 바이너리 그대로 쓸수도 없을 것 같은데..

[링크 : http://pan.jczn1688.com/1/ESP32%20module]

 

2.8인치 에서 받아서 보는 중

microSD는 TF라고 해서 IO5 / IO18 / IO19 / IO23 으로 연결되고 esp-wroom-32 에서는 VSPI 로 연결된다.

LED-RGB는 단순(?) gpio로 on/off 하는 스타일

DAC는 io26 핀이고  dac2로 표시되어있는 부분

 

그 와중에 flash 라고 U4가 있는데 내꺼에는 부품이 없다. NC 처리된 모델인듯.

없으면 확인할게 하나 줄었으니 머 다행인가? ㅋㅋ

[링크 : https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/issues/261]

 

lcm이 TFT 인데 io2 / io12~1015 / io21 을 이용하여 연결되고

io2는 그냥 gpio 같고

io12~io15는 HSPI 포트로 연결된다. 이름부터 웬지 빨라보이네

 

 

원하는건 못 찾았는데

HSPI(spi2) VSPI (spi3)는  아무튼 빠르니까 이름이 좀더 붙은건가? qspi 같은 건 아닌거 같은데..

[링크 : https://documentation.espressif.com/esp32_technical_reference_manual_en.pdf#iomuxgpio]

'embeded > esp32' 카테고리의 다른 글

esp32-wroom-32 보드 / arduino 개발툴  (0) 2026.01.23
esp32-2432S028 데모 빌드  (0) 2026.01.21
esp32-2432S028 보드 st7789 spi lcd driver?  (0) 2026.01.16
esp32 와 spi lcd 성능 비..교?  (0) 2026.01.12
esp32 c6 zigbee thread matter  (0) 2026.01.10
Posted by 구차니
게임/doom2026. 1. 17. 12:10

왜 끝나지 않아?!?! 해서 공략을 찾아보니 토템을 뿌셨어야 했군

무한인 덕분에 열파랑 마이크로 미사일 숙련 끝냄 ㅋㅋㅋ

[링크 : https://youtu.be/4Vy8auiT1K0?t=818]

 

어찌어찌 야곰야곰 진행중

 

아우 망할 이녀석만 나오면 난이도가 팍팍 오르네 ㅠㅠ

 

여기서는 크루시블로 썰어 버렸군

[링크 : https://youtu.be/4Vy8auiT1K0?t=1513]

 

+

2026.01.18

아크바일 까지 어떻게 넘기면 이제는 머로더 나와서 사람 환장하게 하네 아우

'게임 > doom' 카테고리의 다른 글

둠 이터널 노말 난이도 끝  (2) 2026.01.24
둠 이터널 - 우르닥  (0) 2026.01.19
둠 이터널 타라스 나바드 끝  (0) 2026.01.10
둠 이터널.. 접어야 하나? ㅠㅠ  (0) 2026.01.02
둠 이터널 - 수직 동기화 문제 -_-  (2) 2025.12.20
Posted by 구차니

한번에 두개나 주는군. 그런데 먼가 안끌린다!?

 

'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글

에픽 유출은 역시 구라였군  (0) 2025.12.20
오랫만에 지르기  (0) 2025.11.29
에픽 무료게임  (0) 2025.11.14
윈도우 11에서 JASF 실행 실패  (0) 2025.11.02
스팀 단상  (0) 2025.10.05
Posted by 구차니
embeded/esp322026. 1. 16. 23:21

액정은 뜯을수가 없어서 포기하고, 뒷면 전체를 보면

평범한(?) esp32-wroom-32 , 터치ic, sd 카드, rgb led, usb 시리얼 칩 그리고 ldo가 보인다.

 

esp32-wroom-32

xpt2046 터치 ic

rgb led

 

스피커 단자도 있는데 esp32의 dac 기능이 있었나?

AMS1117 LDO 2개

LTK8002D 오디오 앰프. 읭?

 

2채널 DAC가 있다고 하니 그걸 사용하면 될 것 같긴한데 일단 스피커와 앰프는 1채널만 해둔 듯?

[링크 : https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/dac.html]

[링크 : https://blog.naver.com/mapes_khkim/222284886951]

 

CH430C usb to serial

 

윈도우에서 보니 드라이버가 없는지 안 잡혀서

 

sparkfun에서 받아서 설치하니 잡힌다.

micro USB 나 USB-C 양쪽모두 시리얼 포트가 연결되어 있다.

[링크 : https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#windows-710]

 

시리얼 포트를 115200bps로 연결하고 reset을 눌러보니 친숙한(?)

esp32 부트로더가 보이는 듯.

 

같이 준 케이스에 먼가 써있어서 구글 렌즈의 힘을 빌어보니

터치기능이 있는 7789라.. st7789 LCD 드라이버를 쓴걸려나?

 

 

맞다면.. 실험적으로는 65fps까지 나온다는 건데 오호.. 1.5만원에 사온거 치고는 좋은 액정이군(!)

ESP32 LCDs performance report
1. ST7796 4-wire SPI   16fps
2. ST7796 8-bit   34fps
3. ILI9488 4-wire SPI  11fps
4. ILI9488 8-bit  34fps
5. ST7789 4-wire SPI  65fps
6. ST7789 8-bit  5xfps(weird)
7. ILI9341 4-wire SPI  65fps
8. GC9A01  8xfps
9. ST7789 240x240  8xfps

[링크 : https://www.facebook.com/groups/797613180807626/posts/1048617505707191/]

 

내껀 v3 인 듯? (usb-c랑 micro usb가 있음)

ESP32-2432S028R は 3つのバージョンがあります。(R=XPT2046 抵抗膜タッチセンス)
  1. ESP32-2432S028R v1 (ILI9341 SPI):初期。U4 ICの設計ミス。
  2. ESP32-2432S028R v2 (ILI9341 SPI):U4 IC Remove。External Pin Assign change.
  3. ESP32-2432S028R v3 (ST7789 SPI, MODE 3):A type with two USB ports.:YD2USB

[링크 : https://macsbug.wordpress.com/2022/08/17/esp32-2432s028/]

 

[링크 : https://www.reddit.com/r/esp32/comments/ws6n4u/unknown_schematic_for_esp322432s028_board_anyone/?tl=ko]

 

+

2026.01.19

헤더 바꾸고 나서 한번 해봐야 할 듯.

User_Setup.h

#define ILI9341_2_DRIVER     // Alternative ILI9341 driver, see https://github.com/Bodmer/TFT_eSPI/issues/1172
//#define ST7789_DRIVER      // Full configuration option, define additional parameters below for this display

[링크 : lvgl-gemini/arduino_lib/TFT_eSPI/User_Setup.h at main · MYusufY/lvgl-gemini · GitHub ]

[링크 : https://github.com/MYusufY/lvgl-gemini/tree/main]

'embeded > esp32' 카테고리의 다른 글

esp32-2432S028 데모 빌드  (0) 2026.01.21
esp32-2432S028 데이터 시트  (0) 2026.01.17
esp32 와 spi lcd 성능 비..교?  (0) 2026.01.12
esp32 c6 zigbee thread matter  (0) 2026.01.10
esp32 benchmark  (0) 2025.11.18
Posted by 구차니
Programming/qt2026. 1. 16. 14:19

'Programming > qt' 카테고리의 다른 글

qt quick websocket  (0) 2026.01.14
qt qml loader  (0) 2026.01.14
qstackedwidget, qstackedlayout  (0) 2026.01.13
qt quick 예제 calqlatr 코드분석  (0) 2026.01.13
qt qml view  (0) 2026.01.13
Posted by 구차니