Forum: Windows NT / 2000 / XP Jul 6th, 2005 |
| Replies: 3 Views: 7,844 I've been having this issue (at two separate clients) where all of the volume labels for the network drives that a user is connecting to get renamed as "Disconnected Network Drive." The icon shows... |
Forum: Windows Software Jun 16th, 2005 |
| Replies: 2 Views: 2,151 It worked. Thank you much. |
Forum: Windows Software Jun 15th, 2005 |
| Replies: 2 Views: 2,151 Prereqs:
Windows XP SP2
Office 2003 SP1
I have a workstation at a client with the following issue:
A user periodically takes a screenshot and then pastes it into Word. All appears to be ok... |
Forum: Windows NT / 2000 / XP Aug 30th, 2004 |
| Replies: 1 Views: 3,004 |
Forum: Geeks' Lounge Aug 26th, 2004 |
| Replies: 13 Views: 5,839 I'm all a about the Japanese import scene. :) ... considering buying an Evo8 or RSX-S |
Forum: Windows NT / 2000 / XP Aug 26th, 2004 |
| Replies: 1 Views: 3,004 I have very little Citrix knowledge, yet have been tasked to administer two citrix servers in a load balancing farm.
The way that printing is currently setup is that printers and permissions... |
Forum: Windows NT / 2000 / XP Jun 9th, 2004 |
| Replies: 2 Views: 7,498 While running through some user accounts in our ADS setup I noticed that one of them is set to "Store password using reversible encryption." This is no good and does not meet the company's security... |
Forum: Windows NT / 2000 / XP Jun 9th, 2004 |
| Replies: 9 Views: 7,979 This setting can also be changed in the BIOS on some Dell systems |
Forum: Monitors, Displays and Video Cards Jun 2nd, 2004 |
| Replies: 3 Views: 3,873 I was given an old KDS monitor some time ago and it seems that they aren't the most reliable pieces of equipment. Unfortunately, you may want to get a new/newer monitor. I tried the tape thing, and... |
Forum: Networking Hardware Configuration May 26th, 2004 |
| Replies: 3 Views: 3,944 You took the words right out of my mouth when you mentioned satelite. I would definitely research that as an option. |
Forum: Viruses, Spyware and other Nasties May 26th, 2004 |
| Replies: 2 Views: 1,935 ("our usual recommended spy-ware tools from here" means the same tools that we always tell people here at daniweb to use.)
In other words...
I ran AdAware, SpyBot, and Hijack-this with no... |
Forum: *nix Software May 26th, 2004 |
| Replies: 7 Views: 5,502 here would be a good script:
(the pre-req is that you have ssh installed on everything and can log into every server by using public keys instead of passwords)
#!/bin/bash
... |
Forum: IT Professionals' Lounge May 26th, 2004 |
| Replies: 7 Views: 6,547 I would imagine that you could have one valid copy of windows, install Microsoft SUS on it, and then have your pirated machines get their updates from that. I think that would work. :) |
Forum: *nix Software May 25th, 2004 |
| Replies: 10 Views: 19,128 A few other good programs are VLC (not to be confused with VNC) and xine. |
Forum: Geeks' Lounge May 25th, 2004 |
| Replies: 13 Views: 8,927 Have a mirror? The URL on that post doesn't work. They probably don't like the sudden bandwidth spike. ;-) |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 9 Views: 15,080 * = any ammount of matches of the previous expression
For example:
[[:graph:]]* is really "Any printable and visible (non-space) character repeated any number of times" |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 9 Views: 15,080 That is what I posted about:
grep -o "[[:alnum:][:graph:]]*@[[:alnum:][:graph:]]*"
grep -o returns the matched expression instead of the whole line matched
I realized that this can... |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 9 Views: 15,080 Those look awfully familiar. Did you grab those off of a "100 useful SED scripts" site? :) |
Forum: *nix Software May 14th, 2004 |
| Replies: 6 Views: 3,288 Having linux clients to a terminal server is easy!
http://www.rdesktop.org/
http://www.nongnu.org/grdesktop/
And somewhere on Citrix's site they provide a linux Citrix client as well. |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 9 Views: 15,080 And grep saves the day. Next time I'll RTFM better. :)
grep -o "[[:alnum:][:graph:]]*@[[:alnum:][:graph:]]*"
I haven't tested for many bugs/quirks in the results yet, but a few quick checks... |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 9 Views: 15,080 I have a bunch of text files with different formats that somewhere in the file have email addresses. I would like to be able to parse through any number of these files for email addresses. Here are... |
Forum: Viruses, Spyware and other Nasties May 12th, 2004 |
| Replies: 2 Views: 1,935 Has anyone seen this? I can't find anything on google/groups, none of my co-workers have seen this and none of our usual recommended spy-ware tools from here are finding this! I boot into safe mode... |
Forum: Networking Hardware Configuration May 12th, 2004 |
| Replies: 13 Views: 23,316 Have you tried powering off the modem for at least 30 seconds? The steps that I would take, are to power off the modem and router for thirty seconds. Power up the modem. Give it 45 seconds or so to... |
Forum: *nix Software May 11th, 2004 |
| Replies: 13 Views: 5,538 If you want it to bring up a GUI login prompt automatically at boot you need to change your default runlevel. You do this by CAREFULLY editing the file '/etc/inittab' and changing the default from 3... |
Forum: Getting Started and Choosing a Distro May 4th, 2004 |
| Replies: 10 Views: 9,524 I run 2 versions. On my work laptop i use 9.1 with 2.4.25 kernel, latest kde and latest gnome 2.6, gtk 2.4, and I update other software a lot. My private file server that sits at home is running an... |
Forum: Geeks' Lounge May 4th, 2004 |
| Replies: 40 Views: 11,164 In no particular order:
Orbital
Radiohead
DJ Tiesto
Slayer
Squarepusher
Static-X
The Doors
Ron D Core |
Forum: Shell Scripting May 3rd, 2004 |
| Replies: 5 Views: 10,731 Using Windows 2000 server. I was testing it at the command line. That was the problem. Thanks! |
Forum: Shell Scripting May 3rd, 2004 |
| Replies: 5 Views: 10,731 That yields the same problem that I was having:
%%A was unexpected at this time. |
Forum: IT Professionals' Lounge Apr 29th, 2004 |
| Replies: 12 Views: 7,184 Get the degree. You are gonna kick yourself in the ass if you don't have it one day when you really need it. |
Forum: Troubleshooting Dead Machines Apr 29th, 2004 |
| Replies: 4 Views: 3,729 What would normally be the next message following the "card-02 texas..." line? |
Forum: Shell Scripting Apr 29th, 2004 |
| Replies: 5 Views: 10,731 bash:
#!/bin/bash
DOMAIN=mydomain.com
for client in ServerA ServerB ServerC ServerD
do
xhost +$client.$DOMAIN
done |
Forum: Legacy and Other Languages Apr 29th, 2004 |
| Replies: 3 Views: 5,414 5 REM Happy Birthday to BASIC
10 PRINT "http://apnews.excite.com/article/20040429/D82885100.html"
20 END |
Forum: Windows NT / 2000 / XP Apr 29th, 2004 |
| Replies: 13 Views: 8,582 I'm not sure what would be causing the problem, but it would be interesting to see what other protcols this intercepts. POP/SMTP seem to be fine. Can you have these people try accessing an https://... |
Forum: HTML and CSS Apr 27th, 2004 |
| Replies: 9 Views: 4,009 There may be a better way to create your site in a box, and center it, but in the past I have used the <center> tag for centering a 1x1 table, and then putting the rest of the content inside of the... |
Forum: Getting Started and Choosing a Distro Apr 27th, 2004 |
| Replies: 25 Views: 5,799 Yeah, I haven't seen anyone say "Redhat is teh sux0rz and sl4ckw4r3 0wnz!!!" yet. :) |
Forum: Motherboards, CPUs and RAM Apr 26th, 2004 |
| Replies: 31 Views: 7,244 That is most likely your problem. Who knows where that originally came from. I'm sorry but we can't help very much with pirated software here. If you can't afford a copy of Windows XP then reinstall... |
Forum: Posting Games Apr 26th, 2004 |
| Replies: 3,185 Views: 250,966 |
Forum: Motherboards, CPUs and RAM Apr 26th, 2004 |
| Replies: 31 Views: 7,244 What is saying it needs atapi cd-rom? |
Forum: Posting Games Apr 26th, 2004 |
| Replies: 3,185 Views: 250,966 |