12 2021 档案

摘要:install google chrome browse on ubuntu wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stabl 阅读全文
posted @ 2021-12-29 20:21 王阳开 阅读(1474) 评论(0) 推荐(0)
摘要:linux mount debugfs mount -t debugfs none /sys/kernel/debug 阅读全文
posted @ 2021-12-28 17:06 王阳开 阅读(1651) 评论(0) 推荐(0)
摘要:shell 开发笔记 Author: Yangkai Wang wang_yangkai@163.com 转载请注明author,出处. while 循环 #!/bin/sh while true; do echo "haha" sleep 1 done for 循环 #!/bin/sh for i 阅读全文
posted @ 2021-12-24 11:11 王阳开 阅读(1966) 评论(0) 推荐(0)