logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VirtualBox NAT 方式下和宿主机的连接

以前用 VMware 采用 NAT 方式, 宿主机和虚拟机是可以通信的.今天用 VirtualBox 设置为 NAT, 宿主机和虚拟机不能正常通信, 以为是配置的问题.  VirtualBox三种网络设置说明(Nat Host Bridge)  中提到 VirtualBox 这样设置宿主机不能访问到虚拟机.看了下 VirtualBox 的网络设置, 发现支持多网卡, 这就很容易解决.

bochs--can not connect to X server 问题

<br />用bochs虚拟机启动时,显示" Can not connect to X server". <br /> <br />解决方法:  输入 startx ,进入图形界面即可.<br /> 

#虚拟机
linux c 获取本机所有IP

经常需要获取本机的ip地址, 通常的 gethostname和gethostbyname 经常只返回 "127.0.0.1", 这里提供一个返回 "ip1, ip2, ..." 格式的接口.#include#include#include#include#include#include#include#include#includechar *ge

#linux
ubuntu 中 pstree 显示的进程 解释

对Linux系统正在运行的进程有些疑惑, 便用pstree命令查看。 然后在网上查找资料, 对部分进程做出一些浅解。如下:init-+-NetworkManager-+-dhclient// network management daemon. It attemps

#ubuntu#chrome
python 在 win cmd 环境中形如 '\xhh' 输出的转化

在 win cmd 中 python 产生 "\xb7\xa2\xc9\xfa\xd2\xe2\xcd\xe2\xa1\xa3" 错误输出. 组合 encode, decode, "utf-8", "gb2312" 都没解决. 在 Googlegroups 中找到如下一种转换方法:#!/usr/bin/env python#coding=utf-8import sysdef

webgoat 中 Blind String SQL Injection 的 Python 编程解决

这个 task 如果用手工尝试的话, 还是比较麻烦的. 决定用编程解决.Python处理任务相关的问题比较方便, 花时间入门了下 python, 然后开始写代码, 很简单的原理. 在这期间发现简单的算法都不熟了, 汗.以下是代码#!/usr/bin/python#author: dengzhaoqun#date: 2013-03-08#email: dengzhaoqun@163

#sql
到底了