Main Page
From QwikITedia
Contents |
Database
- Notes on MySQL and PostGres as they pertain to Ubuntu Hardy Heron 8.04.x LTS (64-Bit) Server
jQuery UI Tips
- This area will harbor some quick How To's with respect to jQuery based technologies
Install TomCat Servlet Container
- Installing TomCat on Linux.
Linux Server
- CentOS, Redhat and Gentoo reference
SFTP Jail
- Create a Jail for a distinct third party upon your SFTP server
Ubuntu (Specific) Server
- Ubuntu build, iscsi SAN, Distro Upgrade and JeOS Virtualization
VNC Server
- Install of VNC Server on Ubuntu and notes on how to get a client for Windows
Cheat Sheets
- Miscellaneous IT tips to get things accomplished faster
Overview IS & T iNotepad
I've done quite a lot of IT related work. This Wiki is my internet IT notebook. I won't guarantee its accuracy but if you feel particularly strongly about something, you can contact me.
I'll try to make it step-wise informative. Unfortunately I can't leave it open to editing by everyone as some have abused the privilege already.
NOTE
- When administering a Linux or Unix system, you should always run commands from the command line as sudo and not directly as root. Where you see things like:
root@servername# apt-get update
..that's me being lazy, the command line prompt would actually look like:
username@servername$ sudo apt-get update
You use sudo so that you can track who did what and why in a collaborative environment.