The combination of several AD ACS 4.2 security groups

Hello

Our ACS is used for AAA for the wireless, the IOS CLI access and access to the unix server. For net admins and administrators unix, there are two levels, so indeed, we have 5 groups of individual devices that a user can be granted access.

User groups are defined in Active Directory.

I am looking for a way to combine information from several AD security groups to determine what a user can access. For example, a net administrator may or may not be a unix admin as well.

Is it possible to do other than to have to have a large number of ad groups with one for each combination of authorization privileges?

Thank you

Luke

HI Luke,.

Definition of mapping of the hybrid is the best way to achieve this.

Kind regards

~ JG

Note the useful messages

Tags: Cisco Security

Similar Questions

  • The combination of several lines to line of monkey through SQL Stmt

    Hello

    I try to combine the values returned by several rows in a row,
    through indoor/outdoor sql or any optimally.
    In the example, I would like to have name, surname, email and phone to be
    returned in a single line.
    create table TEMP_AAAAA
    (
      FIRST_NAME VARCHAR2(25),
      LAST_NAME  VARCHAR2(25),
      CON_METHOD VARCHAR2(25),
      CON_VALUE  VARCHAR2(25)
    
    )
    
    INSERT INTO TEMP_AAAAA VALUES('TOM','MAC','EMAIL','[email protected]');
    INSERT INTO TEMP_AAAAA VALUES('TOM','MAC','PHONE','12345');
    Any suggestion to do this through sql stmt.
    I did it through pl/sql, I wondered if it could be realized only thru SQL Stmt
    DECLARE
    v_FIRST_NAME  VARCHAR2(25);
    v_SECOND_NAME VARCHAR2(25);
    v_EMAIL       VARCHAR2(25);
    v_PHONE       VARCHAR2(25);
    BEGIN
    v_FIRST_NAME := NULL;
    v_SECOND_NAME := NULL;
    v_EMAIL := NULL;
    v_PHONE := NULL;
    
    FOR IMPL_CUR IN(SELECT * FROM TEMP_AAAAA ORDER BY CON_METHOD DESC)
    LOOP
    
            IF v_FIRST_NAME IS NULL
            THEN
               v_FIRST_NAME := IMPL_CUR.FIRST_NAME;
            END IF;
            IF v_SECOND_NAME IS NULL
            THEN
               v_SECOND_NAME := IMPL_CUR.LAST_NAME;
            END IF;   
            IF v_PHONE IS NULL AND IMPL_CUR.CON_METHOD = 'PHONE'
            THEN
               v_PHONE := IMPL_CUR.CON_VALUE;
            END IF;
           
            IF v_FIRST_NAME = IMPL_CUR.FIRST_NAME AND 
               v_SECOND_NAME = IMPL_CUR.LAST_NAME AND 
               length(v_PHONE) > 0 
            THEN
              IF v_EMAIL IS NULL AND IMPL_CUR.CON_METHOD = 'EMAIL'
              THEN
                 v_EMAIL := IMPL_CUR.CON_VALUE;
                 EXIT;
              END IF;        
            END IF;
            
            
            
    END LOOP;
    
                       
             DBMS_OUTPUT.put_line('firstName...:' || v_FIRST_NAME);     
             DBMS_OUTPUT.put_line('lastName....:' || v_SECOND_NAME);     
             DBMS_OUTPUT.put_line('PHONE.......:' || v_PHONE);
             DBMS_OUTPUT.put_line('EMAIL.......:' || v_EMAIL); 
    
    END;

    SELECT FIRST_NAME, LAST_NAME,
    MAX (SUBSTR (SYS_CONNECT_BY_PATH (CON_VALUE,' '), 2)) EMP_LIST
    (SELECT FIRST_NAME, LAST_NAME, CON_VALUE,
    ROW_NUMBER() OVER (PARTITION FIRST_NAME, LAST_NAME ORDER BY CON_METHOD) RN
    OF TEMP_AAAAA)
    CONNECT BY PRIOR (FIRST_NAME |) LAST_NAME. =(FIRST_NAME||) RN) LAST_NAME. (RN-1))
    START BY RN = 1
    GROUP FIRST_NAME, LAST_NAME;

    FIRST_NAME LAST_NAME EMP_LIST
    ------------------------- ------------------------- ------------------------------------------------
    TOM MAC [email protected] 12345

  • The combination of several documents for double-sided printing

    Is it possible to combine several pdf documents or word to insert automatically blank pages on the documents that use odd pages, but doesn't add pages to documents whose pages even if the final combined PDF is put in place for duplex printing with the first page of each current combined to go on the front of a page?

    For example, I have 4 different PDF with different numbers of pages:

    pdf = 3 pages 001.exe (numbered a01, a02, a03)

    002 pdf = 4 pages (numbered b01, b02, b03 - b04)

    003 pdf = 5 pages (numbered c01, c02, c03 c04 c05)

    004 pdf = 3 pages (numbered d01, d02, d03)

    Page number 01 must always be on the front, but if I combine the pdf page b01 will be on the back of a03 and I have to manually insert a blank page.  This will make b01 printed on the front of page 3, which is what I want, it will also fix b02 - c05 002. PDF with an even number of pages, but d01 must print on the back of page 7 instead of the front of the 8 page because there is no blank page after 003.pdf.

    Is there a way to make acrobat recognizes the number of pages in a document and then insert a blank page automatically when it acknowledges the documents with an odd number of pages?

    If the feature/script would follow these steps:

    001.exe pdf recognized as 3 pages (numbered a01, a02, a03)

    blankpage.PDF

    002 pdf, recognized as being 4 pages (numbered b01, b02, b03 b04)

    003 pdf recognized as 5 pages (numbered c01, c02, c03 c04 c05)

    blankpage.PDF

    004 pdf, recognized as being of 3 pages (numbered d01, d02, d03)

    make the final printed output pages 9:

    A01 (front) / A02 (back) d03 a03/blank b01/b02, b03/b04, c01/c02, c03/c04, c05/blank, d01/d02

    Something like this:

    If ((this.numPages % 2) == 1) {}

    Insert a blank page

    }

  • The combination of several tables: patent wise associates to a given laboratory

    Oracle 10g

    Ask your help to rewrite the query below correctly

    I have the following tables
    CREATE TABLE  "ADDLAB" 
       (     "VERSIONNO" NUMBER(*,0), 
         "LABID" VARCHAR2(20), 
         "LABNAME" VARCHAR2(60), 
         "LABSTARTDATE" DATE, 
         "LABSTATUS" VARCHAR2(20), 
         "LABENDDATE" DATE, 
         "OPERATOR" VARCHAR2(20), 
         "FROMDATE" DATE, 
         "TODATE" DATE, 
         "SRCHFIELD" VARCHAR2(20), 
         "PARENTLABID" VARCHAR2(20), 
         "LABCLOSEREASON" VARCHAR2(1000), 
         "LABHIDDENDATE" VARCHAR2(20), 
          CONSTRAINT "PK_B34" PRIMARY KEY ("LABID", "LABHIDDENDATE") ENABLE
       )
    
    CREATE TABLE  "ADDPROJECT" 
       (     "VERSIONNO" NUMBER(*,0), 
         "PROJID" VARCHAR2(20), 
         "PROJNAME" VARCHAR2(60), 
         "PROJSTARTDATE" DATE, 
         "PROJSTATUS" VARCHAR2(20), 
         "PROJENDDATE" DATE, 
         "PROJENDTYPE" VARCHAR2(20), 
         "PROJENDREASON" VARCHAR2(1000), 
         "UCPROJECTMANAGER" VARCHAR2(20), 
         "FROMDATE" DATE, 
         "TODATE" DATE, 
         "SRCHFIELD" VARCHAR2(20), 
         "OPERATOR" VARCHAR2(20), 
         "PARENTPROJID" VARCHAR2(20), 
         "PROJHIDDENDATE" VARCHAR2(20), 
          CONSTRAINT "PK_B36" PRIMARY KEY ("PROJID", "PROJHIDDENDATE") ENABLE
       )
    
    CREATE TABLE  "PROJECTTOLABASSOCIATION" 
       (     "VERSIONNO" NUMBER(*,0), 
         "PROJLABASSOID" NUMBER(9,0), 
         "PROJID" VARCHAR2(20), 
         "LABID" VARCHAR2(20), 
         "PROJLABSTARTDATE" DATE, 
         "STATUS" VARCHAR2(20), 
         "ENDDATE" DATE, 
         "LABHIDDENDATE" VARCHAR2(20), 
         "PROJLABHIDDENDATE" VARCHAR2(20), 
         "PROJHIDDENDATE" VARCHAR2(20), 
          CONSTRAINT "PK_B37" PRIMARY KEY ("LABID", "PROJID", "PROJLABHIDDENDATE") ENABLE
       )
    
    CREATE TABLE  "ADDPATENT" 
       (     "VERSIONNO" NUMBER(*,0), 
         "PATID" NUMBER(9,0), 
         "PATTITLE" VARCHAR2(250), 
         "PATSTATUS" VARCHAR2(20), 
         "PATAPPDATE" DATE, 
         "PATSTATUSDATE" DATE, 
         "PATENTREJECTWITHDRAWNREASON" VARCHAR2(1000), 
         "PATNO" VARCHAR2(20), 
         "SRCHFIELD" VARCHAR2(20), 
         "FROMDATE" DATE, 
         "TODATE" DATE, 
         "OPERATOR" VARCHAR2(20), 
         "PATENTGEOGRAPHY" VARCHAR2(20), 
         "PAPERTYPE" VARCHAR2(20) DEFAULT 'dummy', 
         "PATENTURL" VARCHAR2(200), 
          CONSTRAINT "PK_A67" PRIMARY KEY ("PATID") ENABLE, 
          CONSTRAINT "UQ_PATENTTITLE" UNIQUE ("PATTITLE") ENABLE
       )
    
    CREATE TABLE  "PATENTTOPROJECTASSOCIATION" 
       (     "VERSIONNO" NUMBER(*,0), 
         "PATENTPROJASSOID" NUMBER(9,0), 
         "PATID" NUMBER(9,0), 
         "PROJID" VARCHAR2(20), 
         "PATENTPROJHIDDENDATE" VARCHAR2(20), 
         "STATUS" VARCHAR2(20), 
         "STARTDATE" DATE, 
         "ENDDATE" DATE, 
         "PROJHIDDENDATE" VARCHAR2(20), 
          CONSTRAINT "PK_A91" PRIMARY KEY ("PATID", "PROJID", "PATENTPROJHIDDENDATE") ENABLE
       )
    
    CREATE TABLE  "PATENTASSOCIATES" 
       (     "VERSIONNO" NUMBER(*,0), 
         "PATASSOID" NUMBER(9,0), 
         "PATID" NUMBER(9,0), 
         "ASSOCIATEID" NUMBER(9,0), 
          CONSTRAINT "PK_B67" PRIMARY KEY ("ASSOCIATEID", "PATID") ENABLE
       )
    
    CREATE TABLE  "ADDASSOCIATE" 
       (     "VERSIONNO" NUMBER(*,0), 
         "ASSOCIATEID" NUMBER(9,0) NOT NULL ENABLE, 
         "ASSOCIATENAME" VARCHAR2(100) NOT NULL ENABLE, 
         "CTOJOINDATE" DATE, 
         "STATUS" VARCHAR2(20), 
         "ENDDATE" DATE, 
         "SRCHFIELD" VARCHAR2(20), 
         "OPERATOR" VARCHAR2(20), 
         "FROMDATE" DATE, 
         "TODATE" DATE, 
          CONSTRAINT "PK_B23" PRIMARY KEY ("ASSOCIATEID") ENABLE
       )
    Now, I need a list of all patents sage associates for each laboratory.
    I have wirtten the following query. If I get the correct results, I get duplicate values. Each record is displayed at least 10 times. So if there are 4 partners for a given patent, it's ateleast back 40 records. I tried SINGLE. No results displayed.
    query2 = "SELECT tn1.associateName AS name " +
    "FROM AddLab al, AddProject ap, AddPatent p, ProjecttoLabAssociation pl, PatenttoProjectAssociation pp, " +
    "AddAssociate tn1, PatentAssociates tn2 " + 
    "WHERE " +
    "al.labID=pl.labID " + 
    "AND ap.projID=pl.projID " +
    "AND pl.projID=pp.projID " +
    "AND p.patID=pp.patID " +
    "AND pl.status = 'Active' " +
    "AND tn1.associateID = tn2.associateID " +
    "AND tn2.patID = '" + rs.getString("patID") + "' " +
    "order by al.labID";
    
    try
    {
    stmt = conn.createStatement();
    rs2 = stmt.executeQuery(query2);
    String associateNames = "";
                                            
    while(rs2.next())
    {
     associateNames += rs2.getString("ID") + ";\n";
    }

    Use the laureline or

    Use can use the the tn1.associateName group

    It seems that your use within java code here, I formatted as sql code. Fomat according to your requirement

    SELECT t.name FROM (SELECT tn1.associateName AS name,count(*)
    FROM AddLab al, AddProject ap, AddPatent p, ProjecttoLabAssociation pl, PatenttoProjectAssociation pp,
    AddAssociate tn1, PatentAssociates tn2
    WHERE
    al.labID=pl.labID
    AND ap.projID=pl.projID
    AND pl.projID=pp.projID
    AND p.patID=pp.patID
    AND pl.status = 'Active'
    AND tn1.associateID = tn2.associateID
    AND tn2.patID = '  rs.getString(patID)  '
    GROUP BY tn1.associateName
    order by al.labID) t;
    
  • The combination of several projects to Capture

    I'm a new user of Captivate 3, embark on my first project.

    I need to do a demonstration of software which will include multiple applications at different times on the desktop. The best way to proceed is, of course, is to record the entire desktop. However, I was worried about my ability to edit the project together that I thought. I really just want some raw images that I can move on, instead of getting the demo right the first time.

    My idea was to record each application on its own window and perform a particular function. I could then create an empty project; full screen for the reader flash in a web browser - 1014 x 713 (a non-standard size of office). I could then set the background color and add images on the start bar and a couple of icons; make it look realistic. Then I import my captured applications and position them where and when I want to.

    It works very well with full motion capture video but the standard image capture is part of the blade and if you change the slide background, you lose the image of the application. It does not record the image of the application as a separate object.

    Any ideas on how I should go about my project registration, all ensuring that I have the flexibility to make things a little more later?

    Thanks for your suggestions.

    Dominic

    Hi Dominic and welcome to the forums of Captivate!

    Your idea of capturing each application separately is a good thing. Allows you to maintain each in its own file of project, which makes things easier and improves performance in Captivate. You also avoid to try to capture the entire desktop to a weird resolution.

    If it was me, I consider it must be able to show the Windows Desktop behind each application... with the exception of a few slides where you might want to show that there are many open applications, you'll probably find you want each application in order to be as large as possible to avoid scroll or needing items appearing partially off the screen.

    If you want to really have 'small' application on a common background windows, capture each application to the desired size, but when imported in your master project, copy each context 'captured' project and paste it into your master image project. What makes 'float' and to be mobile/updated separated from the background of the mask. Do a "background" on each image, and you should be golden.

    I also recommend to do some testing before committing to 1014 x 713, especially in browsers-Internet Explorer. Mode full screen can be problematic, and you can find that something like 1000 x 650, other than full screen works better.

  • How to add the AD security group in each virtual machine with a name corresponding in VCenter?

    Hi all

    I would like to know if it is possible with VMware PowerCLI v4.1, I created the universal security group called 'Local administrators on %ComputerName%' for each server I have in UO computers by location OR separate and that he manually add members of the Local, but I want to attribute this security group in each computer virtual with the same name if possible.

    Basically, it's something like this:

    In the ad, here are computer objects:
    DOMAIN.com/Computers/ mailserver1-VM
    DOMAIN.com/Computers/ DBServer1-VM
    DOMAIN.com/Computers/ ApplicationServer1-VM

    In the ad's local security group objects:
    DOMAIN.com/SecureProductionOU/ 'Administrator locally on mailserver1-VM'
    DOMAIN.com/SecureProductionOU/ 'Local on DBServer1-VM administrator.
    DOMAIN.com/SecureProductionOU/ 'Local on ApplicationServer1-VM administrator.

    So I want to affect these security group in each respective name of VMS in VCenter:

    VCenter01.domain.com
    Datacenter1
    HighPerformanceCluster1
    Mailserver1-VM - Local Administrator on mailserver1-VM - role: read-only
    DBServer1-VM - Local Administrator on DBServer1-VM - role: read-only
    ApplicationServer1-VM - Local Administrator on ApplicationServer1-VM - role: read-only

    Any kind of aid and assistance would be appreciated grgeatly.

    Thank you.

    Hi Albert,

    I don't know what you want to check exactly, so I give 2 possible solutions.

    (1) you have a fixed number of names known to virtual machines for which you want to add this permission.

    $targetVM = "MailServer1-VM","DBServer1-VM","ApplicationServer1-VM"
    
    Get-Cluster -Name HighPerformanceCluster1 | Get-VM | `    where {$targetVM -contains $_.Name} | %{    New-VIPermission -Entity $_ -Principal ("DOMAIN\Local Administrator on " + $_.Name) `       -Role (Get-VIRole -Name ReadOnly) -Confirm:$false   }
    

    (2) you want to check for each virtual computer if the security group exist and then add the authorization.

    Get-Cluster -Name HighPerformanceCluster1 | Get-VM | `    Where{Get-QADObject ("DOMAIN\Local Administrator on " + $_.Name) `        -DontUseDefaultIncludedProperties -WarningAction SilentlyContinue `        -ErrorAction SilentlyContinue -SizeLimit 1} | %{    New-VIPermission -Entity $_ -Principal ("DOMAIN\Local Administrator on " + $_.Name) `        -Role (Get-VIRole -Name ReadOnly) -Confirm:$false} 
    

    Note that this requires the Quest AD snap-in must be installed. If you have a version without the Quest AD snap let me know.

  • Requirement of Beeping - how to get the number of combination of several columns

    Hi gurus, Experts and all,.

    Help me please how this code to the BEEP.

    I need to get the number of each combination of 6 columns if the combination is repeated.

    Columns example: number team responsible for Group Type reason
    The example columns: placed Team1 M1 M1 T1 won 2
    GroupA Team1 H2 M2 T1 loss 1
    GroupB Team2 H2 M3 T2 won 1
    GroupB Team2 H3 M3 T2 loss 2

    Thank you very much

    Jean Paul
    BEEP newbie

    Published by: user10955574 on October 28, 2010 20:15

    Published by: user10955574 on October 29, 2010 03:06

    I sent you the file. Check your mailbox.

  • only get a single photo on board contact despite the selection of several columns.

    When you select the photo and contact sheet then, there is only a single photo in the upper left column. Unable to get several copies despite the selection of several columns.

    The contact sheet shows only the photos you selected in the library before going to the page of Contacts.

    If you want to have multiple copies of the same image, you need to duplicate this image enough times so that you get the number you want on the contact page.  Select the thumbnail and use the key combination command + D to duplicate the photo.

    Select all duplicate images, and then go to the Contacts option in the printing process.

  • Remove ' / ' in the middle of several bookmarks?

    Hello

    Needing help/action to remove the "/" which is located in the middle of several bookmarks for example. ' 123456789012 / 12345 ".

    Ideally seek to register as "123456789012-12345" so that the file can be divided into individual pages, called as bookmarks 123456789012 - 12345.pdf .

    With the help of Acrobat X Pro.

    Thank you

    Kenny

    You can run the following script in the interactive JavaScript console (Ctrl + J) or place it in the mouse event to the top of a temporary button and click on it to run the code.

    function updateBookmarkName (bkm, nLevel) {

    Replace the combination of characters ' / ' with ' - '.

    BKM. Name = bkm.name.replace (/ \ / / g, "-");

    If {(bkm.children)

    for (var i = 0; i)< bkm.children.length;="" i="" +="1)">

    updateBookmarkName (bkm.children [i], nLevel + 1);

    }

    }

    }

    updateBookmarkName (bookmarkRoot, 0);

  • The execution of several advanced actions?

    I wonder if there is a way for an object or page to run more than one tip action, or have a call to action script advanced another script (I.e., nested scripts).

    For example, let's say I have a tip called "Close_all" action that hides all objects on the page. When the user clicks A button, it executes Close_All.

    Now I add button B who must do something else (for example, show a different object) in addition to fill the same function as Close_All.

    Is there a way I can run Close_All in the action script Advanced button B without having to copy the script Close_All?

    I don't want to have to create a copy of Close_All, because if I have to change something in this script, I have to also remember to make the same change in all copies.

    The condition is in the part of the State, possible actions are at the TIME and the ELSE part. And thanks to a combination of several decisions, which are always evaluated in order. In your case, you have a (scenario A) sequence that should be executed regardless of the condition, in this case you put it in a standard simulated action:

    First decision "Checkit".

    IF page = X

    Go to page X

    ON THE OTHER

    Continue

    Second decision "always."

    IF 1 is equal to 1

    sequence of commands you have in the script

    You see, no need to repeat the actions at all (and copy/paste works very quickly if you want a decision)

  • Change the location of several pictures at the same time?

    I see how to change the location of a photo at a time. Is it possible to change the location of several pictures at the same time?

    Thank you

    Phil

    Select the photos and info - enter the location (or any other field of the info) and it is applied to all photos

    This is described in using Photos - a good place to get help with Photos

    View and add information about the photos

    To view or change information for the photos, you select one or more photos, and then open the information window.

    • Open the Info window: Double-click a photo to view it, and then click the Info button in the toolbar or press on command I.
    • Add or change information: Change the following.

      • Title: Enter a name in the title field.
      • Description: In the Description field, type a caption.
      • Favorite: Click the Favorites button to mark the photo as a favorite. Click the button again to deselect.
      • Keywords: Enter the keywords in the keywords field. When you type, Photos suggest keywords that you have used before. Press enter when you have finished a keyword. To remove a keyword, select it and press DELETE.
      • Faces: Click on and type a name to identify a face. Click on several times, and then drag the identifier of the face different faces to identify many faces in a photo.
      • Location: Enter a location in the location field. When you type, Photos suggest places you can choose. To change a location, you can search a different location or change the location by dragging a PIN on the map. To remove location information, delete it or choose Image > location, then choose Remove location or back to the original location. You cannot assign a location if your computer is not connected to the Internet.

    LN

  • Even though I've updated to the latest version several times, I get messages from "update." How to stop the input messages?

    I get "upgrade to the latest version of Firefox" messages on my iMac, even if I downloaded the latest version several times. I'm afraid to click on the update message, because it might be spam/virus/whatever. Mozilla tells me that I downloaded the latest version of Firefox successfully. How to stop messages from appearing?

    Hello!

    Thank you to get in touch with us here at Mozilla's Support. I'll do my best to help you.

    To better help you with your question, please provide us with a screenshot. If you need help to create a screenshot, please see How to make a screenshot of my problem?

    Once you have done so, attach the file to screen shot saved to your post on the forum by clicking on the button Browse... under the box to post your reply . This will help us to visualize the problem.

    I see that you are running Firefox 25.0.1. Our latest version is the version of 26. But Firefox should display this update constantly. The screenshot is necessary so I can see if it's a legitimate link to Mozilla.

  • Is it possible to prevent the right click context menu of the combination of Stop/Reload?

    Is it possible (subject: config tweak or something) to prevent the context menu of the combination of Stop/Reload?

    Screenshot of what I mean: http://picsend.net/images/873089StupidReloadSto.png

    Try to add this code in the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #context-stop,#context-reload[hidden="true"] { display: -moz-box!important; }
  • Re: How to disable the function and the combination of the space bar key?

    How can I change the combination Fn + space?
    If I hit him, it changes the resolution of the screen. terrible :(

    p.s. I asked this question ten minutes ago, and now he's disappeared from the forum Board. does not pass the prior restraint?

    In the past, that Toshiba used utility zoom and this utility has been installed as an application unique os it wasn't the problem to remove it from the system.
    This application is now part of the Toshiba system parameters. I've checked my Satellite with Win8 and I find didn t the way how to turn off this option.

    I hope that someone else knows how to do this. I would also like to turn it off.

  • What happened to the button on the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? I use it all the time and it is not on FF4.

    What happened to the button on the left end of the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? You can look at the drop down window of pages and just choose whatever you want. I use it all the time and it is not on FF4. I want to go back to the old FF.

    If you right click on your back button, or click and hold down the mouse button, it will display the list. (I prefer a click-right, because sometimes my fingers slide when I try to click and hold)

Maybe you are looking for

  • is there a version for amd 64-bit on windows 7

    I am interested in knowing if you provide a version of firefox on windows 7 ultimate with an amd 64-bit? If you do how to install this without losing my previous stuff from my 32 bit version?

  • Capital letters

    Hey, it's a suggestion whenever I tap on microsoft or in general when I type I sometimes leave the caps lock and my text is uppercase. Why cant windows 7 do a feature that you can highlight important text and simply press the caps and everything goes

  • This application has requested the execution in an unusual way. Contact the application support team

    This application has requested the execution in an unusual way. Contact the application support team Problem with windows XP Professional

  • http post does not

    I'm setting up a http post in my Blackberry app. I have successfully implemented this in my Android app, so I know the server function find. I tried several different things, and I don't really get errors, it's just that the info on the server is not

  • OpenGL are VBO

    Hey guys,.I triead to find a VBO exporter for opengl, unfortunately I have not found one. So I made my own using 3d software called 'blender' and made a script to get a list of my top of the object and export it as ASCII file and copy it in my source