Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Sunday, July 6, 2008

Linux Server

Update machine with the latest security packages.

Thursday, May 29, 2008

Linux Server

Install the latest security updates ... (again)
Install xalan:
> sudo apt-get install xalan
[...]
> dpkg -l | grep -E \(xerces\|xalan\)
ii libxalan110 1.10-3.1 Provides XSLT support for applications
ii libxerces27 2.7.0-5 validating XML parser library for C++
ii xalan 1.10-3.1 XSLT processor
Where can I find AxKit package?

Friday, May 23, 2008

Linux Server

Install the latest security updates ... (again)
Check if sshd is running, if not install the package:
> ps -ef | grep sshd
1000 8168 7633 0 21:59 pts/0 00:00:00 grep sshd
> sudo apt-get install openssh-server
[...]
> ps -ef | grep sshd
root 8349 1 0 22:03 ? 00:00:00 /usr/bin/sshd
1000 8373 7633 0 21:59 pts/0 00:00:00 grep sshd
Looking for Axkit package now ...

Monday, May 19, 2008

Linux Server

Install the latest security updates.
Install apache2-httpd:
> sudo apt-get install apache2

Monday, May 12, 2008

Appropriated ThinkPad T21-2647-8AU

[...] and installed Ubuntu 8.04 Hardy Heron.

Monday, January 7, 2008

Linux Server In A Stick, Second Trial

Looks like I screwed up the image when I tried to install the NDISWrapper since the stick doesn't reboot properly anymore.

I redeploy the image again to the USB drive ...maybe I need to invest on re-image script...

Thursday, January 3, 2008

Install NDISWrapper For Wireless Access

I attempt to install NDISWrapper for wireless access following this instruction: http://ubuntuforums.org/showthread.php?t=201902.

Apparently something is not right, since it doesn't work.

Friday, December 21, 2007

Linux Server In A Stick

Ingredient:
  1. 2GB bulk USB stick from Micro Center - 15.00
  2. Ubuntu 7.10 Gutsy Gibbon Live CD (from ubuntu-7.10-desktop-i386.iso)
Follow the instruction at pendrivelinux.com.

Let the hacking commence ...