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

tcpdump hints

Posted on December 17, 2010 by margusja
  • tcpdump -s 65535 -i any port 11211 -w memcache.log
Posted in LinuxLeave a comment

Presidendiga koos pildil

Posted on December 13, 2010 - December 13, 2010 by margusja

Ei juhtu just tihti, et härra presidendiga ühele pildile satud. Minu päev oli siis täna.

Posted in FunLeave a comment

Iphone XCode SQLite delete

Posted on December 9, 2010 by margusja

Now I can even delete row from the SQLite via in Iphone app. What could I do tomorrow!!!

Posted in AppleLeave a comment

Minu esimene IPhone SQLite app

Posted on December 4, 2010 by margusja

Esimene samm on alati kõige raskem. Järgmine samm on ilmselt see, et oma eek2eur appilse lisan sqlite toe, et salvestada konvertimisi.

Posted in AppleLeave a comment

Shell scripting hints

Posted on December 1, 2010 by margusja

Condition hints:

  • -b file = True if the file exists and is block special file.
  • -c file = True if the file exists and is character special file.
  • -d file = True if the file exists and is a directory.
  • -e file = True if the file exists.
  • -f file = True if the file exists and is a regular file
  • -g file = True if the file exists and the set-group-id bit is set.
  • -k file = True if the files’ “sticky” bit is set.
  • -L file = True if the file exists and is a symbolic link.
  • -p file = True if the file exists and is a named pipe.
  • -r file = True if the file exists and is readable.
  • -s file = True if the file exists and its size is greater than zero.
  • -s file = True if the file exists and is a socket.
  • -t fd = True if the file descriptor is opened on a terminal.
  • -u file = True if the file exists and its set-user-id bit is set.
  • -w file = True if the file exists and is writable.
  • -x file = True if the file exists and is executable.
  • -O file = True if the file exists and is owned by the effective user id.
  • -G file = True if the file exists and is owned by the effective group id. file1
  • –nt file2 = True if file1 is newer, by modification date, than file2. file1 ot file2 = True if file1 is older than file2. file1 ef file2 = True if file1 and file2 have the same device and inode numbers.
  • -z string = True if the length of the string is 0.
  • -n string = True if the length of the string is non-zero.
  • string1 = string2 = True if the strings are equal.
  • string1 != string2 = True if the strings are not equal.
  • !expr = True if the expr evaluates to false.
  • expr1 –a expr2 = True if both expr1 and expr2 are true.
  • expr1 –o expr2 = True is either expr1 or expr2 is true.
Posted in LinuxLeave a comment

Ilusat aasta 2010 1. Detsembrit e. Margusja jõulutervitus

Posted on December 1, 2010 by margusja

Posted in FunLeave a comment

wget hints

Posted on November 26, 2010 - November 26, 2010 by margusja
  • use wget as a crawler – wget -r -np -p -k http://www.example.com
Posted in LinuxLeave a comment

Alkoholivaba PHP

Posted on November 25, 2010 - November 25, 2010 by margusja

Posted in FunLeave a comment

Iga mees on oma õnne sepp

Posted on November 24, 2010 by margusja

Posted in FunLeave a comment

80’s is back

Posted on November 24, 2010 - November 24, 2010 by margusja

Posted in FunLeave a comment

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.