User Tools

Site Tools


linux:welcome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux:welcome [2012/02/02 15:16]
claes [Novell drive on Linux]
linux:welcome [2012/02/03 15:10]
claes [openssh-server]
Line 1: Line 1:
 ====== Linux Help ====== ====== Linux Help ======
 +===== openssh-server =====
 +Install
 +  * openssh-server
 +  * ufw
 +  * gufw
 +
 +Use gufw to setup the firewall. Create rules to open port 22 for incoming data.
 +
 +
 +
 +===== Hohenheim VPN =====
 +This solution is working for Ubuntu 11.10, may work on other OS as well.
 +
 +Install packages
 +  * vpnc
 +  * network-manager-vpnc-gnome
 +  * network-manager-vpnc
 +
 +Login to Hohenheim intranet and find [[https://rz-static.uni-hohenheim.de/kommunikation/vpn/Anleitung-vpnc.html]]. Here you will find the official description for connecting via vpnc.
 +
 +In Ubuntu vpnc.conf is located at /etc/vpnc/ If you create a file called
 +  default.conf
 +you can connect to the VPN by typing
 +  sudo vpnc
 +otherwise you have to type
 +  sudo vpnc [name of conf-file]
 +  
 +<file conf default.conf>
 +IPSec gateway 144.41.19.24
 +IPSec ID Hohenheim-radius
 +IPSec secret Kartoffel
 +IKE Authmode psk
 +Xauth username [username]
 +Xauth password [password]
 +</file>
 +
 ===== Novell drive on Linux ===== ===== Novell drive on Linux =====
 Many people need to access their Novell network drives from within Ubuntu. This page describes how to mount your Novell network drives so that you can read and write to them. It is specific for Hohenheim University section 440c. Many people need to access their Novell network drives from within Ubuntu. This page describes how to mount your Novell network drives so that you can read and write to them. It is specific for Hohenheim University section 440c.
Line 48: Line 84:
 You just have to create the directory /media/novell/ You just have to create the directory /media/novell/
  
 +To unmount use this command
 +  ncpumount /media/novell/
 +  
 === Create the directory === === Create the directory ===
 Create a new directory called "/media/novell" Create a new directory called "/media/novell"
Line 155: Line 194:
 <cite>[[http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing]]</cite> <cite>[[http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing]]</cite>
 </blockquote> </blockquote>
 +
 +===== to lowercase =====
 +  rename 'y/A-Z/a-z/' *
 +[[http://scottlinux.com/2011/04/24/batch-rename-files-with-rename/]]
linux/welcome.txt · Last modified: 2021/08/14 04:21 (external edit)