随笔分类 -  linux

摘要:ipv4: 总容量为,2^32 例子(192.168.1.54 192用二进制表示是8位,其他也是用8位表示,所以一共有4 8=32位) ipv6:不再用10进制,而是16进制 NAT(network address transition) netmask决定了在网络中Hosts的容量 层和协议的集 阅读全文
posted @ 2019-08-08 23:00 blog_hfg
摘要:1.装机之前请先确定硬件(如主板)支持的系统 2.用U深度处理U盘,并把ISO文件放入相应文件夹 3.win7是MRB格式,win10是Grub 4.Ubuntu可能会一直生成错误log,在var/log下把大的log删除再装,否则空间会不足 阅读全文
posted @ 2019-03-18 15:56 blog_hfg
摘要:git status//查看状态 git add .//添加修改到缓存 git commit -m"提交信息" git push origin master"push上去" git checkout master/nodekey "切换到主节点/某一节点" git dt //查看master与当前本 阅读全文
posted @ 2018-11-16 10:10 blog_hfg
摘要:命令:sudo gedit /etc/profile /etc/profile 文件是环境变量设置文件 在/etc/profile添加下面两个export export SCALA_HOME=/usr/lib/scala/scala-2.12.1 环境变量 export PATH=$/bin:$PA 阅读全文
posted @ 2018-03-16 21:17 blog_hfg
摘要:Linux简介及Ubuntu安装 常见指令 系统管理命令 打包压缩相关命令 关机/重启机器 Linux管道 Linux软件包管理 vim使用 用户及用户组管理 文件权限管理 Linux简介及Ubuntu安装 Linux,免费开源,多用户多任务系统。基于Linux有多个版本的衍生。RedHat、Ubu 阅读全文
posted @ 2017-11-26 11:21 blog_hfg