Q. I’ve HP all in one printer / scanner / fax machine installed and I’d love to scan an image using Linux command line or GUI application. How do I scan an image under Linux?
{ 2 comments }
Q. I’ve HP all in one printer / scanner / fax machine installed and I’d love to scan an image using Linux command line or GUI application. How do I scan an image under Linux?
{ 2 comments }
Q. My log files grow continuously. How do I limit the growth of UNIX log files stored in /usr/spool/ or /var/log/ directory?
{ 2 comments }
Q. Can you explain UUID concept related to Linux ext3 partitions and storage devices? How do I update /etc/fstab using UUID under Ubuntu Linux or any other Linux distro?
{ 8 comments }
Q. How can I run a command called foo, and have it timeout / abort after 10 seconds under GNU/Linux running bash shell or script? How do I run command under an alarm clock?
{ 14 comments }
Q. I know #!/bin/bash is shebang line. But, I noticed a few shell script shebang line ends with a single dash ( #!/bin/bash - ) or double dash ( #!/bin/bash – ). Can you explains me purpose of such shebang line?
{ 11 comments }