随笔分类 - 06_linux系统技术
摘要:转自: https://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316438.html Linux free命令详解(转) 前段时间有个项目的用C写的,性能测试时发现内存泄露问题。关于怎么观察内存使用问题,free是很好用的一个命令。 参数讲解 b
阅读全文
摘要:$ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM 原因如下: https://askubuntu.com/questions/1113088/missing-schema-error-in-18-
阅读全文
摘要:错误:AES_set_decrypt_key 一. 编译时: 1. 不要在windows与linux共享区编译2. ./config no-asm -fPIC3. make 二. cp: cannot create symbolic link `./openssl-OpenSSL_0_9_8k/in
阅读全文
摘要:转自: https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.html 最有效的办法: # (命令 &), 比如: # (ping www.qq.com &) 验证方法:ps -ef|grep ping 查看ppid是否为 1(in
阅读全文
摘要:写的很不错的一篇。 https://blog.csdn.net/mmshixing/article/details/51307853
阅读全文
摘要:ln: creating symbolic link XXXXXX : Operation not supported 转自:https://blog.csdn.net/z444_579/article/details/79180570 转自:https://blog.csdn.net/z444_5
阅读全文
摘要:转自:https://www.ibm.com/developerworks/cn/linux/l-lo-io-scheduler-optimize-performance/index.html 调整 Linux I/O 调度器优化系统性能 曹 元其2017 年 8 月 30 日发布 WeiboGoo
阅读全文
摘要:https://www.2daygeek.com/flush-clear-dns-cache-on-ubuntu-centos-debian-fedora-mint-rhel-opensuse/# f
阅读全文
摘要:http://harttle.land/2016/08/08/vim-search-in-file.html
阅读全文
摘要:http://www.cnblogs.com/peida/archive/2012/12/25/2831814.html
阅读全文
摘要:一. 相当详细且流程完整,(推荐阅读) 在centos7上新建swap区 https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7 二. centos官网 转:https://www.centos.org
阅读全文
摘要:转:https://www.liquidweb.com/kb/how-to-install-memcached-on-centos-7/ http://devdocs.magento.com/guides/v2.0/config-guide/memcache/memcache_centos.html
阅读全文
摘要:转: https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.html 我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结果却由于网络的不稳定导致任务中途失败。如何让命
阅读全文
摘要:转自: https://nkcoder.github.io/2014/05/05/xshell-select-interrupt-dict/ Xshell选中文字复制时中断 在Xshell中设置了“自动将选中的文字复制到粘贴板”,之前一直没有问题,最近发现,只要选中屏幕上的文字,复制上了,但shel
阅读全文
摘要:from: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-7
阅读全文
摘要:转自: http://blog.csdn.net/zhuying_linux/article/details/6859286 lsb_release -a
阅读全文
摘要:原创者:http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html from: https://mp.weixin.qq.com/s?__biz=MzAxODI5ODMwOA==&mid=2666539095&idx=1&sn=df
阅读全文
摘要:评:示例详细,还有很不错的图解 转自:https://mp.weixin.qq.com/s?__biz=MzAxODI5ODMwOA==&mid=2666539134&idx=1&sn=5166f0aac718685382c0aa1cb5dbca45&scene=5&srcid=0527iHXDsF
阅读全文
摘要:linux ps 命令的结果中VSZ,RSS,STAT的含义和大小 ps是linux系统的进程管理工具,相当于windows中的资源管理器的一部分功能。 一般来说,ps aux命令执行结果的几个列的信息分别是: USER 进程所属用户PID 进程ID%CPU 进程占用CPU百分比%MEM 进程占用内
阅读全文