Monthly Archives: October 2016
用树莓派搭建BT下载服务器
用树莓派搭建BT下载服务器,外出或睡觉的时候就不用开着电脑下载了,而且更省电。很简单,只要安装 transmission 就可以了,更棒的是它还可以通过 Web 界面控制!
1.首先安装 transmission:
1
|
sudo apt-get install transmission-daemon |
find 命令
Linux中find常见用法示例
·find path -option [ -print ] [ -exec -ok command ] {} \;
pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。
-print: find命令将匹配的文件输出到标准输出。
-exec: find命令对匹配的文件执行该参数所给出的shell命令。相应命令的形式为’command’ { } \;,注意{ }和\;之间的空格。
-ok: 和-exec的作用相同,只不过以一种更为安全的模式来执行该参数所给出的shell命令,在执行每一个命令之前,都会给出提示,让用户来确定是否执行。 Continue reading find 命令
python 模块学习 hashlib
一、hashlib概述
涉及加密服务:14. Cryptographic Services
其中 hashlib是涉及安全散列和消息摘要,提供多个不同的加密算法借口,如SHA1、SHA224、SHA256、SHA384、SHA512、MD5等。 Continue reading python 模块学习 hashlib
Python 模块学习:os模块
一、os模块概述
Python os模块包含普遍的操作系统功能。如果你希望你的程序能够与平台无关的话,这个模块是尤为重要的。(一语中的) Continue reading Python 模块学习:os模块
Python图像处理库:Pillow 初级教程
Image类
Pillow中最重要的类就是Image,该类存在于同名的模块中。可以通过以下几种方式实例化:从文件中读取图片,处理其他图片得到,或者直接创建一个图片。 Continue reading Python图像处理库:Pillow 初级教程
iPhone 4S短信中心查看与设置
如何查看中心号码
在“拨号键盘”中输入“*#5005*7672#”,点击“呼叫”,就可以看到iPhone4设置的短信中心号码
如何设置短信中心号码
在“拨号键盘”中输入“*5005*7672*短信中心号码#”,正确输入之后,点击“呼叫”,即可完成对短信中心号码的设置
各个地区的短信中心号码是不一样的,可以打当地的客服电话进行咨询,中心号码的前面都有+号的,在拨号界面长按0就可以打出+号了
How To Create a Calibre Ebook Server on Ubuntu
Introduction
Calibre is a free and open source ebook manager.
Although Calibre is probably better known for its desktop client, it can also act as a powerful server, allowing you to access your ebooks from anywhere in the world (or share your collection with friends). Keeping your ebooks on a server is great, as you aren’t reliant on having the same reading device with you whenever you want to read. And if you go traveling, you don’t need to worry about taking your ebook collection with you! Continue reading How To Create a Calibre Ebook Server on Ubuntu
tricks to use Cairo-Dock
Here are some few tricks to use Cairo-Dock efficiently within Unity.
Continue reading tricks to use Cairo-Dock
Replace Unity with Cairo-Dock
Here is an easy way to use Cairo-Dock as a shell, instead of Unity on Ubuntu Oneiric (11.10) and newer.
It will remove the top panel and the left bar. Continue reading Replace Unity with Cairo-Dock