2 GnuPG
GnuPG的全称是GNU隐私保护(GNU Privacy Guard),常常被称为GPG,它结合了一组加密软件。它是由GNU项目用C编程语言编写的。最新的稳定版本是2.0.27。
在如今的大多数Linux发行版中,gnupg程序包都是默认随带的,所以万一它没有安装,你可以使用apt或yum从软件库来安装它。 Continue reading linux 文件加密 gnupg
Category Archives: SYSTEM
路由表追踪命令 windows linux
windows下:tracert
Linux下:traceroute
dietpi for raspberry pi
Version:1.0 StartHTML:000000208 EndHTML:000011166 StartFragment:000002379 EndFragment:000011104 StartSelection:000002400 EndSelection:000011098 SourceURL:http://dietpi.com/phpbb/viewtopic.php?f=8&t=9DietPi / Fuzon View topic – Getting started | Download DietPi image Continue reading dietpi for raspberry pi
Getting a Python script to run in the background (as a service) on boot
For some of my projects I write a simple service in Python and need it to start running in the background when the Raspberry Pi boots. Different Linux distributions use different ways of starting and stopping services (some now use Upstart, some systemd). I am using the “Wheezy” Debian distribution on my Raspberry Pi, and in this case the proper way to do this is using an “init script”. These are stored in the /etc/init.d folder. In there you can find scripts that for instance, start the networking system or a print server. Debian Wheezy uses the old Sys V init system which means that these scripts are run according to symbolic links in the /etc/rc.x directories. The Debian documentationexplains this. Continue reading Getting a Python script to run in the background (as a service) on boot
Linux端口占用查看
今天发现服务器上Tomcat 8080端口起不来,老提示端口已经被占用。 Continue reading Linux端口占用查看
Django部署至Apache的步骤 Ubuntu12.04
0x00 前言
在这里先说一点人生的经验 之前买了腾讯云的服务器(有学生认证的话只要1块钱) 我明明在自己电脑上ubuntu虚拟机用了一年多了 却作死选了个Centos 还是最新版的(7.2) 于是出现了各种问题 网上的解决方案都很少 最后因为一些很扯的问题放弃了 重装了一个ubuntu12.04的系统 感觉舒服 简单 多了 Continue reading Django部署至Apache的步骤 Ubuntu12.04
raspbian 解压 rar
sudo apt-get install unrar-free
if not, try unrar-nonfree by following the instruction next: Continue reading raspbian 解压 rar
raspbian 安装 7zip
sudo apt-get install p7zip-full Continue reading raspbian 安装 7zip
已达到计算机的连接数最大值
一:右击我的电脑–管理,打开系统工具–共享文件夹–会话,手动删除里面的会话;
二:在开始-运行栏里输入gpedit.msc,回车后,选择计算机配置–管理模板–windows组件–远程桌面服务–远程桌面会话主机–连接,打开右边显示框中的‘限制连接的数量’
raspberry pi 树莓派 安装中文输入法Fcitx及Google拼音输入法
安装完毕,reboot即可。