git.timhughes.org git.timhughes.org

git.timhughes.org

Projects · Explore · GitLab

GitLab Community Edition

http://git.timhughes.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GIT.TIMHUGHES.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 13 reviews
5 star
2
4 star
6
3 star
3
2 star
0
1 star
2

Hey there! Start your review of git.timhughes.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

5.9 seconds

CONTACTS AT GIT.TIMHUGHES.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Projects · Explore · GitLab | git.timhughes.org Reviews
<META>
DESCRIPTION
GitLab Community Edition
<META>
KEYWORDS
1 skip to content
2 toggle navigation
3 projects
4 groups
5 snippets
6 explore gitlab
7 trending
8 most stars
9 last updated
10 sort by
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,toggle navigation,projects,groups,snippets,explore gitlab,trending,most stars,last updated,sort by,name,oldest updated,last created,oldest created,hide archived projects,show archived projects,puppet /,puppet compare manifests,tim hughes /
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Projects · Explore · GitLab | git.timhughes.org Reviews

https://git.timhughes.org

GitLab Community Edition

LINKS TO THIS WEBSITE

thegoldfish.org thegoldfish.org

The Goldfish – webdiff

https://www.thegoldfish.org/2012/07/webdiff

Blogging it so I don't forget it. Posted on Mon 23 July 2012 in misc. This is just a simple script for doing a diff of two web pages. Bin/bash TMP1=$(mktemp) TMP2=$(mktemp) wget -q $1 -O $TMP1 wget -q $2 -O $TMP2 diff $TMP1 $TMP2 rm -f $TMP1 $TMP2. Theme by Alexandre Vicenzi.

thegoldfish.org thegoldfish.org

The Goldfish – Fedora 19 and Gnome 3.8 tweaking

https://www.thegoldfish.org/2013/07/fedora-19-and-gnome-3-8-tweaking

Blogging it so I don't forget it. Fedora 19 and Gnome 3.8 tweaking. Posted on Sun 07 July 2013 in misc. That being said there are a few things that I am disappointed in. I am going to list them and then update with mu fixes in the hopes that what I discover is helpful to someone else. 1 There should be a way to make online accounts be the Settings - Details - Default Application for things like email and calendaring. Default Applications] text/calendar=google-calendar.desktop. You should now be able to c...

thegoldfish.org thegoldfish.org

The Goldfish – Tag: tunnel

https://www.thegoldfish.org/tag/tunnel

Blogging it so I don't forget it. Easy OpenSSH VPN using tunneling. Posted on Thu 08 November 2012 in misc. 8226; Tagged with openssh. 8226; Leave a comment. This is a simple VPN for those times when you want the ease of use of a VPN but only have a ssh server available. Both servers need to have ssh configured to allow tunnels. You need to change the configs for ssh under /etc/ssh. Remote server sshd config. Theme by Alexandre Vicenzi.

thegoldfish.org thegoldfish.org

The Goldfish – Easy OpenSSH VPN using tunneling

https://www.thegoldfish.org/2012/11/easy-openssh-vpn-using-tunneling

Blogging it so I don't forget it. Easy OpenSSH VPN using tunneling. Posted on Thu 08 November 2012 in misc. This is a simple VPN for those times when you want the ease of use of a VPN but only have a ssh server available. Both servers need to have ssh configured to allow tunnels. You need to change the configs for ssh under /etc/ssh. Remote server sshd config. Local server ssh config. Setting up the tunnels requires you to use root. Ssh -f -N -R 2222:localhost:22 home user@local-external-address. Cp /etc...

thegoldfish.org thegoldfish.org

The Goldfish – Tag: vpn

https://www.thegoldfish.org/tag/vpn

Blogging it so I don't forget it. Easy OpenSSH VPN using tunneling. Posted on Thu 08 November 2012 in misc. 8226; Tagged with openssh. 8226; Leave a comment. This is a simple VPN for those times when you want the ease of use of a VPN but only have a ssh server available. Both servers need to have ssh configured to allow tunnels. You need to change the configs for ssh under /etc/ssh. Remote server sshd config. Theme by Alexandre Vicenzi.

thegoldfish.org thegoldfish.org

The Goldfish – Tag: ssh

https://www.thegoldfish.org/tag/ssh

Blogging it so I don't forget it. Easy OpenSSH VPN using tunneling. Posted on Thu 08 November 2012 in misc. 8226; Tagged with openssh. 8226; Leave a comment. This is a simple VPN for those times when you want the ease of use of a VPN but only have a ssh server available. Both servers need to have ssh configured to allow tunnels. You need to change the configs for ssh under /etc/ssh. Remote server sshd config. Theme by Alexandre Vicenzi.

thegoldfish.org thegoldfish.org

The Goldfish – Testing Python with Pythonbrew and Virtualenv on Jenkins with ShiningPanda plugin

https://www.thegoldfish.org/2013/04/testing-python-with-pythonbrew-and-virtualenv-on-jenkins-with-shiningpanda-plugin

Blogging it so I don't forget it. Testing Python with Pythonbrew and Virtualenv on Jenkins with ShiningPanda plugin. Posted on Sat 13 April 2013 in misc. The development team where I work uses Jenkins and it is reasonably easy to set up but I was initially against it because the machine I have to run it on is fairly low spec. It turns out it isn't too much of a resource hog for a JVM based application (only 20% of my memory and 10% constant cpu usage). With instructions for setting up yum repos. And then...

thegoldfish.org thegoldfish.org

The Goldfish – Tag: jenkins

https://www.thegoldfish.org/tag/jenkins

Blogging it so I don't forget it. Testing Python with Pythonbrew and Virtualenv on Jenkins with ShiningPanda plugin. Posted on Sat 13 April 2013 in misc. 8226; Tagged with development. 8226; Leave a comment. I have finally decided to learn all this stuff about Test Driven Design (TDD). I have a few projects that I go back to every now and then and it would be nice to be able to start hacking away without needing to remember every bit of the project. After . Theme by Alexandre Vicenzi.

thegoldfish.org thegoldfish.org

The Goldfish – Tag: development

https://www.thegoldfish.org/tag/development

Blogging it so I don't forget it. Testing Python with Pythonbrew and Virtualenv on Jenkins with ShiningPanda plugin. Posted on Sat 13 April 2013 in misc. 8226; Tagged with development. 8226; Leave a comment. I have finally decided to learn all this stuff about Test Driven Design (TDD). I have a few projects that I go back to every now and then and it would be nice to be able to start hacking away without needing to remember every bit of the project. After . Unprivileged standalone instance of MySQL.

thegoldfish.org thegoldfish.org

The Goldfish – Tag: openssh

https://www.thegoldfish.org/tag/openssh

Blogging it so I don't forget it. Easy OpenSSH VPN using tunneling. Posted on Thu 08 November 2012 in misc. 8226; Tagged with openssh. 8226; Leave a comment. This is a simple VPN for those times when you want the ease of use of a VPN but only have a ssh server available. Both servers need to have ssh configured to allow tunnels. You need to change the configs for ssh under /etc/ssh. Remote server sshd config. Theme by Alexandre Vicenzi.

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

13

OTHER SITES

git.thoughtnoise.net git.thoughtnoise.net

exterminate all rational thought

404 - NO SIGNAL. Noise level too high for.

git.thousandparsec.net git.thousandparsec.net

git.thousandparsec.net Git

An advanced rule based AI. A repository containing import. The overlays needed to build. A library which includes nice. A client-side protocol and. A library for working with. A C Readline wrapper. A stand-alone program for. A client which uses the E. An AI based around a Genetic. A library for accessing and. A client-side protocol and. A library for working with. A library for working with. A rewrite of libtpproto-py. A very simple implimentation. A client for KDE 4 written. Book on developing Ruleset.

git.tighturl.com git.tighturl.com

TightURL

TightURL : Tighten up long URLs to make short ones. Long URLs that don't fit on one line often aren't clickable after you e-mail them. They can also be tedious to type out on Web-enabled cellphones. TightURL squeezes very long URLs like this:. Http:/ www.cspan.org/watch/index.asp? Down to a tight. Compact URL like this:. Http:/ www.git.tighturl.com/da42. Enter a URL to tighten (it must exist):. TightURL Bookmarklet: Drag the link TightURL. Reporting phishing scams and fake sites to us does nothing to mak...

git.tiker.net git.tiker.net

git.tiker.net Git

Welcome to my git. Repositories. In order to get the most recent source-controlled version of my software, type. Git clone http:/ git.tiker.net/trees/NAME.git. Into your shell. Some of these repositories are also mirrored at github. If that's your thing. AM257 (Numerics for Conservati. Unnamed repository; edit this. A common setup infrastructure. Unnamed repository; edit this. Class notes from Uni Karlsruhe. Unnamed repository; edit this. Bindings to BLAS, LAPACK,. Python wrapper around boost. Unnamed re...

git.timex.su git.timex.su

Sign in | GitLab

Open source software to collaborate on code. Manage git repositories with fine grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki.

git.timhughes.org git.timhughes.org

Projects · Explore · GitLab

Discover projects, groups and snippets. Share your projects with others. Pretty crappy method of comparing puppet manifests before and after a change to master versions. Sni unblocker for netflix. Example of iterating over a hash structure.

git.tj-h.info git.tj-h.info

Tj.H's Git - GitList

Tj's $HOME v2.0: This is now the Current Directory of . What you see in the repo is only the config files, and the .bin directory (which is '.' cuz i wanted it to be hidden, this might change soon though). Files from my school, lecture notes, homework etc (mostly Latex, Text and so on). Powered by GitList 0.4.0.

git.tkgeisel.com git.tkgeisel.com

Travis Geiselbrecht's Home Page

Travis Geiselbrecht's Home Page. A little about me. Just another systems hacker in Silicon Valley. I like playing guitar, riding motorcycles, hacking computers. The usual. I've put in some time at some interesting companies in my relatively brief career. Real-time embedded OS hackery. Linux hacking for fun and profit! Did some hackery on getting the most (or anything) out of the PS3. Did some hackery on iPhone bringup. What an amazing ride! Hacked a fun little arm emulator. Still needs some work, but...

git.tkjelectronics.com git.tkjelectronics.com

Home

Overview of Github projects. This page was generated by GitHub Pages. Tactile theme by Jason Long.

git.tkolb.de git.tkolb.de

Git repository browser

A fast webinterface for the git dscm. An auto-playing single-player snake game. Added by portage for gitolite. Converting music to colors at an RGB LED bar. Added by portage for gitolite. Unnamed repository; edit this file 'description' to name the repository. Added by portage for gitolite. Added by portage for gitolite. Some configuration files I use. Added by portage for gitolite. Unnamed repository; edit this file 'description' to name the repository. Added by portage for gitolite. Unnamed repository;...

git.tld-linux.org git.tld-linux.org

TLD Linux GIT Repositories

DirectFB - Hardware graphics acceleration. Basic FHS 2.3 filesystem layout. Image display, conversion, and manipulation under X. Advanced Linux Sound Architecture - firmware data. Advanced Linux Sound Architecture (ALSA) - Library. Advanced Linux Sound Architecture - OSS compatibility wrapper. Advanced Linux Sound Architecture - plugins. Advanced Linux Sound Architecture (ALSA) - tools. Advanced Linux Sound Architecture (ALSA) - Utils. A Mail Virus Scanner with SpamAssassin support - daemon. Common Unix ...