I re-visited the RHEL study material and setup the environment again, noted down the procedure. 1, copied the *.vdi (rhel6std.vdi and RHEL6-Student.vdi) file from Lenovo ThinkPad T400 to my new Lenovo ThinkPad X1, created the new machine by importing…
environment Red Hat Enterprise Linux 5.4 or later Red Hat Enterprise Linux 6.0 or later KVM virtual machines question How do I configure a bridged network interface for KVM using Red Hat Enterprise Linux 5.4 or later? On RHEL 6, what is the recommend…
In order to provide an environment for network experiments in the future, I use VirutalBox to create some hosts. My real host is Ubuntu 14.04 LTS. And I will install some OSs gradually. Kali Linux Installation Nothing more to record. Just remember to…
Sharing Host VPN with VirtualBox guest After looking for this solution everywhere, I finally found a working solution that doesn't require a lot of configuration changes and is really simple. Use the default NAT network and type this in the terminal:…
Our first task is to get a minimal Struts 2 application running. This chapter will guide you on how to prepare a development environment to start your work with Struts 2. I assume that you already have have JDK (5+), Tomcat and Eclipse installed on y…
In this lesson we'll setup a simple build process for converting our ES6 React components into ES5 using Babel and Webpack Install: npm i --save react react-dom npm i -D babel-loader babel-core babel-preset-es2015 babel-preset-react npm i -g babel we…
区别: NAT模式下,虚拟机仍然可以访问网络,但是从网络接收者的眼中看来,这些网络请求都来自宿主机,而感知不到虚拟机.外网也无法访问虚拟机网络.虚拟机和宿主机器的IP地址在不同的子网,比如192.168.1.1和192.168.1.2. 帮助文档提到,如果你只是想单纯的在虚拟机里访问网络,使用NAT足够了. Host-Only: 虚拟机仍然被分配一个IP地址,但是只有在虚拟机运行的环境里可以访问这个IP地址.该地址对外界不可见. Bridged:虚拟机有独立的IP地址,能被网络上其他主机访问.…
Install packages: { "name": "reactflux", "version": "1.0.0", "description": "", "main": "dist/js/main.js", "scripts": { "test": "echo \"Error: no…
转载自: http://www.cnblogs.com/Bonker/p/3584707.html http://www.cnblogs.com/fnng/archive/2013/05/29/3106515.html 本页版权归作者和博客园所有,欢迎转载,但未经作者同意必须保留此段声明, 且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利. 本文重点介绍使用Eclipse+pydev插件来写Python代码,  以及在Windows上配置Eclipse+Pydev. 编辑器:Ecli…
1. Visual Studio 目前,Visual Studio 2017/2019支持Azure Sphere开发,后续,微软会加入Visual Studio Code的支持.以Visual Studio 2019 Community为例(Pro版和Enterprise版也当然支持),用户需要先从官网下载.安装的时候,需要勾选Linux development with C++这个Workload,注意,还需要勾选C++ CMake tools for Linux和Embedded and…