These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages:
These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages:
" Setkeh VIMRC. | |
" | |
" Maintainer: setkeh <[email protected]> | |
" | |
" To use it, copy it to | |
" for Unix and OS/2: ~/.vimrc | |
" for Amiga: s:.vimrc | |
" for MS-DOS and Win32: $VIM\_vimrc | |
" for OpenVMS: sys$login:.vimrc |
" Setkeh VIMRC. | |
" | |
" Maintainer: setkeh <[email protected]> | |
" | |
" To use it, copy it to | |
" for Unix and OS/2: ~/.vimrc | |
" for Amiga: s:.vimrc | |
" for MS-DOS and Win32: $VIM\_vimrc | |
" for OpenVMS: sys$login:.vimrc |
I hereby claim:
To claim this, I am signing this object:
using system; | |
using #linuxdistrocommunity | |
namespace UserGreeting { | |
class GreetUser { | |
public string Greeting { | |
foreach (object user in #linuxdistrocommunity) { | |
client.send = String.Format("Hello {0}", user.name); | |
} | |
} |
var Gitter = require("node-gitter"); | |
var gitter = new Gitter(apitokenhere); | |
gitter.currentUser() | |
.then(function(user) { | |
console.log("Your are logged in as:", user.username); | |
}); | |
var roomId = roomidhere; |
doctype html | |
html | |
head | |
title= title | |
link(rel='stylesheet', href='/stylesheets/style.css') | |
body | |
block content |
- name: Install system packages | |
yum: name={{ item }} state=installed | |
with_items: | |
- ruby | |
- gcc | |
- rubygems | |
- gcc-c++ | |
- ruby-devel | |
- libxslt-devel | |
- libxml2-devel |
ansible-playbook ansible/el7.yml master 11-08-2015 4h 22m 11s | |
PLAY [all] ******************************************************************** | |
GATHERING FACTS *************************************************************** | |
ok: [52.64.1.114] | |
PLAY RECAP ******************************************************************** | |
52.64.1.114 : ok=1 changed=0 unreachable=0 failed=0 |