How To Secure Your Ubuntu 10.10 Desktop With LinOTP 2
This howto will guide you to set up a LinOTP
standalone one time password authentication
backend on your Linux machine. This enables you to add two factor authentication with one
time passwords
to your desktop login. LinOTP is a modular OTP (one time password) solution, that supports many different
OTP tokens.
How To Use FreeRADIUS With LinOTP 2 To Do Two Factor Authentication With One Time Passwords
This howto will guide you to set up RADIUS authentication with the LinOTP 2 Community Edition. LinOTP
is a one time password backend that enables you to do two factor
authentication with a broad variety of different hardware devices,
software tokens and SMS.
How To Set Up OpenVPN To Authenticate With LinOTP
This howto will show you the way to set up OpenVPN to authenticate users
against the LinOTP authentication backend. Thus you can bring up your
VPN using two factor authentication with different kind of OTP tokens.
Chrooting Apache2 With mod_chroot On Debian Squeeze
This guide explains how to set up mod_chroot
with Apache2 on a Debian Squeeze system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On Debian Lenny
This guide explains how to set up mod_chroot
with Apache2 on a Debian Lenny system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
I've installed apache2 on my ubuntu machine using the apt-get package manager. It installed apache 2.2.16. I'd like to upgrade to the latest (or at least a newer version) of apache2 but apt-get upgrade and update don't seem to find a newer version. When I type
apt-get install -s apache2
It tells me
apache2 is already the newest version.
Do I need to download this package manually?
I installed apache with apt-get install apache2 then tried wget localhost and got:
--2012-09-21 23:12:29-- http://localhost/
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80...
I want to install mailman (just to use it's mail archiving feature) but Ubuntu wants to pull down a load of extra dependencies.
sudo apt-get install mailman
Reading package lists... Done
Building dependency tree
Reading state information...
I updated from to 12.10 I came from 12.04, but since then I can't restart Apache2.
#service apache2 start
* Starting web server apache2
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
apache2: Syntax error on line 214 of /etc/apache2/apache2.conf: Could not open
configuration file /etc/apache2/httpd.conf: No such file or directory Action 'start' failed.
The Apache