The VLC media player has been updated on Linux Mint 13.

The VLC media player has been updated on Linux Mint 13, I just ran sudo apt-get dist-upgrade and the new version of the VLC player was pushed out to me. The V4L part of the player has been fixed in the VLC media player 2.0.3 Twoflower release, you can now…

Read More

Sample C programming code. How to get input from the console.

This is a sample C program showing how to define a function as well as accepting input from the command-line. Hopefully this is useful for someone who is writing a console application for Linux or UNIX. #include <stdio.h> #include <string.h>   int main(int argc, char **argv) {   char *name;…

Read More