Showing posts with label server. Show all posts
Showing posts with label server. Show all posts
Sunday, July 6, 2008
Thursday, May 29, 2008
Linux Server
Install the latest security updates ... (again)
Install xalan:
Install xalan:
Where can I find AxKit package?> 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
Friday, May 23, 2008
Linux Server
Install the latest security updates ... (again)
Check if sshd is running, if not install the package:
Check if sshd is running, if not install the package:
Looking for Axkit package now ...> 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
Monday, May 19, 2008
Monday, May 12, 2008
Subscribe to:
Posts (Atom)