【Linux】LMJT环境搭建(Linux+Tomcat+Mariadb+JDK)
name=localsource
分类:Linux
name=localsource
- 当你打开计算机电源,计算机会首先加载 BIOS 信息,BIOS 信息是如此的重要,以至于计算机必须在最开始就找到它。这是因为 BIOS 中包含了 CPU 的相关信息、设备启动顺序信息、硬盘信息、内存信息、时钟信息、PnP 特性等等。在此之后,计算机心里就有谱了,知道应该去读取哪个硬件设备了。
GRUBCMDLINELINUX="rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashk
- 在 Linux 中,1024 以下端口被称为 privileged port,即特权端口。特权端口只能被由 root 启动的进程监听,该问题常出现在 nginx 非 root 启动的场景下(web 需要 80 端口,而非 root 启动 nginx 后 nginx 无法 bind 80 端口)
- 通过 pstree 查看进程亲缘关系
修改/etc/sshd/sshdconfig 文件
当 cache 缓存占用太大,服务起不来,需要查看清理缓存
在 Linux 里面,有的时候我们会遇到奇奇怪怪的文件名,以至于我们删除不了,比如说我们创建了一个叫做"hello world"的文件,因为中间添加了空格,所以我们删除的时候如果使用 rm hello world 就会出错。
目录/var/spool/postfix/maildrop 存在大量文件占用磁盘空间,这些文件是 mail 没有成功的邮件。由于 linux 在执行 cron 时,会将 cron 执行脚本中的 output 和 warning 信息,都会以邮件的形式发送 cron 所有者, 由于服务器中关闭了 postfix,导致邮件...
There is no default utility in CentOS/RHEL 7 systems to extract a .rar file. This post outlines the steps to install the unar package and use of unar command to...