-
Recent Posts
Tags
Categories
Recent Comments
- rp on Riak vs CouchBase
- Typo 6.1 Exporter for Wordexpress | Competo Tech Blog on Migrating a blog from Typo 6 to WordPress 3.4
- Migrating a blog from Typo 6 to Wordpress 3.4 | Competo Tech Blog on Migrating a blog from Typo 6 to WordPress 3.4 (imported)
- rp on Migrating a blog from Typo 6 to WordPress 3.4 (imported)
- rp on Migrating a blog from Typo 6 to WordPress 3.4
Archives
Tag Archives: ubuntu
Mount Box.net to Ubuntu
I have this box.net account with 50GB free space unused. As Box supports DAV, we can mount it as backup storage. Below lists the commands to get you there. $ sudo apt-get install davfs2 #assume you don’t have davfs2 installed … Continue reading
Add Swap Space in Ubuntu
Many vendors provide no default swap partition in their images. If you use Ubuntu, here’s a quick way to add swap space, which is useful when you may run out of allocated physical memory. $ swapon -s $ sudo dd … Continue reading