Backup Your Files Hierarchically to Dreamhost via Rsync

There’re some easy file backup n’ sync online services such as Amazon S3 and Dropbox, however I find it not so handy when I want to sync my linux files hierarchially.

I initially used git to sync my .vimrc file and my own ebuild repo, but it is not cost-efficient as I actually pay little attention to the tracking commit things. So I ended up using rsync to synchronize my linux files to my dreamhost account.

Preparation

Assuming you’ve already had a dreamhost account with shell access priviledge (any other hosts with shell access will be fine as well). And you’re going to backup the following files on your system to the dreamhost server:
Read More

在Dreamhost主机上搭建Git

假设你已经在本地搭建了一个git repository,现在需要把它上传到dreamhost主机上提供给别人pull,并方便自己在不同电脑上更新使用。这是我目前用的方法,当然首先你得先知道以下东西(以下内容均为假设,表胡猜我的帐号,密码了:D)

  • DH主机名: montty (假设)
  • DH用户名: hades (需开通shell操作权限)
  • 本地Git repo: /home/hades/software

1.在DH主机上安装Git

ssh登陆DH主机,在主目录下进行以下操作安装Git

$ mkdir src && cd src/
$ wget http://kernel.org/pub/software/scm/git/git-1.5.4.4.tar.gz
$ tar xzvf git-1.5.4.4.tar.gz
$ cd git-1.5.4.4
$ ./configure --prefix=/home/hades/ NO_CURL=1 NO_MMAP=1
$ make && make install

Read More

PP is Here

For those guys still missing PP

It’s HERE: http://pp.punkid.org !

I tried to set it up days ago, but the domain’s ip was inaccessible for those China Telecom (My Ass!) users in China. As i was busy in doing some other things, so i just put it down. Yesterday,I contacted the DH‘s service,asking them to change another available ip for me. And i’m quite appreciate their prompt reponse and enthusiastic help. Now PP is here !

I also get the PP’s feedburner back to its orignal owner: PP. That means, my personal blog’s feed service is no longer provided by http://feeds.feedburner.com/punkprojekt but http://feeds.feedburner.com/punkid

If you’d wish to subscribe my personal blog : ProjeKt D.K ,try this address:
http://feeds.feedburner.com/punkid

You Might Know

This site is powered by WordPress CMS & hosted by Dreamhustle Dreamhost.

And the theme is inspired by WP Typo and completely crafted under Gentoo Linux with VIM editor.

Sponsors

Monthly Archives

Search