[Solved] Zenmap automatically installed with nmap??

Hello all,
So far Arch Linux has taught me much about linux. The wiki has been very helpful.
Recently I installed nmap with a simple "pacman -Sy nmap" ..and it installed without problems. nmap works as it is supposed to.
So now, I opened X and found that zenmap was installed as well.
I will not be using the GUI version. Is there any way to get rid of it? I thought it was supposed to be installed separately..
"pacman -Ql nmap" gives me the following:
nmap /usr/share/nmap/scripts/ircZombieTest.nse
nmap /usr/share/nmap/scripts/nbstat.nse
nmap /usr/share/nmap/scripts/netbios-smb-os-discovery.nse
nmap /usr/share/nmap/scripts/popcapa.nse
nmap /usr/share/nmap/scripts/promiscuous.nse
nmap /usr/share/nmap/scripts/ripeQuery.nse
nmap /usr/share/nmap/scripts/robots.nse
nmap /usr/share/zenmap/
nmap /usr/share/zenmap/config/
nmap /usr/share/zenmap/config/scan_profile.usp
nmap /usr/share/zenmap/config/zenmap.conf
nmap /usr/share/zenmap/config/zenmap_version
nmap /usr/share/zenmap/docs/
nmap /usr/share/zenmap/docs/help.html
nmap /usr/share/zenmap/locale/
nmap /usr/share/zenmap/locale/pt_BR/
nmap /usr/share/zenmap/locale/pt_BR/LC_MESSAGES/
nmap /usr/share/zenmap/locale/pt_BR/LC_MESSAGES/umit.mo
nmap /usr/share/zenmap/misc/
nmap /usr/share/zenmap/misc/options.xml
nmap /usr/share/zenmap/misc/profile_editor.xml
nmap /usr/share/zenmap/misc/wizard.xml
nmap /usr/share/zenmap/pixmaps/
nmap /usr/share/zenmap/pixmaps/default.svg
nmap /usr/share/zenmap/pixmaps/default_32.png
...so as you can see "zenmap" is apparently part of the "nmap" package.
My knowledge of pacman is limited.. is there some way to divide up the package further? Or to simply remove only part of the package?
Currently the only way I can think of solving this is to manually remove everything in the zenmap directory, however I am afraid that I would be missing some dependency or I would be unable to later remove or upgrade nmap.
Is there some way to do this?
Thank you,
LiteHacker
I don't know if it would be of any use, but I'm still posting it just in case, here are the dependencies of nmap taken from "pacman -Qi nmap":
Depends On     : pcre  openssl  libpcap>=0.9.8  lua
Last edited by LiteHacker (2008-11-27 19:17:42)

u_no_hu doesn't mean to compile it from source and install it separately.
The PKGBUILD is what's used to create packages for pacman. Take a look at ABS in the wiki to learn more about this. What u_no_hu suggested is that you change a line in the PKGBUILD so that you can create a package without the GUI. Once you've done that, you can rebuild the package and install it with pacman and you'll no longer have zenmap.
*edit*
Afaik, there is never any reason to install anything directly on an Arch system. You should always create a package for anything that you need.
Last edited by Xyne (2008-11-27 18:43:30)

Similar Messages

  • [solved] How to install with old BIOS + 60GB SSD + 3TB HDD + fulldisk?

    I'm new to archlinux and this will be my first install. I use Debian and Kubuntu, but I'm no expert. I've read many archlinux docs (and they *are good*, congatulations), but I couldn't find specifics to what I want to do.
    My system is a desktop box (6GB RAM) that I use for video editing, compiling, browsing and many other unrelated things. What I plan to do is to organize things in the following way:
    SSD (60GB): first disk (for a fast boot up time) with only one partition, ext4
    / and everything, except for /home and /var
    HDD (3TB): second disk with only one partition, ext4
    Mounted as /something
    Symlinks (or bind mounts) to /var and /home
    My reason to use only one partition for / and one for /home and /var is to not have to worry about balancing partition sizes among system files, user files, web server files, etc.
    Could you please comment on the following:
    1) It seems that I can't use a a regular partition larger than 2.2TB, so I will have to use GPT. Do I need (or is it recommended) to partition both disks with GPT? Does it work with non EFI BIOSes? Can I use a regular GRUB2 install?
    2) What is the recommended way of installing arch using this set up? Do I install everything under the SSD and later move /var and /home to the HDD?
    3) What is the best way to have the complete final root file system: using symlinks, bind mounts, or any other technique?
    4) I deal with huge files and sometimes huge pictures and huge memory needs (Blender 3D, GIMP and Inkscape with huge files, radiosity rendering, etc). I've read that a swap partition is not needed nowadays. So I was thinking of creating just a swap file inside the HDD partition. Would it degrade too much the HDD performance or fragmentation? Could it be used for hibernation?
    5) Can I use the regular arch install procedure to accomplish all that or do i have to prepare anything before/after?
    6) Any other tips?
    Thanks
    Last edited by plenus (2012-04-21 02:49:47)

    plenus wrote:1) It seems that I can't use a a regular partition larger than 2.2TB, so I will have to use GPT. Do I need (or is it recommended) to partition both disks with GPT? Does it work with non EFI BIOSes? Can I use a regular GRUB2 install?
    According to wikipedia, linux has no problem booting from GPT on BIOS, and accordind to archwiki, GRUB2 provides the ability to boot from GPT in both BIOS and UEFI based systems.. I dont think that formating both disk with GPT is necessary, but I am not sure.
    plenus wrote:2) What is the recommended way of installing arch using this set up? Do I install everything under the SSD and later move /var and /home to the HDD?
    I would install with this approach.
    plenus wrote:3) What is the best way to have the complete final root file system: using symlinks, bind mounts, or any other technique?
    In this setup (/var and /home on one big partition), I would use symlinks.
    plenus wrote:4) I deal with huge files and sometimes huge pictures and huge memory needs (Blender 3D, GIMP and Inkscape with huge files, radiosity rendering, etc). I've read that a swap partition is not needed nowadays. So I was thinking of creating just a swap file inside the HDD partition. Would it degrade too much the HDD performance or fragmentation? Could it be used for hibernation?
    This says Google about swap file/partition performance. You could use hibernation. I allways go with swap partition, but nowadays it is just proforma, because I have enough memory to never use swap.
    plenus wrote:5) Can I use the regular arch install procedure to accomplish all that or do i have to prepare anything before/after?
    I think (but I'm not sure, though) parted is on installation media.

  • [SOLVED] Advice for Arch install with rEFInd dual boot Lenovo laptop?

    I am trying to plan an Arch install on a new laptop for dual boot with Windows 8.1, but I know there is a potential to cause huge problems so I have been trying to read and learn about the hard disk partition structure and how I might install the rEFInd boot files so that I am still able to boot Windows once Arch is installed. (Unfortunately for some tasks such as updating the maps on my satnav box Windows is essential). However I am really quite unsure if I am doing the right thing in the way I am thinking about the Arch install so I would appreciate any help from experts on the forum.
    The laptop is a Lenovo IdeaPad Y510p which came with Windows 8 pre-installed, with the option to upgrade to Windows 8.1.  The upgrade was completed without issue and I then looked into the question of hard drive partitions and boot.  I had read posts on the Ubuntu forums about users who had installed Ubuntu on this same laptop and ended up being unable to boot Windows afterwards so I wanted to tread very carefully before executing anything which might cause really major damage. I had also read on the Lenovo forums replies about people who had replaced the hard drive and installed linux only to find that they could  not boot to the recovery partitions, with replies from Lenovo moderators saying that if the partition structure had been changed then the laptop would have to be sent back to Lenovo for a factory repair.
    On this laptop to get into the bios or boot options you do not just press the power button and hit an F key, but instead there is a special small "OneKey Recovery" button next to the power jack, which opens up with options for BIOS setup and boot options as well as normal boot or recovery. This OneKey Recovery button is therefore needed to boot a usbkey - the power button only allows it to boot to windows presumably until/unless a different bootloader and NVRAM entry is amended.
    I have done all the initial ( safe!)changes necessary to move to the point at which I can execute the Arch install. From within Windows (switched off fastboot, and shrunk the "C:" drive to make space for linux partitions).  I have also switched off Secure Boot from the BIOS, and made sure that Windows still boots up fine.
    The current arch install iso (February 2014) boots under uefi just fine - and of course once booted I have access to the gdisk programme.  That certainly showed the pre-existing partitions on the drive (8 partitions with partition number 2 being the EFI partition, and three recovery partitions!) with a GPT partition table, and it should therefore be possible to make the necessary new linux partitions in the now unallocated space on the disk that was freed up with the internal disk management facility within Windows 8.1.  So at that point I created three partitions for a root partition (type 8300), a swap partition (type 8200) and another type 8300 partition which will become /opt in the installed Arch system.
    In order to try and not make any changes to the partition structure I let the three new linux partitions be number 9, 10 and 11.
    I am told that for a GPT disk it is a definite no-no to try to create more than one EFI partition. So I will need to use the existing EFI partition to place the rEFInd files and the kernel once I install Arch.
    In this (Y510p) laptop the EFI partition contains the following structure:
    BOOT/ - containing only boot.sdi
    BOOTSECT.BAK
    EFI/ which contains two directories Boot/ and Microsoft/
    so EFI/Boot/ contains only Boot64.efi which is likely a fallback copy of the Windows 8.1 bootloader
    and EFI/Microsoft/ contains a Boot/ directory - so
    EFI/Microsoft/Boot/ contains loads of language specific directories like en-GB/
    plus bootmgfw.efi (which I believe is the Windows main efi loader file)
    bootmgr.efi
    memtest.efi
    The scheme that I am planning to use which I have previously used in pure Arch uefi machines, is that /boot is a directory in the root partition, /. That way /boot is an ext4 directory and will contain the kernel and initramfs plus the rEFInd linux config file.
    Then I can mount the EFI (vfat) partition as /boot/efi and so I can then make a /boot partition under /.  Then the EFI /BOOT/ directory would be seen in Linux as /boot/efi/BOOT/ and the Windows efi stuff would be in /boot/efi/EFI/Boot/Microsoft/Boot/ in which case I would presume that I have to make a new directory in /boot/efi/EFI/refind/ and put the refind stuff including the filesystem drivers there, and let the kernel go into the (ext4) /boot/ directory which would be preferred!  However I am not 100% confident that this is what will work and I need to read more before trying to do the install. The thing that concerns me is how the system will handle the uefi boot process, and whether it would auto-detect the Windows efi file as well as the Arch refind efi file once the system has started up?
    ... and then there is the issue of the NVRAM entries and I am no longer confident that if I use the usual tools to create an entry (efiboomgr or bcfg), that I will get a successful dual boot system!
    There is still a chance that I would irrevocably damage being able to boot to the Windows and Recovery partition boot options by messing up the EFI and/or the NVRAM so I have to tread very very carefully with this.
    If anyone has gone through this kind of dual boot install with a Windows 8 or 8.1 machine using rEFInd for the bootloader, and can offer advice or help here I would very much appreciate it.  I have another pure Arch system which uses rEFInd that works extremely well, but it seems that dual boot with uefi is a rather more complex animal than a pure linux system!
    Last edited by mcloaked (2014-02-22 10:06:03)

    vipin wrote:I have recently bought the y510p , im planning to install Arch , this is my 4th laptop , i had installed Arch in all the other 3 with no problems, but im a bit worried with the installation as this is the first laptop which has EFI , im a linux user for the past 6 years , i started with fedora , now i like Arch , mike documentation is excellent, i just had one question when i had grub , it automatically finds the new kernel when i update (grub.conf/menu.lst gets updated), does rEFInd also do that.
    When there is an update to the rEFInd package you need to copy the files across to your ESP from the files contained in /usr/share/refind/  usually you need to copy the refind_x64.efi binary as well as the icons, fonts, and drivers directories.  Since there is flexibility in how you configure the kernel and initrd files in terms of where they are located whether you need to do anything else when a new kernel update arrives depends on how you set your system up.  If you have the /boot directory as your ESP partition which will then have the kernel and initrd files updated by default then there no need to do anything else when there is a kernel update. If the ESP is then at /boot/EFI and within that is your refind/ directory then that is where the replacement files go if refind-efi gets a pacman update. So it is actually fairly straight forward. If you configure rEFInd to look for kernels in some other directory than /boot/ then you may need to copy the files there after a kernel update but there is more information in the arch wiki about this.
    During a refind-efi package update there are helpful files in the pacman output (and log) reminding you of what you need to do.  eg for the latest refind-efi update you get:
    [2014-06-18 18:48] [PACMAN] upgraded radvd (1.12-1 -> 1.13-1)
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd UEFI application has been installed at /usr/share/refind/refind_*.efi
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] Other UEFI applications have been installed at /usr/share/refind/tools_*/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] UEFI drivers have been installed at /usr/share/refind/drivers_*/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] Copy the efi application (according to your UEFI ARCH)
    [2014-06-18 18:48] [ALPM-SCRIPTLET] and /usr/share/refind/refind.conf-sample to a sub-directory of <EFISYS>/EFI/
    [2014-06-18 18:48] [ALPM-SCRIPTLET] as refind.conf and add an entry to firmware boot menu using efibootmgr
    [2014-06-18 18:48] [ALPM-SCRIPTLET] or mactel-boot (for Macs)
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd Icons have been installed at /usr/share/refind/icons/
    [2014-06-18 18:48] [ALPM-SCRIPTLET] rEFInd Fonts have been installed at /usr/share/refind/fonts/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] HTML Documentation is available at /usr/share/refind/docs/html/
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [ALPM-SCRIPTLET] More info: [url]https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd[/url]
    [2014-06-18 18:48] [ALPM-SCRIPTLET]
    [2014-06-18 18:48] [PACMAN] upgraded refind-efi (0.8.1-1 -> 0.8.2-1)
    I hope that helps.
    By the way you can also boot uefi using grub and in fact you can get rEFInd to chainload grub as a backup bootloader as an added safety factor and have both rEFInd as well as grub installed simultaneously. How that can be done is explained in the thread at https://bbs.archlinux.org/viewtopic.php?id=181906
    Last edited by mcloaked (2014-06-25 17:41:12)

  • How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?

    How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?
    WIndows can't find a better one than the installed LSI Conformed 1394 Hostcontroller

    Read and follow the Bootcamp Installation instructions that you were offered to view when you ran Bootcamp Assistant.
    Run Bootcamp Assistant again and select the option to download the Bootcamp Support software. Follow the instructions. Then boot into Windows and install the Windows Support software you downloaded and saved.

  • [SOLVED] Make Pacman cache packages installed with -U

    When installing a package with -U, pacman doesn't cache packages as it does when installing with -S. Is there a way to change this behavior?
    I read somewhere that specifying the package's full path and prepending "file://", as in "pacman -U file://path/to/package.pkg.tar.xz", but this often complains of an "invalid or corrupted package (PGP signature)".
    How can I make pacman always copy installed packages to the cache?
    MOD EDIT: change 'closed' to 'solved' in title to avoid confusion
    Last edited by fukawi2 (2013-07-06 13:09:21)

    You can't.  This has been discussed on the bugtracker several times.
    https://bugs.archlinux.org/task/35699
    https://bugs.archlinux.org/task/31243
    https://bugs.archlinux.org/task/15143
    https://bugs.archlinux.org/task/18012
    If you're building the packages yourself with makepkg, you can set PKGDEST to your cache in makepkg.conf.  Otherwise you could write a small pacman wrapper that copies the package after installing it.

  • [SOLVED] Trouble installing with encrypted root system

    I'm trying to install with an encrypted root filesystem following the wikiguide: http://wiki.archlinux.org/index.php/Enc … Filesystem
    I've downloaded the latest 0.7.1 ISO with 2.6.15-12 kernel.
    All I get when I try to intall a bootloader is
    Missing/Invalid root partition
    Errormsg taken from the top of my head
    Any suggestions? Isn't the guide applicable on 0.7.1 / 2.6.15-2-kernel?

    It was all my bad.. I somehow forgot to configure a mount for /boot.

  • Windows 8.1 not automatic contact with WSUS

    Hi,
    I have an issue with WSUS 3.2 , the problem is all windows 8.1 based computer are not automatically contact with wsus as daily basis. 
    we need to run manually command on windows 8.1 pcs, then they could contact.
    Thanks
    Arora,Jitender

    If you using a Windows Server 2008 R2 make sure that
    WSUS-KB2734608-x64 is installed!
    If this not solving your problem check also this thread:
    https://social.technet.microsoft.com/Forums/windows/en-US/ed0b0865-ae33-437c-9f64-b5d31f8a0f2f/windows-8-pro-wsus-error-800b0001
    Kind regards,
    Tim
    MCITP, MCTS, MCSA
    http://directoryadmin.blogspot.com
    This posting is provided 'AS IS' with no warranties or guarantees and confers no rights.
    "If this thread answered your question, please click on "Mark as Answer"

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

  • Windows XP 64 bit pro clean install with RAID

    Can anyone help out???
     I recently purchased a Lenovo Thinkpad W700 with the raid system (raid1) it had Vista Business pre installed but I wasn't impressed so I've cleared VB out and tried to install XP 64 pro  I have followed the guide I found on this site http://forum.notebookreview.com/showthread.php?t=188992
    which was very informative but didnt seem to include any details on a raid installation. If I change my BIOS Serial ata (sata) to compatibility I can install win xp and get it running but no raid!! if I try to install the Intel chipset driver it reports it cannot install!! If I set the Bios Serial ATA to RAID the setup goes so far through then I get the BSOD
    I seems to me I need some raid drivers but have no way of installing them during setup (I dont have the drivers anyway!!)
    Sooooo...........can anyone out there point me in the right direction for a clean xp pro install with raid??  theres a couple of beers in it!! 
    Lenovo thinkpad W700, Q9000 2.00GHz Quad Core 2x 160gb hdd raid1, 4gb ram, 1gb nvidia graphics FX3700m Fingerprint reader, Graphics tablet (digitiser?)
    Windows 7 Professional 64bit RAID 1

    I believe you need to install the Intel Matrix Storage Manager Driver for Windows XP, Vista (32bit) - ThinkPad. Installation instructions are on the same site. If you don't have a floppy you can streamline them onto an install disk.
    Other drivers can be found here.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options.

    Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options. I was able to select the account under "parental controls", but again, could not delete it. Why Apple? Why?!!????

    SOLVED Ok. I actually was able to disable it. I had to actually log in as the guest user to make it accessible in the preference window. Then I disabled it and logged out. Apologies if this was obvious for some people, but I have had some sort of issue with something every update since Snow Leopard.

  • After upgrading to Firefox 36.0.4, it automatically installed noscript

    After upgrading to Firefox 36.0.4, it removes all my existing add-on extension.
    In addition, "noscript" was automatically installed and there is no way to remove it.
    The "noscript" add-on does not show up in any of the add-on extension for me to disable/remove it.
    I even tried adding noscript from the add-on so that the noscript add-on shows up in the
    firefox extension page so that I could remove it but that does not remove the
    original noscript that comes with Firefox 36.0.4
    Hopefully there is a way for user to remove this and it is not part of Firefox 36.0.4.
    At least allow user the options of using it or remove it.

    ''cor-el [[#answer-710716|said]]''
    <blockquote>
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    </blockquote>
    Thanks Cor-el. This works.

  • Apple Mobile Device Suppurt not installing with iTunes 10.6.3

    Hey guys, any help with this would be much appreciated., I had an issue a couple of days ago where I couldn't reinstall the latest itunes (10.6.3) I have now managed to install this current version but with one major problem, Apple Mobile Device Support didn't install with it. I tried everything, I've tried uninstalling itunes and reinstalling it again with and without the anti virus turned on, I've tried a system restore, I've tried using an old version of Apple Mobile Device Support, and still nothing.
    My itunes keeps saying this whenever I plug in my iPad, "This iPad cannot be used because the required software is not installed. Run the itunes installer to remove itunes, then install the 64bit version of itunes" I've done that, it didn't work, however, itunes has managed to install successfully on my desktop pc, which is Windows XP, with apple mobile device support, but the machine I'm having trouble installing itunes with Apple Mobile Device Support on is my Laptop which is running Windows 7. I doubt this is a problem with my laptop, the system restore I did confirmed that, and the issue only returned when I tried reinstalling the latest itunes. 
    Is this problem with Apple Mobile Device Support not installing with the latest itunes a bug? i hope so, because I've  read up ways to solve this problem but alot of it gets too technical and I'm not the most technical person when it comes to computers and all that.
    Is anyone else having similar problems, if so, how did you solve it?
    Thanks, hoping to hear back soon

    I've also read somewhere about using Win Rar to extract files to do with apple mobile device support from the itunes installer file, would you recommend that to? I don't really fancy the idea of doing anything that involves my registry because knowing me I'll end up screwing my laptop up for good lol
    It's a little more involved than just doing a standalone AppleMobileDeviceSupport64.msi install, I'm afraid. The relevant drivers in AMDS are not digitally signed for 64-bit XP, so you have to force XP to accept a driver install that it would try its damnedest to not do. There's no driver issues for other 64-bit componentry in the installer package (I think the GEAR drivers install on XP 64-bit systems), but I believe there's still a bit of fancy footwork involved in getting them installed too ... although it's been a long time since I've looked at an instruction set, and I might not be recalling those things correctly. (So if you're not comfortable with system modifications, it might be best to steer clear of the Orca-based techniques ...)

  • TS1717 Trying to download iTunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    Trying to download itunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    I solved the problem! The updates orignally were downloaded to the C: drive of the server. I've since moved them to the E: drive and for some reason the Content folder in IIS didn't change the file path to the new WSUScontent folder.
    The root cause for this was failing to use the UTILITY designed for this very purpose.
    I edited the virtual directory settings in IIS and was able to put the correct path in.
    You still need to use the UTILITY.. to fix all the other stuff you're still missing.
    In the %ProgramFiles%\Update Services\Tools folder...
    WSUSUTIL MOVECONTENT E:\WSUS E:\WSUS\MoveContent.LOG -SKIPCOPY
    This problem was caused by moving the WSUS updates to a different local drive.
    No. This problem was caused by IMPROPERLY moving the WSUS updates to a different local drive.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • New Hardware found but not automatically installed.

    Hi there, Could someone please help me I've just bought a 5th gen 80gb and my computer recognises it but doesn't automatically install the hardware. It takes me to the install new hardware wizard and can't automatically do it. So I can't do anything with it.
    5th gen 80gb ipod   Windows XP  

    Hi jenny,
    Ive just tried what u say its not workin' plus I tried my 0404 in my friends computer too it says the same thing "not supported product" when i try 2 install from the cd...
    Im using windows xp sp1 should I try sp2 or go for the technical service (but i was using this card with latest drivers in sp1 like 2 months)
    ps: one interesting thing is when i boot my computer it says creative audigy etc found now, my friends computer says "multimedia audio controller"..
    update (I tried with sp2 its not workin)
    Message Edited by whatudid2me on 10-27-200604:44 PM

  • How do I format a document in Pages 5.2 so that each sentence automatically starts with capital letter?

    How do I format a document in Pages 5.2 so that each sentence automatically starts with capital letter?

    If you installed the Devon Technologies (Freeware) WordService Service package, there is an item that will enable you to fix selected content to show initial capitals in sentences. You may need to enable this feature in the System Preferences > Keyboard > Shortcuts > Services selections. This only works in Pages v5.2 (and maybe later releases).

Maybe you are looking for

  • Have Linux Firefox 3.6 Profile. Want to use this for Windows pc

    Hello, I have Firefox 3.6.8 in Linux. I have a fresh install of Windows 7 on another PC. I am going to install Firefox onto that machine. But would like the data from the profile stored on my Linux machine. Especially the stored passwords. Can I "cop

  • Conversion of String to Bytes and Length Calculation

    hi, How can I convert String to Bytes Bytes to String int to Bytes Bytes to int & int to String And I have to calculate the Length in Bytes of a String and int. Thanks

  • Sync via wifi devices not listed in iTunes

    I have 3 iOS 5 devices. I attach each of them via the USB cable to my Windows PC and they are shown. I select "Sync via WiFi" and remove the USB cable and the devices are no longer shown in iTunes. I believe they are suppose remain in the device list

  • Can't import videos (except .mov)

    When I attempt to import videos in window's media or simple video clip format itunes thinks for half a second and does nothing - no change whatsoever, no error message or anything. What's the deal?

  • Playing movies: Video fades to black for a second every 5 minutes

    I have a problem with front-row: with some avi movies, video fades to black and back every ~5 minutes; audio is played normally without any interruption. I have perian 1.1 installed and the movie has no subtitle. 5 minutes is exactly the display slee