摘要:
"Shadowsocks 的依赖之一 libsodium 的代码出现了一些变动,导致 Shadowsocks 无法正常工作", 电脑上没有安装libsodium,哈 * Messages for package net-proxy/shadowsocks-libev-3.2.5: * You nee 阅读全文
摘要:
我的GENOO有GNOME,所以在出现“java headless-awt"之后,我改成USE=”-headless-awt“,重新EMERGE ORACLE-JDK-BIN ,就好了。 其实,相关的知识在这两个链接里 https://www.oracle.com/technetwork/artic 阅读全文
摘要:
Determining the configuration strategy that matches your organization's requirements requires careful planning and an understanding of the complicatio 阅读全文
摘要:
.tar 解包:tar xvf FileName.tar 打包:tar cvf FileName.tar DirName (注:tar是打包,不是压缩!) .gz 解压1:gunzip FileName.gz 解压2:gzip -d FileName.gz 压缩:gzip FileName .tar 阅读全文
摘要:
efibootmgr On UEFI based systems, the UEFI firmware on the system (in other words the primary bootloader), can be directly manipulated to look for UEF 阅读全文
摘要:
近期,有同事非要在EXCEL里实现复选框显示/隐藏特定数行的功能,在帮助其实现过程中发现,很有必要了解表单控件和ACTIVEX控件的区分。 首先,要记住一个网址:http://www.excelhome.net/,可能做软件开发的会觉得这些内容很LOW,确实,我也这样感觉,因为现在有OA,有DB,有 阅读全文
摘要:
Centos系统备份与恢复 linux所有的东西都是文件,基于这一点,备份和还原还是比较简单方便的。习惯用三种命令:tar,dd,rsync。详细的用法可以man。 Centos系统备份与恢复 linux所有的东西都是文件,基于这一点,备份和还原还是比较简单方便的。习惯用三种命令:tar,dd,rs 阅读全文
摘要:
What's GIT? What is Git in a nutshell?This is an important section to absorb,because if you understand what Git is and the fundamentals of how it work 阅读全文
摘要:
GNOME3 升级后,没有设置开机启动项的地儿了,那就手动来修改吧,反正 linux全是文件。 $ cp /usr/share/applications/fcitx.desktop /home/sirius/.config/autostart/fcitx.desktop 或者 用TWEAKS(#yu 阅读全文
摘要:
经常需要将多个 PDF 合并为一个文件,这里收集了网上给出的一些方案,并总结一下。 推荐使用cpdf cpdf命令行工具 cpdf 全称是 Coherent PDF Command Line Tools,是一个强大的 PDF 处理工具。PDF 合并只是它的一个功能之一。 cpdf input1.pd 阅读全文