随笔分类 - linux
摘要:######更新系统 apt-get update ######安装ifconfig apt install net-tools # ifconfig ######安装ping apt install iputils-ping # ping 查看软件 dpkg -l |grep postgresql
阅读全文
摘要:docker 杂记 linux下的docker暂时不在这里写 1 安装 windows下的运行linux安装方式有很多。以windows2019为例。 一 是直接使用虚拟机hy。然后下载执行文件。 二 使用wsl的linux子系统 三 使用vmware第三方的虚拟机 四 使用docker,也用到了h
阅读全文
摘要:安装netcore 参考 http://www.cnblogs.com/hohoa/p/5691071.html 1 在root下新建一个文件夹“dotnet”用来放SDK,然后用ftp从本机把SDK压缩包传过来,接下来要用命令解压 2 cd dotnet //进入到dotnet目录 3 tar z
阅读全文
摘要:在/lib/systemd/system 下创建文件jexus.service vi jexus.service 内容如下 [Unit] Description=jexus After=network.target [Service] Type=forking ExecStart=/usr/loca
阅读全文
摘要:yum y install libtool git clone git://github.com/mono/libgdiplus.git cd libgdiplus ./autogen.sh prefix=/usr //上一步如果有问题 出现No package 'glib 2.0' found的解
阅读全文
摘要:centos7上consul的安装 一 下载 下载文件 wget https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip unzip consul_0.6.4_linux_amd64.zip 拷贝到适当的位置
阅读全文
摘要:centos7上consul的安装 新手笔记 环境 我用的是centos7, 用的是vmware 一 安装系统后首先要设置ip ifconfig eth0 →查看IP 不过输出的信息多一些 ifconfig|grep 'Bcast' → 这个输出的信息要清晰多了 修改IP并生效 编辑/etc/sys
阅读全文