Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • Fedora 22, Wayland and Multiple Monitors

    Sep 24, 2015 · 2 min read · Linux GNOME
    Fedora 22, Wayland and Multiple Monitors

    By default, a new Fedora installation or a fedup upgrade on my dual monitor machine will result in GDM displaying the list of users and login screen on my left hand monitor. But I want it on my right hand monitor... Up until now, I simply logged in and set up the configuration I wanted using Settings -> Displays. …

    Read More
  • PKI Certificate Encoding Formats and File Extensions

    May 22, 2015 · 2 min read · Linux
    PKI Certificate Encoding Formats and File Extensions

    There are many different file formats and file extensions for storing certificates. It seems each time I come around to renewing a cert, I have forgetten what all the files and extensions mean. So for next time... Certificates are generally encoded in either Base64, PEM, or DEM formats. Base64 (.cer) Originally …

    Read More
  • Mass In Place Editing of Linux Configuration Files

    Jan 14, 2015 · 1 min read · oneliners Linux
    Mass In Place Editing of Linux Configuration Files

    Generally, if I have 100 files that I need to edit and make changes in, I tend to write a perl or python script to make them (if I have 3 files, I just open them in VIM and make them manually!) Yesterday however, a colleague who doesn't code had to change 2 consecutive lines in about 400 similar files and wanted a …

    Read More
  • Minecraft GNOME Desktop Icon

    Oct 7, 2014 · 1 min read · Linux
    Minecraft GNOME Desktop Icon

    I had an email about the minecraft.desktop file in the config file in a previous post. My kids love to play Minecraft, and installation of this simple GNOME .desktop file gives them the launcher icon on their desktops. 1cat << EOF > /usr/share/applications/minecraft.desktop 2[Desktop Entry] 3Version=1.0 …

    Read More
  • Configuring GNOME 3 Desktop and Shell

    May 13, 2014 · 2 min read · Linux GNOME
    Configuring GNOME 3 Desktop and Shell

    When it comes to customising GNOME, its config has always confused me - gconf, dconf, gconf-edit, gconftool - what are they all for? The furthest I've ever delved into them was copying and pasting some tips (give me my minimize and maximize buttons back!). My Linux work is almost exclusively with headless servers …

    Read More
  • OpenSSL Command Line Quick Reference

    Apr 24, 2014 · 2 min read · Linux oneliners Security
    OpenSSL Command Line Quick Reference

    Is there anybody in the IT industry that wasn't doing something with openssl in April? I don't use the openssl command line utility that often, but last week it reminded me that openssl command line tool is pretty comprehensive and has some nice features. I thought on this occasion I'd record the most useful ones so …

    Read More
  • Mirror a Remote Directory over HTTP

    Jan 25, 2014 · 1 min read · oneliners Linux
    Mirror a Remote Directory over HTTP

    Different ways to mirror a remote directory: 1wget -r --no-parent http://server/location If there are any files you don't want you can add the --reject option: < 1wget -r --no-parent --reject="tmp*" http://server/location 1curl

    Read More
  • Configuring Out-Of-Band Management Interface from In-Band Server

    Oct 11, 2013 · 3 min read · Linux Hardware
    Configuring Out-Of-Band Management Interface from In-Band Server

    Most modern x86 servers include out-of-band Management or Lights-out Management systems. These systems offer remote configuration and remote console access to a headless server normally located in a datacenter. These are typically used when first setting up a server, or perhaps when the server is hosed. The company I …

    Read More
  • Determining the IP Address of a Server's Out of Band Management

    Oct 11, 2013 · 2 min read · Linux Hardware
    Determining the IP Address of a Server's Out of Band Management

    Nearly all enterprise x86 servers include an out-of-band management interface such as HP iLO, IBM RSA or BMC, IPMI, Dell DRAC, etc. These are used for remotely power cycling, monitoring and what the data centre ops guys, confusingly for me, call KVM access (that's Keyboard Video Mouse not Kernel Virtual Machine!) As …

    Read More
  • Broadband External IP Address from Command Line

    Sep 16, 2013 · 1 min read · Linux
    Broadband External IP Address from Command Line

    Just typing "What is my external ip address" into Google is normally the most convenient way to find your external public IP address when you're behind a NAT'd broadband connection. The site ipconfig.me offers an alternative and clean way to get it from the command line, for example for use in a shell script: …

    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