In: ubuntu
10 八 2010代码: sudo gedit /etc/default/grub 加一行 GRUB_GFXPAYLOAD_LINUX=1024x768x32 其中1024x768x32为你要设置的分辨率。这个分辨率要你的显卡在VBE状态下支持,否则启动过程黑屏,保存后运行 代码: sudo update-grub
In: ubuntu
21 五 2009title Ubuntu 9.04, kernel 2.6.28-11-generic title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) title Ubuntu 9.04, memtest86+ title Other operating systems: title Microsoft Windows XP Professional 上面是ubuntu出来的启动菜单 要windows默认启动,只要修改menu.list 1 cd /boot/grub/ 2 sudo gedit menu.lst 我们把menu.list里面 default 4 把上面0改成4
In: ubuntu
5 二 2007sudo vi /etc/network/interfaces #iface eth0 inet dhcp iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 sudo /etc/init.d/networking restart
In: ubuntu
9 一 2007下载 FTP & WebDAV http://mirrors.bevc.net/eclipse/download/drops/S-3.2M5-200602171115/eclipse-FTP-WebDAV-3.2M5.zip 解压: sudo unzip -o eclipse-FTP-WebDAV-3.2M5.zip -d /home/qk31/Desktop/qk31/tmp/ 用links方式安装 cd /opt/eclipse/plug-in/ 创建目录 sudo mkdir ftpWebDav 移动文件 sudo mv /home/qk31/Desktop/qk31/tmp/eclipse/ /opt/eclipse/plug-in/ftpWebDav/ 进入links添加连接地址 cd links/ sudo gedit ftpWebDav.link 增加下面的文字 path=/opt/eclipse/plug-in/ftpWebDav 安装成功 在file-》import-》other 有个ftp和webDav的选择出现 选择ftp 选择choose a new folder to be import 选择原来新建的项目文件夹 next create a new site next URL:ftp地址 直接打域名 如:www.qk31.com user:用户名 qk31 [...]
安装下载软件: sudo apt-get install d4x 安装ff的插件flashgot 重启ff后,可以看到ff的右键有ff的属性,在更多选项里面可以看到下载管理器里面有d4x的选项
In: ubuntu
3 一 2007sudo unzip -d /home/qk31/Desktop/qk31/ ZendStudio-5_5_0.tar.zip sudo tar zxvf ZendStudio-5_5_0.tar.gz -C /opt/
安装jdk: sudo apt-get install sun-java5-jdk 配置修改java的运行的环境 sudo update-alternatives –config java 添加环境变量::/usr/lib/jvm/java-1.5.0-sun/bin sudo gedit /etc/environment PATH=”/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/:/usr/lib/jvm/java-1.5.0-sun/bin” LANG=”zh_CN.UTF-8″ LANGUAGE=”zh_CN:zh”
In: ubuntu
1 一 2007安装eclipse+phpeclipse $sudo tar xvfz eclipse-SDK-3.1.2-linux-gtk.tar.gz -C /opt cd /usr/share/applications/ $gedit eclipse-user.desktop [Desktop Entry] Comment=Java IDE Name=Eclipse Exec=/opt/eclipse/eclipse Encoding=UTF-8 Terminal=false Type=Application Categories=Application;Development; Icon=/opt/eclipse/icon.xpm help->software update->find and install -> intall a new feather The PHPeclipse update site for the latest (unstable) CVS version is now available here: http://phpeclipse.sourceforge.net/update/cvs The PHPeclipse update site for the (old) releases [...]
sudo apt-get install gstreamer0.10-* sudo apt-get install libxine-extracodecs totem-xine mplayer-686 ffmpeg lame faad sox mjpegtools libxine-main1 sudo apt-get install w32codecs 这样做以后,mp3就能够正常播放了
最近评论