How do I see a list of all exported variables and functions under Unix bash shell?
{ 4 comments }
OpenGL (Open Graphics Library) is a standard specification defining a cross-language, cross-platform API for writing applications that produce 2D and 3D computer graphics. How can I test if my graphics card has OpenGL support under Linux?
{ 7 comments }
{ 6 comments }
Q. I’m using CentOS on 64 bit Linux. How do I find out rpm package architecture before installation such as i386 or x86_64 bit? A. Almost each rpm package has i386 or x86_64 added to file extension. However some time you may see filename such as file-version.rpm. You can list all installed rpm packages with [...]
{ 1 comment }
Q. Can you tell me command to change login shell in Linux / UNIX operating system? A. You don’t have to edit /etc/passwd file to change your shell. You need to use chsh command. It changes the user login shell. This determines the name of the users initial login command. A normal user may only [...]
{ 3 comments }