This is a short write-up of my experiences with installing Debian on a ThinkPad W540.
All commands should be run as root, unless indicated otherwise.
module Capybara | |
def Capybara.auto_save_and_open_page=(val) | |
@auto_save_and_open_page = !!val | |
end | |
def Capybara.auto_save_and_open_page? | |
@auto_save_and_open_page ||= false | |
end | |
end |
This is a short write-up of my experiences with installing Debian on a ThinkPad W540.
All commands should be run as root, unless indicated otherwise.
package main | |
import ( | |
"encoding/hex" | |
"log" | |
"net" | |
"time" | |
) | |
const ( |