Shaare your links...
2364 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 48 / 119
Newer►
  • rclone - rsync for cloud storage
    Rclone is a command line program to sync files and directories to and from a number of cloud storage services, including
    - Google Drive
    - Nextcloud
    Wed Nov 6 15:58:37 2019 - permalink -
    - https://rclone.org/
    Go MIT software tool
  • restic · Backups done right!
    Encrypted, deduplicated backup tool, runs on Linux, *BSD, OS X and Windows.
    Wed Nov 6 15:49:28 2019 - permalink -
    - https://restic.net/
    backup BSD cryptography FOSS tool
  • GNSS Performance Monitor - Homepage
    GNSS Positioning Performance Monitor.
    Fri Oct 18 18:24:13 2019 - permalink -
    - https://gnssperformancemonitor.com/index.php
    satellite-navigation tool
  • General Mission Analysis Tool (GMAT) Wiki Home
    GMAT is designed to model, optimize, and estimate spacecraft trajectories in flight regimes ranging from low Earth orbit to lunar applications, interplanetary trajectories, and other deep space missions. Analysts model space missions in GMAT by first creating resources such as spacecraft, propagators, estimators, and optimizers.
    Fri Oct 18 17:57:59 2019 - permalink -
    - http://gmatcentral.org/
    FOSS physics software space
  • Milonga, a customizable theme for Emacs
    Milonga is a customizable theme for Emacs, based on the Tango color palette. The specificity of Milonga is in the way it is programmed. Every basic color in the palette has a corresponding foreground and background face, and every themed face inherits from one or two of them instead of having its color hard-wired. This means that if you want to change one of the original colors throughout the theme, you only need to customize one (or two) faces.

    Milonga provides the `milonga-theme' Custom group from which you may access the aforementioned core faces.
    Thu Oct 10 11:10:57 2019 - permalink -
    - https://www.lrde.epita.fr/~didier/software/elisp/#milonga
    emacs GPL lisp software
  • DoIt: Yet Another Remote-Execution Daemon for Windows
    Program to allow a Unix machine to open documents on a Windows machine (for example, sending commands back to your Windows desktop machine from a Unix server you've connected to from there).
    Tue Oct 8 17:42:10 2019 - permalink -
    - https://www.chiark.greenend.org.uk/~sgtatham/doit/
    C FOSS MIT software tool Unix Windows
  • Retrocomputing - MIT CADR Lisp Machines
    Emulator of the MIT CADR. Basically a program to run its microcode. Last updated 2006-07-11.
    Mon Oct 7 15:29:57 2019 - permalink -
    - http://www.unlambda.com/cadr/index.html
    computer history lisp MIT software
  • The SILE Typesetter
    SILE is a typesetting system. Its job is to produce beautiful printed documents.
    SILE follows TeX in each of these three areas; it contains a slavish port of the TeX line-breaking algorithm which has been tested to produce exactly the same output as TeX given equivalent input. But as SILE is itself written in an interpreted language, it is very easy to extend or alter the behaviour of the SILE typesetter.
    Mon Oct 7 11:13:35 2019 - permalink -
    - http://sile-typesetter.org/
    FOSS MIT software TeX typesetting
  • Top 20 OpenSSH Server Best Security Practices
    Fri Oct 4 22:05:07 2019 - permalink -
    - https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html
    security SSH Unix
  • Göran Weinholt's blog and project pages
    Found via SchemePlanet, where he announced the R6RS Scheme compiler Loko. It targets AMD64, either on bare hardware or under Linux.
    Just one interesting example: https://weinholt.se/articles/non-posix-filesystems/
    Thu Oct 3 20:59:28 2019 - permalink -
    - https://weinholt.se/
    blog compiler FOSS Scheme
  • multi-platform screen and application forwarding system "screen for X11"
    Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens.
    It gives you remote access to individual applications or full desktops.
    On X11, it is also known as screen for X11: it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state.
    It can also be used to forward full desktops, from X11 servers, MS Windows, or Mac OS X.

    Xpra also allows forwarding of sound, clipboard and printing services.
    Sessions can be accessed over SSH, or password protected over plain TCP sockets with or without SSL.
    Xpra is usable over reasonably slow links and does its best to adapt to changing network bandwidth constraints.
    Tue Oct 1 19:14:38 2019 - permalink -
    - http://xpra.org/
    FOSS GPL software X11
  • Small ITS
    This this thread is branching off topic anyway, I'll just quickly
    mention that I'm currently working on "Small ITS".  An ITS-like
    operating system for the MIT Logo group PDP-11/45.  "PDP-11" <- see,
    almost back on topic.  Sorry, those who are curious may contact me
    privately.
    Sat Sep 28 00:05:41 2019 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2019-September/018808.html
    ITS pdp-11 TUHS
  • From gnuplot to Matplotlib & Pandas • ds9a.nl articles
    Article describing how to plot with Python, Matplotlib & Pandas.
    Wed Sep 25 18:14:48 2019 - permalink -
    - https://ds9a.nl/articles/posts/from-gnuplot-to-matplotlib-pandas/
    blog FOSS graphical-programming Python software tool
  • https://galmon.eu/
    Galileo/GPS/BeiDou/Glonass open source monitor.
    Found via https://hackaday.com/2019/09/24/tracking-the-satellites-that-keep-us-on-track-monitoring-gps-galileo-beidou-and-glonass/
    The source code can be found on https://github.com/berthubert/galmon

    See also the articles https://berthub.eu/articles/posts/galmon-project/ and https://berthub.eu/articles/posts/improved-galileo-fix-time/
    Read https://berthub.eu/articles/posts/galileos-eccentric-satellites/, all formulas are approximations.
    Wed Sep 25 18:04:17 2019 - permalink -
    - https://galmon.eu/
    FOSS mathematics physics satellite-navigation TODO
  • Practical UNIX Manuals
    So you've written a UNIX utility, library, or driver—or have started writing one—and you want to document your work in a manual. What happens next?
    Practical UNIX Manuals: mdoc is a guide for writing portable and maintainable UNIX manuals (manpages) in the mdoc language.
    Why mdoc? Formatters for the language are available by default on all modern UNIX installations and may be downloaded for non-UNIX systems. Furthermore, mdoc annotates content semantically, not presentationally, producing consistent manpages across systems. For an analysis of mdoc and competing formats, refer to Fixing on a Standard Language for UNIX Manuals, published in the USENIX magazine.
    I also feature the History of UNIX Manpages http://manpages.bsd.lv/history.html , which chronicles the development of manpages from the 1960s to the present day.
    Sat Sep 14 13:55:15 2019 - permalink -
    - http://manpages.bsd.lv/index.html
    computer history manual Unix writing
  • Accidentally Quadratic
    Blog describing many cases where algorithms with quadratic complexity appear, almost always unintentionally.
    Fri Sep 13 15:13:26 2019 - permalink -
    - https://accidentallyquadratic.tumblr.com/
    algorithm blog software
  • Yet another tiny Unix machine
    Found via a post on the TUHS mailing list
    https://www.tuhs.org/pipermail/tuhs/2019-September/018465.html
    Thu Sep 12 09:53:03 2019 - permalink -
    - https://www.olimex.com/Products/Duino/PIC32/PIC32-RETROBSD/open-source-hardware
    BSD FOSS hardware software TUHS Unix
  • An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
    Just what it says. Can use Dropbox, Google Drive or WebDAV as back-end storage.
    See also https://organice.200ok.ch/documentation.html and the short review https://colekillian.com/posts/comparing-organice-and-orzly/
    As of 2022-06-01, it offers sign-in with GitLab, WebDav, DropBox and GoogleDrive on https://organice.200ok.ch/sign_in, or once signed in on https://organice.200ok.ch/files
    Perhaps I shall try the GitLab option before WebDav via NextCloud?
    The link bin/compile\and\upload.sh on https://organice.200ok.ch/documentation.html#org48615b6 is not formatted correctly: the URL has underscores which are shown as \subscripts.
    Sun Sep 8 15:25:41 2019 - permalink -
    - https://github.com/200ok-ch/organice
    FOSS JavaScript org-mode software TODO
  • flirc.tv - aluminium cases for Raspberry π
    Found via a comment in the Raspberry π forum.
    Thu Aug 29 11:46:54 2019 - permalink -
    - https://flirc.tv/
    hardware pi raspberry π
  • ρEmacs is a preconfigured distribution of GNU Emacs editor for Microsoft Windows.
    It offers nearly GNU/Linux Emacs experience in Windows with minimum configuration efforts. A set of additional GNU command-line and development tools is available through the network installer. Includes commonly used POSIX utilities such as diff, grep, aspell.
    Optionally, a number of Lisp implementations can be installed.
    Wed Aug 28 09:36:56 2019 - permalink -
    - https://rho-emacs.sourceforge.io/
    editor emacs GNU lisp Windows
Links per page: 20 50 100
◄Older
page 48 / 119
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.