June 2019

Gnuplot 在三维坐标中描绘二维曲线

缺乏关键词在网上找了很久,没找到该如何在三维坐标中画二维曲线,用splot直接画,画出的都是一些3维曲面,并没有得到单纯的一条二维曲线。 上图是sin(x)在三维坐标中的曲面图,而目标是在特定的x或y值上的一条正弦曲线,还有一定差距,后来在Gnuplot的官方文档中找到了一丝端倪。如下: 这个图形已经很接近我们想要的了,只是一个是平面,一个是线,把这些平面去掉只保留曲线就是我们要找的实现方法。 通过网上查找很容易得到了Fence...

Continue reading...

Arch Linux kernel panic诊断

以下内容摘自Arch wiki
做个复制,方便查看
Examine panic message

If a kernel panic occurs very early in the boot process, you may see a message on the console containing “Kernel panic – not syncing:”, but once Systemd is running, kernel messages will typically be captured and written to the system log. However, when a panic occurs, the diagnostic message output by the kernel is almost never written to the log file on disk because the m

Continue reading...

Terminator主题以及配色推荐

如果安装了Gnome主题Adapta,并且软件启用的主题也是这个,Gnome自带的终端里,颜色配置有一个选项是Tango dark,感觉配色还是蛮舒服的,不过Terminator没有发现这个主题,可以手动配置。

右键Preferences -> Profiles ->

Continue reading...