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

Image may be NSFW.
Clik here to view.

从 ISO 镜像中提取和复制文件的绝招(Linux)

从 ISO 镜像中提取和复制文件的绝招(linux) 一点号Linux资讯速推2小时前 比如说,你可以使用传统的 mount 命令以只读方式把 ISO 镜像文件加载为 loop 设备,然后再把文件复制到另一个目录。 在 Linux 系统下提取 ISO 镜像文件 为了完成该测试,你得有一个 ISO 镜像文件(我使用 ubuntu-16.10-server-amd64.iso...

View Article


Image may be NSFW.
Clik here to view.

Hack the Hackday Albania VM (CTF Challenge)

This was used in HackDay Albania’s 2016 CTF. It uses DHCP. Note: VMware users may have issues with the network interface doing down by default. You are recommended to use Virtualbox. Download the lab...

View Article


Image may be NSFW.
Clik here to view.

IDG Contributor Network: Should Linux Mint be discontinued?

Should linux Mint be discontinued? Linux Mint has been quite popular with many users for a very long time. But changes to Linux Mint in recent years have one redditor wondering exactly what the point...

View Article

Scientific Writing with Zotero and Org Mode

Michael Behr has an interesting post on his scientific writing workflow . The post isn’t really about how he writes his papers but rather how he organizes and curates his research materials. As you’d...

View Article

Image may be NSFW.
Clik here to view.

GNOME loves to cook

GNOME needs a recipe app, since we all love to cook. This is not a new idea. Looking all the way back to 2007, the idea of a GNOMEcook book already existed back then. For one reason or another, we...

View Article


Image may be NSFW.
Clik here to view.

PiCluster: Simple Container Orchestration

PiCluster PiCluster is a simple way to manage Docker containers on multiple hosts. I created this because I found Docker Swarm not that good and Kubernetes was too difficult to install currently on...

View Article

Image may be NSFW.
Clik here to view.

Seccubus installation and GUI overview

Seccubus can be roughly described as an open source analogue of Tenable SecurityCenter . Look, it can launch scans via APIs of Nessus, OpenVAS, and some other scanning tools, retrieve scan results,...

View Article

Spicing up your own access with capabilities

I’ve always had a bad conscience about the audit trail on the servers I manage. Sure, we use personal accounts and sudo, so we know who ran every command. Unfortunately, the command in the sudo log is...

View Article


Step by Step Guide to Bodhi Linux 4.0.0

One of our documentation team members,Roger “JollyRoger” Carter, recently finished up their “Step by Step Guide to Bodhi linux 4.0.0” This free guide explains in simple language how to get started with...

View Article


Linux Lite 3.2 Users Get New Versions of Lite Software and Tweaks, Update Now

Jerry Bezencon, the creator of the Ubuntu-based linux Lite operating system for personal computers, kindly informs Softpedia today about an updated version of the in-house built Lite Software app. Now...

View Article

Image may be NSFW.
Clik here to view.

LVS详解

概述 LVS是工作在4层的负载均衡调度器,可根据请求报文的目标IP和目标协议及端口,根据指定的调度算法,将请求调度转发至某RealServer,本篇就针对LVS的原理,配置和使用进行简单介绍,具体包含: 1、LVS的四种类型的介绍 2、LVS调度算法的介绍 3、ipvsadm命令的用法介绍 4、LVS-NAT方式的配置示例 5、LVS-DR方式的配置示例 6、基于FWM(防火墙标记)的LVS的配置...

View Article

Image may be NSFW.
Clik here to view.

Common Linux Commands

Here are some of the more common linux commands I use when managing files and services in a unix environment. Here’s a mind-map overview if you’re into that. Expand this blog topic if you’d like to see...

View Article

Image may be NSFW.
Clik here to view.

termux. the best way to use Linux on your Android phone.

The termux terminal emulator for Android is the best way to have a linux command line on an Android device. This works even on an unrooted device like mine. And you can even use apt-get to install a...

View Article


Mesa 3D 12.0.5 Is the Last in the Series, Users Urged to Move to Mesa 13.0

Today, December 5, 2016, Collabora's Emil Velikov proudly announced the release and immediate availability of the fifth and last scheduled maintenance update of the Mesa 12.0 3D Graphics Library for...

View Article

Image may be NSFW.
Clik here to view.

Linux内核数据结构之kfifo

1、前言 最近项目中用到一个环形缓冲区(ring...

View Article


Image may be NSFW.
Clik here to view.

Linux内核数据结构之链表

1、前言 最近写代码需用到链表结构,正好公共库有关于链表的。第一眼看时,觉得有点新鲜,和我之前见到的链表结构不一样,只有前驱和后继指针,而没有数据域。后来看代码注释发现该代码来自linux内核,在linux源代码下include/Lish.h下。这个链表具备通用性,使用非常方便。只需要在结构定义一个链表结构就可以使用。 2、链表介绍...

View Article

Image may be NSFW.
Clik here to view.

Try Fedora in the cloud for free with Dply

Fedora 25 is now available on Dply. Dply is a new experimental cloud provider which lets you run an instance for two hours at a time ― for free, with no catch. That means that with a few clicks, you...

View Article


Image may be NSFW.
Clik here to view.

Win10 Bash下使用KeePass KeeAgent插件

Win10 Bash 使用 KeeAgent 问题 出于管理不同服务器以及自己几个 VPS 的需要,我都会把这些 SSH 密钥保存到自己的 KeePass 密码数据库中,KeePass 软件安装了 KeeAgent 插件之后,可以在用户需要登录服务器时方便地自动加载 SSH 密钥。KeeAgent 同时支持 PuTTY 和 OpenSSH 格式的私钥,而且支持 windows / linux /...

View Article

AWS发布基于Docker的Amazon Linux容器映像

近期,AWS为其Amazon linux操作系统 发布 了一个基于Docker容器的Linux系统映像。AWS根据自定义云和内部部署环境的多功能部署选项来为EC2提供特定的Amazon Linux AMI,即Linux映像。该映像可通过Amazon EC2的Docker容器注册表(Amazon ECR)来获得,同时该映像也成为Docker Hub上的一个 官方存储库 。 Amazon Linux...

View Article

Image may be NSFW.
Clik here to view.

The developers of 'EVERSPACE' are still working on the Linux version, seeking...

EVERSPACE [ Steam , Official Site ] is the fantastic looking UE4 space shooter that's being ported to linux, but the developers have encountered a problem with lighting bugs. I follow the topic on...

View Article
Browsing all 11063 articles
Browse latest View live