Dc204 "Installing and using SCREEN."

Aug 21

This manual is the first in a 4 part series in using some basic command line applications.
In this part of the series we focus on installing SCREEN, a terminal application for the Linux command line. Screen enables you to run several command line applications (in different shells) at the same time. ( And leave them running even if you disconnect from the shell, so you can re-connect later).
You can use screen on the “local” command line window on your linux system. ( working locally on the computer) or via an SSH connection if you have setup an SSH-server as we explained earlier on in the KWTV Screencasts : Episode one and  Episode two

Shownotes.

  • Why Screen
  • Adding and removing shells.
  • Naming your windows.
  • Splitting your screen.
  • Other Commands.

Related Posts


Dc203 "Ubuntu as an SSH Proxy"

May 08

In a brand new episode of the Knightcast Docu Cast where we show you how to use your Ubuntu Server as an SSH Proxy. Surf the web with Firefox and use Putty together with Ubuntu to create your own Firewall busting SSH Tunnel. Together with Putty and Firefox you can now setup your own SSH Tunnel to your Ubuntu Server. Surf securely, bypass the company firewall of keep nosy people away from your web traffic when you are on that public hotspot. Download and install … DC003.

Shownotes.

  • Download Putty
  • Configure your SSH tunnel
  • Configure Firefox to use the tunnel
  • Test the configuration.

 

Related Posts


Dc202 "A very simple backup script for linux"

Mar 15

In this episode of the knightwise.com Docu-cast series we show you how to build your very own backup script on your linux system. With this script you can automatically create zip-filed-backups of the home folders of all the users on your system. We add some extra security to the mix by making the backup folder a “dropbox” for all your other users. That way they can “drop” files into the backup folder, but are unable to see any other files in the folder that have been put there by other users.

Shownotes.

  • Creating the destination directory.
  • Setting up the correct file permissions with chmod.
  • Writing the script.
  • Testing the script.
  • Automate the Process using Cron.

Related Posts


Dc201 "Installing Bashpodder"

Mar 07

How about a PDF-manual in your feed to explain how to use and install the mighty simple program of bashpodder. Follow the step by step instruction to install bashpodder, a command line based podcatcher on your linux system. After that, go one step beyond and automate the entire process via CRON. Set when and where you want to get your podcasts downloaded and let technology work for you.

Shownotes.

  • Downloading Bashpodder
  • Installing Bashpodder
  • Configuring what podcasts to download
  • Check your downloads
  • Automate the Process using Cron.

Related Posts