随笔分类 - CrunchBang && Debian
CrunchBang是基于debian+openbox,速度很快。
摘要:apt-get update 出现 这种错误Reading package lists... DoneW: There is no public key available for the following key IDs:7638D0442B90D010W: There is no public...
阅读全文
摘要:第一步: sudoapt-getinstallfcitxfcitx-sunpinyinfcitx-ui-classicfcitx-table fcitx-config-commonfcitx-config-gtkfcitx-data fcitx-frontend-allfcitx-libsim-co...
阅读全文
摘要:Linux添加/删除用户和用户组 1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test //新建test工作组3、新建用户同时增加工作组useradd -g test phpq //新建phpq用户并增加...
阅读全文
摘要:首先,菜单栏–help–install new software… 接着,添加一个更新源,就是点击界面的add按钮,在新窗口的location位置输入http://eclipse-color-theme.github.com/update/,然后上边的Name自己随便起.然后ok. 选择你刚添加的更...
阅读全文
摘要:页面追踪调试 要打开它,需要:1、在配置文件中,加入配置项 'SHOW_PAGE_TRACE'=>true,2、控制器中需要classIndexControllerextendsController{publicfunctionindex(){ $user=newModel('User');//e...
阅读全文
摘要:#---------------------------------------------#TINT2CONFIGFILE#---------------------------------------------#Formoreinformationabouttint2,see:#http://...
阅读全文
摘要:Easy way to install Firefox browser on Debian 7 wheezyDebian by default comes with Iceweasel web browser instead of firefox. Although it is recommende...
阅读全文
摘要:1.下载linux下 的xampp安装包xampp-linux-1.8.3-5-installer.run2.终端下,给执行权限sudo chmod +x ./xampp-linux-1.8.3-5-installer.run执行安装sudo ./xampp-linux-1.8.3-5-insta...
阅读全文
摘要:说到启动就不得不说GRUB,Linux下大名鼎鼎的启动管理工具(曾经的LILO已经风光不再),当然现在已经是GRUB2了,GRUB2和GRUB最重要的区别就是,GRUB存放系统启动信息的文件为/boot/grub/menu.lst,而GRUB2则为/boot/grub/grub.cfg。由于ubun...
阅读全文
摘要:sudo apt-get install ttf-droid ttf-wqy-zenhei xfonts-wqy ttf-wqy-microhei ttf-arphic-ukai ttf-arphic-uming
阅读全文
摘要:aptana studio3 安装 zencoding(Emmet) 插件zen coding 更名为Emmetemmet谷歌主页地址:http://code.google.com/p/zen-coding/ emmet官方 aptana 插件地址https://github.com/sergech...
阅读全文
摘要:试来试去还是喜欢小企鹅多一些 第一步:在终端下sudo apt−get install fcitx fcitx−sunpinyin fcitx-ui-classic fcitx-tablesudo apt-get install fcitx-config-common fcitx-config-gt...
阅读全文
摘要:1.准备JDK安装包下载地址: http://www.oracle.com/technetwork/java/javase/downloads/index.html 下载对应平台的tar.gz格式压缩包2.放置到目标位置把压缩包先解压,然后复制到指定位置3.配置环境脚本有两个常用的环境脚本(/etc...
阅读全文
摘要:一、安装基本的编译环境apt-get install build-essential 二、安装MySQLapt-get install mysql-server 三、安装Apacheapt-get install apache2这种方式安装完的Apache,其web根目录在 /var/www , ...
阅读全文
摘要:首先,按CTRL+`,打开控制台粘贴下面的代码,之后回车如果是sublime3import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; ...
阅读全文
摘要:首先要有一个debian的基本系统,然后:1、sudo apt-get install xorg slim xfce4 #xdm由于目前源里面最新的版本是4.3.99,想安装4.4可按如下方法:1>sudo apt-get install thunar2>sudo apt-get install b...
阅读全文
摘要:手工安装办法:cd ~/.config/sublime-text-2/Packages #如果是sublime3就改一下git clone https://github.com/xgenvn/InputHelper.git使用:确认 iBus/scim 能在GTK下正常工作呼叫按键: Ctrl+Sh...
阅读全文
摘要:切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
阅读全文
摘要:1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
阅读全文
摘要:源文件的位置/etc/apt/sources.list 因为测试需要,装完Debian7 后,更新为163的源,但是后来装软件时,一些软件依赖包还是装不上。后来把163源稍加改动,就好用了。163源内容如下:deb http://mirrors.163.com/debian wheezy main ...
阅读全文

浙公网安备 33010602011771号