Stella981 Stella981
3年前
Linux下卸载mysql8.x版本
一、停止MySQLroot@localhost/servicemysqldstop二、查看当前安装mysql情况,查找以前是否装有mysqlroot@localhost/rpmqa|grepimysqlmysqlcommunityclient8.0.131.el7.x86_64
Stella981 Stella981
3年前
Linux Centos7搭建web环境(LNMP)
本文内容是,如何在Linuxcentos7下快速搭建LNMP环境。虚拟机、实体机环境都可以。另外,安装教程参考的是,下面这篇文章进行文字排版和内容扩充,感谢hcchanqing作者。CentOS6.2yum安装配置LNMP服务器(NginxPHPMySQL)(https://www.oschina.net/action
Stella981 Stella981
3年前
Linux查看系统负载(CPU和MEM考虑)
查看占用CPU最高的10个进程tidb@:vg_adn_tidbCkhsTest:172.31.30.62~/tidbansible$psaux|grepvPID|sortrnk3|headmysql300496.660.42089525218873436?Sl
Stella981 Stella981
3年前
Linux和Uboot下eMMC boot分区读写
 关键词:eMMCboot、PARTITION\_CONFIG、force\_ro等。1\.eMMC的分区大部分eMMC都有类似如下的分区,其中BOOT、RPMB和UDA一般是默认存在的,gpp分区需要手动创建。!(https://oscimg.oschina.net/oscnet/bb03777529d529b2
Stella981 Stella981
3年前
Linux内存初始化(三) 内存布局
一、前言同样的,本文是内存初始化(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.wowotech.net%2Fmemory_management%2Fmminit1.html)文章的一份补充文档,希望能够通过这样的一份文档,细致的展示在初始化阶段,Linux4.4.6内
Stella981 Stella981
3年前
Linux系统命令及Shell脚本实践指南
!(http://static.oschina.net/uploads/space/2013/1209/095555_JaJ2_856019.png)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwenku.it168.com%2Fd_001324883.shtml)Linu
Stella981 Stella981
3年前
Linux下codeblocks安装及添加颜色主题
安装1.fedora在官网 http://www.codeblocks.org的download页面下载相应的tar包。解压后有四个rpm,依次安装codeblockslibs、codeblocks、codeblockscontriblibs、codeblockscontrib。没有安装contrib,就会有很多插件没有安装,包括很重
Stella981 Stella981
3年前
Linux环境变量配置全攻略
Linux环境变量配置在自定义安装软件的时候,经常需要配置环境变量,下面列举出各种对环境变量的配置方法。下面所有例子的环境说明如下:系统:Ubuntu14.0用户名:uusama需要配置MySQL环境变量路径:/home/uusama/mysql/binLinux读取环境变量读
Stella981 Stella981
3年前
Linux在软件测试中的应用2
  from:https://blog.csdn.net/yiqin3399/article/details/79825863  1、在SecureCRT中设置不超时退出  输入TMOUT  2、tail命令,常用于边发请求边查看  tailffilename显示文件尾部10行,动态刷新显示在屏幕上  tailn20fi
Stella981 Stella981
3年前
Linux:査看文件的详细信息
公众号关注“杰哥的IT之旅”,选择“星标”,重磅干货,第一时间送达!