随笔分类 - Linux
摘要:linux - netcat网络工具-nc yum install -y nc [root@localhost ~]# nc www.baidu.com 80 GET / HTTP/1.0 nc -z -w -v -n -t 192.168.1.100 1-2000 -z 表示连接立即关闭,不进行数
阅读全文
摘要:java.io.FileNotFoundException:class path resource [kwhRules.json] cannot be resolved to absolute file path because it does not reside in the file syst
阅读全文
摘要:https://www.cnblogs.com/etiao/p/5404554.html
阅读全文
摘要:[root@localhost ~]# free -h total used free shared buff/cache available Mem: 7.4G 983M 6.2G 80M 273M 6.1G Swap: ...
阅读全文
摘要:https://www.cnblogs.com/liuxianan/p/linux_install_svn_server.html
阅读全文
Linux上安装了MariaDB数据库,用navicat连接数据库报错:1130-host ... is not allowed to connect to this MySql server如何处理
该文被密码保护。
摘要:#查看大小du -h catalina.out #清空文件 > catalina.out
阅读全文
摘要:编辑模式下 1. 设置行号 2. 查看模式下, 翻页 3. / “关键字”搜索, 下一个
阅读全文
摘要:方式一: radhat或centos存在: /etc/redhat-release 这个文件【 命令 cat /etc/redhat-release 】 ubuntu存在 : /etc/lsb-release 这个文件 【命令 cat etc/lsb-release 】方式二: 看看安装指令, 有y
阅读全文
摘要:摘自 https://blog.csdn.net/qq_23587541/article/details/82381406
阅读全文
摘要:https://blog.csdn.net/qq_24309787/article/details/80117269
阅读全文
摘要:a
阅读全文
摘要:格式: 本机IP 主机名或域名 主机名别名。 使用: 可以更改hosts文件,加入自己的域名解析。 eg: 关于Hosts与network的异同之处: 1、hosts文件,路径:/etc/hosts,此文间是在网络上使用的,用于解析计算机名称和IP地址的映射关系,功能相当于windows下面的c:\
阅读全文
摘要:[root@localhost network-scripts]# cd /etc/sysconfig/network-scripts/[root@localhost network-scripts]# lsifcfg-eno1 ifdown-post ifup-bnep ifup-routesif
阅读全文
摘要:[root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [root
阅读全文