logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux下制作ubuntu系统的u盘启动版LiveCD和直接硬盘启动LiveCD

插上U盘sudo fdisk -lcd ubuntu-iso目录下sudo dd if=ubuntu-14.04.3-desktop-amd64.iso of=/dev/sdbsdb是U盘

Ubuntu Linux内核更新后VirtualBox无法启动的解决办法(Kernel driver not installed (rc=-1908))

VisualBox之所以在Linux上比传统的VMware快得多,关键一点就是它和Linux内核的结合比较紧密,这也是开源的优点。不过Linux内核更新很频繁,每次更新内核后启动VirtualBox都会提示:VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /de

linux下jsoncpp-src-0.5.0的编译和测试使用

https://blog.csdn.net/ljp1919/article/details/48319779

[Linux] Wireshark 抓到超过(大于) MTU 的封包

在 Linux Wireshark 有時候會抓到比 MTU Size 更大的封包, ex: 2336, 5160 .. etc.這個問題源自於 Linux NIC driver enable GRO (Generic Receive Offload), 這功能會將數個封包組合成一個大封包以增加速度。這時可以用 ethtool 去修改網路卡的參數使用 ethtool -k查看狀況。$ eth

linux下用ifconfig命令设置IP、掩码、网关

设置IP和掩码ifconfig eth0 192.168.1.4 netmask 255.255.255.0设置网关route add default gw 192.168.1.1设置dns

#linux
到底了