public:it:linux:start

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:it:linux:start [2021/01/27 14:37] oakfirepublic:it:linux:start [2023/12/25 15:42] (当前版本) – [Kernel] oakfire
行 4: 行 4:
   * [[maintain]]   * [[maintain]]
   * [[ubuntu]]   * [[ubuntu]]
 +  * [[kylin]]
   * [[linux input subsystem]]   * [[linux input subsystem]]
 +  * [[linux-program]]
 +  * [[shell]]
 +  * [[.:gsettings]]
 +  * [[network]]
 +  * [[https://paper.seebug.org/779/|驱动开发入门]]这个技术博客其他文章也很不错=)
 +  * [[wp>Direct_Rendering_Manager|DRM 子系统]]: Direct Rendering Manager(DRM)是linux内核子系统,负责与显卡交互
 +    * [[https://blog.csdn.net/weixin_41028621/article/details/110202300|libdrm]]
 ===== Fun ===== ===== Fun =====
   * [[cmatrix]]   * [[cmatrix]]
行 15: 行 23:
   * [[https://www.ibm.com/developerworks/cn/linux/l-cn-dumpanalyse/index.html|使用 Crash 工具分析 Linux dump 文件]]   * [[https://www.ibm.com/developerworks/cn/linux/l-cn-dumpanalyse/index.html|使用 Crash 工具分析 Linux dump 文件]]
   * ''/proc''下的信息:[[http://man7.org/linux/man-pages/man5/proc.5.html]]   * ''/proc''下的信息:[[http://man7.org/linux/man-pages/man5/proc.5.html]]
 +  * linux 怎么添加i2c设备的方法:https://www.kernel.org/doc/Documentation/i2c/instantiating-devices
 ===== Desktop ===== ===== Desktop =====
 +  * [[X11]]
 +  * 桌面种类:
 +    * KDE:[[https://kde.org/]]
 +    * GNOME: [[http://gnome.org/]]
 +    * DEEPIN: [[https://www.deepin.org/zh/dde/]], 国产
 +    * Cinnamon: [[https://github.com/linuxmint/cinnamon]]
 +    * MATE: [[https://zh.wikipedia.org/wiki/MATE|zh wiki]], [[https://mate-desktop.org/zh_cn/|mate-desktop.org]]
 +    * Budgie: [[https://zh.wikipedia.org/wiki/Budgie_(%E6%A1%8C%E9%9D%A2%E7%8E%AF%E5%A2%83)|zh wiki]]
 +    * Xfce: [[https://www.xfce.org/|xfce.org]] [[https://wiki.archlinux.org/title/xfce|archlinux wiki]]轻量
   * 获取桌面环境   * 获取桌面环境
     * 桌面环境中可用''echo $XDG_CURRENT_DESKTOP''或''echo $DESKTOP_SESSION'' 查看     * 桌面环境中可用''echo $XDG_CURRENT_DESKTOP''或''echo $DESKTOP_SESSION'' 查看
行 27: 行 45:
 </code> </code>
   * 一个图形信息软件 ''sudo apt install hardinfo''   * 一个图形信息软件 ''sudo apt install hardinfo''
 +  * 桌面图标设置 [[https://wiki.deepin.org/wiki/Desktop_Entry_%E6%96%87%E4%BB%B6|Desktop Entry]]
 ===== Package manager ===== ===== Package manager =====
   * debian 系用dpkg/APT,//.deb// ''dpkg'', ''apt-get'', ''aptitude''   * debian 系用dpkg/APT,//.deb// ''dpkg'', ''apt-get'', ''aptitude''
行 38: 行 57:
   * [[http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/|简单deb包制作]]   * [[http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/|简单deb包制作]]
   * [[https://www.debian.org/doc/manuals/maint-guide/index.zh-cn.html|Debian 新维护者手册]]   * [[https://www.debian.org/doc/manuals/maint-guide/index.zh-cn.html|Debian 新维护者手册]]
 +  * FHS: [[wp>Filesystem Hierarchy Standard]]
 ===== Service ===== ===== Service =====
   * init.d 脚本编写参考 ''/etc/init.d/skeleton''<WRAP center round tip 85%>   * init.d 脚本编写参考 ''/etc/init.d/skeleton''<WRAP center round tip 85%>
行 76: 行 96:
 ===== Tips ===== ===== Tips =====
 ==== 文件查找 ==== ==== 文件查找 ====
 +   * https://www.madebygps.com/an-intro-to-finding-things-in-linux/
    * **which** : 查看命令关联之文件(或link)    * **which** : 查看命令关联之文件(或link)
    * **locate** : 该命令需要索引数据库作为支撑,在 Ubuntu 中数据库文件位于 ''/var/cache/locate/locatedb''。一般来说,这个数据库文件每天通过 cron 自动更新。可执行 ''sudo updatedb'' 来手动更新。 假如想要查找一个名为 linux.html 的文件,可以执行:''locate linux.html''。locate 选项 ''-r''即可使用正则表达式。具体 man locate 查看说明.    * **locate** : 该命令需要索引数据库作为支撑,在 Ubuntu 中数据库文件位于 ''/var/cache/locate/locatedb''。一般来说,这个数据库文件每天通过 cron 自动更新。可执行 ''sudo updatedb'' 来手动更新。 假如想要查找一个名为 linux.html 的文件,可以执行:''locate linux.html''。locate 选项 ''-r''即可使用正则表达式。具体 man locate 查看说明.
  • public/it/linux/start.1611729454.txt.gz
  • 最后更改: 2021/01/27 14:37
  • oakfire