随笔分类 -  Linux

摘要:首先在virtualBox设置里,设置->介质->添加->选add hard disk,在弹出的对话框里选择新建,点击下一步,选择动态扩展,点击下一步,选择大小,点击下一步,完成。 接下来就要在Ubuntu里做相关设置。 进入终端模式 输入sudo fdisk /dev/sdb 会提示 The number of cylinders for this disk is set to 1365. Command (m for help): 按m看help Command action a toggle a bootable flag b edit bsd disklabel c 阅读全文
posted @ 2013-01-04 12:47 icwzhang 阅读(271) 评论(0) 推荐(0)
摘要:1、How do I install .deb file?To install package called package.deb type the following command: Go to directory where package.deb is kept. For example if it is in /tmp directory:$ cd /tmp$ sudo dpkg -i package.deb 阅读全文
posted @ 2013-01-03 13:10 icwzhang 阅读(117) 评论(0) 推荐(0)
摘要:virtualbox下安装Ubuntu9.10,安装过程就不多说了,这个比较简单,而且本身Virtualbox说非常容易上手的。安装过后的一些更新工作也不说了哈!1.安装:VirtualBoxGuestAdditionVirtualBox直带了这个ISO文件,可以在VirtualBox的安装文件根目录下找到它。直接在虚拟机的主菜单上点击“安装增强功能”,Unbuntu会自动挂载一个iso。打开终端,cd /media/cdrom0目录下,运行sudo ./VBoxLinuxAdditions-x86.run。待完整的出现下面的信息后表示安装成功了。Verifying archive integ 阅读全文
posted @ 2013-01-02 12:53 icwzhang 阅读(239) 评论(0) 推荐(0)
摘要:切换到 XWindow~$:startx切换到命令行模式Ctrl + Shift + Alt + F1停止和启用xwindow~$:sudo /etc/init.d/gdm stop~$:sudo /etc/init.d/gdm restart 阅读全文
posted @ 2011-07-23 12:43 icwzhang 阅读(563) 评论(0) 推荐(0)