Table of Contents
Software links
Web
- JAF CMS → http://www.opensourcecms.com/
- Joomla CMS → http://www.joomla.org/
Wiki
Web-based Information Systems
- Sugar CRM → http://www.sugarcrm.com/
- vtiger CRM → http://www.vtiger.com/
- Tiny ERP → http://www.tinyerp.org/
- Open Bravo → http://www.openbravo.com/
- RT Ticketing → http://www.bestpractical.com/rt/
Development
HTML
- dummy text → http://www.loremipsum.nl/
XML-RPC
- JSON = JavaScript Object Notation (replaces XML and serialization)
LDAP
- An Introduction to perl-ldap → http://www.linuxjournal.com/article/7086
- ActiveDirectoryAuthenticationNotes
→ http://www.wlug.org.nz/ActiveDirectoryAuthenticationNotes - howto perl-ldap AD authentication
→ http://osdir.com/ml/lang.perl.modules.ldap/2003-08/msg00067.html - LDAP examples →
Managing Enterprise Active Directory Services - similar to flexvpn-ldap:
Active Directory Group Extraction for LDAP
- LDAP abbreviations, see:
→ RFC2256 - A Summary of the X.500(96) User Schema for use with LDAPv3
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
- Gliffy (Online replacement MS Visio) → http://www.gliffy.com/
- FTP client GPL → http://filezilla-project.org/
- SmartDraw (better than Visio) → http://www.smartdraw.com/
PDF software
- CutePDF printer → http://www.cutepdf.com/
- use 'gs' (ghostscript) to combine PDFs: article
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf \ source1.pdf source2.pdf source3.pdf etc.pdf
eBook readers
DVD
DVD ripping
- DVD to MPG4 OpenSource/Linux/Mac: Handbrake → http://handbrake.fr/
DVD decrypter
- DVD Decrypter → http://www.dvddecrypter.org.uk/
DVD Shrink
- DVD Shrink → Official site: http://www.dvdshrink.org/
latest version of DVD Shrink was released in 2005, Latest OFFICIAL Version - 3.2.0.15 - DVD Shrink download → http://www.mrbass.org/dvdshrink/
- DVD Shrink info → http://www.binaries4all.nl/dvdshrink/
K9Copy
- K9Copy = rip/decrypt/compress DVD to ISO or File
Handbrake
- HandBrake is an GPL open-source video transcoder for MacOS X, Linux and Windows.
- HandBrake = rip/decrypt DVD to file (AVI etc)
DVD tools for Mac
- Mac the Ripper → http://www.mactheripper.org/
- DVD Copy for Mac → http://www.xilisoft.com/dvd-copy-mac.html
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
- bittorrent
- Tribler (open-source, tu-delft) → http://www.tribler.org/
Other
- File extensions → http://www.jozy.nl/
- Read/write ISO CD-DVD: Infrarecorder → http://infrarecorder.sourceforge.net/
- Daemon Tools (ISO CDROM emulation)
→ http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&catid=5
Telnet / SSH client
Progs
- Truecrypt → http://www.truecrypt.org/
CMDB
Local Software for Download
- [Local Software for Download]
- Kiwi syslog daemon: http://www.kiwisyslog.com/products/
- iperf see: iperf
Network File Systems
Andrew Filesystem AFS
WebDav
Email clients
Thunderbird
Virtualization
VMWare
VMware ESX
- wikipedia → VMware ESX
- NOTE: download “vSphere Client” from the ESXi webinterface
- how to copy/clone a VM within ESXi (source):
- login in to vSphere
- open “configuration” → “Browse Datastore”
- manually create a new dir (with name of new VM)
- copy/paste .VMX and .VMDK files (only) from template-VM to new dir
- rename .VMX to new-VM name
- right-click .VMX and “Add to Inventory”
- Start new VM (it wil re-generate UUID and necessary files)
VMware OVF
- OVF = Open Virtualization Format
- Create OVF with free Studio
→ http://www.vmware.com/appliances/getting-started/learn/studio/overview.html - OVF Tool (CLI tool for import/export OFV)
→ http://communities.vmware.com/community/vmtn/server/vsphere/automationtools/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
- Windows VirtIO drivers
→ http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers - QEMU and Kernel-based Virtual Machine - Wiki
→ http://qemu-buch.de/e/Content - libvirt XML format: http://libvirt.org/formatdomain.html
- Coen: start libvirtd and libvirt-guest:
VirtualBox
OpenVZ
Qemu
- home → http://www.nongnu.org/qemu/
- wikipedia → QEMU
XEN
- How to tell if your processor support VT.
egrep '(vmx|svm)' /proc/cpuinfo
- Xen 3.0 user manual → http://tx.downloads.xensource.com/downloads/docs/user/
- Xen Networking and VLANs
→ http://wiki.xensource.com/xenwiki/XenNetworking - change in Centos52 → http://mike.neir.org/wiki/articles/CentOS-5_Xen
- Redhat virt-manager → http://virt-manager.et.redhat.com/
- duplicate (move/backup) a Xen DomU using LVM snapshots
→ http://etbe.coker.com.au/2007/09/07/duplicating-a-xen-domu/
