Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
10 results tagged repository  ✕   ✕
a2u/free-proxy-list: 🔥Free proxy servers list / Updated hourly! https://github.com/a2u/free-proxy-list
Sun 29 Sep 2019 06:52:58 PM PDT archive.org

A Github repo of free web proxies. Really is updated hourly. Not a long list, to be honest.

proxies list directory repository
GitHub - dspinellis/git-issue: Git-based decentralized issue management https://github.com/dspinellis/git-issue
Tue 13 Nov 2018 11:20:21 AM PST archive.org

A minimalist decentralized issue management system based on Git. No back-end, no dependencies. Tickets are stored in the same Git repo as the project as text files in the .issues/ directory. Added to the other Git commands as an alias. Aims to be cross-platform, actually works on pretty much any *nix-alike.

tools git command tickets issues repository distributed
DAG: RPM packages for Red Hat, RHEL, CentOS and Fedora http://dag.wieers.com/rpm/
Tue 20 Mar 2018 02:32:08 AM PDT archive.org

A repository of nearly 100k RPM packages for various Redhat derivative Linux distributions, such as Redhat Enterprise Linux, CentOS, and Fedora Core.

search fedora centos downloads fedoracore repository redhat fc yum updates linux packages rpm
RPM Fusion - RPM Fusion http://rpmfusion.org/
Tue 20 Mar 2018 02:06:32 AM PDT archive.org

Your one-stop RPM repository for all the packages that Redhat and Fedora Core won't package, like basic MP3 playback support.

centos xmms computer mp3 linux rpm archives redhat drivers rhel repository audacious repo fusion packages fedora aac dvd rpms yum nvidia software
Recovering deleted files from an svn repository « Musings of an anonymous geek http://m0j0.wordpress.com/2007/10/25/recovering-deleted-files-from-an-svn-repository/
Tue 20 Mar 2018 01:19:04 AM PDT archive.org

How to recover files that have accidentally been deleted with 'svn delete'.

To recover a file from svn that you deleted from your local repository, it’s first necessary to get the proper name of the file, and the revision of the repository it last existed in. To do that (assuming you don’t know, because if you do you have bigger issues), you go to the directory it was in (or as close as you can get to the directory it was in) and run:

svn log --verbose
You should be able to find the file you’re looking for and the revision you need in the output of that command. Assuming your file’s name is ‘file.txt’ and it was in revision 250, you run the following to recover it:

svn up -r 250 file.txt

Done.

development files sysadmin svn repository howto recovery
Old Ubuntu Releases http://old-releases.ubuntu.com/releases/
Tue 20 Mar 2018 01:10:33 AM PDT archive.org

The official site where you can download old Ubuntu packages and iso images. Sounds useless, but when it comes to backwards compatibility it might come in handy.

old repository releases ubuntu linux packages archives
F-Droid https://f-droid.org/
Tue 20 Mar 2018 12:53:34 AM PDT archive.org

The Guardian Project has released the F-Droid Repository, a catalogue of F/OSS apps for Android. Their app makes it easy to browse the repository and install the listed software on your Android device.

Note: The "Allow install from non-market sources" option needs to be checked on your Android device.

repository mobile applications appstore android software
etckeeper https://etckeeper.branchable.com
Tue 20 Mar 2018 12:40:19 AM PDT archive.org

etckeeper is a utility which checks everything in /etc into a Git repository so you can track changes made to a system's configuration. This also allows you to transplant a configuration to another server, roll back changes made, and audit who did what. Can also hook into the package management system to automatically update the repository when packages are added, removed, and updated.

sysadmin repository config-files linux history git
/linuxfoundation/cii-best-practices-badge https://github.com/linuxfoundation/cii-best-practices-badge
Tue 20 Mar 2018 12:11:43 AM PDT archive.org

The github repository for a set of bestpractices for opensource software that runs on the command line only. It describes how documentation should be done and how it should exist, licensing, how to install and run the package, semantic version control, bug reporting, automated testing, and crypto guidelines.

github bestpractices repository documentation crypto foss
/dariusk/wordfilter https://github.com/dariusk/wordfilter
Tue 20 Mar 2018 12:07:48 AM PDT archive.org

Github repository of a module for nodejs, ruby and python developed by somebody in the twitter bot community for filtering profanity, slurs, and other bad language out of text. It's meant to prevent another Tay incident. It can be used to filter both inbound and outbound text.

github repository nodejs python text twitter bot ruby
4995 links, including 380 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn