openSUSE Tumbleweed Gets Linux Kernel 4.8.9, CMake 3.7, Firefox 50 & Mesa...
Users of the openSUSE Tumbleweed rolling distribution should be happy to hear that the repositories were flooded this week with hundreds of updated packages. It appears that a total of 13 new snapshots...
View ArticleJames Carr - Rants and Musings of an Agile Developer: Crouching Supervisor,...
Here’s an interesting problem our team faced last month that was extremely infuriating. We were in the process of launching replacement haproxy instances that are used to load balance to nodes in our...
View ArticleEvolution 3.24 Email and Groupware Client to Support XZ Compression for Backups
Yesterday, wereported on the availability of the second development release of the upcoming GNOME 3.24 desktop environment, and we promised we'd cover the most important application updates pushed as...
View ArticleFedora 25 Linux arrives with Wayland display support
Fedora used to be the leading, bleeding edge linux distribution. Then its release cadence slowed down. Today, with its second release of 2016, Fedora 25 , Fedora is back to exploring the newest Linux...
View ArticleFedora 25 Adds Some Rust to Linux
Red Hat's Fedora community linux distribution debuted its second major milestone release of 2016 on November 22, with the general availability of Fedora 25. Fedora 25 is available in Server,...
View Article安装完Ubuntu 16.10之后要做的几件事情
安装完Ubuntu 16.10之后要做的几件事情 网络篇 设置代理 如果你已经有了代理服务器的话那么就可以设置网络代理了。找到设置,进入网络,然后设置相应的代理,并点击应用到系统。之后就可以使用浏览器畅游网络了。 安装proxychains 这是一个命令行代理工具,可以用来给命令行设置代理。要安装它, sudo apt install proxychains 安装完成之后,打开...
View ArticleCinnamon 3.2.2 发布,桌面交互环境
Cinnamon 3.2.2 发布了。 Cinnamon 由 Clement Lefebvre,linux Mint 创始的一个桌面交互环境,试图提供一个布局类似于 GNOME 2,一个底部面板和发射器,GNOME2-like 系统托盘和通知和更多。 更新内容: [ Clement Lefebvre ] build: Make AX_ macros optional [ Odyseus ]...
View ArticleLinux 基金会主席说,微软还弄不死 Linux
微软宣布它成为了 linux 基金会的白金成员,这距其前 CEO 巴尔默将 Linux 称之为“癌症”才 15 年。 虽然此举对微软来说意义重大,但是并不是开源界的每个人都认为这对于 Linux 来说是好的变化,特别是这家位于雷德蒙的软件巨头向来被视作开源和 Linux 的敌人。 对于微软在开源领域的扩张中,业界有各种不同的观点,但就反对者而言,其最终的看法可以归结为微软试图减慢 Linux...
View ArticleDebian putting everything on the usr
Debian is preparing to revise its default file system mapping to bring it in in line with other major distributions (like Fedora and CentOS). Evidence of the shift can be found in the bootstrap option...
View Article爱快路由:一家深谙“粉丝文化”的技术公司
【51CTO.com原创稿件】很难相信一家由技术厂商创办的论坛有这样高的人气,记者在采访爱快路由之前,悄悄登录了爱快论坛一探究竟,结果意外地发现这里的发帖速度相当快,平均几分钟就出一个新帖,追帖讨论的网友互动一不留神就盖出几百楼去。按照人们脑海里的思维定式,一家以技术为主基调的创业公司,一般都会走“高冷范儿”路线,然而爱快路由如此“接地气儿”,的确出乎记者预料。 爱快路由技术合伙人高峰...
View ArticleMatlab代码从Windows拷贝到Linux变成乱码
环境 Ubuntu 14.04 Matlab 2014b 问题 将matlab代码从windows中复制到linux中(或从Linux复制到Windows)时,matlab代码中的中文注释部分变成了乱码。 原因 Windows和Linux中的默认编码不同,Windows中默认为GB2312,Linux中默认为UTF-8。 Matlab会自动使用操作系统的默认编码。...
View Article如何优雅地一键实现macOS网络代理切换
在 macOS 中配置Web代理时,通常的做法是在控制面板中进行操作, System Preferences -> Network -> Advanced -> Proxies . 这种配置方式虽然可以实现需求,但缺点在于操作比较繁琐,特别是在需要频繁切换的情况下,效率极其低下。 基于该痛点,我们希望能避免重复操作,实现快速切换配置。 Terminal中实现网络代理配置...
View ArticleGNOME Shell, Mutter to Handle Three-Finger Touchpad Pinch Gestures in GNOME 3.24
Today we're continuing our reports on the upcoming GNOME 3.24 desktop environment with what landed for the GNOME Shell user interface and Mutter window and composite manager as part of the GNOME...
View Articlelinux基础命令介绍八:文本分析 awk
awk 是一种模式扫描和处理语言,在对数据进行分析处理时,是十分强大的工具。 awk [options] 'pattern {action}' file... awk 的工作过程是这样的:按行读取输入(标准输入或文件),对于符合模式 pattern 的行,执行 action 。当 pattern 省略时表示匹配任何字符串;当 action 省略时表示执行 '{print}' ;它们不可以同时省略。...
View Article微软警告用户不要去随意修改Linux文件
微软警告用户不要去随意修改linux文件 3小时前来源:cnblogs 微软正在警告在 windows 上使用 Bash 的用户应该保留默认的 Linux 文件,并宣布了一个在其平台上继续使用 Bash shell 应当遵守的规则。 微软团队在一篇博文中表示,从 Windows 创建/更改 Linux 文件可能会导致数据损坏或损坏 Linux 环境,导致需要卸载并重新安装发行版。...
View Article嵌入式linux基础教程 第六章 用户空间初始化
嵌入式linux基础教程 第六章 用户空间初始化 4小时前来源:CSDN博客 用户空间初始化 linux内核本身只是任何嵌入式linux系统中的一个很小的组成部分,当内核完成其自身初始化后,它必须挂载一个根文件系统,并执行一组由开发人员定义的初始化历程。本章继续研究继内核初始化之后的系统初始化 根文件系统...
View ArticleRaspberry Pi Robot That Reads Your Emotions
It’s getting easier and easier to add machine intelligence to your hacks, even to the point where you sometimes don’t have to install any special software. In this case[Dexter Industries] has added...
View Article内核编译及制作Linux系统
用自己编译的linux内核自己制作一个很简单的启动盘,能够成功启动且能有简单的shell环境。 第一步:从内核官网 www.kernel.org 下载相应的内核版本,现在到本地后,将它解压(我是解压到/usr/src目录下),解压后进入目录。由于编译的选项太多,为了简化设置编译选项,直接将本地的/boot/config-*文件复制到目录下并改名为.config,使用 命令“make...
View ArticleFlannel with Docker
Flannel with Docker Flannel 是用于组建容器间通信的网络的工具,用于解决跨主机的docker containers之间的连通性问题。最近在尝试手动部署kubernetes集群,这是这个系列的第一篇。 准备工作 首先安装vagrant, 用来创建虚拟节点。我们需要两台虚拟机. Vagrantfile 如下: Vagrant.configure(2) do |config|...
View ArticleHow to extract files from an RPM package on Linux
Question: I downloaded an RPM file (foo.rpm) from somewhere, and I would like to manually extract files from the RPM package. Is there an easy way to extract files from an RPM package without...
View Article