This configuration file configures VLANs 6-9 for DHCP services with IP pools and forbidden addresses on a H3C switch. Interface Ethernet ports are assigned to VLANs and configured for DHCP snooping. Static routes and user interfaces are also defined.
This document contains the configuration of a H3C switch. It sets the system name, passwords, RADIUS and DHCP server configurations for VLANs 6 and 7, interface configurations including trunk ports, static routes, and other settings such as voice VLAN and forbidden DHCP IPs. Authentication is set to a scheme for VTY connections.
Reuters: Pictures of the Year 2016 (Part 2)maditabalnco
?
This document contains 20 photos from news events around the world between January and November 2016. The photos show international events like the US presidential election, the conflict in Ukraine, the migrant crisis in Europe, the Rio Olympics, and more. They also depict human interest stories and natural phenomena from various countries.
The Six Highest Performing B2B Blog Post FormatsBarry Feldman
?
If your B2B blogging goals include earning social media shares and backlinks to boost your search rankings, this infographic lists the size best approaches.
SDN x Cloud Native Meetup #38
介紹 VSCode Remote Development 工具,示範如何透過 VSCode Development Container 來打造跨語言的容器式開發環境,包括 Java、Python、Node.js、Go 等程式語言都能夠使用此方式來開發系統,並且一個專案一個容器,不會污染本機環境,可以安心地執行程式開發工作。
SDN x Cloud Native Meetup #38
介紹 VSCode Remote Development 工具,示範如何透過 VSCode Development Container 來打造跨語言的容器式開發環境,包括 Java、Python、Node.js、Go 等程式語言都能夠使用此方式來開發系統,並且一個專案一個容器,不會污染本機環境,可以安心地執行程式開發工作。
1. 数据库设计思路是尽量做垂直分区,没有 Sharding。不过在反范式(denormalized)方面做得比
较彻底,不用表连接(JOIN)方法者复杂的查询。
M. Tim Jones is an embedded firmware architect and the author of Artificial Intelligence: A Systems Approach,
GNU/Linux Application Programming (now in its second edition), AI Application Programming (in its second
edition), and BSD Sockets Programming from a Multilanguage Perspective. His engineering background ranges
from the development of kernels for geosynchronous spacecraft to embedded systems architecture and
networking protocols development. Tim is a Consultant Engineer for Emulex Corp. in Longmont, Colorado.
http://ceph.newdream.net/2010/04/v0-20-released/
使用 qemu 建立简单的 ceph 分布式文件系统测试环境
1. 下载代码并编译
git clone git://ceph.newdream.net/git/ceph.git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2. 配置服务端环境并启动服务
2.1 添加 use_xattr
在/etc/fstab 中,找到服务端所在文件系统的位置,添加 use_xattr 选项。比如
UUID=c0fb46f4-6b8d-41a3-b026-5850b9f51865 / ext3
relatime,user_xattr,errors=remount-ro 0 1
重启系统
2.2 建立文件夹
mkdir -p dev/osd0
mkdir out
mkdir log
2.3 启动 ceph 服务, ip 地址可以根据自己的环境选择
./vstart.sh -n -d -m 192.168.0.100
3. 测试服务端配置
./csyn --syn makedirs 2 2 2
./csyn --syn walk
执行后,应该可以看到很多文件夹和文件
4. 编译 linux 客户端
4.1 配置
make menuconfig , 在文件系统中选择 ceph
5. 启动 qemu 加载 ceph 文件系统
mount -t ceph 192.168.0.100:/ /mnt/ceph
touch abc
2. 6. 验证
./csyn --syn walk
应该可以看到刚刚建立的文件 abc
http://www.docin.com/p-44802740.html