<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OP on 我的乐与怒</title>
    <link>/tags/op/</link>
    <description>Recent content in OP on 我的乐与怒</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 29 Mar 2017 16:00:00 +0000</lastBuildDate><atom:link href="/tags/op/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>VirtualBox调整磁盘空间</title>
      <link>/post/2017-03-29-vm-disk-resize/</link>
      <pubDate>Wed, 29 Mar 2017 16:00:00 +0000</pubDate>
      
      <guid>/post/2017-03-29-vm-disk-resize/</guid>
      <description>调整VM磁盘文件大小 vm 版本需要4.0以上 VBoxManage modifyhd you_disk_file –resize 40960 也可以使用 uuid 替换 you_disk_file , 使用VBoxManage list hdds可以列出你的当前磁盘。 建立物理分区 先查看当前分区情况 [root@p2 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 6.5G 5.0G 1.2G 81% / tmpfs 372M 12K 372M 1% /dev/shm /dev/sda1 477M 49M 399M 11% /boot 目前 /有6.5G 查看当前物理磁盘空间 [root@p2 ~]# fdisk -l /dev/sda Disk /dev/sda: 14.7 GB,</description>
    </item>
    
    <item>
      <title>安装生成环境的Swarm集群</title>
      <link>/post/2016-08-03-install-swarm-for-prodduction/</link>
      <pubDate>Wed, 03 Aug 2016 14:03:00 +0000</pubDate>
      
      <guid>/post/2016-08-03-install-swarm-for-prodduction/</guid>
      <description>参考 : https://docs.docker.com/swarm/install-manual/ 网络规划 规划如下 节点描述 名称 Swarm 主机和备份机 p4 , hdp1 Swarm 节点 hdp2,hdp3 发现后台 p4</description>
    </item>
    
    <item>
      <title>使用Yum快速升级CentOS6.6内核</title>
      <link>/post/2016-07-23-centos-yum-update-kernel/</link>
      <pubDate>Sat, 23 Jul 2016 05:38:00 +0000</pubDate>
      
      <guid>/post/2016-07-23-centos-yum-update-kernel/</guid>
      <description>因为要装Docker所以需要升级下Linux内核 记录下命令备忘 导入public key rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 安装ELRepo到CentOS 6.6中 rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm 安装长期支持版本kernel yum --enablerepo=elrepo-kernel install kernel-lt -y 编辑grub.conf文件，修改Grub引导顺序 vim /etc/grub.conf 确认刚刚安装的内核的位置，然后将default修改一下。 default=0 timeout=5</description>
    </item>
    
    <item>
      <title>安装Zabbix监控</title>
      <link>/post/2016-05-15-install-zabbix/</link>
      <pubDate>Sun, 15 May 2016 20:44:00 +0000</pubDate>
      
      <guid>/post/2016-05-15-install-zabbix/</guid>
      <description>服务器 CentOS 6.5 安装 因为Zabbix使用到了MySQL和PHP所以需要先安装MySQL 安装MySQL yum -y install mysql-server 安装Zabbix 服务器CentOS 6.6 安装如下 yum -y install zabbix22-web-mysql zabbix22-server-mysql zabbix22-agent 创建zabbix数据库和用户,然后创建基本的数据结构 mysql&amp;gt; source /usr/share/zabbix-mysql/schema.sql mysql&amp;gt; source /usr/share/zabbix-mysql/images.sql mysql&amp;gt; source /usr/share/zabbix-mysql/data.sql 运行apache service httpd start 进入 http://localh</description>
    </item>
    
    <item>
      <title>让iTerm2支持rz sz命令</title>
      <link>/post/2016-02-17-iterm2-zmodem-support/</link>
      <pubDate>Wed, 17 Feb 2016 21:30:00 +0000</pubDate>
      
      <guid>/post/2016-02-17-iterm2-zmodem-support/</guid>
      <description>&lt;h2 id=&#34;安装lrzsz-支持&#34;&gt;安装lrzsz 支持&lt;/h2&gt;
&lt;p&gt;使用brew安装&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;brew install lrzsz
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;如果brew下载可能会被墙。如果可以手动进行下载。可以这样处理&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Vagrant Mac 权限问题</title>
      <link>/post/2015-08-25-vagrant-file-permission-issue-on-mac/</link>
      <pubDate>Tue, 25 Aug 2015 10:40:00 +0000</pubDate>
      
      <guid>/post/2015-08-25-vagrant-file-permission-issue-on-mac/</guid>
      <description>Vagrant在windows下加载的文件全部是777，但是在Mac 下会是644 这样会导致文件权限问题。 解决方法如下： config.vm.synced_folder &amp;#34;/Users/vincent/www&amp;#34;,&amp;#34;/vagrant&amp;#34;,:mount_options =&amp;gt; [&amp;#34;dmode=777&amp;#34;,&amp;#34;fmode=777&amp;#34;]</description>
    </item>
    
  </channel>
</rss>
