Hi, folks!
I've created a script in PSP X, but I can't find a way to add the "Zoom Tool" to the script, because when I'm recording the script, it seems to not recognize this function.
Is there some way to manually edit the script and insert that function?
Thanks in advance,
Reginald0
Problem solved!
The firewall was disabled, but SELinux was enforcing, causing the "Permission denied" error. I simply disabled it (/etc/selinux/config), reboot and all it's working now, the way it should.
Reginald0
Hello folks!
I'm having a hard time trying to make telnetd work with xinetd using the server_args parameter in RHEL5. The annoying thing is that this exactly same scenario works flawlessly in RHEL4.
The purpose is substitute the default telnet login screen with my application screen, so I use...
zeland, I'm just an IT staff member at my company, so I can't decide what contract deals will be made or not, and my manager didn't want to prolong the contract support with Red Hat for more than a year, so I'm stuck with the trouble...
As for the questions (sorry not to give more details...
Hi, folks!
I recently forced to upgrade my systems from RHEL3 to RHEL4, due to new software requirements, and now I'm having some weird problems with Samba:
1) When I mount Windows shares using smbmount, I can write to a share normally, but if this share contains many files (I still don't know...
Sorry again, the solution was even simpler (I think my memory has some damaged component :-))
C:\> type file.txt | perl -0pe "s/Text1.*\n.*\nText2//s"
Reginald0
Hi, folks!
Sorry, I found a solution based on duncdude tip and forgot to post it here at that time, but better late than never :-)
C:\> type file.txt | perl -0ne "s/Text1.*\n.*\nText2//s; print"
Many thanks, duncdude!
Reginald0
Hi, folks!
I'm trying to delete text between newlines using Perl in Windows command line, like this:
C:\> type file.txt | perl -pe "s/Text1.*\n.*\nText2//"
It's not working, but works if I try with just one line:
C:\> type file.txt | perl -pe "s/Text1.*\n//"
Is there some way to...
bcastner, thanks a lot!!!
The link http://webpages.charter.net/krumsick/ that point to KeyTweak solved my problem. I remapped my F12 key to some key that doesn't exist on my keyboard (mute sound, for example) and the Windows begins to use it's key code, thinking it is F12. Simple but very...
Hi, folks!
I'm using a program to set global hotkeys in Windows XP, and it works great from F1 to F11, but my problem is: When I try to register F12 as a hotkey, the following error message appears: "Error. Unable to register the specified Hotkey. The Hotkey is probably busy, already taken...
Hi, folks!
I'm trying hard to find at Internet a program or some way to output the informations from column details in Windows Explorer to a file (or to clipboard), cause I use different columns beside the normal information like filename, size, date, depending of the content of my...
Hi folks!
I'm considering change from Photoshop to Paint Shop Pro, due to it's facility and low price, and I'm evaluating the product, but there is a very simple thing that I still don't know:
How to adjust the selection shape (resize, rotate, etc) without alter the contents of the...
The solution:
Just installed the package "kdenetwork-devel" (that curiously isn't installed by default) and now is working. Red Hat things...
Reginald0
Hi, folks!
I need to use Desktop Sharing in Red Hat 9, but when I start the program I receive the error message "Cannot find KInetD. Have you restarted KDE after installation?". I searched for this message at google.com and found some threads, but all of them without answers.
If...
Hi folks, it's me again!
After a few searches, I decided to learn more about the LPRng, and reading it's HOWTO I found the options was looking for, except that I couldn't get to make the page counter work, so I started another thread to discuss this subject.
Thanks anyway.
Reginald0
Hi, folks!
I'm trying to implement a page counter print accounting on my Red Hat 7.2 system using LPRng 3.7.4. I don't have much experience in this area, so I searched on the Net and tried a filter called ifhp, but it seems that only work for HP printers with hardware page counter, and...
Hi, folks!
I have two questions concerning linux printing:
1) How can I log all the printer usage with informations like user, filename, time, number of pages, etc. for individual printers (e.g. printer_name.log)?
2) How can I redirect a printer to a file, using variable names, by user (e.g...
It's me again.
I finally decided to learn more about a program called "expect" that comes with the Red Hat CD-ROM and it does what I want. Moreover it's pretty easy to use.
Thanks a lot.
Reginald0
Ok, I'm sorry not to be more specific. I wish to make a script that will be running all the time on a virtual console, with a user logged in, that will load a program called D3 (a database manager) at specific time, type the initial parameters asked for the program (interactively).
Then, after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.