随笔分类 -  Linux

摘要:11 ‘df’ Command Examples in Linux df (disk free) command is used to display disk usage of the file system. By default df command shows the file system 阅读全文
posted @ 2020-07-13 15:57 PrimerPlus 阅读(256) 评论(0) 推荐(0)
摘要:By default, the MySQL server listens for connections only from localhost, which means it can be accessed only by applications running on the same host 阅读全文
posted @ 2020-07-12 23:58 PrimerPlus 阅读(311) 评论(0) 推荐(0)
摘要:Introduction It is essential to know which version of MySQL you have installed. Knowing the version number helps to determine if a specific feature is 阅读全文
posted @ 2020-07-11 22:45 PrimerPlus 阅读(251) 评论(0) 推荐(0)
摘要:初始设置:启用root用户帐户 The root Account in Ubuntu is disabled by default because his password is not set. To use root priviledges, basically it's better to u 阅读全文
posted @ 2020-07-11 22:16 PrimerPlus 阅读(397) 评论(0) 推荐(0)
摘要:Apache Maven is a software project management and comprehension tool. Maven can manage a project’s build, reporting, and documentation from a central 阅读全文
posted @ 2020-07-09 12:03 PrimerPlus 阅读(162) 评论(0) 推荐(0)
摘要:介绍 Redis是一个内存中的键值存储器,以其灵活性,性能和广泛的语言支持而闻名。它通常用作数据库,缓存和消息代理,并支持各种数据结构。 本教程演示如何在Ubuntu 18.04服务器上从源进行安装和配置Redis。请注意,通过官方Ubuntu存储库下载和安装Redis可以减少安装步骤。 准备 一个 阅读全文
posted @ 2020-07-09 11:47 PrimerPlus 阅读(398) 评论(0) 推荐(0)
摘要:Updated: May 29, 2020 by Unity How to Download and Install Oracle JAVA 8 on Ubuntu 18.04 LTS Manually. Table of Contents Introduction Java 8 Features: 阅读全文
posted @ 2020-05-29 15:45 PrimerPlus 阅读(612) 评论(0) 推荐(0)
摘要:一、下载并编译Redis 二、配置开机自启动Redis服务 将redis 6.0.3/utils目录下的redis_init_script脚本拷贝到/etc/init.d下修改名字为redis 三、编辑redis文件,在文件头部添加以下注释 四、拷贝redis.conf文件到/etc/redis目录 阅读全文
posted @ 2020-05-25 11:46 PrimerPlus 阅读(182) 评论(0) 推荐(0)
摘要:Generic Binary Install MySQL 1、如果未在本地安装依赖库,则数据目录初始化以及后续的服务器启动步骤将会失败。安装libaio库的代码如下 2、添加mysql组和mysql用户。所有的文件和目录应该在mysql用户下 3、解压二进制文件 4、制作软连接 5、MySQL各个目 阅读全文
posted @ 2020-05-25 11:22 PrimerPlus 阅读(223) 评论(0) 推荐(0)
摘要:一、本地YUM源 1、 备份源文件 2、挂载镜像 开机挂载 3、编辑YUM源仓库文件 新增以下内容 4、清理YUM缓存, 重建YUM仓库 二、配置CentOS YUM源 1、备份源文件 2、下载CentOS Base.repo 到/etc/yum.repos.d/ 3、清理YUM缓存,重建YUM仓库 阅读全文
posted @ 2020-05-25 10:37 PrimerPlus 阅读(3466) 评论(0) 推荐(0)