Localhost does not

Hey,.

I'm under edge inspect and can see perfect online pages. But my localhost does not work.

pages displays a "Web Page not available" error.

I use WAMP and I think it may have something to do with the apache settings, eventually he only binding the localhost? (I can not connect to the local host of the device tryping in the ip address and the path).

Anyone got any ideas on how to solve this problem?

OK figured it.

For all those who in the future, who has this problem:

In wamp, open your httpd.conf file.

Find the line that says (note your path may be different depending on your localhost path).

A few lines below that you will see these lines:

Order Deny, allow

Refuse to all the

Allow from 127.0.0.1

Change to Deny all for Allow from all the

and comment out (#) the line Allow from 127.0.0.1

See you soon!

Tags: Edge Inspect

Similar Questions

  • Localhost does not not on Win7 Ultimate 64 bit

    If this post is in the wrong section, maybe you can tell me what is the best.

    So as the title says, I can't use localhost on my computor.

    If the answer is simple, I don't find he or she did not.

    As with most, I installed Xampp to use as a test system. I did for a few years and had no problems.

    Recently, I needed to upgrade my PC OS for material reasons XPpro 32-bit to 64-bit Windows Ultimate.

    If it wasn't for needing a 64 bit system, I wouldn't do it.

    I initially thought it was Xampp because they do not have a 64-bit version, but after some serches and attempts, still no luck.

    (Here's the post about it) no help given that...

    I then tried other which some have had 64-bit versions.

    I also tried disabeling IIS or the other direction mounting MSWebMatrix. Nothing has worked.

    One of the bright sparks can help to fix this please.

    Thank you.

    Hello

    Thanks for posting in the Microsoft Community. As this question is related to the local host, I suggest you to post the question in this forum for better support.
    Hope this information helps. If you have questions about Windows, feel free to post here at Microsoft Community.
  • XE only by lifting the localhost does not host name url

    Hello

    I try to use Oracle XE 10.2.0.1.0.
    The installation is successful.
    DNS is resolving properly.
    lsnrctl has started.
    DB running.
    Port 8080 is the ping requests.
    New

    This is the URL.
    Its resolution http://127.0.0.1:8080 localhost / apex but when I do a host name url, it never works.

    for example:
    ABC.blahblah.com:8080/apex--> via browser-> do not solve anything.

    The box has only cmd line so I tested via WGET.

    wget http://127.0.0.1:8080 / apex
    -09: 29:48 - 2010-08-23 http://127.0.0.1:8080 / apex
    Connecting to 127.0.0.1:8080... connected.

    wget hostname:8080 / apex fails to resolves.
    ==============================
    LSNRCTL OUTPUT:

    lsnrctl status # [root@nc1bibip0101 admin]

    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on August 23, 2010 09:31:38

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Beginning of August 23, 2010 09:20:07
    Uptime 0 days 0 h 11 min 31 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Default Service XE
    Parameter Listener of the /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora file
    The listener log file /usr/lib/Oracle/XE/app/Oracle/product/10.2.0/Server/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC_FOR_XE)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=abc.xxxx.com) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 8080)) (Presentation = HTTP)(Session=RAW))
    Summary of services...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    "XE" service has 1 instance (s).
    Instance "XE", State LOAN, has 1 operation for this service...
    Service 'XEXDB' has 1 instance (s).
    Instance "XE", State LOAN, has 1 operation for this service...
    Service 'XE_XPT' has 1 instance (s).
    Instance "XE", State LOAN, has 1 operation for this service...
    The command completed successfully
    ===========================
    Set PATH:

    export ORACLE_BASE = / usr/lib/oracle/xe/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server
    export PATH=/usr/bin:/bin:.:./:$ORACLE_BASE/product/10.2.0/server/bin:/
    export ORACLE_SID = XE
    export LD_LIBRARY_PATH = $ORACLE_HOME/lib
    LSNR = $ORACLE_HOME/bin/lsnrctl
    ============================

    cat/etc/hosts
    # LD & E Standard/etc/hosts configuration
    # Do not remove the following lines, or programs
    # requiring a network functionality will fail.
    10.19.26.30 abc.xxxxxx abc
    127.0.0.1 localhost.localdomain localhost
    ===========================

    Cat listener.ora

    listener.ora # Network Configuration file:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (= Extproc PROGRAM)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.xxxx.com) (PORT = 1521))
    )
    )

    DEFAULT_SERVICE_LISTENER = (XE)

    ==================================

    bash - $3.2 cat tnsnames.ora
    tnsnames.ora # Network Configuration file:

    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = nc1bibip0101.bankofamerica.com) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )

    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    )
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )
    )

    =============================

    Help, please...

    Hello

    See if that helps you
    http://download.Oracle.com/docs/CD/B25329_01/doc/install.102/b25144/TOC.htm#BABIJBHJ

    BR, Jari

  • HTTPService to localhost does not work in Flex4... Even with crossdomain.xml

    So, it worked before I recompiled with Flex4, (in Flex 3.5) and now I can't get the following to work...

    History:

    I use httpservice in flex as:

    "" < mx:HTTPService id = "methods" url = "http://localhost/parser.php"method = "POST" showBusyCursor = "true" resultFormat = "e4x" result ="xmlresultHandler (event)" fault = "faultHandler (event)" / > "

    Everything is in my directory on my web server. When run in debugging or directly from flashbuilder, the call works fine. If I ran a release build, FTP in/var/www rejection (my roots) and try to access the server, the site pulls upward, and the series of swf files, but I always get a

    Fault: Channel .Security .error

    FaultString: 'error of security to access the url.

    faultDetail: ' Destination: DefaultHTTP.

    When it tries to read the httpservice.

    I have a crossdomain.xml file in my folder/var/www (webroot) with what I see as a permissive super settings... Below:

    <? XML version = "1.0"? >
    <! DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd" > ""
    < cross-domain-policy >
    "< allow-access-from domain =" "*" ports = "*" / >
    < site permitted-cross-domain-policies of control = 'all' / >
    "< allow-http-request-headers-from domain =" "*" headers = "*" / >
    < / cross-domain-policy >

    Any help would be GREATLY appreciated.

    You may need to set the - use-network = false compiler option.

    Project - Properties - Flex Compiler

    Add the option - use-network = false for the ' additional compiler arguments: "section.

    When deploying on a live server, you probably need to recompile it with the option - use-network = true.

    Who knows, maybe in your situation, it must be set to true.

    If this post answers your question or assistance, please mark it as such.

    Greg Lafrance - Flex 2 and 3 certified ACE

    www.ChikaraDev.com

    Training Flex and Support Services

  • SonicWall UI Analyzer does not - waiting for localhost

    I have SonicWall Analyzer installed and configured on a Windows Server 2012 Essentials. It was working fine for months and then quit one day. I think that he might be left after installation of Windows updates and reboot, but I don't know what got updates installed.

    I get to the screen (using Chrome) that says: "your connection is not private. I chose to show advanced and then click on "Proceed to localhost (dangerous)" and after that he sits and pretended to load indefinitely. He never expire error on our part, I saw that. The URL in my browser is localhost:8071/MBS/auth, which I'm pretty sure is the right URL to use.

    Any ideas how I can fix this or how to make it work again?

    Mine has started working again after a reboot of the server. Now it does not because I can not connect. It seems that I forgot the password (unlikely, but possible if she forced me to change) and the only way to reset the password is to have a support agreement valid for the Analyzer software is used on the router. Which is not currently the case on this particular router as it ages.

  • Dreamweaver does not connect to the localhost server

    Hi, I'm pretty new to CS5 and have been learning mainly the CS5 Bible.

    I use an Imac under Snow Leopard.

    Downloaded MAMP and installed ok - start page display and the States servers works ok.

    File server root is the user/Applications/MAMP/htdocs

    have copied the Techniques folder in the tutorial in this folder and have imported the included database in myphpadmin and everything seems ok

    Go to configure the site server, following the instructions in the book, and this is then I try to connect to the database.

    Dreamweaver won't give the following error message.

    error message.jpg

    It seems that I am without mapping to the right folder. I guess I should be reviewed in the htdocs folder, but it does not connect.

    Can anyone help please with a speech through this configuration.

    Thank you very much.

    NottsPizza

    You use the default MAMP ports or have you go to the preferences and set the default value of Apache/mySQL?  If you left on the default MySQL port is "8889" which means that your mySQL would read 'localhost:8889' because otherwise DW research only on the default port.  Everything seems in order.

  • It seems that FFv.12 does not allow Scandinavian letters in the names of downloaded files, but gets stuck all by contacting the localhost?

    I do a fileupload page and it seems that FFv.12 does not allow for Scandinavian letters in the names of downloaded files, given that the browser gets stuck trying to communicate with the local host. Fix? This behavior differs from that of other browsers (IE, Chrome, Opera and Safari).

    That are Unicode characters in the name of the file or the characters in the top 0 x 80-0xFF range?

  • localhost is online but does not respond to connection attempts

    It comes to my Windows Home Server 2011 and I can't have my Web home page, or any page on my server, to display.  I get the message error #404 and what I tried to give me the same results.  I tried directly from the desktop to servers, other computers on my local network and via the internet from my work.  The only indication I've seen a problem is that when I click on the "connection problem Fix", I get the message 'site Web (www.rkwco.com) is online but does not respond to attempts to login.' message.

    This isn't someone else's system, it's mine.  It was working before and I'm not sure what I did to get it to stop.  If I can understand what is causing the problem, I know that I can understand what to do to fix.  So far all my research for troubleshooting help keep pointing the browser to the corrections, but I am sure that I have eliminated that as a possibility with the locations of various clients and access methods.  One last piece of info, is that if I try to TELNET using port 80, I just get the message that it cannot open port 80.  Which was making me look in the direction of the firewall settings but I don't know what to look for in there.  Suggestions on what/how to test your access to this web server?

    Hello

    I suggest that you post the application on Microsoft TechNet forum because we have experts working on these issues. You can check the link to post the same query on TechNet:

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    Please do not hesitate to contact us if you have other questions related to Windows.

  • App-Manager does not connect to the Simulator OS Firefox on Windows 7

    OS: Windows 7

    Firefox: 28

    6.0pre8.20140112 Simulator 1.2 Firefox OS

    When I run the simulator it opens fine and I see a Firefox OS Desktop
    But the App Manager does not connect. The console at the bottom right says:

    .. localhost:56455 options (the port varies)

    .. connection timeout. Possible causes: has not clicked 'accept' (guest).

    .. .disconnecting

    .. .disconnected

    I have disabled my firewall, restarted firefox and even system - did not help
    There is a similar bug - but I don't know if we are talking about the same thing:
    https://support.Mozilla.org/en-us/questions/988385

    Thank you

    Well - I already knew these links and I can't find anything useful
    Anyway, I tried the Simulator instead of 1.2 1.3 (unstable)
    This one works very well

  • Firefox does not connect to any Web site, but other browsers will.

    When I get something in the URL- google.com, localhost, http://127.0.0.1/ one bar the IP address, there is a fraction of a second flash, then the bar becomes empty and nothing has changed. It seems that Firefox is not even try to connect to the internet.

    Yesterday, everything was fine when I was running FF on Windows 7. After the upgrade to Windows Pro 8, Firefox has failed. I've updated for Windows 8.1, hoping for the best, but it's the same problem.

    I've walked by the firewall program, several times (the only race is the built-in Windows Firewall). Finally, I uninstalled Firefox, including all my settings, custom and reinstalled from scratch, twice. And even this version pure and clean Firefox does not connect to the internet.

    I am a computer web developer and would be happy to look at the log files or run a tool (Fiddler?) to see what happens at a low level, if I only knew where to look.

    john99, thanks for the links. I went through all (again), one by one. The last link kb.mozillazine.org/Standard_diagnostic showed me what helped. I've renamed "firefox.exe" to "firefox1.exe" and was able to use firefox.

    It made me suspect the firewall or malicious software. I ran a Malwarebytes full scan, zero problems detected. I have pored on the entries of windows firewall, the "Windows Firewall with advanced security" view and also the simple control panel view. The only mention of Firefox is that I continue to add and remove to allow firefox through.

    Here I knew what was going on, but for now, I can at least use firefox. How frustrating!

  • 25.0A1 Nightly of Firefox (on Linux) - proxy (SOCKS) does not work

    Hello

    I am using SSH tunnels to create a SOCKS proxy. When I used Firefox 23 it works fine, when I use a recent version of every night, don't worry. I use an add-on of FoxyProxy normally, but I tried to turn it off completely and use the proxy settings internal (SOCKS, localhost, 6789) then it does not work either.

    I understand, you may need more detailed information, but please specify what information you require.

    Thanks for your help

    I'm really sorry, I have some additional info

    I tried to run every night in safe mode and manually set the SOCKS proxy and it works as assumed.

    In this case, it might be a problem with the addon code

  • missing a few previously purchased songs (!)  and i-tunes helper does not

    I keep getting errors during a new playlist, saying "file not found".      So I tried the recommended - diagnostic tests that shows "I-tune helper does not ' is the two partners?   How can I find the missing music and recover my account?

    I don't think the two are connected. I'm really not sure what the role of iTunes Helper, but a proposal that's what launches iTunes when you connect your devices, if you have this option enabled.

    The "missing file" error occurs if the file is no longer where iTunes is expected to find. Causes possible is that you or a third-party tool has moved, renamed or deleted the file, one of its parent folders, or the reader, he feeds has been a change to the drive letter. It is also possible that iTunes has changed from waiting for the files in the presentation of pre-iTunes 9 post-iTunes 9 layout, or vice versa, and so looking for a bit in the wrong place.

    Select a track with an exclamation point, use Ctrl - I to get the information, and then click No when asked to try to locate the track. (Because of a bug in iTunes 12 you currently have to say no twice!) Look under the Summary tab for the location that iTunes thinks that the file should be. Now look around your hard drive. I hope you can locate the track in question. If a part of your library has just been moved, renamed a folder or a drive letter has changed, it should be possible to reverse actions. If the difference between the two railroads is an additional music directory in a path, then it is a problem of layout. I can explain more if this is the case. If everything is where it is supposed to be trying to fix the security permissions for iTunes for Windows.

    In some cases, iTunes may be able to repair itself if you go through the same steps with Get Info, but this time, click on search and browse the lost track. He peut then offers to try to automatically correct the other broken links. Although he said something like 'use the same location' I think he expects to find the titles in the same layout artist & album that they were before, with a systematic change to the path.

    If another application like Windows Media Player has moved/renamed files then the chances are that subtle differences in naming strategies will make it difficult to restore media on the precise way that iTunes is expected. In this case, as long as the missing files somewhere, you should be able to use my FindTracks script for reconnecting to iTunes. See this post for an explanation of how it works.

    If you want me to try to provide specific advice, please post back the following details:

    1. The location of the media file under Edit > Preferences > advanced
    2. The location of a sample of missing follow indicated under Get Info > file > location which begins file://localhost/
    3. The real path to the file which you gave 2 details.

    TT2

  • LabView 2013 or 2014 Web Application Server does not start.

    I have a request that I built in 2013 of LabView that uses the Web application server OR. The application worked until end November 2014 when the Web in LabView 2013 application server has stopped working. Specifically, 2 and 1) NI NI Application Server Web services) Web Server system both were running, but I was unable to access web pages that I created earlier, or I could access the Configuration Web page OR localhost:3582. In addition, the button "Configure Web Application Server" under "Options/Web Server" is gray. Makes me think that web services NOR did not start successfully upward. Complete a repair facility OR to the LabView 2013 install did not help either.

    Since the opening of a service ticket with NEITHER, I've now deleted and reinstalled the 2013 LabView and LabView 2014 each with the latest patches. But the problem persists.

    The ticket OR for that matter now rests with RnD, so I'm tender hand to the community OR to see if anyone sees something similar? Or has any ideas to try?

    Some additional notes:

    (1) contrary to LabView LabView 2013 2014 no web services NOR would begin, based on a new for 2014 dependence on the Authentication Service of NOR. In 2014 this service does not either.

    (2) when I uninstall 2014 and re-install 2013, chess happens again (as above).

    (3) my system runs Win 7 Pro x 64 with 8 GB of RAM.

    (4) I have McAfee virus scanner/firewall. I have disabled and even uninstalled without correcting the problems.

    At this point any ideas to try would be greatly appreciated, because I can't wipe my OS and start over.

    Thank you

    * Update *.

    I finally found a solution to this problem. The solution is the following:

    1. Delete the two files "C:\ProgramData\National Instruments\NIAuth"

      • commitmark.1
      • Registry.bin
    2. Restart the OS and re-launching of LabView.

    On the next reboot, LabView recreates these two files and the Web services OR Windows services start normally. Once NI WebService which works normally.

    I'm assuming that one or both of these files has become corrupted at some point, that has kept the WebServices OR start properly. But as none of the services OR created an error event Windows for that matter, I stayed to search for the solution. And since the installer NOR has not remove or repair any of these files, the question continues to no matter how many times I have re-installed LabView on my system.

  • Web server does not start

    I get the following errors in the log file:

    default: 2 appwebStartThread starting named host: "LabVIEW".
    default: 1 appwebStartThread error: could not open a socket to 192.168.1.2, port 80
    default: 1 appwebStartThread error: HTTP cannot listen on 192.168.1.2:80
    default: 0 appwebStartThread could not start the server
    default: 3 appwebStartThread wire coming out appwebStartThread (10ac)

    the complete log file is attached. Does anyone have an idea?

    Thank you friends,.

    He is currently working. I used the command netstat /i and found netstat n which gave a list that contains among others:

    TCP 192.168.1.2:1528 74.125.79.103:80 CLOSE_WAIT
    TCP 192.168.1.2:1695 216.49.94.13:80 TIME_WAIT

    Whois for these ip addresses showed that Google and McAfee using port 80.

    I then started the Web server with port 3363, which is the default value for the VI Server Configuration. The web server log file showed now:

    default: 2 appwebStartThread for HTTP listening on *: 3363
    default: 3 appwebStartThread wire coming out appwebStartThread (16cc)
    and OK.

    BUT as C:\Program NIUninstaller Instruments\LabVIEW 8.6\ www\index.html says:

    If the Web of LabVIEW server does not use port TCP/IP 80, enter the following URL in the address field of Web browser (where port is the port number that uses the Web of LabVIEW server): http://localhost:port / examples.htm.

    Now the two example: creating a Web Service (Windows) of the help of LabView and the book.lvproj work address OR example finder.

    Thank you once again,

    OLE

  • Print spooler does not

    all my printers have disappeared.
    It won't let me uninstall it it says that the print spooler does not work?

    Hello

    Check with the printer manufacturer for updated drivers and support for known issues.

    Check chan seen message here - one of the highest.

    fixed spooler subsystem app stopped working
    http://social.technet.Microsoft.com/forums/en/itprovistaprinting/thread/460f297a-dd66-4476-A176-542e1519ca3e

    ===================================

    If the above didn't help:

    Use this method to clear the spooler and then uninstall and reinstall your printer
    (check with the manufacturer for the latest driver).

    Check Mr. Fixits here and if you must use other methods to go back
    and try again later.

    Problems of print and error - a Mr Fixit of printing
    http://support.Microsoft.com/GP/printing_problems

    Solve printer problems - a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/8c11977e-8244-408f-A036-7978a618d7a21033.mspx

    ------------------------------------------------------
    Logon as administrator

    Start - type in the search box-> COMMAND - you can find at the top of the list and do a RIGHT CLICK.
    RUN AS ADMIN

    You can copy and paste each line except those brackets and press ENTER after each.

    net stop Spooler

    (echo suppression of all print jobs)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    del/q %SystemRoot%\system32\spool\printers\*.*

    net start Spooler

    (sound Done!)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    Another way
    http://4sysops.com/archives/how-to-cancel-a-print-job-that-hangs-under-Windows-Vista-and-XP/

    Check the print - DELETE/STOP queue all jobs - then right click on the printer - REMOVAL
    http://windowshelp.Microsoft.com/Windows/en-us/help/bb6f81d9-4092-4ac8-9716-2bd008f513e11033.mspx

    If you use Control Panel - Classic - printers

    Try after unplugging your printer if necessary.
    -------------------------------------------------------------

    Also check the spooler print and its dependencies and addictions Service.

    The value of all Services back to their default values.

    Start - type in the Find box-> Services find at the top of list - make right click on-
    RUN AS ADMIN

    BlackViper - for Vista SP1 - Services - all return to their default values.
    http://www.blackviper.com/2008/01/28/black-vipers-Windows-Vista-Service-Pack-1-service-configurations/#more-3020

    BlackViper - for Vista SP2 - Services - all return to their default values.
    http://www.blackviper.com/2009/05/31/black-vipers-Windows-Vista-Service-Pack-2-service-configurations/#more-2991

    How difficulty Windows Vista print spooler starts do not
    http://www.ehow.com/how_4920100_vista-print-spooler-not-starting.html

    ------------------------------------------------------------

    Check this thread if necessary - to stop and erase the spooler

    http://social.answers.Microsoft.com/forums/en-us/vistaperformance/thread/a15779d6-ac0d-42FD-9Ac2-a1da241ea19f/

    and here
    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/58b54fa9-cf6f-40F7-90b2-8093c6777493

    ------------------------------------------------------
    Clean the General corruption and repair or replace the damaged/missing files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    CheckDisk (chkdsk) runs at startup.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

Maybe you are looking for

  • Communities of Apple connection failed on Firefox

    Can someone tell me why since ten days, I can not connect communities Apple with Firefox? I still get this error At first, I thought the Apple guys were working effectively on the updating of the communities. But after a few days, I tried connected w

  • SIS D7496A number HP Pavilion 4509 model 530 need help for upgrade hard drive

    I have a desktop HP Pavilion 4509. and have a hard drive 3,5 "(4,3 Go)." I want to replace or upgrade to 20 GB / 40 GB hard drive. is this possible? I also upgraded the memory (sdram) also. If possible, can someone tell me how I update my hard drive?

  • Problem LED

    Hi all I use Dell Inspiron N5010 from 15, have LED (horizontal lines flickering) problem.  Here is a video link to youtube. I have attached an external monitor that works very well. How can I solve this problem? pls guide me. https://youtu.be/nUw3WZh

  • network engineer

    Hi... iam hassane belongs to the India... I jst joined a company in India... .i need to learn everything... pls snd me the Protocol Eigrp troubleshooting guide...

  • PhotoshopCS1:Image gets ruined when you drag down the screen

    Only happens when you drag on the underside of the screen, and only when the layers tools, etc. are present.I'm using Photoshop CS (ver.8?) on Windows 7 32 bit.Problem still not fixed after reinstallation. Never had this problem on Vista