Skip to content

Instantly share code, notes, and snippets.

View motiejus's full-sized avatar

Motiejus Jakštys motiejus

View GitHub Profile
@motiejus
motiejus / safe.rst
Last active August 29, 2015 14:01
Safe by default

Safe by default

This post documents my envisioned state of digital asset storage and maintenance. Most of the stuff is already implemented, so this page is a reminder for me what the final state should be.

Inspired by musings from Colin Percival.

Archive and backup all personal stuff

@motiejus
motiejus / 2months.rst
Last active August 29, 2015 13:57
My take on Jolla after two months

My take on Jolla after two months of use

Before purchasing Jolla I gave some reasons why I am purchasing a new phone and an explanation what I expect from it.

Because I have an Android tablet, I did not need an Android phone and I was OK to experiment. Many of the typical phone features like maps, twitter, offline wikipedia are on tablet which I always have with me; therefore phone does not have that many requirements.

@motiejus
motiejus / t1.jpg
Last active August 29, 2015 13:57
t1.rst
t1.jpg
.. image: t1.jpg
.. image: t1.jpg
@motiejus
motiejus / day1.rst
Last active August 29, 2015 13:57
Kalifornija 2014

1 diena, San Franciskas

Išskridome iš Schiphol 10:05, atskridome apie 12:40 vietos laiku. Valandą užtruko stovėjimas eilėje prie vizų.

image

Taksi iš oro uosto į viešbutį važiavome apie 40 minučių. Taksistas pasitaikė įdomus žmogus, pravažinėjęs Nyderlandus kiaurai dviračiu (kompanijoje buvęs

@motiejus
motiejus / fosdem2014.md
Last active August 29, 2015 13:55
Fosdem 2014

FOSDEM2014

  1. Wanted to get to kdbus, couldn't
  2. Galera Cluster IRL
  3. Sailfish intro
  4. Sailfish round table
  5. Debian Contributors
  6. Sailfish dinner
@motiejus
motiejus / calc.c
Created September 19, 2013 10:55
/*
* Byte calculator. Sums bytes of a given file and displays to screen.
*
* Compile:
* gcc calc.c -o calc -O2
*
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
@motiejus
motiejus / tech2014.rst
Created July 20, 2013 18:52
BOI2014 tech. komiteto planavimas

Linux OS ISO ir vmdk

Pradžia: dabar Pabaiga: 2013-10-01 Atsakingi: Antanas Uršulis ir Motiejus Mėnesį testuojame ir taisome; 2013-11-01 paskleidžiame mokykloms.

72 kompiuteriai

Pradžia: dabar.

@motiejus
motiejus / extensions.conf
Created November 10, 2012 23:28
call reminders
[motiejui_in]
exten => 1111,1,Answer
exten => 1111,n,Echo
exten => _X.,1,Goto(s,1)
exten => motiejus,1,Goto(s,1)
exten => s,1,Dial(SIP/precise/precise&SIP/e63/e63)
exten => s,n,Hangup