TinyURL widget - shorten your URL's for free!

Enter a long URL to make tiny:

Friday, December 21, 2018

Fastest way to find what packages are installed with pkg-config in Linux

Use the --list-all option then grep for the name:

$ pkg-config --list-all  | grep glew
glew                           glew - The OpenGL Extension Wrangler library

No comments:

Post a Comment