Skip to content
Leonid Fedorenchik's Website
  • Books

A good programmer is someone

who always looks both ways before crossing a one-way street.

To The Fun

The trouble with programmers is

that you can never tell what a programmer is doing until it’s too late.

To The Fun

Walking on water and

developing software from a specification are easy if both are frozen.

To The Fun

If you put a million monkeys at a million keyboards,

one of them will eventually write a Java program. The rest of them will write Perl programs.

To The Fun

...the Linux philosophy is

"laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it.

To The Fun
Leonid Fedorenchik's Website

Detect user home directory

Posted 22/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Tooltips

Use $HOME environment variable: echo “$HOME” This should work on most machines, but on some environments (this took place with […]

Submitting (Trivial) Linux Kernel Patches

Posted 21/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Links

https://shkspr.mobi/blog/2014/04/submitting-trivial-linux-kernel-patches/

Detect current user name

Posted 20/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Tooltips

POSIX compatible systems have LOGNAME environment variable set whose value will equal to current user name: echo $LOGNAME This is […]

SOCKS proxy server with SSH connection

Posted 19/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Tooltips

If you want to redirect your connection or pretend to appear from another host/location and have SSH account you can […]

Commandline-fu

Posted 18/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Links

http://commandlinefu.com/

Committing on Friday night

Posted 17/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Developers' days

Quick switching between two directories

Posted 16/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Tooltips

When you often work on command line and often need to change directories, this tip can save you a lot […]

When you want to troll

Posted 15/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Links

http://trololololololololololo.com/

Easily choose a license for your project

Posted 14/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Links

http://choosealicense.com/

omgubuntu bash mode

Posted 13/04/201526/03/2017 Leonid V. FedorenchikLeave a commentPosted in Links

http://www.omgubuntu.co.uk/bash/ it really works, try it out: ls to view files and articles cd to change directory cat <file> to […]

Posts navigation

Previous 1 … 5 6 7 Next
Copyright 2015 © Leonid V. Fedorenchik