Table of Contents

Software links

Web

Wiki

Web-based Information Systems

Development

HTML

XML-RPC

LDAP


Abbreviations:

DN  Distinguish Name
DC  Domain Component
OU  Organisational Unit
UID User id
CN  Common Name
SN  Surname
L   Location
O   Organisation
ST  State
C   Country

Example:
dn: cn=sysadmin,ou=Group,dc=pisoftware,dc=com
Q: Are DN's case-insensitive ?

A: A DN is a sequence of RDNs. An RDN is a sequence of Attribute-value pairs. Each attribute has its own schema definition with its own governing rules. Some attributes are case-sensitive, some are not. As such, a complete DN may have components that are case-sensitive as well as case-insensitive.

Software

PDF software

EPUB software

Text editors

eBook readers

DVD

DVD ripping

DVD decrypter

DVD Shrink

K9Copy

Handbrake

DVD tools for Mac

Convert Nero NRG to ISO

# Nero add 600 bytes to front of ISO
dd if=image.nrg of=cdrom.iso bs=512 skip=600

or: nrg4iso can be downloaded from http://code.google.com/p/nrg4iso/downloads/list (it's the Mac OS X executable). It's pretty straightforward. You run it in Terminal and for some reason you have to type “./nrg4iso”. So, for example, you would type “./nrg4iso foo.nrg foo.iso” to create foo.iso from foo.nrg.

Better:

Tools

Copy CD Audio

BitTorrent Torrent sources

p2p progs

Other

Telnet / SSH client

Progs

CMDB

Windows File Search tools

Local Software for Download


Network File Systems

Andrew Filesystem AFS

WebDav

Email clients

Thunderbird

Microsoft Windows

Install W7 from USB

Virtualization

VMWare

VMware ESX

VMware OVF

VMware Tools

Trouble installing vmware-tools on Debian6 within Fusion4.1 guest

http://www.visoracle.com/vm/debian40/installvmwaretools.html http://communities.vmware.com/thread/151119 http://justcheckingonall.wordpress.com/2008/02/09/how-to-install-vmware-tools-on-ubuntudebian/ http://communities.vmware.com/message/1684866?tstart=0 http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1898

KVM

VirtualBox

OpenVZ

Qemu

XEN

egrep '(vmx|svm)' /proc/cpuinfo

Debian DomU on Centos Dom0