Mac VM Funsion安装CentOS7 Server
一、下载CentOS7的镜像文件ISO CentOS官方镜像站点列表地址:https://www.centos.org/download/mirrors/ 中国境内CentOS镜像下载地址: 阿里:http://mirrors.aliyun.com/centos/ 清华:https://mirrors.tuna.tsinghua.edu.cn/centos/ 二、VMFunsion安装......
[apue] 一个快速确定新系统上各类限制值的工具
对于在不同Unix系统之间移植程序,最重要的事情就是确定新系统的一些编译时、运行时固定或不固定的限制值了。例如文件路径最大长度PATH_MAX、进程最大可打开文件句柄数OPEN_MAX、用户可加入的附加用户组最大数量NGROUPS_MAX、进程命令行参数最大字......
附024.Kubernetes全系列大总结
Kubernetes全系列总结如下,后期不定期更新。欢迎基于学习、交流目的的转载和分享,禁止任何商业盗用,同时希望能带上原文出处,尊重ITer的成果,也是尊重知识。若发现任何错误或纰漏,留言反馈或右侧添加本人反馈。 正篇 001.Kubernetes简介 002.Kub......
附023.Kubernetes_v1.18.3高可用部署架构二
附024.Kubernetes_v1.18.3高可用部署架构二 kubeadm介绍 kubeadm概述 参考《附003.Kubeadm部署Kubernetes》。 kubeadm功能 参考《附003.Kubeadm部署Kubernetes》。 本方案描述 本方案采用kubeadm部署Kubernetes1.18.3版本; etcd采用混部方式; Ke......
Linux下自己和自己用各种方法进行文件的上传下载
环境:Ubuntu16.04 研究原因:https://www.cnblogs.com/sjsea/p/13126996.html 1.SCP #上传 scp/home/sea/Desktop/test.shsea@192.168.1.31:/home/sea/Desktop/test.sh #下载 scpsea@192.168.1.31:/home/sea/Desktop/test.sh/...
Deleting content of folder with shell script
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Imhavingproblemstryingtoemptyafolderinmyscript. Thisisworkinginmycommandline: rm-rFolder1/Folder2/* ......
容器技术之Docker资源限制
上一篇我们聊到了docker容器的单机编排工具docker-compose的简单使用,回顾请参考https://www.cnblogs.com/qiuhom-1874/p/13121678.html;今天我们主要来聊一聊docker容器的资源限制;通常情况下我们启动一个docker容器,其内存和CPU都是同宿主机一......
How does Boost Asio's hostname resolution work
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mattemptingtomakemynetworkedapplicationworklocally(withboththeserverandclientrunningonthesamecompute......
Cloudera Manager Failed to authenticate : Exhauste
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamcurrentlytryingtolearnhowcanIinstallandconfigureClouderabeforeusingit. SoIinstallinVirtualBox,Ubu......
How to view and edit the ephemeral port range on L
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: InmyLinuxsystemephemeralportrangeisshowingdifferentrangesasfollows $cat/proc/sys/net/ipv4/ip_local_port_r......
Produce lnk file on GNU/Linux to transfer to windo
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'llexplainmygoalfirsttoavoid"XYProblem"misunderstandings. Iwanttobeabletoproduceafile(onLinux)that,......
Unable to install Devtools package for R studio mo
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'munabletoinstallthedevtoolspackageinRStudioonaredhatlinuxserver.Theseerrormessagesshowedup: ERROR:......
Securing UDP - OpenSSL or GnuTls or …?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IneedtosecuremyUDPtraffic.AsfarasIunderstandDTLSprotocolisthebestwaytodoit.Thereisanotherone-I......
Print previous line if condition is met
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iwouldliketogrepawordandthenfindthesecondcolumninthelineandcheckifitisbiggerthanavalue.Isyes,I......
How to implement 'set -o pipefail' in a PO
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhavetoimplementtheBASHset-opipefailoptioninaPOSIXwaysothatitworksonvariousLINUX/UNIXflavors.Toexp......
symbol lookup error: ./executableName: undefined s
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamtryingtorunanexecutableonLinuxMint16x64thatwascompiledforUbuntu12x64. TheexecutableusesQt5.1.1d......
Linux kernel : Kernel version string appended with
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamtryingtoinstalllatestkernelfromgitofLinusTorvalds,i.e.,version3.16-rc7.Ihavecreatedanewbranchbyf......
Sudo user not using same node version
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihaveastrangeissueonmyserver,wheneveritrytoinstallpackageswithnpmthatrequiresudoIrunintoissuesand......
Adding support for menuconfig / Kconfig in my proj
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iamplanningtoaddsupportformenuconfiginmyproject.TheprojectisnotassociatedwithLinuxkernelso,Ihaveto......
Docker镜像与容器的常用操作
Docker镜像加速配置;Docker镜像常用操作;Dcoker容器常用操作。 镜像加速器 国内从DockerHub拉取镜像有时会遇到困难,此时可以配置镜像加速器。国内很多云服务商都提供了国内加速器服务,例如: 1网易云加速器https://hub-mirror.c.163.com 2......