Shaare your links...
2370 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 5 / 8
Newer►
152 results for tags unix x
  • Home | Robert Nordier
    V7/x86 is a port of the Seventh Edition of the UNIX operating system to the x86 (IA-32) based PC. UNIX V7 was the last general distribution (around 1979) to come from the Research group at Bell Labs, the original home of UNIX. The port was done mostly around 1999 when "Ancient UNIX" source code licenses first became available, and was revised for release, with some enhancements, during 2006-7.
    The distribution includes the full UNIX Version 7 operating system, with source code, pre-built binaries, man pages, and original Version 7 documentation. Also included are a custom UNIX-style x86 assembler, an ACK-based C compiler, and several key early UCB software components such as the C shell, the editors ex and vi, and the pager more.
    V7/x86 currently supports ATA (IDE) hard drives, ATAPI CDROM drives, a 1.44M floppy drive, and standard serial ports, in addition to the usual PC screen and keyboard. For easier installation and setup, supplied utilities allow access to CD (ISO 9660) and FAT (MS-DOS) filesystems. Source code is available under a Berkeley-style license.
    Sat Nov 12 00:36:49 2016 - permalink -
    - http://www.nordier.com/index.html
    BSD computer history Unix
  • Bringing up V6 Unix on the Ersatz-11 PDP-11 Emulator
    It's relatively easy to bring up a V6 PDP-11 Unix under the Ersatz-11 PDP-11 emulator. This page (and ancillaries) tell you how to do it, and provide a number of useful tools to go with V6 Unix. (I ran into a number of pitfalls on the way to getting V6 running, using RK05 disk images from the TUHS archive, but this short writeup will tell you how to avoid them all.)
    Sat Oct 29 23:52:59 2016 - permalink -
    - http://mercury.lcs.mit.edu/~jnc/tech/V6Unix.html
    computer history pdp-11 TUHS Unix
  • http://www.thenewsh.com/~newsham/myv6/README
    This directory contains the files needed to build a clean unix v6
    installation from tape.  It requires that you have "expect" and
    simh's "pdp11" and "wget" installed in your path.
    Fri Oct 14 14:20:34 2016 - permalink -
    - http://www.thenewsh.com/~newsham/myv6/README
    history operating-system pdp-11 Unix
  • b (browse) command for ed(1)
    Beginning with the Eighth Edition, ed(1) had the following command.
    This is from the Plan 9 ed man page.

             (.,.)b[+-][pagesize][pln]
                  Browse.  Print a `page', normally 20 lines.  The
                  optional `+' (default) or `-' specifies whether the
                  next or previous page is to be printed.  The optional
                  pagesize is the number of lines in a page.  The
                  optional `p', `n', or `l' causes printing in the speci-
                  fied format, initially `p'.  Pagesize and format are
                  remembered between `b' commands.  Dot is left at the
                  last line displayed.
    Tue Oct 11 14:38:08 2016 - permalink -
    - http://www.tuhs.org/pipermail/tuhs/2008-May/001507.html
    history plan9 software TUHS Unix
  • Computer Laboratory: Capsicum: practical capabilities for UNIX
    Capsicum is a lightweight OS capability and sandbox framework developed at the University of Cambridge Computer Laboratory, supported by grants from Google, the the FreeBSD Foundation, and DARPA. Capsicum extends the POSIX API, providing several new OS primitives to support object-capability security on UNIX-like operating systems:

       capabilities - refined file descriptors with fine-grained rights
       capability mode - process sandboxes that deny access to global namespaces
       process descriptors - capability-centric process ID replacement
       anonymous shared memory objects - an extension to the POSIX shared memory API to support anonymous swap objects associated with file descriptors (capabilities)
       rtld-elf-cap - modified ELF run-time linker to construct sandboxed applications
       libcapsicum - library to create and use capabilities and sandboxed components
       libuserangel - library allowing sandboxed applications or components to interact with user angels, such as Power Boxes.
       chromium-capsicum - a version of Google's Chromium web browser that uses capability mode and capabilities to provide effective sandboxing of high-risk web page rendering.
    Thu Sep 1 17:23:54 2016 - permalink -
    - http://www.cl.cam.ac.uk/research/security/capsicum/
    BSD Linux security Unix
  • http://minnie.tuhs.org/Archive/PDP-11/Emulators/Apout/README. https://www.tuhs.org/Archive/Tools/Emulators/Apout/
    Apout -- Simulate PDP-11 Unix a.out binaries  Version 2.3 Beta

    This program is a user-level simulator for UNIX a.out binaries. Binaries
    for V1, V2, V5, V6, V7, 2.9BSD and 2.11BSD can be run with this simulator.

    Written by Warren Toomey, January 2002
    Thu Aug 11 17:23:52 2016 - permalink -
    - https://tuhs.org/Archive/Tools/Apout/
    C history pdp-11 software TUHS Unix
  • Continuous Unix commit history from 1970 until today
    Unix History Repository

    The goal of this project is to create a git repository representing the Unix source code history, starting from the 1970s and ending in the modern time. To fulfill this goal the project brings data from early snapshots, repositories, and primary research. The project aims to put in the repository as much metadata as possible, allowing the automated analysis of Unix history.

    Created by Diomidis Spinellis.
    Wed Aug 10 13:52:15 2016 - permalink -
    - https://github.com/dspinellis/unix-history-repo
    git history software Unix version-control
  • [TUHS] networking on unix before uucp
    Link to an interesting networking library.
    Thu Aug 4 18:41:09 2016 - permalink -
    - http://www.tuhs.org/pipermail/tuhs/2014-August/005039.html
    FOSS network software TUHS Unix
  • plan9port - Git at Google
    Plan9port, a port of many Plan 9 user programs to Unix used to live on
    http://swtch.com/plan9port/, but since 2014-11-17 it has been moved to this git repository.
    Mon Jul 18 03:15:14 2016 - permalink -
    - https://plan9port.googlesource.com/plan9/
    plan9 software Unix
  • userv - user services client and daemon
    Put the security boundary where it ought to be.
    userv (pronounced you-serve) is a program which, according to the specification, is
     a Unix system facility to allow one program to invoke another when only limited trust exists between them.

    Found via the interesting "Experiences with Subversion" http://www.chiark.greenend.org.uk/~sgtatham/svn.html
    Tue Mar 8 00:23:23 2016 - permalink -
    - http://www.chiark.greenend.org.uk/~ian/userv/
    security software Unix
  • OpenVMS vs. UNIX
    Interesting comparison between the two operating systems.
    Wed Feb 24 16:30:51 2016 - permalink -
    - http://www3.sympatico.ca/n.rieck/docs/vms_vs_unix.html
    DEC operating-system Unix
  • Linux Future | Posted on 2012-08-22 by papp
    Some time ago I came across yet another angry discussion[1] about systemd, and have been reading and thinking a great deal about the design of Systemd, and what it says about Linux. I’ve come to realize that the strife in the Linux community is because an active and well-funded group of developers who have been driving the direction of various core components are not building UNIX.
    Tue Dec 22 14:19:14 2015 - permalink -
    - http://pappp.net/?p=969
    blog Linux Unix
  • Decuser's Blogspace: Installing and Using Research Unix Version 6 in SimH PDP-11/40 Emulator
    Series of blog articles by Will Senn about running v6 unix on SimH.
    On 2022-12-08 he migrated the blog to https://decuser.github.io/
    Fri Dec 4 00:30:55 2015 - permalink -
    - http://decuser.blogspot.co.at/2015/11/installing-and-using-research-unix.html
    history pdp-11 SimH TODO Unix
  • Expertized in mobile security, virtualization and cloud services - TrustKernel Home
    Trusted execution environment for ARM-based computers, based on
    https://en.wikipedia.org/wiki/Xv6
    Wed Nov 18 14:39:24 2015 - permalink -
    - https://www.trustkernel.com/
    ARM security software Unix
  • MARMARO
    Unix philosophy and -programming, in german.
    Wed Nov 11 15:17:32 2015 - permalink -
    - http://marmaro.de/
    german reading Unix
  • Ajiu's PDP-11 emulator
    Javascript program emulating a pdp-11 running v6 unix.
    Thu Sep 24 15:35:06 2015 - permalink -
    - http://pdp11.aiju.de/
    computer emulator history JavaScript on-line pdp-11 Unix
  • pkgsrc - portable package build system
    pkgsrc is a framework for building third-party software on NetBSD and other UNIX-like systems, currently containing over 12000 packages. It is used to enable freely available software to be configured and built easily on supported platforms (which include OS X and Cygwin).
    Thu Jan 15 15:03:47 2015 - permalink -
    - http://www.pkgsrc.org/
    FOSS macosx NetBSD software tool unix
  • Shellshock
    Detailed description of the shellshock vulnerability and the lessions to be learned from it.
    Mon Nov 3 00:55:31 2014 - permalink -
    - http://www.dwheeler.com/essays/shellshock.html
    FOSS Linux security shell Unix
  • 0install: Overview
    Zero Install is a decentralised cross-distribution software installation system. Other features include full support for shared libraries (with a SAT solver for dependency resolution), sharing between users, and integration with native platform package managers. It supports both binary and source packages, and works on Linux, OS X, Unix and Windows systems. It is fully Open Source.
    Thu Oct 2 16:30:38 2014 - permalink -
    - http://0install.net/
    FOSS Linux macosx software tool Unix Windows
  • Vol 68, No. 8 October 1984, the second 'Unix System' edition of the BLTJ
    This journal has a number of interesting articles about Unix.
    The original URL http://minnie.tuhs.org/pipermail/tuhs/2013-July/002886.html is inaccessible on 2025-02-15, even after replacing "minnie" by "www"
    https://www.tuhs.org/pipermail/tuhs/2013-July/006063.html includes the link http://www3.alcatel-lucent.com/bstj/, but in 2025 that ends up at https://www.nokia.com/networks
    Sun Sep 14 14:32:51 2014 - permalink -
    - http://minnie.tuhs.org/pipermail/tuhs/2013-July/002886.html
    history reading TUHS Unix
Links per page: 20 50 100
◄Older
page 5 / 8
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.