The blue social bookmark and publication sharing system.
NOTATIONAL VELOCITY is an application that stores and retrieves notes. It is an attempt to loosen the mental blockages to recording information and to scr
...NOTATIONAL VELOCITY is an application that stores and retrieves notes. It is an attempt to loosen the mental blockages to recording information and to scrape away the tartar of convention that handicaps its retrieval. The solution is by nature nonconformist.
to Apple mac note-taking notes notetaking osx productivity software by lystrata and 5 other users on Feb 19, 2010,
7:37 PMFree
to linux management network redhat software spacewalk sysadmin tools by lystrata on Jan 29, 2010,
10:49 PMGiven a directory on a drive, and a minimum and maximum file size, this program will graph the frequency with which files within that size range appear in
...Given a directory on a drive, and a minimum and maximum file size, this program will graph the frequency with which files within that size range appear in that directory (and all subdirectories). See screenshot.
to filesystem java software statistics tools by lystrata on Jan 12, 2010,
12:40 AMIntegrated Development Environments / RAD tools / GUI-builders on Linux:
to ide languages programming software tools by lystrata on Jan 11, 2010,
11:16 PMNMRPipe Installation Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fspin.niddk.nih.gov%2FNMRPipe%2Finstall
to academic nih nmr nmrpipe software by lystrata on Dec 18, 2009,
7:06 PM"Last week, I told you about my NAS purchase, and my desire to explore desktop applications for backing up your Ubuntu computer. From the administrative in
..."Last week, I told you about my NAS purchase, and my desire to explore desktop applications for backing up your Ubuntu computer. From the administrative interface of my Buffalo NAS, I created a network share that I could access with the different systems in my office. It's an SMB share so that it can also be accessed from Windows if needs arise. I then permanently mount those shares as network file systems (though not NFS) on my Kubuntu Karmic system. This I do from the command line
to backup freeware opensource rsync software tools utilities windows by lystrata on Nov 27, 2009,
6:07 PMIn general terms, DeltaCopy is an open source, fast incremental backup program. Let's say you have to backup one file that is 500 MB every night. A normal
...In general terms, DeltaCopy is an open source, fast incremental backup program. Let's say you have to backup one file that is 500 MB every night. A normal file copy would copy the entire file even if a few bytes have changed. DeltaCopy, on the other hand, would only copy the part of file that has actually been modified. This reduces the data transfer to just a small fraction of 500 MB saving time and network bandwidth. In technical terms, DeltaCopy is a "Windows Friendly" wrapper around the Rsync program, currently maintained by Wayne Davison. "rsync" is primarily designed for Unix/Linux/BSD systems. Although ports are available for Windows, they typically require downloading Cygwin libraries and manual configuration.
to backup freeware opensource rsync software tools utilities windows by lystrata and 2 other users on Nov 26, 2009,
4:00 AMWorking binaries with menus -- good for Suse 11.1 I have built Linux binaries of molmol 2K-2 on RH v7.3 and RH v9. You can obtain these here but I cannot g
...Working binaries with menus -- good for Suse 11.1 I have built Linux binaries of molmol 2K-2 on RH v7.3 and RH v9. You can obtain these here but I cannot guarentee these will work for you. I do not have stock RH 7.3 or RH 9 distributions for software compilation because I regularly update these systems with apt-get (the RH version, natch).
to bioinformatics compile molmol software by lystrata on Oct 13, 2009,
11:07 PMThe molmol software that is available from the website of ETH ZUrich is relatively old, and does not compile on Ubuntu Linux without some changes. I descri
...The molmol software that is available from the website of ETH ZUrich is relatively old, and does not compile on Ubuntu Linux without some changes. I describe below what I needed to do to get it running.
to compiling molmol software by lystrata on Oct 13, 2009,
10:30 PMAbout NMRPipe NMRPipe is an extensive software system for processing, analyzing, and exploiting NMR spectroscopic data. An NMRPipe installation also prov
...About NMRPipe NMRPipe is an extensive software system for processing, analyzing, and exploiting NMR spectroscopic data. An NMRPipe installation also provides such facilities as NMRDraw, NMRWish, TALOS, DYNAMO, MFR, and ACME, described in more detail below.
to nmr software by lystrata on Oct 8, 2009,
8:55 PMI have recently compiled CNS v. 1.1 on a 64 bit machine under RHEL4 using the INTEL fortran and CC compilers, based in part on suggestions that Kay Diederi
...I have recently compiled CNS v. 1.1 on a 64 bit machine under RHEL4 using the INTEL fortran and CC compilers, based in part on suggestions that Kay Diederichs and Joe Krahn posted on the cnsbb. At the outset I can confirm that the ifc/icc-compiled binaries significantly outperform the g77-compiled binaries.
to compile howto nmr software x86_64 by lystrata on Oct 2, 2009,
11:05 PMwinetricks is a quick and dirty script to download and install various redistributable runtime libraries sometimes needed to run programs in Wine.
to linux software windows wine winetricks by lystrata on Sep 22, 2009,
6:41 PMEthernet bridging essentially involves combining an ethernet interface with one or more virtual TAP interfaces and bridging them together under the umbrell
...Ethernet bridging essentially involves combining an ethernet interface with one or more virtual TAP interfaces and bridging them together under the umbrella of a single bridge interface. Ethernet bridges represent the software analog to a physical ethernet switch. The ethernet bridge can be thought of as a kind of software switch which can be used to connect multiple ethernet interfaces (either physical or virtual) on a single machine while sharing a single IP subnet. By bridging a physical ethernet NIC with an OpenVPN-driven TAP interface at two separate locations, it is possible to logically merge both ethernet networks, as if they were a single ethernet subnet.
to openvpn software sysadmin by lystrata and 1 other user on Sep 5, 2009,
8:33 PMHow can I restore those *-ptcl-img.* images into a file manually ? Say if your image is /home/partimag/YOURIMAGE/, and the image is /home/partimag/YOURIMAG
...How can I restore those *-ptcl-img.* images into a file manually ? Say if your image is /home/partimag/YOURIMAGE/, and the image is /home/partimag/YOURIMAGE/hda2.ntfs-ptcl-img.gz.aa, hda2.ntfs-ptcl-img.gz.ab..., and you want to restore the image to a file hda2.img which you can mount later. Before you do it, make sure the disk space is big enough for you to store this image file "hda2.img". Now you can run: "file /home/partimag/YOURIMAGE/hda2.ntfs-ptcl-img.gz.aa" to see it's gzip, bzip or lzop image. Say it's gzip, then you can run 1. cd /home/partimag/YOURIMAGE/ 2. touch hda2.img 3. cat dir/hda2.ntfs-ptcl-img.gz.* |gzip -d -c | partclone.restore -C -s - -o hda2.img (For partclone newer than version 0.1.1-3, partclone.restore was improved so that you do not have to touch hda2.img first)
to Clonezilla backup clone disk image recovery software tools by lystrata and 4 other users on Aug 25, 2009,
7:09 PMsocat is a relay for bidirectional data transfer between two independent datachannels. Each of these data channels may be a file, pipe, device (serial line
...socat is a relay for bidirectional data transfer between two independent datachannels. Each of these data channels may be a file, pipe, device (serial lineetc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), anSSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNUline editor (readline), a program, or a combination of two of these. These modes include generation of "listening" sockets, named pipes, and pseudoterminals.
to networking software tools by lystrata and 1 other user on Aug 17, 2009,
6:40 PMnetcat with its simple and yet incredibly powerful command line constructs has helped me innumerable times to validate TCP and UDP end to end connectivity
to networking software sysadmin tools by lystrata and 1 other user on Aug 17, 2009,
6:38 PMAFNI (which might be an acronym for Analyis of Functional NeuroImages) is a set of C programs for processing, analyzing, and displaying functional MRI (FMR
...AFNI (which might be an acronym for Analyis of Functional NeuroImages) is a set of C programs for processing, analyzing, and displaying functional MRI (FMRI) data - a technique for mapping human brain activity. It runs on Unix X11 Motif systems, including
to analysis nueropharmacology science software by lystrata and 1 other user on Aug 17, 2009,
3:19 AM- to chemistry software vendor by lystrata and 1 other user on Aug 17, 2009,
3:18 AM
CCPN is a public non-profit project, funded by the BBSRC, which serves the macromolecular NMR community and provides: * Meetings to determine and spre
...CCPN is a public non-profit project, funded by the BBSRC, which serves the macromolecular NMR community and provides: * Meetings to determine and spread best practice in NMR * The CCP Data Model for macromolecular NMR and related areas * The CcpNmr programs suite: Format Converter
to ccpn chemistry nmr software by lystrata and 2 other users on Aug 14, 2009,
6:18 PMCrystallography
to aria chemistry crystallography nmr software by lystrata and 1 other user on Aug 14, 2009,
6:15 PM