Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Browsing all 11063 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Official Spotify App for Linux Updated, Can Open SpotifyURLs Again

A new version of the official Spotify desktop app rolled out last week. The update, which bumps the version number to v1.0.37, features just one notable linux-specific fix : support for...

View Article


Identity: Our Last Stand

linux has built countless cathedrals, but still no bazaar. By that I mean every corporate cathedral you can shake a mouse at is full of Linux, yet Linux has not yet enabled a free and open marketplace...

View Article


LibreOffice 5.2.1 Office Suite Released with Over 100 Improvements, Download Now

Today, September 7, 2016, Italo Vignoli from The Document Foundation was happy to inform Softpedia via an email announcement about the general availability of the first point release of the LibreOffice...

View Article

Image may be NSFW.
Clik here to view.

centos7怎么查看cpu内存等系统性能参数?

linux下面查看系统的资源参数,有时候会忘记其方法,现将方法记录分享如下1、打开terminal或者直接登录,如下2、点击进去,输入以下命令查看CPU版本,像我电脑是i7,则显示如下3、查看CPU的个数如下4、查看内存信息,大部分内存运行时候的信息都可以在下面看到5、查看当前操作系统内核信息相关推荐:centos7系统中挂盘硬盘报错该怎么办? CentOS6.6中怎么安装使用中文输入法?...

View Article

centos:/tmp不能运行导致的安装编译错误问题解决方法

[root@web1 ~]# pecl install apc downloading APC-3.1.9.tgz ... Starting to download APC-3.1.9.tgz (155,540 bytes) .................................done: 155,540 bytes 54 source files, building running:...

View Article


Image may be NSFW.
Clik here to view.

The @Raspberry_Pi Has Sold Over 10 Million Units, Celebrates with New Starter...

I think most of us expected it would be a success, but this big a success? The Raspberry Pi has now sold 10 million units ― 5 million in the last 18 months alone I’m talking about the Raspberry PI of...

View Article

Image may be NSFW.
Clik here to view.

CoreOS: A Year In Review

M icroservices are becoming the de-facto way of building out large applications. If you haven't worked on a project that has migrated monoliths to micro-services, you are most likely working on a...

View Article

Image may be NSFW.
Clik here to view.

CentOS6 网络管理之网卡配置及简单路由设置

CentOS6中关于网络配置的命令有很多,本文将介绍几个平时最长用的几个命令,以及网卡IP地址的配置和简单路由配置。 1、经常使用的查看IP地址命令为 ifconfig,不跟参数的情况下默认查看所有已启用的网卡信息,如下图所示: 如果想查看具体某块网卡信息,则可以在ifconfig后面跟上网卡设备,如只查看eth0的信息则执行:ifconfig eht0 即可。...

View Article


How Micro Focus Could Make the Most from its HPE Software Purchase

When Reuters called Micro Focus Thursday morning a “little-known British firm,” in a story explaining HPE’s $8.8 billion sale of its software division to the company, it missed the heart of a much...

View Article


Image may be NSFW.
Clik here to view.

Rugged Cortex A9/M4 hybrid module runs Linux at 2W

F&S has launched a 50 x 40mm “PicoCOMA9X” COM with an NXP Cortex-A9 and -M4 based i.MX6 SoloX SoC, available with a linux BSP and an optional starter kit. The PicoCOMA9X computer-on-module uses...

View Article

Linux Mint 18 KDE Now Available

Clement Lefebvre, otherwise known as the man behind linux Mint, announced on Friday the release and immediate availability of the final version of Linux Mint 18 "Sarah" KDE Edition OS . Sarah KDE has...

View Article

《Linux多线程服务端编程》读摘

花了几天的时间,把陈硕老师的《linux多线程服务端编程》给看完了。...

View Article

Rkt reaches 1.14.0

rkt Container Engine Reaches v1.14.0: Focus on Stability and Minimalism September 9, 2016 By Luca Bruno Earlier this year we released rkt, the container engine by CoreOS , in its first stable version,...

View Article


Presenting at the Government IT Symposium

I'm pleased to announce that I will be presenting "Usability testing in open source software" at the 35th Annual Government IT Symposium, in December 2016! As you might guess from the title, this...

View Article

Image may be NSFW.
Clik here to view.

STS 图形界面

---- 动态图形操作界面,不是静态图片,仍然是基于 matplotlib 的。图形界面是对 Vim 文字界面的补充。一个程序两个界面,这样功能就更齐全了。 ---- matplotlib 作为一个 python 组件,跟 Vim 是一个整体,共享全部内存数据。如果用 PyQT,虽然绘图速度快,可是必须另起一个进程,靠 IPC 传数据。全市场的数据不仅量大而且结构复杂,必须放在一起,靠 IPC...

View Article


Image may be NSFW.
Clik here to view.

Elementary OS 0.4 'Loki' Ubuntu-based Linux distribution achieves stable release

There are too many linux distributions nowadays. While many people feel that there is no such thing as too much choice, I respectfully disagree. Quite frankly, the Linux developer community is spread...

View Article

网络管理3

一、 知识整理 1、 跨网络通信:路由 路由的分类:主机路由;网络路由;默认路由。 将主机接入网络,需要配置网络相关设置。一般包括如下内容:主机名; IP/MASK ;路由:默认网关; DNS 服务器:主、次、第三 DNS 服务器。 2、 网络配置文件: IP 、 MASK 、 GW 、 DNS 相关配置文件 /etc/sysconfig/network-scripts/ifcfg-IFACE...

View Article


Image may be NSFW.
Clik here to view.

Linux网络管理之路由和team网络组

如何实现把 linux 当路由器来使用,实现不同网段之间的通信访问,这就是今天所要实现的 路由配置 环境准备: 4 台虚拟机,两台中间两台作为路由器来使用(每天主机两块网卡),其他两台作为终端主机,目的是让不同网段的两台主机之间互相访问 ( 这里在 vmware 里面做的实验,所以网卡的类型都设置为桥接 ) 拓扑图: 步骤一:将 A 、 D 两台主机配置网关(主机路由),使其两台主机能够与 B 、...

View Article

Image may be NSFW.
Clik here to view.

进程管理(二)之计划任务

进程管理(二)之计划任务 一、计划任务: 1 、未来的某时间点执行一次任务: ( 1 ) at :跟一个时间点,到点了自动运行指定的任务 ( 2 ) batch :系统自行选择空闲时间去执行此处指定的任务 2 、周期性运行某任务: cron 二、 at 命令: 1 、 at 命令: at [option] TIME 注:当输入完成后,使用 Ctrl+d 结束,不能使用 Ctrl+c 。 2...

View Article

Image may be NSFW.
Clik here to view.

系统启动和内核管理(一)

系统启动和内核管理(一) (以 CentOS5/6 为例) 一、 linux 的组成: 1 、 Linux : kernel+rootfs kernel :进程管理、内存管理、网络管理、驱动程序、文件系统、安全功能。 rootfs: 程序和 glibc 库:函数集合, function ,调用接口(头文件负责描述); 过程调用, procedure ,无返回值; 函数调用, function ;...

View Article
Browsing all 11063 articles
Browse latest View live