Skip to content

Instantly share code, notes, and snippets.

View lra's full-sized avatar

Laurent Raufaste lra

View GitHub Profile
@lra
lra / keybase.md
Last active November 3, 2021 09:18

Keybase proof

I hereby claim:

  • I am lra on github.
  • I am lr (https://keybase.io/lr) on keybase.
  • I have a public key ASCgL5JkIrlvw9wkIGlaka4RCAnloMcU2vIzePd2S-1fQgo

To claim this, I am signing this object:

@lra
lra / reply-to-sales-spam-email-template.txt
Created February 7, 2017 18:51
Reply To Sales Spam Email Template
Hi,
When I'm looking for a solution, I'm actively looking at the market myself.
By sending an unsolicited email, you can be sure that you will not be in sync with our needs.
Just make sure your website is ready with clear product description and pricing for the day we'll look for a solution.
You'll understand that I'd better spend my time building our product and solving our problems instead of being on the phone listening to solutions for problems we don't have yet.
TLDR; I'm not interested.
Verifying that +lolotte is my blockchain ID. https://onename.com/lolotte
⌂65% [analogue:~] $ curl -v http://www.octaveoctave.com/
* Hostname was NOT found in DNS cache
* Trying 54.75.231.124...
* Connected to www.octaveoctave.com (54.75.231.124) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: www.octaveoctave.com
> Accept: */*
>
* HTTP 1.0, assume close after body
@lra
lra / missing-gh-issues-feats
Created October 7, 2014 05:45
Missing features in Github Issues (vs Asana)
- alert an assignee it's been assigned an issue
- state-machines
- subtasks
- projects (group of tasks)
- flexible search with saves
- task management by email (create and update)
body common control
{
bundlesequence => { "test_watching_folder" };
}
bundle agent test_watching_folder
{
files:
"/tmp/watched_folder"
changes => detect_all_change,
GNU/Linux:
laurent@gateway:~$ which True
laurent@gateway:~$
*BSD:
[laurent:~] $ which True
/usr/bin/True
[laurent:~] $
[03/29/14 23:07:47] [INFO] Redirectoring logging to influxdb.log
[03/29/14 23:07:47] [INFO] Starting Influx Server bound to 0.0.0.0 ...
[03/29/14 23:07:47] [INFO]
+---------------------------------------------+
| _____ __ _ _____ ____ |
| |_ _| / _| | | __ \| _ \ |
| | | _ __ | |_| |_ ___ _| | | | |_) | |
| | | | '_ \| _| | | | \ \/ / | | | _ < |
| _| |_| | | | | | | |_| |> <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/ |

Keybase proof

I hereby claim:

  • I am lra on github.
  • I am lr (https://keybase.io/lr) on keybase.
  • I have a public key whose fingerprint is 8CF1 5009 E15B 1AF3 6379 16EB 1A05 2C34 5C34 A501

To claim this, I am signing this object:

@lra
lra / install-java-7.sh
Last active January 3, 2016 12:49
Install Java 7 on Ubuntu
add-apt-repository --yes ppa:webupd8team/java
apt-get update
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true > some_file
debconf-set-selections some_file
apt-get install --yes oracle-java7-installer oracle-java7-set-default