Skip to content

Margus Roo –

If you're inventing and pioneering, you have to be willing to be misunderstood for long periods of time

  • Cloudbreak Autoscale fix
  • Endast

Author: margusja

My first go language program

Posted on November 13, 2009 by margusja

The hello word program was easy to make. But go language compiling was really painful procedure.

One video that I am go programmer 🙂

Posted in Fun

Soovitused NSVL meestele ja naistele

Posted on November 9, 2009 by margusja

See ON DIIP!!!

soovitused

Posted in Fun

Ets sina või?

Posted on November 6, 2009 by margusja

ets

Posted in Fun

MySql versus PostgreSQL

Posted on November 4, 2009 - November 4, 2009 by margusja

There were lots of discussions about the topic. Now they are over!

mysql_vs_postgresql

Posted in Fun
Posted on October 17, 2009 - October 17, 2009 by margusja

IMG_0129

IMG_0134

IMG_0133

IMG_0131

IMG_0137

Posted in Audi

Audi A8 meedias

Posted on October 16, 2009 by margusja

Ükspäev tuli Eesti Ekspressi ajakirjanik ning soovis autost artiklit kirjutada. Mis mul selle vastu ikka sai olla.

Tulemus on paberil ning samuti ka digi kujul

Audi A8

Posted in Audi

Kontor

Posted on October 14, 2009 - October 14, 2009 by margusja

Leidsin hiirele laadija! Nüüd demon oma ideaalset töökohta 🙂

14102009005

Posted in Fun

apache mod_rewrite hints

Posted on October 12, 2009 - January 9, 2012 by margusja

Rewrite if no https and no www

RewriteEngine on

RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://www.test.ee/$1 [L,R]

—

RewriteEngine on
RewriteCond %{HTTP_HOST}  CONDITION_1 [OR]
RewriteCond %{HTTP_HOST} CONDITION_2 [OR]
RewriteCond %{HTTP_HOST} CONDITION_N [OR]
RewriteCond %{HTTP_HOST} !^www\.test\.ee [NC]
RewriteRule (.*) https://www.test.ee$1 [L,R]

Rewrite if no request uri

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule ^(.*)$ http://www.example.com [L,R]

 

domain.com -> www.domain.com

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]

Posted in Linux

Viimasel ajal tundub…

Posted on October 8, 2009 by margusja

computingstress

Posted in Fun

Midagi mis viimasel ajal hinge on läinud

Posted on September 28, 2009 by margusja

Posted in Fun

Posts navigation

Older posts
Newer posts

The Master

Categories

  • Apache
  • Apple
  • Assembler
  • Audi
  • BigData
  • BMW
  • C
  • Elektroonika
  • Fun
  • Hadoop
  • help
  • Infotehnoloogia koolis
  • IOT
  • IT
  • IT eetilised
  • Java
  • Langevarjundus
  • Lapsed
  • lastekodu
  • Linux
  • M-401
  • Mac
  • Machine Learning
  • Matemaatika
  • Math
  • MSP430
  • Muusika
  • neo4j
  • openCL
  • Õpetaja identiteet ja tegevusvõimekus
  • oracle
  • PHP
  • PostgreSql
  • ProM
  • R
  • Turvalisus
  • Varia
  • Windows
Proudly powered by WordPress | Theme: micro, developed by DevriX.