How to setup a additional user for save websurfing

i want to install a additional user just for save websurfing in dangerous webregions,
so that the access to parts of my hd contents are locked.
what do i have to consider and setup
to get this?

Hi Andy,
Create a new account, make it non-admin.
Open System Preferences >> Accounts >> "+" do NOT check "allow user to administer account". Turn on your Firewall on the presets, services off.
That said, it still won't fully protect your Mac in "dangerous webregions" the only way to assure safety is to avoid them.
Here are my general rules for security:
While there are no known viruses that attack Mac OS X, it is possible (though not probable) for spyware to get onto your Mac. The best way to avoid that is by using your firewall and/or a hard wired router, downloading only from "trusted" sites, installing all security updates and being careful about what you give administrative power to. It is also recommended to run day to day tasks from a non-admin account.
Don't use Limewire or any other P2P service to download your software, get it from reputable sources. In addition, always keep at least your users backed up, preferably a clone of your entire system on a separate disk. And put your sensitive passwords, bank accounts, credit card numbers in a "secure note" in a new keychain or in an encrypted folder.
-mj
[email protected]

Similar Messages

  • How to setup a release strategy for store generated purchase order

    Hi there,
    Does anybody know how to setup a release strategy for store/plant generated purchase order? I have a request from our client, but I never cross this before. Please help and let me know the step with every single detail.
    Greatly thank for your help.
    Kind Regards,
    2tea

    Please go thru the below Release Procedure and check whether you have maintained all the settings properly.
    PO RELEASE STRATEGY
    The release code is a two-character ID allowing a person to release (clear, or approve) a requisition or an external purchasing document. The release codes is basically controlled via a system of authorizations (authorization object M_EINK_FRG).
    Use SE12, structure CEKKO to check all the fields available for controlling the Purchase Order.
    e.g. If the total value for the Purchase Order exceeds 10,000, release strategy 01 is assigned to the Purchase Order. There is only one characteristic created in this example. For controlling the Purchase Order type, create characteristic for CEKKO-BSTYP and the value NB.
    CT04 - Create Characteristic e.g. NETVALUE
    Click Additional data Table name CEKKO Field name GNETW and press enter
    (for currency dependent field, you are prompt to enter the currency which the system then converts the currency of the Purchasing document into this currency)
    In the Basic data (X refers to tick),
    X Mutliple values
    X Interval values
    In the Value data, in the Char. value column, type >10000 and press enter
    Save your data
    CL02 - Class
    Class - Create REL_PUR
    Class type - 032
    Click Create
    Description - Release Procedure for Purchase Order
    In the Same Classification section, click Check with error
    In the Char. (characteristic) tab, type NETVALUE to assign your characteristics to the class
    OMGS - Define Release Procedure for Purchase Order Type
    Release Group - New entries
    Rel.group Rel. Object Class Description
    02 REL_PUR Rel. Strategy for PO
    Release codes - New entries
    Grp Code
    02 01
    Release indicators
    Release indicators Release Description
    0 Blocked
    1 X Release
    Release Strategy
    Release group 02
    Rel.strategy 01
    Release codes 01
    Release status 01
    Classification Choose your check values
    OMGSCK - Check Release Strategies
    (make sure there are no error messages)
    Once the Purchase Order is not release, buyers will not be able to print the Purchase Order.
    Goods Receipts will be shown with Message no. ME 390 - Purchasing document XXXXXXX not yet released.
    In 4.6c, Purchase Order with Release Strategy have a tabs at the end of the Header. This allowed the buyers to check the release status of the Purchase Order.
    The person with the release authorization have to use ME28 to release the Purchase Order.
    Regards,
    Ashok

  • How to setup a default direction for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default direction for new divs in fluid grid layout in dreamweaver? I am an RTL interface user, I need my new divs to be inserted from right to left not Left to Right! could it be in dreamweaver?
    Thanks.

    This may get me into strife, but my experience is that you are better off finding another platform for your RWD.
    The framework that I tend to use is by Zub-Foundation http://foundation.zurb.com/.
    A commercial product that I have come to appreciate can be found here http://www.projectseven.com/products/tools/composer/index.htm. Please do not mention me if you happen to choose this product.

  • How do I allow a user to save a filled in fillable form in reader?

    how do I allow a user to save a filled in fillable form in reader?
    I created a form in livecycle and i want other users that i send it to, to be able to save that they have typed.

    Hi,
    Try reader extending the form.  Opening the form in Acrobat and then do File ... Save As Other ... Reader Extended PDF ... Enable more tools (includes form fill-in and save).
    That's for Acrobat XI, it's different for other versions, might be under tools in earlier ones.
    Regards
    Bruce

  • How to use an authenticated user for a proxy call

    Dear all,
    I am currently working on a JEE application where the user needs to authenticate (for this I have configured the web.xml).
    Now inside this application I need to do a proxy call to a PI webservice.
    I would like to use the user credentials of the already logged in user in order to call the proxy.
    What I don't want to do is to use a service user for the proxy call.
    The code I am trying to call looks something like this:
         private IntegratedConfigurationIn getPort() throws Exception{
              IntegratedConfigurationIn port = null;
              try {
                   IntegratedConfigurationInService service = null;
                   service = new IntegratedConfigurationInService();
                   port = (IntegratedConfigurationIn) service.getIntegratedConfigurationIn_Port();
                  BindingProvider bp = (BindingProvider)port;
                  bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
                  bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, password);
                  if (url.length() != 0)
                       bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
              catch (Exception ex){
                   ex.printStackTrace();
              return port;
    The examples I found to retrieve the userdata pointed to codes similar to this one:
    public HttpServletRequest getHttpRequest() throws Exception {
              // Get runtime context
              Properties props = new Properties();
              props.put("domain", "true");
              Context initialContext = new InitialContext(props);
              ApplicationWebServiceContext wsContext = (ApplicationWebServiceContext) initialContext
                        .lookup(" /wsContext/ApplicationWebServiceContext");
              HttpServletRequest req = wsContext.getHttpServletRequest();
              return req;
    com.sap.security.api.IUser sapUser = com.sap.security.api.UMFactory.getAuthenticator().getLoggedInUser(getHttpRequest(), null);
              IUser ep5User = com.sapportals.wcm.util.usermanagement.WPUMFactory.getUserFactory().getEP5User(sapUser);
    Now I don't know how to bring it togehter and how to use an authenticated user for the BindingProvider.
    I would appreciate any hints or ideas.

    Peter,
    from the first screenshot, what I understood is that, you are calling an inbound PI web service that is intended to create an integrated configuration object (this is used for whole lot of other reason completely) but not actually calling a development web service.
    For this, you would have to generate your client classes from the WSDL provided by the PI developer for that particular service. Once you get those client classes generated, you could used the method provided in the other screenshot to extract the user and password and call the intended web service.
    Vijay Konam

  • How to setup a company code for material management

    Hi,
    While creating material in MM01, in sales org tab, when I gave plant XXXX, it is giving an error "Company code YYYY is not setup for material management".
    So can you help me , how to setup a company code for material management
    Help is appreciated
    thanks
    DIL

    Hello Sendil,
    You can maintain it with trns code OMSY or MMPI/MMPV.
    Hope this helps
    Regards
    Arif Mansuri

  • How to setup a global artwork for a TV Show

    Hi, I've a TV Show composed by 45 episodes where each one have his artwork but I don't know how to setup a global artwork for the TITLE of the TV Show while retaining the 45s artworks.
    ie. when watching the Tv Shows (library on iTunes) I would like to see the global artwork of the Tv Show that is different of the other 45s episodes contained.
    Bye, Roberto.

    Sorry, I don't believe that you have had a good look at the Foundation framework. I'll now hold your hand while we go through the basics.
    Here is the specific page http://foundation.zurb.com/docs/components/grid.html
    The default values are
    Em-base : 16px
    Row width: 62.5em (62.5em x 16px = 1000px)
    Columns per row: 12
    These and other default values can be changed. The fact of the matter is that if you stipulate a section width of 2 or 3 or 12 columns, the widths will automatically be calculated for you.
    In your case, if you want 7 columns, all you need to do is change the number of columns per row and the rest is done for you.

  • How to setup a default size for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default size for a new divs in fluid grid layout in dreamweaver? I don't need the default size for new divs as a 100% width, I need them 13.69% as a one coulmn width only (7 coulmns fluid grids layout for desktop size 1000w).
    This problem I've faced when I intended to insert dozens of fluid grid divs in the layout.

    Sorry, I don't believe that you have had a good look at the Foundation framework. I'll now hold your hand while we go through the basics.
    Here is the specific page http://foundation.zurb.com/docs/components/grid.html
    The default values are
    Em-base : 16px
    Row width: 62.5em (62.5em x 16px = 1000px)
    Columns per row: 12
    These and other default values can be changed. The fact of the matter is that if you stipulate a section width of 2 or 3 or 12 columns, the widths will automatically be calculated for you.
    In your case, if you want 7 columns, all you need to do is change the number of columns per row and the rest is done for you.

  • How to setup the Airport Extreme for PSP?

    Can anyone tell me how to setup the Airport Extreme for PSP? I have been searching the Discussions but none of the posting seems to explain detail enough. A step by step guide would be very appreciated. Thanks.
    PowerBook G4   Mac OS X (10.4.3)  

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to setup the airport extreme for window xp

    How to setup the airport extreme for window xp

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to setup gmail push notification for my iphone 5?

    I'm using gmail. Prompt respond for mails is very urgent for me.
    How to setup gmail push notification for my iphone 5?

    I switched from a BB to an iPhone a few days ago and I knew I was going to miss the QWERTY keyboard but then I also discovered that my GMail doesn't 'push' to my iPhone. I was used to 'push' for all mail accounts on the BB. I also missed being able to personalize text, email, and phone tones for individuals.
    I tried the Gmail app for iOS and it does deliver Gmail to the iPhone app quickly but the text is tiny and when it is a web page it's almost impossible to read.
    So, I have worked out a kludge to get around these problems.
    I added my exisiting Gmail account to the iPhone.
    Hotmail does push to iOS 7 so I created a Outlook account (could be hotmail or Live) using the web browser.
    I added the hotmail account to the iPhone. I basically use this to give fast notification of important emails on my iPhone.
    On my macbook email client I created a rule that 'redirects' incoming mail to the hotmail account. The 'Redirect' is important since the email will show up in the hotmail account on the iPhone as coming from the original sender and you can then respond to the original sender from the iPhone, though the sender will see it as coming from the hotmail account.
    The other downside is that you will get a second copy of the email in the gmail inbox on the iPhone, probably 15 minutes later.
    If you don't want all of the mail being redirected you can create a 'redirect' group in the Address book and then adjust the rule in Apple mail to only redirect the mail to the hotmail account if the sender is in the redirect group. You can add and delete contacts from this group depending upon which ones you consider to be important. You will still get two copies of the email on the iPhone, one in the hotmail inbox and one in the gmail inbox.
    You can prevent this from happening temporarily by turning off, but not deleting, the gmail account on the iPhone. You could then edit the emails on the Apple email client before turning the gmail back on in the iPhone.
    And finally if you use the VIP feature in email on the iPhone you can create a list of VIP contacts and then assign a different notification sound for the VIP's. So in effect important contacts mail will be redirect to the iPhone for quick notification and very, very important contacts will have a different notification sound.
    I'm basically using the Hotmail account as a notification  tool and basically delete all the emails in it since the original copy will be in the gmail account.
    And best of all it's all free, except for the bandwidth.

  • How to create a reference user for B2C application?

    Hello,
    Can somebody please tell me how to create a reference user for B2C application?
    I am trying to create a new account on the B2C site. It is giving me a null pointer exception. I have not created a reference user for B2C application.
    Is there any documentation available to explain the steps required for this?
    Thanks,
    Harsha

    Hi Harsha,
    Please lookup http://help.sap.com/saphelp_crm40sr1/helpdata/en/be/511378ab1311d4b32b0050da4cccf0/frameset.htm for more information.
    Cheers,
    Ashok.

  • How can setup the outgoing email for ipad2?

    How can setup the outgoing email for ipad2?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • How to setup the access duration for user

    Dear experts,
    As requrement of users, we need to setup the access duration for all users of our company . It's mean users only access into SAP on defined duration
    Ex : Working time is 8h00 am to 17h00 pm, after 17h00 pm, users cannot access into system
    Please help.
    Thanks,
    Neo

    Hi all,
    Thanks for your solution
    We want to set the access duration for end-user but sometimes, we need to flexible to allow user access to system in some special case.
    Let me detail users's requirements
    - Users can access to SAP fom 8h00 to 16h00
    - At 16h00, system will send the warning message to user to inform that system will aunomatic turn offf after 15 minutes, it's mean system will automatic kick out users after 15 minutes
    - From 16h00 to 8h00, users can not access to SAP
    - However, in some special case, we can grant the acess to system to specific user.
    Can we setup these steps on SAP ?
    Thanks,
    Neo

  • How to Allow the End User to Save a Form

    How do I allow an end user to save form after they've filled it out? I understand this can be accomplished using the distribute function where you email the form to people. We don't want to do that. We want to put it on a website and allow them to access it, open it, fill it out, then save a copy to their hard drive (with the data they entered visible). I have searched the forums and cannot seem to find a solution for this.  Thanks, in advance!

    Hi Kyle. Thank you for the reply.  I do have Acrobat Pro, so I will try that. To make sure I understand correctly, the form has to be create in LiveCycle Developer, then you have to open it on Acrobat Pro and set the permissions?

Maybe you are looking for

  • Cwgraph3d variants in labview?

    Hi there, first time poster - though I've been reading these forums for a long time.  They're quite helpful.  Anyways, on to my problem... I'm using a 3d graph (cwgraph3d) in a simple labview vi and am trying to extract mouse position coordinates.  

  • How can you add a new connection to SAP GUI using a domain logon script?

    We have two new SAP connections and over 1100 computers to add it to.  The computers are on a domain, and using logon scripts. Can someone help me create a script to add connections to the SAP Logon.

  • Keyboard settings in Java Studio Creator

    I am using Solaris 10, Swedish installation. All programs exept Java Studio Creator 2 Update 1 is Swedish. The Creator is in English. Every program so far, exept Java Studio Creator, uses the Swedish keyboard settings. When using Java Studio Creator,

  • Why firefox deletes my history?

    ''dupe of https://support.mozilla.org/en-US/questions/956059'' Hello i use firefox for 6 years and i never seen this problem before. My firefox used to keep the places history for a long time (longer than 6 months) and it was good. But last month, fi

  • Sych photos using iTunes

    I use iTunes to sych the photos from a usb flash drive.  It is successful.  Now I would like to add more photos in my iPad 2.  However when I sych with new photos, the old photos are replaced.  Can someone advise me how to add more photos in my iPad.