New pages
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 23:48, 20 May 2012 Fpm (hist) [899 bytes] WikiAdmin (Talk | contribs) (Created page with "Making packages of software to install is a Good Thing. Checkinstall, while handy, seems fraught with difficulties at times. One trick is to do your make install, and ''then'' r...")
- 01:37, 16 April 2012 Astronomy (hist) [834 bytes] WikiAdmin (Talk | contribs) (Created page with "== Libnova == http://libnova.sourceforge.net/index.html libnova is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library. Compiling li...")
- 15:33, 3 April 2012 IPtraf (hist) [1,124 bytes] WikiAdmin (Talk | contribs) (Created page with "I love the ncursed based utility iptraf, though I always seem to forget how to define filters for it. Some good tips are at: http://iptraf.seul.org/2.7/filters.html Syntax, ta...")
- 12:41, 1 April 2012 Math (hist) [1,069 bytes] WikiAdmin (Talk | contribs) (Created page with "== Graphing Software == For Linux: '''Labplot''' http://labplot.sourceforge.net/ Labplot has a nice interface, not too many dependencies and seems pretty straight forward to ...")
- 12:26, 22 March 2012 LVM Snapshots (hist) [2,206 bytes] WikiAdmin (Talk | contribs) (Created page with "==Creating an LVM Snapshot== '''Creating''' Ensure there is enough free space in parent VG to hold a new snapshot: <pre> [root@daacgis-rh1 ~]# vgdisplay vg_daacgisrh1 ... Fr...")
- 12:23, 22 March 2012 Redmine Issue Recovery (hist) [2,817 bytes] WikiAdmin (Talk | contribs) (Created page with "==Recovering Redmine Issues From Redmine MySQL Backups== A user requested recovery of specific issues which had been deleted in Redmine. My response follows, and the steps taken...")
- 16:20, 18 February 2012 Wireless (hist) [247 bytes] WikiAdmin (Talk | contribs) (Created page with " http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking http://opensuse-guide.org/wlan.php http://linuxwireless.org/en/users/Downloa...")
- 15:16, 17 February 2012 GRIB2 (hist) [1,898 bytes] WikiAdmin (Talk | contribs) (Created page with "Resources on Grib2 files, converting from NetCDF, etc. http://en.wikipedia.org/wiki/GRIB == Climate Data Operators (CDO) == https://code.zmaw.de/projects/cdo/ http://www.mpi...")
- 18:12, 11 February 2012 Btrfs (hist) [1,341 bytes] WikiAdmin (Talk | contribs) (Created page with " http://en.opensuse.org/openSUSE:Snapper_Tutorial https://btrfs.wiki.kernel.org/ https://btrfs.wiki.kernel.org/articles/g/e/t/Getting_started.html")
- 17:16, 19 January 2012 Ruby (hist) [276 bytes] WikiAdmin (Talk | contribs) (Created page with " == Installing Gems == http://ruby.about.com/od/gems/a/rubygems.htm http://docs.rubygems.org/read/chapter/2 Remote: gem query --remote --name-matches rdoc gem search --remot...")
- 14:03, 6 January 2012 TLER (hist) [2,483 bytes] WikiAdmin (Talk | contribs) (Created page with "Enterprise hard drives support Time Limited Error Recovery (TLEC), a timeout value which can be configured. Manufacturers use the following terms for this feature: TLER (Time-Li...")
- 21:39, 4 January 2012 FusionIO (hist) [3,409 bytes] WikiAdmin (Talk | contribs) (Created page with "== Building FusionIO Driver == Download the appropriate driver binary or source package for you distribution from http://support.fusionio.com Here, we build the driver from RHE...")
- 21:54, 29 December 2011 Mounting Disk Images (hist) [401 bytes] WikiAdmin (Talk | contribs) (Created page with "Mounting a disk image http://equivocation.org/node/107 http://blog.leenix.co.uk/2010/07/howto-mount-kvmxen-virtual-disk-image.html Mount LVM-based volumes from loopback full ...")
- 18:14, 7 December 2011 Tcpdump (hist) [833 bytes] WikiAdmin (Talk | contribs) (Created page with "The all time favorite traffic tool. http://www.commandlinefu.com/commands/using/tcpdump http://danielmiessler.com/study/tcpdump/ Fun stuff: $ssh root@HOST tcpdump -iany -U -...")
- 12:53, 6 December 2011 Cray Linux Environment (hist) [249 bytes] WikiAdmin (Talk | contribs) (Created page with " http://www.cray.com/Products/XK6/Software.aspx Core Specialization: https://fs.hlrs.de/projects/craydoc/docs/books/S-2425-31/html-S-2425-31/chapter-swenhancements.html Low No...")
- 16:17, 5 December 2011 Tomcat Debugging (hist) [3,234 bytes] WikiAdmin (Talk | contribs) (Created page with "== Tomcat Issues == Profiling Tomcat applications, memory usage, heap issues, etc. can be challenging. Some tools to help with this are outlined at: http://docs.oracle.com/jav...")
- 13:28, 5 December 2011 WebOS (hist) [502 bytes] WikiAdmin (Talk | contribs) (Created page with "'''eyeOS''' http://www.eyeos.org/ http://www.linuxjournal.com/content/eyeos-web-based-desktop-os Test drove this sometime back. LAMP based app, very easy to set up. Looked int...")
- 15:53, 4 December 2011 Network Tuning (hist) [306 bytes] WikiAdmin (Talk | contribs) (Created page with "Very interesting: http://web10g.org/ Old, but interesting links: http://www.web100.org/ Related: http://www.psc.edu/networking/projects/tcptune/ http://fasterdata.es.net/ ...")
- 15:48, 4 December 2011 Linux Power Management (hist) [756 bytes] WikiAdmin (Talk | contribs) (Created page with "== Utilities == http://code.google.com/p/i7z/ http://www.lesswatts.org/projects/powertop/ https://fedorahosted.org/tuned/ Red Hat Battery Life Tool Kit (BLTK) http://docs.re...")
- 13:38, 4 December 2011 Intel Turbo Boost (hist) [661 bytes] WikiAdmin (Talk | contribs) (Created page with "Simple utility to monitor Intels Turbo Boost per core, C states and CPU temps. Although speed boost of course "just works" in the kernel, I just wanted to see if for myself. h...")
- 17:34, 13 October 2011 Python (hist) [2,983 bytes] WikiAdmin (Talk | contribs) (Created page with "'''Pymalloc and ''' The python memory manager has some idiosyncrasies to know about, some of which is described [http://www.evanjones.ca/python-memory.html here] I found this so...")
- 03:44, 9 October 2011 LaTeX (hist) [54 bytes] WikiAdmin (Talk | contribs) (Created page with " == GUIs == http://equalx.sourceforge.net/index.html")
- 22:46, 7 October 2011 SSH tunnels (hist) [1,549 bytes] WikiAdmin (Talk | contribs) (Created page with "Seems like I always google up what I need, but I think I'll note a few here when I need them. '''Forward Tunnels''' ssh -f -X user@server -L 5000:other.server.com:22 -N '''Re...")
- 22:19, 7 October 2011 Tcp tuning (hist) [109 bytes] WikiAdmin (Talk | contribs) (Created page with " http://fasterdata.es.net http://sites.google.com/site/4techsecrets/optimize-and-fix-your-network-connection")
- 19:23, 2 October 2011 Oracle Java (hist) [6,268 bytes] WikiAdmin (Talk | contribs) (Created page with "== Goodby Oracle-Java == Oracle is retiring the "Operating System Distributor License" for Java (DLJ), which means Linux distributions will no longer make Oracle-Java available ...")
- 18:22, 2 October 2011 Perl (hist) [672 bytes] WikiAdmin (Talk | contribs) (Created page with " == Active Perl == http://www.activestate.com/activeperl Install a stand alone perl stack, with it's own tools for managing and updating libraries. Very nify. == Cpan == Comp...")
- 01:56, 27 September 2011 Cmake (hist) [585 bytes] WikiAdmin (Talk | contribs) (Created page with "Cmake has some handy features, such as macros which will search for include and libraries in common places, etc. == Tutorials == Tutorials for getting started using cmake for ...")
- 19:27, 22 September 2011 Globus (hist) [383 bytes] WikiAdmin (Talk | contribs) (Created page with "'''Globus Connect Multi-User''' https://www.globusonline.org/gcmu/ Ports: myproxy-server 7512/tcp gsiftp 2811/tcp gsiftp data 50000-51000/tcp '''Globu...")
- 16:37, 22 September 2011 Python Tools (hist) [157 bytes] WikiAdmin (Talk | contribs) (Created page with " http://www.scipy.org/ http://cython.org/ http://pypi.python.org/pypi http://www.pip-installer.org/en/latest/index.html http://people.su.se/~rcaba/climt/")
- 16:35, 22 September 2011 Forensics (hist) [119 bytes] WikiAdmin (Talk | contribs) (Created page with "So, so many tools to use . . . http://www2.opensourceforensics.org/tools/unix http://www.forensicswiki.org/wiki/Tools")
- 16:34, 22 September 2011 Permissions (hist) [176 bytes] WikiAdmin (Talk | contribs) (Created page with "There are so many sites on Linux file system permissions out there, though I find this one to ''really'' stand out: http://content.hccfl.edu/pollock/aunix1/filepermissions.htm")
- 01:37, 20 September 2011 Automake (hist) [741 bytes] WikiAdmin (Talk | contribs) (Created page with "I don't really like autoconf & automake, but they seems to keep rearing up. Some day, perhaps I'll really dive in, but until then I'll likely just continue to wish the whole auto...")
- 15:05, 17 September 2011 Biophysics (hist) [754 bytes] WikiAdmin (Talk | contribs) (Created page with " == Mycoplasma Laboratorium == http://en.wikipedia.org/wiki/Mycoplasma_laboratorium Craig Venter: http://www.jcvi.org/ Synthetic m.mycodies Yeast used to catalyze assembly ...")
- 20:29, 2 September 2011 Svnsync (hist) [1,445 bytes] WikiAdmin (Talk | contribs) (Created page with "== References == http://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt http://dev.e-taxonomy.eu/trac/wiki/SVNMirroring http://blog.notreally.org/2006/11/30/settin...")
- 17:59, 29 August 2011 SSH proxy (hist) [160 bytes] WikiAdmin (Talk | contribs) (Created page with " Misc. sites on SSH proxies: http://dag.wieers.com/howto/ssh-http-tunneling/ == Corkscrew == Pretty hand gadget: http://www.mtu.net/~engstrom/ssh-proxy.php")
- 01:13, 29 August 2011 Git (hist) [6,785 bytes] WikiAdmin (Talk | contribs) (Created page with "== Getting Started == Github has excellent documentation to get new users quickly set up and using git. http://help.github.com/linux-set-up-git/ == Subversion Import == http...")
- 01:36, 23 August 2011 OpenSuse Repositories (hist) [1,211 bytes] WikiAdmin (Talk | contribs) (Created page with "Latest Kernel: http://download.opensuse.org/repositories/Kernel:/vanilla/standard/ Newer Versions of mpich, openmpi, torque, etc: http://download.opensuse.org/repositories/hom...")
- 19:58, 16 August 2011 Samhain (hist) [162 bytes] WikiAdmin (Talk | contribs) (Created page with " == Samhain == http://www.la-samhna.de/ Samhain is a host based intrusion detection system with many features. == Other HIDS == http://aide.sourceforge.net/")
- 13:00, 16 August 2011 Amazon EC2 (hist) [1,476 bytes] WikiAdmin (Talk | contribs) (Created page with "== Getting Started == There are many great guides available to help you get up and running with EC2. The official documentation is at: http://aws.amazon.com/documentation/ec2/ ...")
- 14:42, 14 August 2011 3D-Displays (hist) [1,472 bytes] WikiAdmin (Talk | contribs) (Created page with "== Monitors == ViewSonic VX2268WM ViewSonic v3d245 - (Has built in emitter for Nvidia 3D pro.) http://www.viewsonic.com/products/v3d245.htm == Projectors == ViewSonic PJD65...")
- 21:34, 13 August 2011 Nvidia-Settings (hist) [6,249 bytes] WikiAdmin (Talk | contribs) (Created page with "== Nvidia Driver and Configuration Sites == The below sites are excellent references for Nvidia cards, drivers, and configuration settings: http://en.gentoo-wiki.com/wiki/Nvidi...")
- 12:49, 10 August 2011 Nxserver (hist) [3,178 bytes] WikiAdmin (Talk | contribs) (Created page with "'''NeatX''' Open Source Alternative: NeatX (Google) http://code.google.com/p/neatx/ '''NXClient''' Client Config Options: http://www.nomachine.com/documents/configuration/cl...")
- 15:49, 7 August 2011 GIMP (hist) [1,153 bytes] WikiAdmin (Talk | contribs) (Created page with "== Documentation == http://docs.gimp.org/en/index.html == Video Tutorials == http://meetthegimp.org/getting-the-old-shows/ == Plugins == http://registry.gimp.org Most plugi...")
- 20:36, 29 July 2011 Cobbler Vhost Config (hist) [3,284 bytes] WikiAdmin (Talk | contribs) (Created page with "By default Cobbler is installed in /var/www. The below vhost configs will allow it to run as a vhost in /var/www/vhosts The below assumes the cobbler/ and cobbler_webui_content/...")
- 12:17, 22 July 2011 Apache Security (hist) [8,660 bytes] WikiAdmin (Talk | contribs) (Created page with "=== Intro === Below are rough outlines of several popular and effective tools which can be used to help secure an Apache + PHP server. Very basic configurations are given, as ...")
- 21:12, 15 July 2011 Modsec rules (hist) [2,234 bytes] WikiAdmin (Talk | contribs) (Created page with " '''Exclude rules per vhost''' You can exclude specific modsec rules on a per vhost basis. The IDs for the rules being matched will be shown in the vhost Apache log. For exampl...")
- 21:04, 15 July 2011 Drupal Modsec Rules (hist) [2,042 bytes] WikiAdmin (Talk | contribs) (Created page with "The below modsec rules (taken from [http://drupal.org/node/669972 here]) address some tweaks needed to get Drupal running well with Modsec. <pre> # Drupal rules # Drupal 6 ajax...")
- 17:16, 15 July 2011 Drush (hist) [984 bytes] WikiAdmin (Talk | contribs) (Created page with "Drush, the Drupal Shell, utility provides a command line method to update and manage Drupal sites. Install [http://drupalcode.org/project/drush.git/blob/HEAD:/README.txt read.me...")
- 20:50, 14 July 2011 Mod sec gotroot installer (hist) [2,374 bytes] WikiAdmin (Talk | contribs) (Created page with "<pre> !/bin/bash # Pete Eby 14 July 2011 # Cheesy script to install Mod_security for RHEL 6 and install the ever popular GotRoot ruleset. # Adapted from the horrific install inst...")
- 23:02, 11 July 2011 Apache Server Name Indication SNI (hist) [3,182 bytes] WikiAdmin (Talk | contribs) (Created page with "[http://www.gnu.org/software/gnutls/ GnuTLS] and [http://en.wikipedia.org/wiki/Server_Name_Indication OpenSSL SNI] both provide mechanisms to allow multiple SSL Vhosts on one IP....")