freehelia_ebook

Table of Contents Implementing Free Software Solution in Workstations – Case: Linux in Helia – One page version Abstract Paper Contents 1 Introduction – FreeHelia 1.1 Previous Research 1.2 Goals and Research Problem 1.3 Method and Structure of the Thesis … Continue reading

Posted in Old Site | Tagged , | Comments Off on freehelia_ebook

aboutusers

  #!/bin/bash # aboutusers – print information about human users # (Actually a bash shell scripting example program) # (c) 2006-03-06 Tero Karvinen www.iki.fi/karvinen # GNU General Public License version 2   for DIR in /home/* do USER=$(basename $DIR); echo … Continue reading

Posted in Old Site | Tagged , , , | 1 Comment

Un – uncompress many archive formats

Un – uncompress many archive formats #!/bin/bash # echo “un – extract archive in a new directory. Usage: un <archivefile>” # (c) 198x-2005 Tero.Karvinen atSign iki.fi GNU General Public Licence # 2006-01-24 Published on the web page, removed some unneeded … Continue reading

Posted in Old Site | Tagged , , , | Comments Off on Un – uncompress many archive formats

Ubuntu Linux on HP omnibook xe4500

Table of Contents Ubuntu Linux on HP omnibook xe4500 What Works? Works Perfectly Works Partially Not Tested Yet Mechanically Broken Installation Touchpad Scroll See Also Ubuntu Linux on HP omnibook xe4500 Installation of Ubuntu Breezy Badger 5.10 on HP omnibook … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on Ubuntu Linux on HP omnibook xe4500

International ISO-8601 Date Format on Thunderbird

Table of Contents International ISO-8601 Date Format on Thunderbird Fix for Ubuntu Fix for other Debian derivatives Future See Also International ISO-8601 Date Format on Thunderbird International standard is to format dates like “2005-12-11 18:13”. However, the popular email client … Continue reading

Posted in Old Site | Tagged , , , , , , | Comments Off on International ISO-8601 Date Format on Thunderbird

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

Welcome to TeroSee

Welcome to TeroSee The foo is not bar because of xyzzy. Please baz your gazonk. References Metasyntactic varialbe See 2

Posted in Old Site | Tagged | Comments Off on Welcome to TeroSee

HtmlRedirect Source

HtmlRedirect Source See also: Redirect web page #!/bin/bash # htmlredirect – create static html redirect page to new url     if [ “” == “-h” ]; then cat << EOT htmlredirect v0.2 – create static html redirect page to … Continue reading

Posted in Old Site | Tagged | Comments Off on HtmlRedirect Source

SSH Public Key Authentication – Manual Setup

Table of Contents SSH Public Key Authentication – Manual Setup Procedure Put your public key to authorized_keys Test SSH Public Key Authentication – Manual Setup SSH public key authentication allows ssh login without password. Because public key is, well, public, … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on SSH Public Key Authentication – Manual Setup

Ssh public key authentication

Ssh public key authentication How to set up public key authorization with linux distributions using openssh, such as Fedora, Red Hat or Debian. In this howto, you are on your own computer (whose name is local) as user erkki. You … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on Ssh public key authentication