Active directory authentication + pptpd (poptop)

June 29, 2010

The poptop site has a great article on this… http://poptop.sourceforge.net/dox/replacing-windows-pptp-with-linux-howto.phtml

0

Active directory + Linux SVN server (+trac)

June 24, 2010

This site has a great article on how to enable LDAP auth (AD) w/ subversion + apache running on a linux machine…

http://www.jejik.com/articles/2007/06/apache_and_subversion_authentication_with_microsoft_active_directory/

0

extlinux conf file…

April 21, 2010

extlinux uses extlinux.conf NOT extlinux.cfg!

0

fedora livecd-creator unmount issues

April 14, 2010

While building with livecd-tools (livecd-creator) in Fedora 12, I ran into an issue where it will error out b/c it is unable to unmount. It returns a error message including:

umount: /var/tmp/imgcreate-eNHsQm/install_root: device is busy.
        (In some cases useful info about processes that use

I have managed to work around this by reviewing a couple of issues logged in bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=501334

and https://bugzilla.redhat.com/show_bug.cgi?id=509427

0

Cool commandline and command tricks

March 31, 2010

This site rocks… long live “sudo !!”

http://www.commandlinefu.com/commands/browse/sort-by-votes

0

ESXi console / cli

March 1, 2010

ESXi has a console. Easy to google and find instructions on how to access it.

It is also possible to enable SSH server to allow remote login to the console.

You can then register vms, format partitions as vmfs and perform other operations using vim-cmd, vmkfstools, or esxcfg-* commands.

0

Nokia N810 Wimax Edition

January 3, 2010

The Nokia N810 Wimax Edition is a neat little device.

It runs a linux-based OS called maemo, and is able to connect via various means including Wimax and Wifi.

It runs a firefox-based browser and has a built in google talk and SIP client. It is also possible to install Skype. This means you can have a handheld device w/ relatively inexpensive Wimax service and be able to make calls to landline/cell phones using VOIP.

I procured this device for a fraction of its original MSRP via e-bay and was able to connect to Clear Wimax service in the Austin area. I am getting speeds of around 4mpbs down and .5 to 1 mpbs up on this device.

I intend to poke around and see if I can make the device a wifix hotspot for the Wimax connection, usb/bluetooth tethering, etc.

Thus far two issues I have seen with the device and/or the service:

  1. Clear service is not as widespread as 3G in Austin… Within my house, some areas are great, others are spotty. I experienced the same driving around town.
  2. The device doesn’t seem to seamlessly transition between Wimax towers like my 3G devices do.. It will lose signal and drop the internet connection, prior to picking up another tower. Until this is addressed, it will not be possible to maintain a VOIP phone conversation while driving.
0

Concurrent Remote Desktops

December 4, 2009

Instructions here

If system is on a domain, be sure to add the additional reg key to enable this properly. The instructions for this are listed in the comments section at the location above.

0

cygwin in windows domain environments

December 1, 2009

when you log into cygwin you will be prompted to generate an /etc/passwd and /etc/group file… however in large domain enivornments with tons of users and groups, this can take a long time or even hang.. here is a procedure to get this to work:

http://www.cygwin.com/ml/cygwin/2005-06/msg00384.html

0

Determing source file of a symlink in python

October 15, 2009

os.path.realpath(symlink)

0