上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页
SSH原理与运用(二):远程操作与端口转发 作者:阮一峰 (Image credit: Tony Narlock) 七、远程操作 SSH不仅可以用于远程主机登录,还可以直接在远程主机上执行操作。 上一节的操作,就是一个例子: $ ssh user@host 'mkdir -p .ssh && cat Read More
posted @ 2016-09-02 18:13 godjob Views(204) Comments(0) Diggs(0) Edit
SSH是每一台Linux电脑的标准配置。 随着Linux设备从电脑逐渐扩展到手机、外设和家用电器,SSH的使用范围也越来越广。不仅程序员离不开它,很多普通用户也每天使用。 SSH具备多种功能,可以用于很多场合。有些事情,没有它就是办不成。本文是我的学习笔记,总结和解释了SSH的常见用法,希望对大家有 Read More
posted @ 2016-09-02 15:59 godjob Views(143) Comments(0) Diggs(0) Edit
Protocol The shadowsocks protocol is very similar to SOCKS5 but encrypted and simpler. Below is the structure of a shadowsocks request (sent from clie Read More
posted @ 2016-09-01 23:59 godjob Views(215) Comments(0) Diggs(0) Edit
密码学中,区块(Block)密码的工作模式(英语:mode of operation)允许使用同一个区块密码密钥对多于一块的数据进行加密,并保证其安全性。[1][2] 区块密码自身只能加密长度等于密码区块长度的单块数据,若要加密变长数据,则数据必须先被划分为一些单独的密码块。通常而言,最后一块数据也 Read More
posted @ 2016-09-01 22:59 godjob Views(3859) Comments(0) Diggs(0) Edit
文件形式的邮件 #!/usr/bin/env python3 #coding: utf-8 import smtplib from email.mime.text import MIMEText from email.header import Header sender = '***' recei Read More
posted @ 2016-09-01 16:53 godjob Views(686) Comments(0) Diggs(0) Edit
2. TCP keepalive overview In order to understand what TCP keepalive (which we will just call keepalive) does, you need do nothing more than read the n Read More
posted @ 2016-09-01 12:48 godjob Views(230) Comments(0) Diggs(0) Edit
知其所以然 本文不是教程向,倾向于分析科学上网的一些原理。知其所以然,才能更好地使用工具,也可以创作出自己的工具。 科学上网的工具很多,八仙过海,各显神通,而且综合了各种技术。尝试从以下四个方面来解析一些其中的原理。大致先原理,再工具的顺序。 dns http/https proxy vpn soc Read More
posted @ 2016-08-31 23:54 godjob Views(8481) Comments(0) Diggs(0) Edit
One Time Auth One-time authentication (shortened as OTA) is a new experimental feature designed to improve the security against CCA. You should unders Read More
posted @ 2016-08-31 22:49 godjob Views(512) Comments(0) Diggs(0) Edit
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp Read More
posted @ 2016-08-30 10:29 godjob Views(182) Comments(0) Diggs(0) Edit
问题:我有个 Linux 进程运行在多核处理器系统上。怎样才能找出哪个 CPU 内核正在运行该进程? 当你在 多核 NUMA 处理器上运 行需要较高性能的 HPC(高性能计算)程序或非常消耗网络资源的程序时,CPU/memory 的亲和力是限度其发挥最大性能的重要因素之一。在同一 NUMA 节点上调 Read More
posted @ 2016-08-30 10:24 godjob Views(393) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页