Fixing Areca Backup on Ubuntu 16.04 (and related distributions)
Seems like I’m at it again , this time fixing Areca Backup on Ubuntu 16.04 (actually linux Mint 18.1 in my case). For some reason when I download the current version (Areca 7.5 for Linux/GTK) and try...
View ArticleConfiguring ControlPlaneSubnetCidr in RHEL OSP 7.2
Background In previous versions of RHEL OSP 7 the Control Plane/Provisioning network interface was assigned via DHCP and not managed via Heat. Starting in 7.2, this interface is now managed via Heat....
View Articlecentos 6下innodb_ruby安装
作者:吴炳锡 来源:http://wubx.net/ 联系方式: wubingxi#163.com 转载请注明作/译者和出处,并且不能用于商业用途,违者必究. innodb_ruby是jeremycole的一个用于分析Innodb相关结构的一个程序,也是非常方便我们研究Innodb的结构工具。所以这里做一个介绍。 jeremycole...
View ArticleAnsible managed systemd user units
Ansible 2.2.0 gained the ability to manage user units. It's not as straight forward as using the new user parameter though. Here is an example managing a per-user gpg-agent socket: - name: user...
View Article从Linux系统磁盘空间不足引发的Zabbix服务器数据库迁移
之前一直没有去关心Zabbbix服务器存储空间问题,最近Zabbix报警提示/根目录磁盘空间不足,于是登录Zabbix看了一下,发现根目录只有1.3MB了,这怎么办了?第一个想到的是扩展根目录,结果发现不是用的LVM,采用的是标准的,心想也还可以救,就和windows一样将D盘、E盘删除,再将D盘的空间扩展给C盘就OK啊,于是开始着手操作(注意提前备份虚拟机,最好做一个快照,出问题了好恢复)...
View ArticleMy free software activities, November and December 2016
My free software activities, November and December 2016 My free software activities, November and December 2016 Debian Long Term Support (LTS) Other free software work Debian Long Term Support (LTS)...
View ArticleClang Leads Firefox Compile Times on Linux
windows build sadness aside, as I went back to my old standby, linux, I started to wonder about its build times. Am I doing my absolute best here? Lets do some tests. I’ve been using Clang ever since...
View ArticleSo you got a Raspberry Pi for Christmas! Now what?
Note: The elves at Pi Towers are all taking next week off to spend some time with their families, andthis blog will be quiet for the week. We’ll be back at the start of January. Happy holidays! Happy...
View ArticleCalculate Linux 17 发布,基于 Gentoo 的发行版
Calculate linux 17 发布了,Calculate Linux 是基于 Gentoo 的发行版。 主要更新内容如下: 1、某些服务器配置功能已重写。 Timeless实际上是一个测试CL版本,专为那些渴望尝试开发版本的Calculate Utilities的人而设计。 注意,Timeless将最终与计算目录服务器合并。 提供以下模块: LDAP服务器配置 通过LDAP进行用户帐户管理...
View ArticleIPv6 Labeled Networking with CALIPSO
With the release oflinux v4.8 and NetLabel Tools v0.30.0 we now have a working implementation of RFC5570 , aka CALIPSO, on Linux. This post will demonstrate how to configure NetLabel/CALIPSO on a...
View Article码云推荐 | 基于 Laravel 的报名系统 register
Laravel php Framework Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts...
View Articlelinux当中find命令
linux下find命令在目录结构中搜索文件,并执行指定的操作。linux 下find提供了相当多的查找条件,功能很强大。由于find具有强大的功能。find 命令是 linux程序员的技能中功能最强大和最有用的命令之一。它通过许多强大的支持方式,让文件查找显示任务变得更加轻松。...
View ArticleWindows 下 使用 Vagrant 来管理 Linux 虚机开发环境
前几天看了Vagrant的介绍,今天正好有空,打算安装下试试。由于自己用的是windows的开发环境,所以就在window下试着搭建了下。遇到一些问题,记录下。 关于Vagrant,及为什么用Vagrant。大家可以去看这篇文章《为什么要使用Vagrant》,个人感觉说的比较详细。 接下来,说下我的整个安装过程。 一、准备工作 Vagrant...
View ArticleVirtualBox Ubuntu Server 16.04 手动设置 网络(IP, DNS, 路由)
VirtualBoxUbuntu Server 16.04 手动设置 网络(IP, DNS, 路由) 1. VirtualBox 设置全局网络 在virtualBox点击菜单 管理->全局管理 配置NAT网络 参考下图配置, 依次点击相应的按钮并设置网络(其中DHCP任意, 将来我们都会使用固定IP,DHCP不起用也没有关系) 配置仅主机网络 依次点击相应按钮并填写如下内容 1....
View ArticleVim Tutorial for Beginners: vimtutor
There are many Vim tutorials and Vimtips on the Web. However, I find the vimtutor provides the best tutorial among those so far as I found on the Web while the vimtutoir seems usually reachable from a...
View ArticleLinux的3个文件时间
文件时间是文件的访问时间、修改时间、和改变时间。atime在linux的文件系统中被称为访问时间,当文件的内容被访问时,就会更新这个时间,mtime指的是当“内容数据”被修改时,Linux系统会去更新这个时间,ctime是Linux系统中的状态时间,当文件的状态即文件的属性被改变是就会更改这个时间。 文件的三个时间...
View Articlelinux kernel 中断处理函数里不能进程调度的原因
这里就行了很深入的讨论,值得一看: http://bbs2.chinaunix.net/viewthread.php?tid=1618430 但是,他们的讨论最后没有得出一个明确的结论。其中, cskyrain在8楼 的思考触及到了一个要点,但是没有深入展开: 1楼发表于2009-11-2420:36|只看该作者...
View ArticleLinux基础之Tmux使用姿势
之前讲了如何安装 Tmux,这篇文章讲讲如何使用 Tmux。其实工具的使用都是很简单,最终是看你如何使用这个工具,才能发挥出工具最大的作用。 2. 基础知识 在讲如何使用 Tmux 之前,我们需要先熟悉它的几个概念。 会话(Session) 窗口(Window) 面板(Pane) 会话:会话的概念很好理解。我们一台服务器正在那边运行着,我们拿终端工具如:XShell、SecureCRT...
View ArticleFree software activities in December 2016
Reproducible builds Whilst anyone can inspect the source code of free software for malicious flaws, most software is distributed pre-compiled to end users. The motivation behind the Reproducible Builds...
View Article