Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • UTF-8 and Euro Symbol

    Sep 9, 2013 · 1 min read · oneliner
    UTF-8 and Euro Symbol

    Quick and easy way to show that UTF-8 is configured correctly in shell and terminal emulator is to display the Euro symbol. If you don't see the Euro symbol, then UTF-8 is not configured correctly. 1linux:~$ perl -CS -le 'print "\x{20AC}"' 2€

    Read More
  • SimpleHTTPServer

    Aug 16, 2013 · 1 min read · Python
    SimpleHTTPServer

    Whilst reading about BaseHTTPServer class as mentioned in the last post, I also came across the very useful SimpleHTTPserver which is most definitely worth recording as a one-liner. Everybody must have come across the situation where you're ssh'd into a headless server with no Apache installed or running on it, and you …

    Read More
  • Who logs in the most?

    May 16, 2011 · 1 min read · Linux Bash
    Who logs in the most?

    I work in a firm with 10s of 1000s of Linux servers. A colleague had been emailed a list of servers and was trying to find out who owned them. At first, I suggested running last to see who last logged in but we realised this probably wasn't the best way to start the hunt. On reflection, the was a high chance that the …

    Read More
  • Remote XDMCP Connection to GDM

    Apr 27, 2010 · 1 min read · Gnome
    Remote XDMCP Connection to GDM

    I always forget how to do this. And it always takes me ages to find out what I did last time. Edit /etc/gdm/custom.conf and add: 1[xdmcp] 2enable=true 3 4[greeter] 5RemoteGreeter=/usr/libexec/gdmgreeter

    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