LPIC-101 400 note 101.1 Determine and configure hardware settings

Weight: 2 Description: Candidates should be able to determine and configure fundamental system hardware. Key Knowledge Areas: Enable and disable integrated peripherals Configure systems with or without external peripherals such as keyboards Differentiate between the various types of mass storage devices Know the differences between coldplug and hotplug devices Determine …

Portable Shell Terminal Kit

Portable shell terminal kit consisting few parts: 1) bash shell provided by msys, which is collection of GNU utilities on windows /portableapps/msys 2) gcc provided by MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. /portableapps/mingw 3) DOS terminal replacement default …

VS 2012 command line env

The command line env setting is in C:\"Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin"\vcvars32.bat. After run this bat file, you will see difference: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0\;C:\Program Files (x86)\Microsoft Visual Studio 11.0\VSTSDB\Deploy;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN;C:\Program Files (x86)\Microsoft Visual Studio …

Pydev for Eclipse

Pydev is Eclipse plugin to integrate Python to IDE, can download from here: http://pydev.org/download.html Somehow I cannot see Pydev in eclipse language list, found issue is on mismatched Java SDK, I installed JDK 1.7 64 bits but Eclipse 4.3 used 32bits, however everything in Eclipse is in Java including plugin. …