Broadcast message from gdm@115 on tty1 (Wed 2025-04-09 09:47:18 CST): The system will suspend now! Connection to 39.100.102.12 closed by remote host. Connection to 39.100.102.12 closed. root135@root135:~/Documents$ ssh -oPort=6115 root115@39.100.102.12 root115@39.100.102.12’s password: Web console: https://115:9090/ or https://10.168.1.115:9090/ Last login: Wed Apr 9 09:33:11 2025 from 10.168.1.115 root115@115:~$ su – root Password: su: Authentication failure root115@115:~$… Continue reading The system will suspend now!
Month: April 2025
symbol lookup error: /lib64/libsndfile.so.1
rdesktop: symbol lookup error: /lib64/libsndfile.so.1: undefined symbol: lame_encode_buffer_interleaved_ieee_double methods of the question 用户root cd /lib64/ ll libsndfile.so.1 cp libsndfile.so.1.0.37 libsndfile.so.1 rdesktop –help rdesktop: invalid option — ‘-‘ rdesktop: A Remote Desktop Protocol client. Version 1.9.0. Copyright (C) 1999-2016 Matthew Chapman et al. See http://www.rdesktop.org/ for more information. Usage: rdesktop [options] server[:port] -u: user name 用户root115… Continue reading symbol lookup error: /lib64/libsndfile.so.1
20250404-english-note
expect 预计 dream of 梦想 brief 简短的 make a brief summary做一个简短的总结 good memory好记性 cause导致 diary日记 daily每天 daily routine日常生活 daily basis每日基础 daily life日常生活 Let’s clap for them让我们为他们鼓掌 chant唱 wheels轮子 rhyme押韵 exactly完全 Your answer is exactly right. 你的回答完全正确. Am I clear?听清楚了吗? applause掌声 Applause rang through the hall. 掌声响彻整个大厅. Then the applause burst out. 随后爆发出掌声. The applause redoubled. 喝彩声越发震耳. nominal possessive pronouns. 名词所有代词. nominal possessive… Continue reading 20250404-english-note
[ffbuild/common.mak:81: libavformat/adtsenc.o] Error 1
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr’ make: *** [ffbuild/common.mak:81: libavformat/adtsenc.o] Error 1 更改编译代码方式: cd FFmpeg-n5.1.2/libavcodec/x86/ vim mathops.h 定位到125 先删除125至最后一行,然后添加新的内容 // avoid +32 for shift optimization (gcc should do that …) #define NEG_SSR32 NEG_SSR32 static inline int32_t NEG_SSR32( int32_t a, int8_t s){ if (__builtin_constant_p(s)) __asm__ (“sarl %1, %0\n\t” : “+r” (a) : “i” (-s &… Continue reading [ffbuild/common.mak:81: libavformat/adtsenc.o] Error 1