sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

Sshfs allows you to browse your own folders over the Internet. It’s a real mount, a directory on your computer, so any program can access the files. And it uses SSH, making it very secure. $ sshfs -o reconnect,ServerAliveInterval=5,ServerAliveCountMax=3 tero@example.com:/ mnt/tero/

Posted in Uncategorized | Tagged , , , , , | Comments Off on sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

Kyy 0.2 Beta – Python Cheatsheet in Code

Kyy is Tero’s Python Cheatsheet in Code. Kyy shows you how to program the most common things in Python. Each concept is shown as a separate, stand alone program. This is the obvious stuff I don’t want to search for … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , | Comments Off on Kyy 0.2 Beta – Python Cheatsheet in Code

Git from Offline to Network

Syncrhonize Git project over network, even if you started it locally. Git is the version control system designed by Linus and used by Google, Facebook, Microsoft, Rails and of course Linux. You can do it too. You can start tracking … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on Git from Offline to Network

Linux as a Client to Windows SMB Shares

Table of Contents Linux as a Client to Windows SMB Shares Quick Mini-HOWTO Step-by-Step Process for Troubleshooting Linux as a Client to Windows SMB Shares This article briefly explains how to access Windows SMB shares in Linux. Linux is a … Continue reading

Posted in Old Site | Tagged , , , , , , , | Comments Off on Linux as a Client to Windows SMB Shares

DHCP – automatic network configuration

Table of Contents DHCP – automatic network configuration DHCP Server Setup Test with a Client See also DHCP – automatic network configuration Almost all networks use DHCP to share network configuration (such as ip-addresses) automatically. This document explains how to … Continue reading

Posted in Old Site | Tagged , , , , , , , | Comments Off on DHCP – automatic network configuration