Forum: *nix Software Mar 9th, 2007 |
| Replies: 3 Views: 2,103 Using standard 4, but already tried with QU4, with same results.
Now at least I could isolate the problem: That specific machine that share the folders is a SnapServer (www.snapserver.com) that has... |
Forum: *nix Software Mar 8th, 2007 |
| Replies: 3 Views: 2,103 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... |
Forum: Windows NT / 2000 / XP Nov 30th, 2004 |
| Replies: 3 Views: 9,739 Problem solved!
The link http://webpages.charter.net/krumsick/ that point to KeyTweak utility solved my problem. I remapped the F12 key to some key that doesn't exist on my keyboard (mute sound,... |
Forum: Windows NT / 2000 / XP Nov 22nd, 2004 |
| Replies: 3 Views: 9,739 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... |
Forum: Windows NT / 2000 / XP Nov 9th, 2004 |
| Replies: 5 Views: 4,082 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... |
Forum: Window and Desktop Managers Feb 25th, 2004 |
| Replies: 6 Views: 8,620 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... |
Forum: Shell Scripting Jan 30th, 2004 |
| Replies: 2 Views: 11,452 juppe10a,
It's not exactly what I was looking for, cause the command result isn't important to store to a variable, but the command execution itself.
I found a perfect way to do that:
# X="ls... |
Forum: Shell Scripting Jan 30th, 2004 |
| Replies: 2 Views: 11,452 Hi, folks!
See the examples:
bash$ X="ls"; $X
file1 file2 file3
*** Works correctly!
bash$ X="ls | wc"; $X
ls: |: No such file or directory |
Forum: *nix Hardware Configuration Sep 15th, 2003 |
| Replies: 1 Views: 3,203 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... |
Forum: *nix Software Sep 8th, 2003 |
| Replies: 0 Views: 5,617 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... |
Forum: *nix Hardware Configuration Aug 27th, 2003 |
| Replies: 1 Views: 3,203 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... |
Forum: *nix Software Aug 27th, 2003 |
| Replies: 1 Views: 5,417 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.
Reginald0 |
Forum: *nix Software Jul 24th, 2003 |
| Replies: 1 Views: 5,417 Hi, folks!
Is there any way (or application) to send keystrokes to buffer in console mode on Linux, like some programs do in command line mode on Windows? (i.e. sendkey.exe)
I want to... |