similar to: How to create a printer that prints directly to a file?

Displaying 20 results from an estimated 3000 matches similar to: "How to create a printer that prints directly to a file?"

2010 Jul 28
1
LiveCD on USB won't boot
HI, I tried to build my own liveCD on USB-device. I've formatted my usb-stick: # mkdosfs -F 32 -n usbdisk /dev/sda1 Then I copied the iso-image to my stick: # livecd-iso-to-disk CentOS-5.5-i386-LiveCD.iso /dev/sda1 After that I tried to boot with that new device: # qemu -hda /dev/sda -m 256 But, then I become this error-message: "Initial menu has no LABEL entries!" The same
2010 May 17
2
Yum segmentation fault when updating to CentOS v5.5
Hi all, I'm getting a segmentation fault with yum when I try to update a CentOS v5.4 install to v5.5. What I've done: * Ran yum clean all. * Ran yum update yum* * Ran yum update, and got the segmentation fault. * Yum suggested running with option --skip-broken, which I did. Still got the segmentation fault. * Rebooted machine and ran yum update again. Segmentation fault... * Googled
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi I wanted to download and install the net-snmp package. Usually on my other CentOS boxes i use the following command to do it: yum install net-snmp I was able to successfully install net-snmp on 4 of my CentOS boxes but not on one of them. It reports me the following error message: [root at localhost yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest
2010 Sep 22
1
exclude mirror
how can i exclude certain mirrors from yum in centos 5? -- Among the maxims on Lord Naoshige's wall, there was this one: "Matters of great concern should be treated lightly." Master Ittei commented, "Matters of small concern should be treated seriously." (Ghost Dog : The Way of The Samurai) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 28
16
Ruby IDEs
Hi, I''m a novice in Ruby , I want to ask what is the best IDEs to use Ruby for beginners ? Is eclipse a good choice ? any idea? Thanks a lot! Nada -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe
2004 Aug 06
3
Helix into Icecast2 loopback
Hello. I've made some progress on the issue. I found a tool called TrPlayer which is a text mode front end for real player - initially developed for the use of the visually impaired. The theory is that I can use this and pipe the live stream into vsound which then in turn is passed into ices or another source client. Trouble is, I'm having all sorts of trouble compiling Trplayer on the
2004 Aug 06
2
Icecast 2 and Real Audio
It appears to me that there is some problem with the way Icecast 2 streams MP3 that blows up Real Audio. Icecast 1 streaming seems to work fine with it. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in
2004 Aug 06
1
How to lock down the Wed Admin interface
Hello. I have setup Icecast 1.3.12 on my Redhat 9 server. When using the Web Admin interface all I have to do is click 'set' and it shows me all the passwords etc for the system. How should I best protect this information from prying eyes?? Thanks in advance Hasham --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To
2003 Aug 26
3
Ads server = huh?
All, I've installed a Redhat 9 system with all packages from 3 discs. Now I've removed my samba 2 related packages and installed samba 3 using rpm. After setting up kerberos with my W2k system and testing that out successfully I set up smb.conf with security = ads etc I've also set 'ads server' but this config option causes various samba binaries to report "unknown
2013 Mar 06
1
can you suggest on extending ogg as short-clip container and the make of its tool?
On Tue, Mar 5, 2013 at 7:43 PM, <gildororonar at mail-on.us> wrote: > very short context clips, most of them less than one > second, only chokes file systems. > I'm not sure how you reached this conclusion, but I think you should revisit it. I think everyone, including you, will be a lot happier if you store each sound effect clip in its own file. This is a common practice
2003 Aug 04
4
Samba 3.0 and LDAP
I was looking through my o'reilly book and according to it all of the ldap inputs that would be in smb.conf are not supposed to be there in samba 3.0. How do you specify which ldap server to use and whatnot?
2010 May 16
1
Aastra SIP phone regisration problems
I have 8 aastra phones that are loosing registration. On the phone gui it says 408 as the registation error after a minute or say they register. In the cli it eill say the phone is now unreachable then it will show it registering then available. At first they did it every hour all the phones. After messing with the experation it does it every 15 nin. Any ideas on how to troubleshoot this? I tried
2013 Mar 06
2
can you suggest on extending ogg as short-clip container and the make of its tool?
Hello. I am thinking of developing a tool for computer game makers, enabling them using an ogg file to hold a collection of very short context audio clips. I am looking for suggestion on usefulness of the tool once it is made, and its design. By "very short context audio" I mean the audio clips that usually is the response to a mouse-click or key press. e.g. a clicking sound, a
2004 May 04
2
OT: Latest Linux Real player
Hi: I know this is off-topic, but figured someone here would know, particularly given Xiph's involvement in Helix. Up till now I've used TRplayer <http://linux-speakup.org/trplayer.html> to play Realmedia content. This is because, as a Blind person, I've no need or desire for X11, and TRplayer uses the Realplayer libs without all that X overhead. but now I would like to play
2004 Aug 06
5
Need a command-line splicer of audio files for Linux
I am looking for a command-line driven audio splicer for .wav files. Any ideas? todd@toolz.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent
2004 Aug 06
2
Helix into Icecast2 loopback
Well more specifically I want to transcode a realaudio stream into mp3 on the same machine and on the command line only - reliably! Following up, I managed to compile the trplayer using a substitute __pure_virtual function compiled with extern "C" (without it the function name was being mangled by g++) by now trplayer runs and exits without warning, error or success... the funny thing
2006 Feb 17
1
how to directly print plots to printer?
Hi all, How do I directly send plots to printer, instead of showing them on the screen device? That's to say, with my current code for ploting on screen device, how to modify a few lines to send automatically the plots to the printer? If that's not doable in R, could it be possible to automatically generate a multi-page PDF file for all the plots, so that I can print one singal PDF file
2002 Oct 17
1
i can't print directly to my samba printer server...
Hi there Brian! I've seen your email on one of the samba mailing list. This has been my problem for a long time. I just want to share this problem directly to you and i hope you can lend me your help. I'm trying to setup windows printer sharing using SAMBA installed on my Linux box (Redhat 7.3 as printer server) and windows 2000 pro as my client. My win2k clients are connected to a
2002 Aug 20
2
feedback/help request
Hi, First, let me thank you for the excellent documentation and programming work on Syslinux. It has made getting to this point infinitely easier. Unfortunately, I need to request some guidance in troubleshooting a problem I am having using the RedHat installer on their version 7.3, which uses Syslinux as the boot mechanism. A little background: I have an old Micron Powerdigm XsU dual PII
2010 May 16
0
Aurorae for Compiz
Hi Compiz Devs, as you might know I started about a year ago to implement a new theme engine for KWin called Aurorae. It is a SVG/Pixmap based engine. The theme format is SVG as soon as the SVG get's resized a pixmap is created and put into KDE's pixmap cache. This makes painting very fast while resizing kind of slow (not an issue with KWin as resizing is already slow ;-)), but at