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
* [[haas/docs/plan9|My Plan9 Documentation page]]
* [[haas/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)
* https://wiki.debian.org/Xen
* 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
* Polyphasic Sleep and Napping
* http://priceonomics.com/the-nasa-studies-on-napping/
* http://www.opinionspost.com/longevity-greek-island-way/
* http://io9.com/the-science-behind-power-naps-and-why-theyre-so-damne-1401366016
* Brain Hacks
* http://www.cracked.com/article_20166_5-brain-hacks-that-give-you-mind-blowing-powers.html?wa_user1=4&wa_user2=Science&wa_user3=article&wa_user4=recommended
* BASH sockets
* http://hacktux.com/bash/socket
* http://terminallinux.org/p/69/
======April 15th, 2014======
=====locale issues on utilite=====
Being a fresh install, I have encountered an old problem anew... and apparently due to a lack of documentation on my part, I now no longer know how to adequately fix it.
First of all, WHAT:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "en",
LC_MONETARY = "en",
LC_COLLATE = "C",
LC_ADDRESS = "en",
LC_TELEPHONE = "en",
LC_NAME = "en",
LC_MEASUREMENT = "en",
LC_IDENTIFICATION = "en",
LC_NUMERIC = "en",
LC_PAPER = "en",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
I found what SHOULD be a fix here:
* http://ubuntuforums.org/showthread.php?t=1346581
It describes:
* locale-gen en_US en_US.UTF-8
* dpkg-reconfigure locales
====/etc/environment====
I also modified **/etc/environment** by appending the following lines:
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
We'll see if it works.
URL: http://ubuntuforums.org/showthread.php?t=1720356
=====GNOME hacking: Getting my Volume Control back=====
As I was setting up the Utilite with LDAP and their non-default 'utilite' user, my volume control in the GNOME panel went away. I was able to get sound back with appropriate membership to local system groups (reference specific assignments of wedge in **/etc/group**), but volume adjustment wasn't available.
To fix (manually), run: **gnome-sound-applet**
To fix (automatically), run: **gnome-session-properties** and add an entry.
URLs:
* http://ubuntugenius.wordpress.com/2012/05/10/restore-missing-volume-button-to-system-tray-after-upgrade-to-ubuntu-12-04-gnome-3-classicfallback/
* http://ubuntuforums.org/showthread.php?t=1979417
======April 16th, 2014======
=====grep broken (revisited)=====
The locale settings on the utilite have caused a return of some problems experienced long ago, where grep appears to break.
Interestingly, fixing them on the utilite caused things to break on lab46.
The new fix? Setting **LC_ALL** equal to **C** restores the desired functionality.
I'll have to implement these fixes to **lair-std**
URL: https://bugzilla.redhat.com/show_bug.cgi?id=826997
======Other Days======
^ [[haas/status/status_201404|Previous Month]] | ^ [[:haas:status|Current Month]] | ^ [[haas/status/status_201406|Next Month]] |