w0rp zone

Blog

I'm Upgrading My Hard Disk

In case anyone missed the message and wants to know why I'm not on IRC, I'm currently upgrading my server's hard disk to a higher capacity. Once that's up and running, I should be able to archive more important Internet content than ever before. I'd like to recommend Clonezilla for being a very good utility for transferring data from disk to image to disk.

I should be online again within the next two days or so.

Post Your Comment

Need help with comment formatting?

Okay, here's a cheat sheet for you. Click here to get rid of this.

Choose a help topic below. Raw HTML for basic formatting allowed, and other HTML will be escaped. Other Markdown syntax is valid, but probably not relevant.

*italic* **bold**
_italic_ __bold__
1. Item #1
2. Item #2

* Unordered list item
* Unordered list item
Three backticks are your friend here: ```square = lambda x: x * x```

Also in a block like so:

```python
def square(x):
  return x * x
```