Shaare your links...
2371 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 7 / 8
Newer►
152 results for tags Unix x
  • andLinux.org -- Run Linux natively inside Windows
    andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista, 7; 32-bit versions only). It is based on CoLinux.
    Thu Feb 3 13:58:15 2011 - permalink -
    - http://www.andlinux.org/index.php
    Linux programming software Unix Windows
  • Cyclopedia Square: If You Have To Run Windows
    Tools which make windows more useable for those coming from unix.
    Tue Jan 18 18:32:41 2011 - permalink -
    - http://bryan-murdock.blogspot.com/2009/07/if-you-have-to-run-windows.html
    programming software Unix Windows
  • research!rsc: Zip Files All The Way Down
    Self-referential LZ file, by no other than Russ Cox.
    See also https://research.swtch.com/nih, where Ken Thompsons code for a "trusting trust" attack is described in detail.
    The unix v6 simulator at https://research.swtch.com/v6 does not work on Chrome or Brave under Android, but it does work on Firefox (Android 12).
    Tue May 4 20:28:18 2010 - permalink -
    - http://research.swtch.com/2010/03/zip-files-all-way-down.html
    algorithm blog compression hack Unix
  • DebuggingPrintingProblems - Ubuntu Wiki
    Just what it says.
    Wed Oct 7 23:36:20 2009 - permalink -
    - https://wiki.ubuntu.com/DebuggingPrintingProblems
    TODO Ubuntu Unix
  • SourceForge.net: SaVi satellite constellation visualizer
    SaVi - satellite constellation visualization. Simulate Iridium, Globalstar, Sirius, GPS, Teledesic and other systems, modify them, or design your own. Uses Tcl/Tk and Unix libraries; 3D viewing option requires Geomview running on X Window. BSD license.
    Wed Jun 3 17:36:09 2009 - permalink -
    - http://sourceforge.net/projects/savi
    BSD FOSS geometry GPS physics satellite software Unix X11
  • Consider it done. - MTU-Mini-FAQ
    Should I set MTU=1492 for ADSL?
    Wed Mar 25 23:03:59 2009 - permalink -
    - http://www.sauff.org/blog/static.php?page=mtu-mini-faq#1.2.1
    ADSL Linux MTU TODO transmission Unix
  • rsnapshot
    rsnapshot is a filesystem snapshot utility for making backups of local and remote systems. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved. There are no tapes to change, so once it's set up, your backups can happen automatically untouched by human hands. And because rsnapshot only keeps a fixed (but configurable) number of snapshots, the amount of disk space used will not continuously grow. rsnapshot is written entirely in Perl.
    Wed Mar 25 11:26:34 2009 - permalink -
    - http://rsnapshot.org/
    TODO tool Unix
  • ZFS - Ubuntu Wiki
    Debian package for the ZFS file system.
    Wed Mar 18 14:00:39 2009 - permalink -
    - https://wiki.ubuntu.com/ZFS/
    filesystem HOWTO Linux TODO Ubuntu Unix ZFS
  • Dropbear SSH server and client
    Small SSH server and client.
    Tue Nov 25 13:40:29 2008 - permalink -
    - http://matt.ucc.asn.au/dropbear/dropbear.html
    cryptography FOSS security software Unix
  • Slashdot | MIT Releases the Source of MULTICS, Father of UNIX
    Just what it says, from a post by Kent Pitman on comp.lang.lisp.
    Mon Nov 19 16:01:52 2007 - permalink -
    - http://slashdot.org/article.pl?sid=07/11/13/1710224
    history Pitman Unix
  • Eric Kustarz's Weblog
    How to use ZFS snapshots as backup mechanism.
    Tue Nov 13 14:45:54 2007 - permalink -
    - http://blogs.sun.com/erickustarz/entry/zfs_on_a_laptop
    BSD filesystem Linux security TODO Unix ZFS
  • Mac OS X Tiger - Hints and Tips
    Just what it says, has links to useful applications and more information.
    Tue Sep 18 13:19:17 2007 - permalink -
    - http://www.paulruffle.com/osx.htm
    apple HOWTO macosx TODO Unix
  • maildrop - mail delivery agent with filtering abilities
    Claimed to be easier to use than procmail (on the gnus newsgroup).
    Tue Aug 21 14:46:43 2007 - permalink -
    - http://www.courier-mta.org/maildrop/
    documentation e-mail filter Linux reference software Unix
  • 9ee - a mechanism for running plan9 programs on other platforms.
    Contrary to p9p, it executes Plan 9 binaries on other (Unix) platforms.
    Mon Aug 13 15:48:30 2007 - permalink -
    - http://www.chunder.com/plan9/9ee.html
    hack plan9 Unix
  • Beyond Photography - The Digital Darkroom
    An early book about digital photography, from the Bell lab that brought you Unix, Plan 9 and Inferno.
    Tue Apr 3 11:28:54 2007 - permalink -
    - http://spinroot.com/pico/index.html
    book graphical-programming photo Unix
  • bb's Homepage
    Has Sleepwatcher, a program to take actions at sleep/wakeup events on Mac OS X and other
    Mon Jan 15 17:01:12 2007 - permalink -
    - http://www.bernhard-baehr.de/
    apple FOSS macosx programming software tool Unix
  • SDF Public Access UNIX System - Free Shell Account and Shell Access
    Shell accounts with e-mail, web etc. for low cost.
    Thu Jan 4 12:46:21 2007 - permalink -
    - http://sdf.lonestar.org/index.cgi?welcome
    programming shell TODO Unix web
  • qemu does not check memory access permissions
    Tue Nov 7 11:35:35 2006 - permalink -
    - http://www.andrew.cmu.edu/user/crd/qemu_openbsd_note.html
    security Unix
  • Mathematics on a UNIX workstation
    Description of mathematical software for Unix.
    Sun Nov 5 11:26:05 2006 - permalink -
    - http://www-128.ibm.com/developerworks/aix/library/au-unixmath.html?ca=dgr-lnxw09UNIXMATH
    FOSS mathematics programming software Unix
  • #! (sharp-bang)
    A tiny C program to avoid some problems with the way Unix is handling #! in script, by Aubrey Jaffer. Here is the (obfuscated) code: char* g(s,t) char * s ; char*t ;{int l = strlen (s);s =realloc(s,l+strlen(t)+1); strcat (s +l ,t ); return s ; } main (c,v) int c ;char **v;{ int j=1;char*m=calloc(j,j) ;for( ;j
    Fri Sep 8 19:39:40 2006 - permalink -
    - http://swiss.csail.mit.edu/~jaffer/Docupage/sharpbang.html
    hack Jaffer programming Unix
Links per page: 20 50 100
◄Older
page 7 / 8
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.