Help out a project with OpenHatch
OpenHatch is a site that aggregates all of the help postings from a variety of open source projects. It maintains a whole community dedicated to matching people who want to contribute with people who...
View Articlegvim编辑xml更新
上次写的那个gvim编辑xml的方式有点不太好,没有把xml的层级关系列出来,今天找了找,比较完美的解决了gvim编辑和查看xml的问题。 查看xml,需要用到 xmllint ,这个是windows版本的,需要放到path里面,其实就是在gvim里能找到就行。然后再gvim的配置中加上这个 let mapleader = “,” map <silent>...
View ArticleTesting distributed systems in Go
What is etcd etcd is a key-value store for the most critical data of distributed systems. Use cases include applications running on Container linux by CoreOS , which enables automatic Linux kernel...
View ArticleHandbrake, GNOME Recipes Score Festive Updates
Although someof us used the Christmas break to rest up and relax, some software developers used the downtime to polish off and push out new releases of popularapps. Among the applications updated over...
View ArticleHack your Teddy Ruxpin with Arduino, Raspberry Pi and Alexa
If you had aTeddy Ruxpin inthe ’80s and ’90s, you probably remember inserting special tapes and hearing him read stories to you. Whether you loved or hated the little bear, it was hard to forget his...
View ArticleNginx日志常用分析命令汇总
一、概念 并发连接数 客户端向服务器发起请求,并建立了TCP连接。每秒钟服务器链接的总TCP数量,就是并发连接数。 请求数 请求数指的是客户端在建立完连接后,向http服务发出GET/POST/HEAD数据包。 拓展:服务器返回了请求结果后有两种情况: http数据包头包含Close字样,关闭本次TCP连接;...
View ArticleTop 10 Linux.com Articles of 2016
Here are the Top 10 linux.com articles of 2016: 1. The Best Linux Distros of 2016 Categories in this annual distribution roundup included best comeback distro, most customizable, best-looking, best for...
View ArticleHow To Join CentOS Linux To An Active Directory Domain
Here we’ll show you how to add your linux system to a Microsoft windows Active Directory (AD) domain through the command line. This will allow us to SSH into the Linux server with user accounts in our...
View Articledocker技术剖析--docker supervisor、compose
防伪码:有志不在年高,无志空活百岁。 一、使用 Supervisor 来管理进程 Docker 容器在启动的时候开启单个进程,比如,一个 ssh 或者 apache 的 daemon 服务。但我们经常需要在一个机器上开启多个服务,这可以有很多方法,最简单的就是把多个启动命令放到一个启动脚本里面,启动的时候直接启动这个脚本。 例如:docker run Cd 镜像 /run.sh...
View Article几款流行的 Linux 游戏平台
网络游戏正在成为一种标准,对于 linux 平台而言,我们有相当多的选择。尽管其中几款网络游戏比别的更受欢迎,不过,了解下能替代它们的可玩网络游戏,对比下二者的定价,也挺不错。那让我们看看那些颇受玩家青睐的 Linux 游戏平台 吧。 1. Steam Steam 是当下最受欢迎的 Linux 游戏平台 ,通常运行在个人计算机上。Steam 为数字发行平台,它融合了多人游戏和网络社交服务。通过...
View Article在 Linux 上搭建一个求生之路 2 服务器
圣诞节 Steam 特惠,几个室友约着一起买了求生之路2,13元的价格还算便宜。但打了一把后发现官方服务器卡的不行,根本不能秀操作。然后因为我们是每人一台路由器,局域网联机不是特别方便,于是我自告奋勇搭了个服务器。当然,主要是我又想折腾那台学生机了。 我使用的是官方提供的 SteamCMD 搭建的,后来我发现竟然有个 工具 ,搭建起来方便多了。不过那时我已经搭好了,就没折腾这个工具。 服务器...
View ArticleHow to do line-by-line comparison of files in Linux using diff command
If you are a linux user, and your jobinvolves working on various Linux distributions, there may be times when you'll find yourself typing commands on a Linuxsystem with no GUI. This means you'll no...
View ArticleCitrix: PVS Provisioning for Linux VDA is Now Tech Preview!
The new PVS 7.12 release includes tech preview to support provisioning for linux VDA. Here are highlights of the Linux provisioning feature: Linux distribution: RHEL server edition 7.2, CentOS 7.2 AD...
View ArticleHandBrake 1.0.0 Video Converter Arrives After More Than 13 Years in Development
After being in development for more than thirteen years, the open-source and cross-platform HandBrake video converter reached 1.0.0 milestone, and it can now finally be considered a mature application...
View ArticleLinux Shell脚本去掉几类常见文件中的注释
linux操作系统中去掉各类文件中的注释这个功能比较常用,通常用在查看一个较长的文件,又不想看注释的情况。通常这些文件包括C语言编写的*.c、*.h文件、cpp文件、*.xml文件、*.sh shell脚本文件、*.ini *.conf配置文件、*.php *.py *.pl等编程语言编写的文件以及无扩展名的一些可执行文件等。...
View ArticleJava Shell plugins for NetBeans 8.2
A few days before, I reported about the Java Shell which is integrated within the NetBeans nightly builds [1]. Follow @muellermi There is another project, called prototypes-repl9 [2] which is compiled...
View ArticleLinux 命令 PV 显示当前在命令行执行的进度信息,管道查看器
pv 显示当前在命令行执行的命令的进度信息,管道查看器。 补充说明 pv命令Pipe Viewer 的简称,由Andrew Wood 开发。意思是通过管道显示数据处理进度的信息。这些信息包括已经耗费的时间,完成的百分比(通过进度条显示),当前的速度,全部传输的数据,以及估计剩余的时间。 下载安装 # Debian 系的操作系统,如 Ubuntu sudo apt-get install pv #...
View ArticleN25-第六周作业
第六周 请详细总结vim编辑器的使用并完成以下练习题 文本编辑器: vim: 模式化的编辑器 基本模式: 编辑模式,命令模式, 输入模式 末行模式: 内置的命令行借口;打开文件: 编辑模式:默认模式 编辑模式-->输入模式: i:insert,在光标所在处输入; a:append,在光标所在处后方输入; o:在光标所在处的下方打开一个新行; I:子啊光标所在行的行首输入;...
View Article在腾讯云服务器中重装 Windows 系统为 Arch Linux
灵感来自 https://danknest.org/install-linux-on-qcloud-windows-cvm :joy: 腾讯云只给 Linux 系统的云服务器赠送 8G 由于这样抠门的限制在 Windows 系统上是显然行不通的, :unamused: 所以…… :smirk: 准备 Arch Linux 和 Debian 的安装 ISO 就行 :joy_cat: 然后打开...
View Article