IT Tips & Tricks

Sunday, 26 February 2012

BASH - result of remote command into local variable

›
If you like to code in BASH this tip may be interesing for you. It is possible to call a remote command in BASH for example through SSH and ...
Saturday, 27 August 2011

Cannot find given config file in Kohana 2.3.4

›
Yes, I know that line 2.x of Kohana is no longer supported, but I had to change server of some old script. This software was written in Koha...
Wednesday, 24 August 2011

Recursive count lines number in large programming projects.

›
To count lines number from for example all *.java files in directory there is simple solution with "wc" command. wc -l *.java ...

To many arguments for mv / cp.

›
If you have to copy large number of files from one directory to another from console level (for example trough ssh) and you see message like...
Saturday, 5 March 2011

Use tar.gz on GNU/Linux

›
To decompress a tar.gz archive use this syntax from command line level: gzip -dc file_name.tar.gz | tar xf - If you want to add files to ...
Sunday, 20 February 2011

How to merge files on Linux from console level

›
If someone sent you a parted file (for example a 7zip parted archive) you will need to merge these files before use (for example before extr...
Home
View web version
Powered by Blogger.