随笔分类 - ubuntu
摘要:With a bit of playing around I've managed to come up with a semi solution (not perfect but good enough) using 2707974 answer and information I've gain
阅读全文
摘要:在 ltib 目录中执行以下代码:cd ./patch-ltib-ubuntu12.04.shpatch -p1 ) {diff -uNr old/dist/lfs-5.1/glibc/glibc-2.3.2.spec new/dist/lfs-5.1/glibc/glibc-2.3.2.spec--- old/dist/lfs-5.1/glibc/glibc-2.3.2.spec 2013-11-09 11:08:13.149349103 +0800+++ new/dist/lfs-5.1/glibc/glibc-2.3.2.spec 2013-11-08 15:19:22.83...
阅读全文
摘要:在Ubuntu(实际是GNOME) 中,桌面上默认的任务栏菜单面板是上下两栏,上面(Panel) 是系统菜单和通知区域下面是窗口存放切换区域,那么作为ubuntu用户来说,你总会使系统用起来更顺手更美观从而会对面板定制成自己想要的,比如说用DOCK来代替?或者你不小心会把它们删除掉,那么,我们怎么使它可以恢复成默认的样子呢?下面是解决办法:打开终端,输入以下命令:gconftool –recursive-unset /apps/panel这时你会发现所有的面板都不现了,接着再输入下列命令:rm -rf ~/.gconf/apps/panel最后执行:pkill gnome-panel重新登录,
阅读全文
摘要:可查看网站服务器使用的架构http://toolbar.netcraft.com/site_report?url=www.163.com可在线制作 icon 图标http://www.damotou.com/index.php好的UI设计http://www.uiimg.com/
阅读全文
摘要:#deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release amd64 (20110427.1)]/ natty main restricted# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://old-releases.ubuntu.com/ubuntu/ natty main restricted deb-src http://old-releases.ub
阅读全文
摘要:sudo add-apt-repository ppa:rabbitvcs/ppasudo apt-get updatesudo apt-get install rabbitvcs-core rabbitvcs-nautilus3 rabbitvcs-clinautilus -q
阅读全文
摘要:安装 创建 SVN 仓库 许多位置都可以放置 Subversion 文件仓库,其中两个最常用的是:/usr/local/svn 以及 /home/svn。为了在下面的描述中简单明了,我们假设您的 Subversion 文件仓库放在 /home/svn,并且你的项目名称是简单的“myproject”。
阅读全文
摘要:setenv bootargs root=/dev/nfs nfsroot=192.168.1.20:/home/nfsroot,nolock,rsize=1024,wsize=1024 ip=dhcp console=ttyO2,115200n8 rw noinitrd
阅读全文
摘要:If system is Ubuntu 11.10sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic1. http://ati.amd.com download drivers2. sudo ./amd-driver-installer-12-1-x86.x86_64.run --buildpkg Ubuntu/oneiri
阅读全文
摘要:(1) 在 VM -> settings -> options ->shared folders 中设置 E 盘为共享(2) 安装 VMware Tool(3) 用如下命令挂载共享文件mount -t vmhgfs .host:/E /mnt/hgfs将 WINDOWS 中的 E 盘挂载至 /mnt/hgfs 目录
阅读全文
摘要:安装 SAMBA 组件 sudo apt-get install samba smbfs smbclient ubuntu 14.04 使用以下方式安装: 若之前有安装过相关软件包,先卸载之: sudo apt-get autoremove samba samba-common sudo apt-g
阅读全文
摘要:检查网络设置ifconfig更改以太网配置# 更改以太网配置文件sudo vi /etc/network/interfaces# 若设置 DHCP 自动获取 IP 地址,在以上文件中添加auto eth0iface eth0 inet dhcp# 若配置自定义 IP 地址,在以上文件中添加auto eth0address 192.168.1.10netmask 255.255.255.0gateway 192.168.1.1以上为配置 eth0 网口的两种配置方法,如果接口名不同,替换即可。如 eth1使配置生效#重启 networking 服务,让配置生效sudo /etc/init.d/n
阅读全文
摘要:在编译 linux kernel 时出现如下错误 *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. *** *** Install ncurses (ncurses-devel) and try again. *** make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1make: *** [menuconfig] Er
阅读全文
摘要:安装 NFS 相关组件sudo apt-get install nfs-kernel-server增加 NFS 目录sudo gedit /etc/exports#在文件中添加如下内容/var/nfsboot *(rw,sync)/var/nfsboot 为 NFS 共享目录,可自由指定× 表示任意的 IP 地址都可以挂载此目录,若设置为 192.168.1.× 则表示只有在 192.168.1.??? 这个网段的 IP 才可以挂载rw 可读写的权限ro 只读的权限no_root_squash NFS 客户端分享目录使用者的权限,即如果客户端使用的是 root 用户,那么对
阅读全文
摘要:安装 fcitxsudo apt-get install fcitxsudo apt-get install fcitx-table-wbpy安装完成后重启即可注意: ubuntu12.10 在安装完后需要执行 im-switch fcitx 再重启后才生效.
阅读全文
摘要:安装 TFTP 服务sudo apt-get install xinetdsudo apt-get install tftp-hpasudo apt-get install tftpd-hpa修改 TFTP 设置参数sudo gedit /etc/default/tftpd-hpa# 修改内容如下T...
阅读全文
浙公网安备 33010602011771号