Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • Named Groups in Python Regular Expressions

    Sep 11, 2013 · 3 min read · Python Regex
    Named Groups in Python Regular Expressions

    To anybody working with Unix and Linux systems, regular expressions or regexes are extremely useful for fast pattern matching in scripts. First there were basic regexes now known as BREs as used by traditional Unix utilities like sed, and then came along the even more useful Perl Enhanced Regular Expressions. So useful …

    Read More
  • Getting VIM Powerline Working with Putty

    Sep 9, 2013 · 3 min read · Development Linux Git
    Getting VIM Powerline Working with Putty

    After using vim and vi for more years than I care to remember, I came across the vim powerline plugin for the first time today. What an excellent vim statusline, and now I've been using it myself, I can see why it's so popular (that's a relative term - as in popular for a vim extensions! ) Following the installation …

    Read More
  • Git Cloning Behind a Proxy

    Sep 6, 2013 · 1 min read · Git
    Git Cloning Behind a Proxy

    Normally my development environment lives on my nicely configured workstation. However, sometimes you're on a server, with no certificate chain installed for verification and behind a corporate firewall where git protocol is blocked and not permitted. If you just want to get at the code, using the https url to the git …

    Read More
  • Integrated Web Serving with BaseHTTPServer

    Aug 16, 2013 · 2 min read · Python Linux
    Integrated Web Serving with BaseHTTPServer

    These last few days I have been writing a command line reporting program at work. For Linux techs, formatted terminal output works great and is actually their preferred view. However, for managers, you simple must have the eye candy of a GUI. Normally in these situations, I would simply add CGI code and then bundle a …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Featured Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?
  • Practical Tekton

Recent Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?

Categories

DEVELOPMENT 14 LINUX 14 CONTAINERS 4 MISC 3

Tags

LINUX 17 PYTHON 10 DEVELOPMENT 3 GIT 3 GNOME 3 KUBERNETES 3 ONELINERS 3 OPENSHIFT 3 HARDWARE 2 OPENSTACK 2 SECURITY 2 BASH 1 INDEX 1 ONELINER 1
All Tags
BASH1 DEVELOPMENT3 GIT3 GNOME3 HARDWARE2 INDEX1 KUBERNETES3 LINUX17 ONELINER1 ONELINERS3 OPENSHIFT3 OPENSTACK2 PIPELINES1 PYTHON10 REGEX1 SECURITY2 SUBVERSION1 TEKTON1
[A~Z][0~9]
Purplecarrot

©purplecarrot.co.uk