summaryrefslogtreecommitdiff
path: root/content/cockpit/introducing-cockpit.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/cockpit/introducing-cockpit.md')
-rw-r--r--content/cockpit/introducing-cockpit.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/content/cockpit/introducing-cockpit.md b/content/cockpit/introducing-cockpit.md
new file mode 100644
index 0000000..6ac7691
--- /dev/null
+++ b/content/cockpit/introducing-cockpit.md
@@ -0,0 +1,29 @@
+Title: Introducing Cockpit
+Date: 2014-02-13 12:46
+Tags: technical
+Slug: introducing-cockpit
+
+Gave a [talk at DevConf][] in Brno about the project a bunch of us have
+been working on: [Cockpit][]. It's a UI for Linux Servers. Currently in
+the prototype stage...
+
+![Cockpit login](images/cockpit1.png)
+
+Hopefully there'll be a video of the talk available soon. You can try
+out the Cockpit prototype in Fedora like so:
+
+ :::text
+ # yum install --enablerepo=updates-testing cockpit
+ # setenforce 0 # issue 200
+ # systemctl enable cockpit-ws.socket
+ $ xdg-open http://localhost:21064
+
+
+**Don't run this on a system you care about (yet).** Sorry about the
+certificate warning. Groan ... I know ... working on that.
+
+Needless to say I'm excited about where this is going...
+
+
+ [talk at DevConf]: http://thewalter.net/stef/misc/cockpit-devconf-2014-talk.pdf
+ [Cockpit]: http://cockpit-project.org/