摘要:装好KDE后有个号kwallet的程序经常性跳出来,要接管我的密码。Mac下的key-ring我是知道的,挺好用。不过这个kwallet乍一看好像挺麻烦,要我设置好gnupg才方便。可是这个gnupg是个什么东东也不知,怎么用更是不知。终于忍不住去wiki看了一下gnupg的项,也不是太烦嘛,只要用...
阅读全文
摘要:2015-5-131.截屏用ksnapshot,还是挺好用的2.底下面板可添加的东西还挺多的,其中最实用的是在小部件的设置中给‘程序启动器’指定一个快捷键,我指定的为ALT+F1
阅读全文
摘要:开始之前先BB一段无关紧要的缘由。之前因为自己的笔记本和实验室的台式电脑配置都奇差,所以装的都是xfce,资源占用比较小嘛(就这样都经常卡)。。。如今鸟枪换成机关枪,新电脑是G3258的CPU,低端之王吧,用来跑Linux和写程序,顺便日常上网看电影使用还是够的。主要看中了它功率低,还能超频,又是奔...
阅读全文
摘要:思路:目前国内的随身wifi基本上都是用的Ralink芯片的USB无线网卡而已,只不过很多无线网卡芯片不支持master模式,所以不能兼做ap,而Ralink出的几款芯片都是支持master模式的,在Linux下就可以通过hostapd这个软件包+iptables(NAT)+dhcpd(给设备动态分...
阅读全文
摘要:一般的shell都有两种配置文件,一者是全局的,放在/etc里,文件名前面没有'.'(非隐藏),另一种是放在用户家目录,只对当前用户生效,是隐藏的。以下对这两种不作区分1,zshenv:一般放环境变量2,zprofile:用于用户login时读入(执行)的配置3,zshrc:用户开启交互是命令行时读...
阅读全文
摘要:yaourt -S cairo-dock cairo-dock-plug-ins cairo-clock cairo-dock-plug-ins-extras cairo-dock-themes
阅读全文
摘要:yaourt -S gparted grsync
阅读全文
摘要:yaourt -S cmake eclipse emacs glade devhelp kdesdk-umbrello netbeans还缺一个sublime text 3,要到网上下破解版
阅读全文
摘要:$ yaourt -S bcloud filezilla transmission-gtk uget tigervnc其中tigervnc配置:Vncserver
阅读全文
摘要:$ yaourt -S libreoffice-fresh libreoffice-fresh-zh-CN由于我的电脑上有ArchLinuxcn的源,里面直接有jdk,所以不用到AUR上去安装:$ sudo pacman -S jdk安装电子书管理软件:$ sudo pacman -S calibr...
阅读全文
摘要:$ yaourt -S font-bh-ttf ttf-freefont ttf-hannom adobe-source-han-sans-cn-fonts font-mathematica wqy-microhei ttf-ms-fonts opendesktop-fonts这些字体装完以后,基本...
阅读全文
摘要:# pacman -S archlinuxcn-keyring
阅读全文
摘要:参考:Fcitx (简体中文)yaourt -S fcitx-im fcitx-qt5 fcitx-configtool fcitx-sougoupinyin fcitx-table-extra然后把下列内容放入~/.xprofile(针对xfce):export GTK_IM_MODULE=fci...
阅读全文
摘要:inkscape and digikam are strongly recommanded software for pictures and photosfor viedos:yaourt -S alsa-utils mplayer smplayer gstreamer0.10-ffmpeg gs...
阅读全文
摘要:yaourt -S wqy-zenhei, firefox-i18n-zh-cn, flashplugin, wqy-microhei ttf-arphic-ukai ttf-arphic-uming file-roller unrar zip unzip p7zip arj unace libr...
阅读全文
摘要:$ yaourt -S zsh aur/oh-my-zsh-gitRun for the first time, zsh will prompt for configuration. Just ignore it, because we could use oh-my-zsh to help lat...
阅读全文
摘要:Although in other distros locate and updatedb are in the findutils package, they are no longer present in Arch's package. To use it, install the mloca...
阅读全文
摘要:First, install necessory packages:yaourt -S apache php mariadb phpmyadmin php-apache Note: libphp5.so included with php-apache does not work with mod_...
阅读全文
摘要:firefox is in the official repo, google-chrome resides in AUR
阅读全文
摘要:swith to super user 'root', issue this command:#visudoadd this line to it:victor ALL=(ALL) NOPASSWD: ALL'NOPASSWD', as it indicates, lets user to issu...
阅读全文
摘要:'yaourt' is the main reason that I stick to Arch Linux, so I couldn't wait to install it.First you need to add these lines to the bottom of /etc/pacma...
阅读全文
摘要:Initally, there is only one user on the system: root.It's a good idea to add an ordinary user, there is the command:#useradd -m victor#passwd victor#u...
阅读全文
摘要:The packages we need is:Desktop environment: xfcepacman -S xfce4 xfce4-goodies A X Window System: xorg-serverpacman -S xorg-server xorg-server-utils x...
阅读全文
摘要:I followed strictly to the Arch Wiki 'Beginners' guide'. As I'm using a new computer, and the motherboard support UEFI mode, I tried this new mode for...
阅读全文
摘要:I bought a new desktop comp today. Here is what it looks like:CPU: INTEL Pentium G3258MB: MSI B85-G41 PC MATERAM: Kingston DDR3 1600 4G *1HD: Samsu...
阅读全文