本文章曾多次修改, 截图或者代码提及到的相关主机名ip以及目录可能存在变化, 请勿信以为真.

Read more »

经常遇到这种场景, 网线上内网, 无线上外网.
windows下, 一般来说网线的优先级会大于无线, 有时候也有相反的情况.
总之, 在这种场景下我们的上网体验会很糟糕
解决方法还是有的, 修改windows的默认路由即可.

Read more »

Apache Doris是一个现代化的MPP分析型数据库产品。仅需亚秒级响应时间即可获得查询结果,有效地支持实时数据分析。Apache Doris的分布式架构非常简洁,易于运维,并且可以支持10PB以上的超大数据集。

Read more »

1. 复制一份备份文件

Read more »

简洁点

  1. press e on grub,
  2. add parameters rd.break
  3. Ctrl + x
  4. mount -o remount rw /sysroot
  5. chroot /sysroot
  6. passwd
  7. touch /.autorelabel
  8. exit
  9. reboot

Read more »

内容转自:https://cloud.tencent.com/developer/article/1568077

一、进程状态

  • D:uninterruptible sleep (usually IO)
  • R:running or runnable (on run queue)
  • S:interruptible sleep (waiting for an event to complete)
  • T:stopped by job control signal
  • t:stopped by debugger during the tracing
  • W:paging (not valid since the 2.6.xx kernel)
  • X:dead (should never be seen)
  • Z:defunct (“zombie”) process, terminated but not - reaped by its parent
Read more »
0%