Category: Linux
Some instructions on how to get started with using the ansible to automate Cisco ACI specifically by using ansible playbooks to accomplish basic tasks.Using the Cisco ACI GUI can be …
Some instructions on how to get started with using Mono in Linux environments: from installation to running your first “Hello World!” example.Open up your terminal and issue the following commands:Check …
Some instructions and screenshots to help you get up and running using the Fast Light Toolkit (FLTK) within the NetBeans development environment in Linux. For configuring FLTK in Visual Studio …
I like using NetBeans for C++ development within Linux environments.Sometimes a gotcha can occur when trying to use the following declaration: You may wish use this in order to utilize …
Some hints and tips on how to overcome an annoying little gotcha that causes the Linux-based NetBeans IDE to freeze when trying to create a new project:Instead of presenting the …
A brief and hopefully to the point on getting up and running with OpenGL in an Ubuntu Linux environment. For setting up OpenGL in Windows / Visual Studio environments, please …
This post assumes that the boost libraries have been downloaded and extracted to the directory of your choice. See this previous posting for more details on how to download and …
1. Install the Boost libraries from the command lineFirst try the following$ sudo apt-get install libboost*You may get an error message similar to the following, like I did:
A quick recipe on how to get started with Qt in Ubuntu Linux using a simple example program.1. Obtain QT4Run these from the command line:
A short posting on dealing with accessing shared directories from remote Windows machines. When trying to access a shared folder stored on a Linux server from (say) a remote Windows …