Linux Practicality vs Activism
One of the greatest things about running linux is the freedom it provides. Where the division among the Linux community appears is in how we value this freedom. For some, the freedom enjoyed by using...
View ArticleArch Linux Operating System Is Now Powered by Linux Kernel 4.5
As of this morning, April 14, 2016, the famous Arch linux operating system has received a major kernel upgrade, Linux 4.5, which users can now install via the official channels. Dubbed "Blurry Fish...
View ArticleHow to Install Nginx with PHP and MySQL (LEMP Stack) on CentOS 7.2
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This...
View Articlebash 的条件和循环
原文 条件语句和循环可以统称为流程控制,是一门语言最基础的部分。 bash 的流程控制和大家熟悉的语言非常类似,所以这块上手应该很快。 条件语句 条件这块建议先去瞧瞧《 bash 的 Test 》。 bash 中的条件语句,基础就是 Test 。 if 先来个实例: x=5; if [ $x = 5 ]; then echo 'x equals 5.'; else echo 'x does not...
View ArticleKaliBrowser Run Kali Linux directly in your Web browser
About KaliBrowser Good news for ethical hackers, security researchers, and penetration testers! Now, you can run Kali linux, one of the popular and advanced Linux distribution specially designed for...
View ArticleUEFI virt roms now in official Fedora repos
Kamil got to it first, but just a note that UEFI roms for x86 and aarch64 virt are now shipped in the standard Fedora repos, where previously the recommended place to grab them was an external nightly...
View ArticleCoreOS折腾笔记(二)Fleet进阶
如果要说什么样子的分布式集群对用户是最友好的,那无疑是对客户来说,像本地执行命令一样方便的执行集群命令肯定是最舒服的了。这个我们在上一节集群部署里面就提到了一个叫做"fleetctl"的命令,这个命令是做什么用的呢? fleet是什么 工具 fleet 是一个在集群层面上的 systemd 管理工具。它的配置文件语法基于 systemd...
View ArticleCoreOS折腾笔记(一)集群部署
最近在技改完成之后打算进行大量的微服务化改造,而方便进行微服务化的步骤之一,就是将现有的系统移植进入Docker环境之中。在标准容器系统的选择上,我把目光放在了CoreOS上。实际上,我在CoreOS版本还是2开头的时候就有简单研究过,但是当时主要作为研究Docker的途径,现在则是作为集群化部署的基准系统。从本文开始的一系列折腾则是我在研究CoreOS集群化使用的一些纪录,而本文就是介绍一个本地实...
View ArticleAMDGPU-PRO Driver 16.30 Officially Released with Support for Ubuntu 16.04 LTS
Today, June 29, 2016, AMD released the final version of the AMDGPU-Pro 16.30 graphics driver for GNU/linux operating systems, bringing support for new technologies like the Vulkan API. While AMD says...
View ArticlePermabit offers deduplication to Linux masses - almost
Permabit has moved beyond OEMs, making the latest release of its dedupe technology available as a linux software package so that ISVs, professional services folks and systems integrators in its Hybrid...
View ArticleCanonical Releases Snapcraft 2.12 Snaps Creator with New Parts Ecosystem, More
Today, June 29, 2016, Canonical has had the great pleasure of announcing the release of the highly anticipated Snapcraft 2.12 Snappy creator tool for the Ubuntu linux operating system. Why highly...
View ArticleNightdive Studios aren't sure when the Linux version of the System Shock...
I shot off a message to Nightdive Studios about their linux plans for System Shock since Linux is a stretch goal. The reply doesn't fill me with confidence to pledge right now. My question: "About the...
View ArticleLinux Mint 18 Is Getting a Brand New Look
A newer, flatter GTK theme will ship as part of linux Mint 18 ‘Sarah.’ Showing off progress made on the theme in a new blog post, project lead Clement Lefebvre says thenew “Mint Y” theme iby recent...
View ArticleLinux Mint 18 Will Ship Without Multimedia Support
An anonymous reader quotes this report from Distrowatch: linux Mint 18 will no longer provide separate, codec-free installation media for OEM and magazine distribution. Instead, the distribution will...
View ArticleLinux Mint to go DIY for multimedia
The linux Mint project has decided version 18, scheduled for June 2016, will end out-of-the-box installation of multimedia codecs. The reasoning is straightforward: shipping with codecs involves a lot...
View ArticleGNOME 3.20.1 Desktop Environment Officially Released, It's Already in Arch Linux
TheGNOME 3.20 desktop environment has just received its first point release, version 3.20.1, bringing numerous small improvements to various of the project's core components and apps. Frederic Peters...
View ArticleVolksverschlüsselung: Simply secure
End-to-end encryption protects against mass surveillance. Even though there are a number of solutions on the market, such technologies are scarcely used, because on a daily basis their use is much too...
View ArticleGoogle is Adding a VR Shell to Chrome to Let You Browse the Entire Web in VR
Google is working add fully immersive browsing capability to Chrome, allowing users to browse any part of the web in VR, not just those sites that are specially builtfor VR. See Also: Google Shows HTC...
View Articleawk在删除镜像过程中的用法及说明
看到一篇“Docker 技巧:删除 Docker 容器和镜像”其中提到删除标签为none的镜像的方法,其中用到了awk,就去查了下,下面举例说明: docker rmi $(docker images | awk '$1 == "<none>" && $2 == "<none>" {print $3}')很多挺长的指令不明白的时候可以拆成短的去学习了解,这里...
View Article[工具资源] Linux 系统查看硬件信息命令总结
lscpu lscpu命令能够查看 CPU 和处理单元的信息,该命令没有任何其他选项或者别的功能。 lscpu lspci lspci可以用来列出所有的 PCI 总线,还有与 PCI 总线相连的设备的详细信息,比如 VGA 适配器、显卡、网络适配器、usb 端口、SATA 控制器等。 lspci 可以通过运行下面的命令来过滤出特定设备的信息,例如关于显卡信息: lspci -v | grep...
View Article