STATUS updates
======TODO====== * the formular plugin is giving me errors, need to figure this out (email assignment form) * update grade not-z scripts to handle/be aware of winter terms * update system page for (new)www * redo DSLAB tweedledee/tweedledum with squeeze rebuilt tweedledee, tweedledum on the way * rebuild DSLAB www, irc, auth as squeeze VMs * load balance/replicate www/wiki content between LAIR and DSLAB * adapt LAIR irc and lab46 to use self-contained kernels (how to do this?) * update system page for db * migrate nfs1/nfs2 system page to current wiki * update nfs1/nfs2 to squeeze * flake* multiseat page ======URLs====== Some links of interest: * [[http://www.llvm.org/|LLVM]] * [[http://www.reocities.com/harpin_floh/glglobe_page.html|GLglobe]] * [[http://www.heavens-above.com/|Heavens Above]] * http://wiki.debian.org/kristian_jerpetjoen * http://www.webupd8.org/2010/11/alternative-to-200-lines-kernel-patch.html * http://myproxylists.com/nix-brute-force * [[docs/plan9|My Plan9 Documentation page]] * [[system/sokraits_halfadder.offbyone.lan|The Sokraits/Halfadder System Documentation page]] * http://www.egghelp.org/commands/channels.htm * http://stackoverflow.com/questions/470617/get-current-date-and-time-in-php * http://www.rjsystems.nl/en/2100.php * [[http://bitsavers.trailing-edge.com/pdf/|BitSavers]] * [[http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/|Time Zone HTML5 app]] * http://toic.org/2009/01/18/reverse-ssh-port-forwarding/ * Divergent Thinking * http://en.wikipedia.org/wiki/Divergent_thinking * http://faculty.washington.edu/ezent/imdt.htm * https://help.ubuntu.com/community/Installation/QemuEmulator * Socket Programming * http://www.linuxhowtos.org/C_C++/socket.htm * http://www.few.vu.nl/~jms/socket-info.html * http://www.lowtek.com/sockets/ * http://www.tenouk.com/Module40.html * http://www.tenouk.com/Module42.html * http://www.tenouk.com/Module43a.html * ALIX * http://markshroyer.com/guides/router/ * http://markshroyer.com/2010/12/openbsd-alix-via-ubuntu/ * http://www.martinmellor.com/freebies/pinouts/IDE44_2_5_pinout.htm (IDE 44-pin pin-out) * BeagleBoard * http://elinux.org/BeagleBoardDebian * Xen * http://www.tumfatig.net/20110125/running-openbsd-on-xen/ (OpenBSD HVM) * http://www.mydigitallife.info/fix-gmail-imap-invalid-credentials-or-web-login-requires-failure-error/ * http://manoharvanga.com/hackme/ * http://chneukirchen.github.com/sabotage/ * http://www.linusakesson.net/programming/pipelogic/index.php * Free Data Structures eBook: http://dotnetslackers.com/Community/files/folders/data-structures-and-algorithms/entry30283.aspx ======Other Days====== ======May 12th, 2013====== =====FUSE OSX / FUSE-EXT2===== Finally got my EXT2 FUSE stuff working; had to install the compatibility layer. The following steps are worthwhile: * Install MacFUSE: http://code.google.com/p/macfuse/ * Install the ext2 FUSE module: http://sourceforge.net/projects/fuse-ext2/ * Use Disk Utility to get the device name of the ext3 drive (diskutil list) * Create a mount point by making a directory in your /Volumes folder or anywhere on your system. * fuse-ext2 /dev/disk2s2 /Volumes/mountpoint * To add write support, supply the "-o force" flag as follows: fuse-ext2 -o force /dev/disk2s2 /Volumes/mountpoint Not the fastest thing in the world, but it does work. ======May 11th, 2013====== =====B007 ports===== The following are what I can ascertain as being the current network wall ports in B007 (others still pending completion): * A1-A059: none (inactive, no link) * A1-A060: campus connection (143.66.50.18) * A1-A061: 10.103.20.6 * A1-A062: none (active but no IP) * A1-A063: phone * A1-A064: none (inactive, no link) * A1-A091: none (inactive, no link) * A1-A092: none (inactive, no link) * A1-A095: none (inactive, no link) * A1-A096: none (inactive, no link) * A1-A087: none (inactive, no link) * A1-A088: none (inactive, no link) ======May 10th, 2013====== =====B007 newLAIR is a go===== Big moving day, returning to the BDC and into B007. Starting the massive reorganization process and got the racks up and running. ======May 5th, 2013====== =====Linux unwilling to play nice with external USB3 drives===== Tried playing with my new Lacie external drive... dmesg sees it, and it near-immediately placed it into offline mode. Turns out it wasn't playing nice because some **uas** module was confusing things. I blacklisted and rmmod'ed it, and it worked just fine after that.
^ [[status/status_201304|Previous Month]] | ^ [[:status|Current Month]] | ^ [[status/status_201306|Next Month]] |