Ask a Question
Tech Areas
Anti Spam (0)
Anti-Virus (0)
Apple Hardware (0)
Devices (0)
Displays / Monitors (0)
Email Clients (0)
File Sharing (0)
Firewalls (0)
Laptops & Notebooks (0)
Networking (5278)
Networking Hardware (8)
Operating Systems Security (0)
OS (472)
Peripherals (7)
Spy / Ad Blockers (0)
Storage (1)
Web Browsers (0)
Web Servers (0)
Latest Jobs
Santa Monica Community College District - Santa Monica, CA >> View our current > Subscribe Community College News DIVERSEEDUCATION.COM 7 hours ago
Santa Monica Community College District - Los Angeles, CA CONTACT US SUPPORT HOME COLLEGE DIRECTORY RESOURCES ABOUT US CREATE PROFILE 7 hours ago
Work in Sports Make Your Passion Your Career ... Work In Sports! Create Account | Retrieve 7 hours ago
IT

Welcome! to the IT area! Please post your questions or search now!

Subscribe to the IT forum
2009
0 Responses
0
0
HI GUYS i'm new to this forum,any one can help i'm computer engineer , having A+, CCNA, certified CCNP I,II pending III,IV, MCITP certified for 70-640,70642, pending windows server admin 70-646 hopfully by DECEMBER I'M DON THANKS
Subscribe:
2009
0 Responses
0
0
Thanks for the Careersaver Courseware. 12 Popular Titles Free (Microsoft/Cisco/PMI/A+). If anyone missed or deleted the email from Cybercoders, here is the link to copy, http://www.careersaver.com/fd.asp?exs=44
Subscribe:
2009
0 Responses
1
0
Thanks for the Careersaver Courseware. 12 Popular Titles Free (Microsoft/Cisco/PMI/A+). If anyone missed or deleted the email from Cybercoders, here is the link to copy, http://www.careersaver.com/fd.asp?exs=44
Subscribe:
2008
Guest
0 Responses
0
0
I have the below config in the httpd.conf file however it doesn't seem to be working because I can access files at the below link without being promoted for a username & passwrod.  What am missing?  I'll be I have the REGEX wrong? https://www.t1shopper.com/account/password/reset/backup/ http://httpd.apache.org/docs/2.2/mod/core.html#directorymatch P.S.  Nothing showing up in the log file.  And I have the below config in the right virtual host (<VirtualHost *:443>).  The full path to this directory is /home/t1shopper/www/account/password/reset/backup so it seems like the REGEX is right? Code Snippet: <code><DirectoryMatch "^/home/t1shopper/www/(.*/)?backup"> Options -ExecCGI -FollowSymLinks -IncludesNOEXEC +Indexes -MultiViews AuthType Basic AuthName "User Authentication Required" AuthUserFile /etc/.htpasswd AuthGroupFile /dev/null <Limit GET> require user my_super_secure_username </Limit> </DirectoryMatch> </code>
Subscribe:
2008
Guest
0 Responses
0
0
Need help parsing a variable to only display the date. Thanks in advance. Code Snippet: <code>I have this statement in a shell script: DATE=` sqlplus -s /nolog << EOF connect ${USER}/${PASS} whenever sqlerror exit sql.sqlcode set heading off set feedback off set echo off select to_date(a_date,'DD-MON-YY') from table; EOF` echo ${DATE} The problem is my ${DATE} variable displays this: Connected. 19-SEP-08 I only need it to display this: 19-SEP-08 </code>
Subscribe:
2008
Guest
1 Response
0
0
Experts, How do I pass parameters to a DOS batch file and handle them once I've launched the program?
Subscribe:
2008
Guest
0 Responses
0
0
Hello, I'm becoming more desperate on troubeshooting this issue, any help will be appreciated. The network contains about 100 computers, but only few of them are AD members. There are 2 DCs running MS Windows Server 2008 and 5 XP client computers (testing stage before migration to AD). Problem description: XP clients use several shared folders located on one of those DCs. The shared folders are connected using the logon script in Group policy (it's vbscript, but the problem was the same when using a batch file. The problem doesn't seem to be in the script because I implemented some error logging and it points more to a network). After some time, the mapped drives on the XP client disconnect. When the clients log off and log on, it doesn't change anything. If I try to open explorer on the client and type in the UNC path to the server, I see only one of the shared folders (I don't see even Netlogon and Sysvol). From other computers I can see the shared folders. Investigated so far...
Subscribe:
2008
Guest
0 Responses
0
0
I have just recently installed a Red Hat Enterprise 5 server.  The only way that I can connect to it is using a secure telnet.  I am currently using putty to access this server.  My problem is that putty does not support some of the function keys that my accounting program uses so I would like to go back to using my Telnet Pro which does.  The problem is TelnetPro is standard Telnet.  What is the easiest way to enable standard Telnet.  This is a small network and should not requie the encryption of secure telnet. Any help is greatly appreciated.
Subscribe:
2008
Guest
0 Responses
0
0
My MCSA 2000 certification was expired on year 2003, No i wanna renew the same and looking for upgrade the same to MCSE 2003 as well. Can anyone give the clear information on this.
Subscribe:
2008
Guest
0 Responses
0
0
I have a cluster win2003 with 2 nodes, sqlserver 2005 and few other services. The original password for service account was stored on service management but an operator changed by error the password stored on node2 and cluster service does not start there.  I dont have the original password for the account.  Which is the correct procedure to restore the password on the 2 nodes without problems?
Subscribe:
2008
Guest
2 Responses
0
0
Hi Experts, I got Windows XP install and I have 3 partitions in it, C, D , & E. , But I can't open D & E by double clicking on them, When I do I get error message ( Please look error in attach file).. but I can open them by right click and selecting " explore " .. please  responde.. thanks in advance!
Subscribe:
2008
Guest
0 Responses
0
0
We are setting up an Exchange Server for a client and they have XO Communications as an ISP. So they need to get a PTR setup to use outgoing email, as they do not have a smart host you can use for Exchange. We need to know if there is a work around for outgoing smtp on Exchange, and if not, how do we setup the PTR, or Reverse DNS record to make this work, as client wants a domain for access to their email and use a different one for their actual email accounts.
Subscribe:
2008
Guest
1 Response
0
0
I have a user that I would like to disable him from logging onto a work station and accessing the file server, however I would still like to allow him to use his email via OWA. What is the easiest way to do this with Windows Server 2003 and exchange server 2003? THanks
Subscribe:
2008
Guest
0 Responses
0
0
The solution to count how many versions of a certain proc are running (ie to build a "is it already running" bool) was discussed in thread: http://www.experts-exchange.com/OS/Linux/Q_23672100.html The solution was: pgrep  -f  '/usr/local/Zend/Core/bin/php -f /usr/local/Zend/apache2/htdocs/local/misc/local_get_txt.php' |wc -l however in practice I am finding it doesnt work for some reason. It returns only either 1 or 2, and if I try: pgrep  -f  '/usr/local/Zend/Core/bin/php -f /usr/local/Zend/apache2/htdocs/local/misc/local_get_txt.php' it throws always one PID, which doesnt seem to exist, and is always different (ie doesnt ever sho up on "ps ax" and kill says it doesnt exist" To confuse things further, I tried pgrep  -f  '/usr/local/Zend/Core/bin/php -f /usr/local/Zend/apache2/htdocs/local/misc/THIS_FILE_DOESNT_EXIST.php and got a PID for it to!! any thoughts?
Subscribe:
2008
Guest
0 Responses
0
0
I have created a number of Universal Distribution Groups in Active Directory last Friday afternoon but they have still not appeared in the GAL and it has been nearly 3 days.  Here is the scenario...the groups were created on server AD01, however they have not appeared on Server EX01 in the Exchange Management Console.  I checked under Recipient Configuration and Distribution Group but the nw groups I created are not there.  Should I have created the groups in the Exchange Management Console on the Exchange Server (EX01) rather than on the Active Directory Server (AD01)?
Subscribe:
2008
Guest
0 Responses
0
0
Hi, Can someone please get me the student guide pdfs for Sun Fire High-End Server Administration (VC-ES-421) and Sun Virtualization: Solaris 10 Logical Domains Administration (SA-345-S1? I am ready for trade on the solaris 10 admin gude and network guide ( student guide ) -Ian
Subscribe:
2008
Guest
0 Responses
0
0
Hello I am unable to start a remote admin session on the server. I suspect that there may be too many admin sessions running but my previous solution to starting the console  (mstsc -v:192.168.10.1 /f -console) pops up the above error code and I cannot find any reference to it on the MS site. Any assistance would be appreciated, thanks.
Subscribe:
2008
Guest
0 Responses
0
0
I have had this problem for years with my families Win XP pro laptops and I now have it with our newer Vista laptops. When a print job hangs in the queue, I can't restart it. I right click on the first job in teh queue (the one that is hung) and I hit restart but that does nothing. Then I delete the first job in the queue and it says "deleting" but it will continue saying that forever. it is not until I reboot the computer that the remaining jobs in the queue will print. Sometimes I have to reboot the source computer and sometimes I have to reboot the computer on the network that the shared printer is actually attached to. This rebooting is annoying and time consuming. Why does this happen and what can I do to avoid this issue?
Subscribe:
2008
Guest
0 Responses
0
0
If I install spiceworks will it just display its ads on my computer or all computers on the network? I really want to try it out because it seems to be a program I have been looking for. I am just not sure about the ads. I don't care about them being displayed on my computer. Just don't want them to be displayed on other users computers. Doesn't seem like they will, but just want to make sure. Thanks
Subscribe:
2008
Guest
0 Responses
0
0
Hello, I have a client where all Undeliverable Administrator email messages, and other admin related messages, are being forwarded to my personal email account. I am not sure how this was set up, or why. I have gone into AD under the administrator account and see nothing being forwarded to my account. In AD I don't even see my personal email address as being a contact object at all. Where else might this setting be? Thanks
Subscribe: