Aug 15 2011

Installing GRUB and Puppy Linux to Portable Hard Drive from Linux

Yuliang Jin

In this post we talk about how to install Puppy Linux to portable hard drive from Linux, with GRUB as the Boot Loader....... Read more


Aug 15 2011

Linux下为移动硬盘安装Puppy Linux和GRUB引导

Yuliang Jin

本文我们讨论如何在Linux下为移动硬盘安装Puppy Linux,并使用GRUB作为Puppy Linux的Boot Loader。...... Read more


Aug 10 2011

旧文重读 — 夜空下

Yuliang Jin

重读

记得是在大一,刚刚离开家来到哈尔滨的时候,写过这篇自命为《夜空下》的短文。与其说写,其实也可以说是杂糅,高三的时候爱背诵,中英古今,大脑库存远比现在丰富,这文中许多句段,就脱胎自我背诵的不知哪家作者之手。那时候背诵入迷,记忆也灵光,最佳时甚至也可以过目成诵,不像现在,一张储蓄卡号,几次三番也没能记下来。...... Read more


Aug 7 2011

设置路由表使国内IP不走VPN线路

Yuliang Jin

国内绕过网络审查的方式多种多样,其中我认为SSH隧道VPN是两种最安全和最流行的方法了。我自己就在一个美国VPS上配置了自己的VPN服务,我的这篇文章里有配置方法。...... Read more


Aug 7 2011

Route by IP Addresses when Using VPN to Bypass Internet Censorship

Yuliang Jin

Various techniques are in use by netizens in China to bypass the severe Internet Censorship the government has set up. Among them, SSH tunnel and VPN are two of the safest and most popular solutions. I myself run a PPTP VPN service on a VPS in the US....... Read more


Aug 4 2011

Setting up SSH Public Key Authentication to Login Without Password

Yuliang Jin

Compared to the traditional password authentication, it’s more convenient and more secure to setup public key authentication over SSH. Using this technique, we can perform an automatic login without entering any password. This is usually very useful when we want to call ssh within a shell script. In this article we show how to setup SSH public key authentication between two Linux hosts....... Read more


Aug 2 2011

Linux下建立SSH隧道做Socket代理

Yuliang Jin

本文介绍如何使用SSH创建Socket代理,为本地局域网提供应用程序级别的代理服务,并提供一个自动化的脚本,一条命令完成工作。...... Read more