Posts tagged Linux
Linux 编程经典书籍推荐
May 21st
《UNIX环境高级编程》(第2版),史蒂文斯著
《深入理解 Linux 内核》(第三版) ,博韦等著
《Linux 设备驱动程序》,科波特著
《嵌入式 Linux 应用开发完全手册》,韦东山著
《人月神话》(32周年中文纪念版),布鲁克斯著
Install VMware Tools on Ubuntu Server
Mar 28th
I’ve had a really hard time trying to find the way to get VMware Tools on Virtual Machines,but I’ve got it down to just a few steps.
How to install Vmware Tools on Ubuntu Server
- Update your source,sudo apt-get update
- Upgrade your installed package,
apt-get dist-upgrade Install the linux-headers,apt-get install linux-headers-server build-essential