Friday, 9 June 2017

Dynamic libraries in Linux

See this nice post and solution to common problems.

https://codeyarns.com/2014/01/14/how-to-add-library-directory-to-ldconfig-cache/

Thursday, 20 April 2017

Command output to a file in several ways!



Command output to a file in several ways!

The link bellow contains an excellent table to show all the possibilities to do that: 
https://askubuntu.com/questions/420981/how-do-i-save-terminal-output-to-a-file

Friday, 31 March 2017

Download Youtube videos

Download Youtube videos online maintaining the quality for free
http://keepvid.com/

Saturday, 28 January 2017

Cmake versus Make


https://prateekvjoshi.com/2014/02/01/cmake-vs-make/

Info of your hardware



Gui of your hardware in ubuntu:
lshw-gtk

Information about your display hardware in command line
sudo lshw -C display
 
Info of CPU
cat /proc/cpuinfo 

Friday, 6 January 2017