less command

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 }

Linux: List / Display All Cron Jobs

by Vivek Gite on July 7, 2009 · 0 comments

How do I view currently setup or all running cron jobs under Linux operating systems?

{ 0 comments }

Question: I can use less or more pagers to view a file. How do I start an editor (such as vi or other text editor) to edit the current file without leaving the less or more pager?

{ 3 comments }

Linux: Display rpm package architecture

by Vivek Gite on September 11, 2007 · 1 comment

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 }