跳至内容
九溪
溪水润知林,滴露启慧心
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
Home
»
ColinOL Home
»
知识标签
»
Linux
您的足迹:
pages:wiki:linux:linux
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== Linux ====== ===== 资源 ===== - 离线安装包rpm下载 http://rpmfind.net/ ===== Linux 常用命令与操作 ===== - [[linux-update-core]] - [[linux-command]] - [[linux-install-os]] - [[app-manage]] - [[timezone]] - [[sendfile-scp]] - [[tar-zip-rar]] - [[sh-run]] - [[crontab]] - [[view-port]] - [[boot-space-free]] - [[ipv6-support]] - [[find-ip]] - [[https://blog.csdn.net/jackghq/article/details/54974141|ubuntu开启SSH服务远程登录]] - [[https://blog.csdn.net/Chen_qi_hai/article/details/104110979|Ubuntu将国外源更换为国内源的两种方式]] - [[https://www.qiancheng.me/post/coding/show-linux-issue-version|如何查看linux发行版的名称及其版本号]] - [[https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it|“The following packages have been kept back:” Why and how do I solve it?]] - [[https://www.chenhuojun.com/2020/08/02/ubuntu18-04-sudo-apt-update%E6%97%A0%E6%B3%95%E8%A7%A3%E6%9E%90%E5%9F%9F%E5%90%8D%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/|ubuntu 18.04 无法解析域名 "Temporary failure in name resolution”]] ===== Linux 软件与应用 ===== - [[ubuntu-install-mysql-php-apache]] - [[ubuntu-install-nginx-php-mysql]] - [[ubuntu-install-nginx]] - [[ubuntu-install-bbr]] - [[centos-install-bbr]] - [[vim]] - [[auto-backup-use-jianguoyun]] - [[linux-install-shadowsocks]] - [[linux-install-v2ray]] - [[linux-install-xray]] - [[ubuntu-install-bitwardenrs]] ===== PHP ===== - [[phpmyadmin_mcrypt]] - [[phptimezone]] ===== Apache ===== - [[apache2_restart]] - [[apache2_rewrite_enable]] ===== Nginx ===== - [[nginx_letsencrypt]] ===== Linux Tools Quick Tutorial ===== 参见 [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/index.html|Linux快速教程]] ==== Linux基础 ==== - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/01_use_man.html|学会使用命令帮助]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/02_file_manage.html|文件及目录管理]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/03_text_processing.html|文本处理]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/04_disk.html|磁盘管理]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/05_process_manage.html|进程管理工具]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/06_monitor.html|性能监控]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/07_network.html|网络工具]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/08_user_manage.html|用户管理工具]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/base/09_system_manage.html|系统管理及IPC资源管理]] ==== Linux工具进阶 ==== - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/01_program_build.html|程序构建]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/02_program_debug.html|程序调试]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/03_optimization.html|性能优化]] ==== 工具参考篇 ==== - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/gdb.html|gdb 调试利器]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/ldd.html|ldd 查看程序依赖库]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/lsof.html|lsof 一切皆文件]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/ps.html|ps 进程查看器]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/pstack.html|pstack 跟踪进程栈]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/strace.html|strace 跟踪进程中的系统调用]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/ipcs.html|ipcs 查询进程间通信状态]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/top.html|top linux下的任务管理器]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/free.html|free 查询可用内存]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/vmstat.html|vmstat 监视内存使用情况]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/iostat.html|iostat 监视I/O子系统]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/sar.html|sar 找出系统瓶颈的利器]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/readelf.html|readelf elf文件格式分析]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/objdump.html|objdump 二进制文件分析]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/nm.html|nm 目标文件格式分析]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/size.html|size 查看程序内存映像大小]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/wget.html|wget 文件下载]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/scp.html|scp 跨机远程拷贝]] - [[https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/crontab.html|crontab 定时任务]]
pages/wiki/linux/linux.txt
· 最后更改: 2023/01/03 15:08 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
回到顶部