DirectorySoftwareBlog Details for "Linux Blog"

Linux Blog

Linux Blog
This blog is about everything Linux. It is a diary of my Linux journeys that will hopefully benefit other Linux users.
Articles: 1, 2, 3, 4

Articles

... xcb_xlib_unlock: Assertion ... failed ? Matlab JVM error
2007-11-15 05:42:00
Few days back I have installed Red Hat Fedora 8. I have put Matlab on there as well. When I tried to start Matlab using this command: matlab -nodesktop -nosplash # ©2007 dsplabs.com.au the following error occurred. MATLAB: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
More About: Error
cups ? fixing cups printer problem: client-error-not-found
2007-11-12 11:57:00
Recently, my CUPS server crashed when I tried to print a pdf document. Strangely, the default printer, CUPS/printer, was replaced by CUPS/abort-job! Accessing GNOME printer configuration under Fedora Linux produced the following CUPS server error message.
More About: Printer , Problem , Cups , Error , Client
cups ? fixing cups printer problem: client-error-not-found
2007-11-12 11:57:00
Recently, my CUPS server crashed when I tried to print a pdf document. Strangely, the default printer, CUPS/printer, was replaced by CUPS/abort-job! Accessing GNOME printer configuration under Fedora Linux produced the following CUPS server error message.
More About: Printer , Problem , Cups , Error , Client
cups ? fixing cups printer problem: client-error-not-found
2007-11-12 11:57:00
Recently, my CUPS server crashed when I tried to print a pdf document. Strangely, the default printer, CUPS/printer, was replaced by CUPS/abort-job! Accessing GNOME printer configuration under Fedora Linux produced the following CUPS server error message.
More About: Printer , Problem , Cups , Error , Client
lsof |grep snd ? how to free a Linux sound device
2007-11-02 10:15:00
Introduction A program attempting to open a sound device for exclusive access may fail, if that audio device is already in use by another program. Also, depending on the capabilities of the audio device, such as whether it is full-duplex or not, errors may occur if capture is requested during playback. The actual error messages produced ...
More About: Linux , Free , Sound , Device
lsof |grep snd ? how to free a Linux sound device
2007-11-02 10:15:00
Introduction A program attempting to open a sound device for exclusive access may fail, if that audio device is already in use by another program. Also, depending on the capabilities of the audio device, such as whether it is full-duplex or not, errors may occur if capture is requested during playback. The actual error messages produced ...
More About: Linux , Free , Sound , Device
lsof |grep snd ? how to free a Linux sound device
2007-11-02 10:15:00
Introduction A program attempting to open a sound device for exclusive access may fail, if that audio device is already in use by another program. Also, depending on the capabilities of the audio device, such as whether it is full-duplex or not, errors may occur if capture is requested during playback. The actual error messages produced ...
More About: Linux , Free , Sound , Device
gnome-screenshot ? screen capture under Linux
2007-10-19 06:36:00
Screen capture in Linux is made simple by using Gnome tool called gnome-screenshot. An example screenshot produced using gnome-screenshot is shown below.
More About: Screen Capture , Screen , Tools , Screenshot
gnome-screenshot ? screen capture under Linux
2007-10-19 06:36:00
Screen capture in Linux is made simple by using Gnome tool called gnome-screenshot. An example screenshot produced using gnome-screenshot is shown below.
More About: Screen Capture , Screen , Tools , Screenshot
gnome-screenshot ? screen capture under Linux
2007-10-19 06:36:00
Screen capture in Linux is made simple by using Gnome tool called gnome-screenshot. An example screenshot produced using gnome-screenshot is shown below.
More About: Screen Capture , Screen , Tools , Screenshot
latex ? .bashrc function for LATEX2e source compilation
2007-10-12 06:00:00
Here is my .bashrc function for compilation of LATEX2e sources into dvi, ps and pdf output file formats. The function includes bibtex and index processing.
More About: Source , Configuration , Compilation , Function , Latex
latex ? .bashrc function for LATEX2e source compilation
2007-10-12 06:00:00
Here is my .bashrc function for compilation of LATEX2e sources into dvi, ps and pdf output file formats. The function includes bibtex and index processing.
More About: Linux , Source , Configuration , Compilation , Function
LATEX2e ? .bashrc function for LATEX2e source compilation
2007-10-12 06:00:00
Here is my .bashrc function for compilation of LATEX2e sources into dvi, ps and pdf output file formats. The function includes bibtex and index processing. ltex() # ©2007 dsplabs.com.au { if [ "$1" == "" ]; then FILE="paper"; else ...
More About: Linux , Source , Configuration , Compilation , Function
LATEX2e ? .bashrc function for LATEX2e source compilation
2007-10-12 06:00:00
Here is my .bashrc function for compilation of LATEX2e sources into dvi, ps and pdf output file formats. The function includes bibtex and index processing.
More About: Linux , Source , Configuration , Compilation , Function
LATEX2e ? .bashrc function for LATEX2e source compilation
2007-10-12 06:00:00
Here is my .bashrc function for compilation of LATEX2e sources into dvi, ps and pdf output file formats. The function includes bibtex and index processing. ltex() # ©2007 dsplabs.com.au { if [ "$1" == "" ]; then FILE="paper"; else ...
More About: Linux , Source , Configuration , Compilation , Function
growisofs ? burning ISO files to DVD using growisofs
2007-09-26 08:04:00
It is very simple to burn ISO files to DVDs using growisofs under Linux . For example, to burn file.iso to /dev/dvd DVDR(W) device the following command can be used from bash. growisofs -dvd-compat -Z /dev/dvd=file.iso # ©2007 dsplabs.com.au If your DVDR(W) device is located elsewhere, f.e. under /dev/dvdrecorder, use that alias throughout instead. The following output is ...
More About: Tools , Burning , Files , Burn
growisofs ? burning ISO files to DVD using growisofs
2007-09-26 08:04:00
It is very simple to burn ISO files to DVDs using growisofs under Linux . For example, to burn file.iso to /dev/dvd DVDR(W) device the following command can be used from bash.
More About: Tools , Burning , Files , Burn
growisofs ? burning ISO files to DVD using growisofs
2007-09-26 08:04:00
It is very simple to burn ISO files to DVDs using growisofs under Linux . For example, to burn file.iso to /dev/dvd DVDR(W) device the following command can be used from bash. growisofs -dvd-compat -Z /dev/dvd=file.iso # ©2007 dsplabs.com.au If your DVDR(W) device is located elsewhere, f.e. under /dev/dvdrecorder, use that alias throughout instead. The following output is ...
More About: Tools , Burning , Files , Burn
cups ? fixing cups printer problem: lpd failed
2007-09-25 17:18:00
Introduction Recently, our HP2420dn printer stopped working. Well, it was not really the printer… printing jobs went but nothing came out of the printer. The cups server has put the printer into a stopped state with the StateMessage /usr/lib/cups/backend/lpd failed. What caused this? Well, I am not really sure, however the cups server error logs (http://localhost:631/admin/log/error_log , ...
More About: Printer , Problem , Cups
cups ? fixing cups printer problem: lpd failed
2007-09-25 17:18:00
Introduction Recently, our HP2420dn printer stopped working. Well, it was not really the printer… printing jobs went but nothing came out. The cups server has put the printer into a stopped state with the StateMessage /usr/lib/cups/backend/lpd failed. What caused this? Well, I am not really sure, but the cups logs (http://localhost:631/admin/log/error_log , or alternatively /var/log/cups/error_log) tell at ...
More About: Printer , Problem , Cups
cups ? fixing cups printer problem: lpd failed
2007-09-25 17:18:00
Introduction Recently, our HP2420dn printer stopped working. Well, it was not really the printer… printing jobs went but nothing came out. The cups server has put the printer into a stopped state with the StateMessage /usr/lib/cups/backend/lpd failed. What caused this? Well, I am not really sure, but the cups logs (http://localhost:631/admin/log/error_log , or alternatively /var/log/cups/error_log) tell at ...
More About: Printer , Problem , Cups
kompare ? comparing files using KDE kompare
2007-09-23 19:35:00
KDE kompare is a GUI front end for file comparison tools such as diff, cmp, or comm. While programs like diff are Linux essentials, their output is console based and in many instances is used by other tools. On the other hand, KDE kompare front end is well suited for the end user. It has ...
More About: Tools , Files , Pare
kompare ? comparing files using KDE kompare
2007-09-23 19:35:00
KDE kompare is a GUI front end for file comparison tools such as diff, cmp, or comm. While programs like diff are Linux essentials, their output is console based and in many instances is used by other tools. On the other hand, KDE kompare front end is well suited for the end user. It has ...
More About: Tools , Files , Pare
kompare ? comparing files using KDE kompare
2007-09-23 19:35:00
KDE kompare is a GUI front end for file comparison tools such as diff, cmp, or comm. While programs like diff are Linux essentials, their output is console based and in many instances is used by other tools. On the other hand, KDE kompare front end is well suited for the end user. It has ...
More About: Tools , Files , Pare
aspell ? using foreign dictionaries
2007-09-22 06:12:00
Introduction Regardless of whether you are a spelling genius or a spelling disaster, like myself, it is useful to have a spellchecker handy. There are number of tools available for this purpose. For single words, Google is quite useful. There are many other websites with spellchecking and lexical capabilities, such as the free dictionary, Cambridge dictionary, ...
More About: Linux , Tools , Foreign , Dictionaries , Spell
aspell ? using foreign dictionaries
2007-09-22 06:12:00
Introduction Regardless of whether you are a spelling genius or a spelling disaster, like myself, it is useful to have a spellchecker handy. There are number of tools available for this purpose. For single words, Google is quite useful. There are many other websites with spellchecking and lexical capabilities, such as the free dictionary, Cambridge dictionary, ...
More About: Linux , Tools , Foreign , Dictionaries , Spell
aspell ? spelling with foreign dictionaries
2007-09-22 06:12:00
Introduction Regardless of whether you are a spelling genius or a spelling disaster, like myself, it is useful to have a spellchecker handy. There are number of tools available for this purpose. For single words, Google is quite useful. There are many other websites with spellchecking and lexical capabilities, such as the free dictionary, Cambridge dictionary, ...
More About: Linux , Tools , Foreign , Configuration , Dictionaries
aspell ? spelling with foreign dictionaries
2007-09-22 06:12:00
Introduction Regardless of whether you are a spelling genius or a spelling disaster, like myself, it is useful to have a spellchecker handy. There are number of tools available for this purpose. For single words, Google is quite useful. There are many other websites with spellchecking and lexical capabilities, such as the free dictionary, Cambridge dictionary, ...
More About: Linux , Tools , Foreign , Configuration , Dictionaries
screen ? .screenrc configuration file
2007-09-18 03:35:00
Linux has many useful tools and utilities. Remote shell manager called screen is certainly one of them. screen allows for remote persistent shell sessions that are immune to connection hangups. The manager has an extensive and powerful set of features. Once mastered, it becomes an essential tool. ©2007 dsplabs.com.au Below is a screenshot of a screen ...
More About: Screen , Linux , Tools , File , Configuration
screen ? .screenrc configuration file
2007-09-18 03:35:00
Linux has many useful tools and utilities. Remote shell manager called screen is certainly one of them. screen allows for remote persistent shell sessions that are immune to connection hangups. The manager has an extensive and powerful set of features. Once mastered, it becomes an essential tool. ©2007 dsplabs.com.au Below is a screenshot of a screen ...
More About: Screen , Linux , Tools , File , Configuration
More articles from this author:
1, 2, 3, 4
111755 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker