rkt 1.13.0 发布,CoreOS 的容器引擎
rkt 1.13.0 发布了。Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。...
View Article微软开源PowerShell并支持Linux和OS X
微软今天宣布开源PowerShell,开始支持linux和OS X。PowerShell是面向windows和Windows Server的自动化平台和可扩展脚本语言,可帮助用户简化系统的管理。PowerShell与Linux的Bash没什么不同,只是与Windows的联系更为紧密。微软正在改变,微软首席执行官萨蒂亚纳德拉(Satya...
View Article你真的掌握docker镜像制作技能了吗?
镜像能给我们带来哪些好处呢? 大家也许都有过这样的经历:一个 复杂的应用环境搭建 ,很多 配置项 ,很多的 配置步骤 ,各种 依赖 。辛辛苦苦搭建完成,才发现有的地方配置错误,重新再来。一个不小重启电脑,或者其他故障,又得重新来过。你会详细而紧张的记录每一个步骤,每一个过程。繁琐的步骤一遍又一遍,虽然让你更加熟悉了搭建过程,但是更多的是 浪费了宝贵的时间 。有没有什么办法,能够让自己辛辛苦苦...
View ArticleLinux Kernel 3.14.76 LTS Updates InfiniBand Drivers, Improves EXT4 Support
After announcing the release oflinux kernel 4.7.1, Linux kernel 4.4.18 LTS , andLinux kernel 4.6.7, which marks the end of the Linux 4.6 series, Greg Kroah-Hartman informed the community about the...
View ArticleCanonical成为非盈利机构KDE e.V.的赞助商
在刚刚宣布KDE Applications 16.08上线之后,KDE团队非常荣幸的宣布Canonical成为非盈利机构KDE e.V.的赞助商。作为全球广受欢迎的GNU/linux发行版本--Ubuntu系统的软件公司,双方的加盟合作将会进一步推动KDE的发展。KDE e.V.以KDE社区为代表,负责推进先进且广泛使用的KDE Plasma桌面环境、KDE...
View ArticleGLib 2.48.2 发布,Linux 下的 C 语言函数库
GLib 2.48.2 发布了,该版本主要是修复一些 bug,更新记录如下: Bugs fixed: 547200 g_utf8_find_next_char() issues 673101 resource compiler dependency generation not working for generated files 700756 GFile.new_for_path...
View Article人志建,则无敌―磁盘、LVM2和简单脚本练习
马哥网络班21期-第七周博客 1、创建一个10G分区,并格式为ext4文件系统; disk /dev/sdb Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-2610, default 1): Using...
View ArticlePowerShell - 微软官方出的跨平台 shell
PowerShell Welcome to the PowerShell GitHub Community! PowerShell is a cross-platform (windows, linux and OS X) automation and configuration tool/framework that works well with your existing tools and...
View ArticleShell脚本编程3
Shell 脚本编程 3 一、 杂项知识整理 1、 select 与 case select 是个无限循环,因此要记住用 break 命令退出循环,或用 exit 命令终止脚本。也可以按 ctrl+c 退出循环,自动生成数字的选择项,适合创建菜单。 select 经常和 case 联合使用。与 for 循环类似,可以省略 in LIST ,此时使用位置参量 $1 、 $2 等传递参数。 case...
View Articleselect case的用法-函数练习-20160819
§ s elect case 的用法 * 介绍 select 循环与菜单 ◎语法 select variable in list[ ] do 循环体命令 Done ◎ select 循环主要用于创建菜单,按数字顺序排列的菜单项将显示在标准错误上,并显示 PS3 提示符,等待用户输 入 ◎用户输入菜单列表中的某个数字,执行相应的命令 ◎用户输入被保存在内置变量 REPLY 中。 * Select...
View ArticleA nice utility to show the progress of utilities like cp and mv.
The utility I have found, named progress, will show the amount of data transferred when using commands such as cp or mv. Download this utility by running this command. git clone...
View ArticleBash基本语法详解
Bash语法非常的简单,Bash是一个命令解释程序,单使用Bash做不了什么,但是Bash结合linux命令就很强大了,几乎可以完成Linux所有的事情,早年第一个接触Bash的时候,可以追溯到2010年了,当时在一家互联网虚产品的公司,那是个时候WEB虚机还很流行的,底层WEB虚机的创建,开户都用Shell脚本实现。当时我作为Java开发人员,但有幸参与到shell脚本开发中,当时对Shell并不...
View Article手把手教你从头搭建Web服务器及LEMP环境(使用Ubuntu16.04+Nginx+MySQL+PHP)
拿到一台新装的linux服务器,该如何配置成一台可以解析动态网页脚本的Web服务器呢? 相信这是很多人都会有的问题。本文将一步一步带你从头开始搭建给予LEMP技术栈的Web服务器,并使其可以正常运行php、Nodejs等语言。 所谓的LEMP技术栈,顾名思义其实就是Linux, Nginx, mysql,...
View ArticleRed Hat: the six most common container misconceptions
This is a special guest post for Computer Weekly written by Lars Herrmann , GM of the integrated solutions business unit at Red Hat .Herrmann writes specifically for Open Source Insider to detail the...
View ArticleShell脚本,自动化发布tomcat项目
Shell脚本,自动化发布tomcat项目脚本、 1. vko2c_auto_build_by_scp.sh 文件内容: #―――――――start―――――――# #封装shutdown函数,关闭tomcat服务 #封装kill函数,强制关闭tomcat的进程 # 调用关闭函数与项目备份 # 使用expect , 采用scp 免输入密码,远程copy ROOT.war 包 #...
View Article微软开放源代码PowerShell进入Linux和Mac OS X
ZD至顶网软件频道消息 编译: 最近有传闻称,微软将开放其PowerShell(PowerShell是微软的命令行shell和脚本语言)命令行shell的源代码,并将其带到linux和Mac OS X平台上。并正在制作一个能够运行在Linux和Mac OS X平台上的工具版本。 从8月18日起,微软开始推出Linux(Red Hat、Ubuntu和CentOS)和Mac OS Xon...
View ArticleArch Linux Take Your Linux Knowledge To Next Level [Review]
This review will be a bit unconventional, probably because Arch linux itself is a bit unconventional. Rather than having continued, numbered releases like most distros, Arch Linux follows the...
View Article3 command line music players for Linux
One perception that linux can't seem to shake off is that you can't do anything without using the command line. A number of people in my circle have been using Linux effectively for years, and they've...
View ArticleWriting an academic paper? Try Fidus Writer
The Fidus Writer online editor is especially for academics who need to write papers in collaboration with other authors, and it includes special tools for managing citations, formulas, and...
View Article猜创意赢 Tee 啦!数英 Tee 最终设计稿你猜是哪款?
猜 Tee 创意,赢 Tee 啦! 高品质的数英 Tee, 从12款 Tee 中选择一款,猜对赢取! 12分之1的概率,猜对基本就获得啦~ 与去年一样,在我们发出这篇活动文章时,Tee 的创意方案经过几轮的修改、就连小编我也不知道哪个才是最终款!内部争论议不休,这不,数英迫不及待的让猜 Tee 创意的活动先搞起来~ 去年 第一款 Tee ,好评如潮:全棉,洗不烂,穿不破,不变形...! 今年,数英...
View Article