A simple question: Using the user-folders differently

Hello,
I'm still getting started with my mac, that's why I have a pretty basic question:
There are these user-folders on every mac: Documents, Music, Pictures etc.
But since I sort my photos and videos by date, I often have pictures and videos in one single folder and don't want to seperate them in these user-folders pictures and movies.
That's why I'd like to create a new folder next to Documents, Music... called "Photo_Video" (or something like that) where I can put all my photos and videos in.
So, my first (stupid) question: Is it ok to create a new folder in /Users/NAME/_____ ? I'm asking this because the existing folders seem to be kind of special (system folders?). Sorry about this, but I want to get everything right.
My second question: Is there a downside of NOT using "Movies" and "Pictures" for my media? I've heard somewhere that these folders are in some way protected against external usage.
Thank you!
-Lemon17.

Yes, you can create folders inside your Home. The folders there are not terribly special, but the Finder does treat them as such by putting that badge on the folders.
If you have multiple users and want to keep the folders private, you'll need to change the user permissions on the folders you create. When you create a new folder, it inherits the permissions of the enclosing folder. Your Home is set to allow other users to see directly inside so that they can see your Public folder and so the Web server can see into the Sites folder.  Because of that, the new folder you create will allow others to see inside of it.
To change the permissions, select the new Folder and Get Info on it. The info window will open and the permissions are at the bottom. The list of permissions will have you as the owner and you will have read/write access. It will also have a group (I think Staff), and Everyone. Select any Groups (icon with two silhouettes) and delete them (- button). For Everyone, set it to No Access. If you are the only user and you don't share out folders over the network, then it isn't likely necessary to change the permissions.
I can't think of a downside of using other folders. The potential downside of not using iPhoto is you won't have the media browser to select photos from. But, that's not a really big deal if you can easily identify your photos in the file structure.

Similar Messages

  • I have a lion server set up to host storage for time machine backups. Is there a limit to how many different computers can back up to the single server to back up. I am only backing up the users folders . The backup drive is an external Drobo with 6 TB.

    I have a lion server set up to host storage for time machine backups. Is there a limit to how many different computers can back up to the single server to back up. I am only backing up the users folders . The backup drive is an external Drobo with 6 TB. Right now it seems to back up my users all day long. I set their time machine interval to every 5 hours but it still runs all day long and is very slow. Server is on a new Mac Server mini.

    AFAIK, there is no user limit.. it is simply a question of the network load. AFP is a fairly clean protocol.. but TM is not.. it does a lot of testing of the backup.. infact your setting of 5hour gap could well make it worse.
    I would sort out the clients that are doing 100GB backups to a different backup location.. no matter how fast your network.. 100GB takes time to backup.. and over wireless forever.. it will never end.
    I guess some of these clients are on wireless?? I would separate the TM of wireless to those that are wired. No more than 4 or 5 wireless clients to a target device. Otherwise you are saturating your network with backup data. And use 5ghz.. so close by.. it is much faster than 2.4ghz and you will get much better transfer rates.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • How to use the user and role API's and where to use it

    Hi All,
    I have configured SSO for my UCM11g. Now my application authenticates through the Oracle SSO login page. Currently it is working with SQL authenticator.
    Now, i have to use LDAP authenticator. when i will configure the LDAP authenticator, i have to use the user and role API's to fetch the user profile information from LDAP. i have got the API's which will be used to fetch the respected information, but i am not getting as where i will write those java programs and how this API will be used in my application. what settings i need to do on it so that application uses the API's. ?
    Please can anyone help me on this.
    thanks,
    Saurabh

    Hi, Mithu,
    Thanks a lot for your help in advance.
    I have carefully read the document: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5.
    Now, I think I have to set the processor of every actions in every process if I use the GP for processing the workflow.
    I am better to hope that I can set the processor to the role for every actions in every process in the runtime through get the organizational structure in the WDA(webdynpro for java or webdynpro for java). Thus, the customer don't set the processor to the role for every action in every process when runing in the GP.   I don't know how to do this. 
    Whether the function is not supported in the GP? If so, I have to config two organizational structure: in the R/3 and in the Portal. I don't think our customer don't receipt this solution.
    Do you give me some hints? Thanks a lot.  My email: [email protected]
    Thanks again.
    Thanks & Regards,
    Tao

  • I currently live in Australia and am thinking of buying a mini Ipad3g.  However, I'll be moving back to the UK soon.  Is it easy to switch between using the 3G in different countries? Thanks

    I currently live in Australia and am thinking of buying a mini Ipad3g.  However, I'll be moving back to the UK soon.  Is it easy to switch between using the 3G in different countries? Thanks

    iPads work worldwide. Just get a local iPad dataplan and sim.

  • What FM retrieve inner authorization object BBP_ROLE using the user's role

    Hi Experts!
    Do you know what Function Module can be use to retreive the inner authorization object BBP_ROLE using the user's role
    e.g. BUYER : YT:PU:XXXX:BUYERROLE
    Object       : BBP_ROLE      SRM: User function / Role
    field name : BBP_ROLE      SRM: User function / Role
    Activities
    Sel      Activity      Text
    x       EMP             Employee
    x       OPP             Operational Purchaser
    ......etc
    Thanks!

    Hi
    Execute Txn S_BCE_68001414 in debug mode, and figure out how system takes the inner authorizations through the flow of this program
    Regards
    Virender Singh

  • I cannot log into oracle using the user scott

    I installed oracle, but I did not go through the underlined step. I am not sure if I skipped or it was not there during the installation
    The Database Configuration Assistant will provide installation summary
    and list the accounts that are unlocked. It will ask you for password management. Sys
    and System accounts would be already unlocked.  Unlock HR and Scott accounts,
    and for these two accounts also specify the same password that you had given before.
    When I test logging into Oracle using the user Scott, it shuts down.
    I am using windows 7, and I installed Oracle Database 10g Release 2 (10.2.0.1.0)
    Enterprise/Standard Edition for Microsoft Windows (32-bit)
    How can I log into oracle using the user Scott?

    Hi,
    Welcome to the forum,
    After installing Oracle 10g SCOTT user will be in locked, you should unlock it.
    Login as sysdba using the below command
    sqlplus sys as sysdba
    password:<ur password>
    after connecting as sysdba use the below command to unlock the SCOTT user
    ALTER USER SCOTT ACCOUNT UNLOCK;
    Now connect as scott you will bw able to connect.
    hari

  • To use the "Users & Groups" preferences pane, System Preferences must quit and reopen.

    When I try to access some of the system preferences in Mavericks I get an error pane that states "To use the “Users & Groups” preferences pane, System Preferences must quit and reopen."
    Has anybody had this problem and if so what is the fix?

    Usually happens if you opened one that was 32-bit. Then, you need to revert back to 64-bit.

  • Use the User name than e-mail (SMTP) in broadcasting

    Hi all.
    I try to send some report using the broadcasting. It`s work fine, but I want use the User name and not e-mail address to do this. In BW SU01 I create e-mail address to user but its not work.
    How can I mapping this.
    Thx!
    Edited by: BW Team on Nov 27, 2008 10:14 AM

    why do get this message when i try to send e mail on my 4s
    Just what it says...you're not using the correct username and password for your outgoing mail server.

  • I am using the user name and password given to me by

    I am using the user name and password given to me by Virgin on the email 'other' , after the initial page it comes up with IMAP settings which I don't have so I click on the POP page and give all the settings listed by Virgin on ints website (using ntlworld and not virgin as instructed) but it still comes up with 'Unable to Verify'  So something is sticking somehwere but I don't know where!
    Thanks very grateful for assistance

    Try going into Settings > Mail, Contacts, Calendars and select that email account and try re-typing in the account's username and password

  • HT4137 I have two iPad's that use the same iTunes/store account. I want the two devices to play games with with other, but it recognizes them as the same. I have set up two different iCloud accounts, but still not recognizing the users as different. What

    Hello, I have no idea if my question went out, so I'll post it again. I have two iPads (one 3rd gen and one 4th) that use the same iTunes/store account. I want the two devices to game with each other, but the apps recognize them as the same. I have created two different iCloud accounts in an attempt to differentiate between the two, but no luck. How can I continue to use the same iTunes/store account for music and movies, but also have the two devices recognize each other for games?

    You can share your iTunes ID and still have separate iCloud accounts with separate IDs, they don't have to be the same.  If you kids don't already have an iCloud account, have them set up separate accounts on their devices using separate IDs.  If they are already sharing your account, migrate their devices to separate accounts.  To do this, start by saving any photo stream photos they wish to keep to ther camera roll (unless already there) by opening your my photo stream album, tapping Select, tap the photos, tap the share icon (box with upward pointing arrow), then tap Save to Camera Roll.  If they are syncing notes with iCloud, you'll need to open each of your notes and email them to them so you can later copy and paste the text into new notes created in their new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from thier device and won't effect your device), choose Keep on My iDevice and provide the password to turn off Find My iPhone (if using iOS 7).  Then sign back in with a different Apple ID to create their new account and choose Merge to upload the data.  Once everyone is on a separate account you can go to icloud.com from your computer, sign into each account separately and delete your data from their account.

  • Very simple question: using XWS to generate static data

    Hi,
    I'm testing interop for JWSDP and a soon-to-be-released RSA Security, Inc. product that will also provide WSS as well as XML signatures, XML encryption, ...
    I have already used JWSDP -- xmldsig -- to generate a bunch of XML docs that were signed using JWSDP (all varieties of KeyInfo, signing algos, ...).
    I need to do something similar for WSS -- using xws-security.
    Do I need a Web container in order to be able to do this? (Again, recalling that all I want to do is generate thousands of encrypted, signed, encrypted & signed, signed & encrypted SOAP messages (using UsernameTokens, X509Tokens, ...))
    Do you have any examples that might save me some time?
    I have looked through all of the examples in the "interop" and "simple" subdirs of the "samples" subdir of "xws-security" and most of these presume that there's some RPC going on, which doesn't really fit the model of what I'm trying to do here. Got any ideas? Even basic ones? Even big ones?
    TIA.
    Liz

    I've kinda answered my own question in part:
    SecurableSoapMessage ssm = new SecurableSoapMessage(soapMessage);
    ssm.setFilterParameter(FilterParameterConstants.BINARY_SEC_TOKEN,new X509SecurityToken(ssm.getEnvelope().getOwnerDocument(),cert));
    ExportCertificateTokenFilter estf = new ExportCertificateTokenFilter();     
    estf.process(ssm);
    ExportSignatureFilter esf = new ExportSignatureFilter(new DirectReferenceStrategy(cert));
    esf.process(ssm);
    that transforms the soap message, adding the wsse xml, then I try to sign it:
    SignFilter sf = new SignFilter(new X509IssuerSerialStrategy(cert));
    sf.process(ssm);
    and this fails saying I don't have a privatekey, which makes sense. I need to create a DefaultSecurityEnvironmentImpl probably, define the key in there and then attach that to the SecurableSoapMessage? The problem is, I have the cert and privake key stored on files, how do I go about loading that into the SecurityEnvironment? Would this SecurityEnvironment handle cert chain validation then, since it can be constructed with a trusted keystore?

  • How can I post a simple message in the User Forum's page, immediately after logging in ?

    I had earlier asked a question re: including Merriam-Webster online dictionary into the list of search engines in the text area to the right of the location bar. I received a very helpful answer from cor-el, using which, I was able to include both the Dictionary and Thesaurus into the said list.
    I WISH TO THANK core-el SINCERELY FOR THIS HELP.
    The question is as follows:
    How can I post such messages directly in the Users Forum's pge?
    - - S.Rajaram

    what is your requirement can you please confirm.
    Regards
    Shobhit S

  • Install new OS, but use existing User folders

    I'm going to buy a SSD for my Mac Pro. I would like to install a fresh OS on that drive, but use the existing User folders on my HD.
    I assume there's an easy way to do this, but I *suspect* that the install will make default User folders and accounts?
    Any advice?

    Maury Markowitz wrote:
    I'm going to buy a SSD for my Mac Pro. I would like to install a fresh OS on that drive, but use the existing User folders on my HD.
    I assume there's an easy way to do this, but I *suspect* that the install will make default User folders and accounts?
    Any advice?
    If you are the only user of your system you may be able to do this fairly easily.  If there is more than one account it still may be be possible but there's a potential "gotcha".
    If you intend to keep your home dir on a separate drive from your boot ssd, depending on how many of your own apps and data you intend to put on the ssd for faster access you really only need a 60GB to 120GB ssd.  Assume the OS itself will need up to about 25GB of that ssd. 
    Assuming your are the only user then install the new OS on the ssd and create an account with the same account name of the one you had for the original system.  Once that is up and running you can use the standard procedures to move an account to another drive.  In other words use the Account system preferences to modify the account (account's Advanced Options) home dir info to point to your old home dir on the other drive.  In this case you don't have any current home dir to actually move since you intend to use your old one on your other drive.  Now reboot.  Hopefully your reboot will come up using your old home dir.
    The "gotcha" here is the userid.  If you are the only user it should remain 501.  So doing what I suggest above hopefully will work -- "hopefully" in that it has to be assumed your old account also had userid 501.  With more than one account, if your old account wasn't 501 then I think you are in for ownership problems.
    If you try this don't even attempt this without full backups of your original home disk(s).  Best you create a bootable backup of your newly created ssd too so you don't have to reinstall and you can revert it from the backup if something goes wrong.  Doing it this way doesn't write to new ssd cells if you don't have to (I am always concerend about this with ssd's even with possible TRIM or garbage collection).

  • Pro Tools convert to Logic Newbie some simple question for logic users

    Hey guys, I am a recent convert from Pro Tools! and There were just some simple questions I thought some of you may be able to help me out with. I am using Logic 9.1.1
    1) After I set up a multi timbral software instrument (in this case MOTU Symphonic Library) how do I set up midi channels to trigger the individual sounds in the instrument. (in pro tools I used to create a midi track then send an output of that track to that particular soft synth)
    2) How do I set up a and forgive my Pro Tools vocab but basically I want to set up a reverb channel on an aux track have it receive on a bus so I can send other tracks to that particular bus.
    Thanks for the insight and really looking forward to finally make use of all this ram! lol

    1) I have a nord stage and would like record via midi. In pro tools i would usually need to create a midi track with the output set the the nord and an audo aux track to hear it What would I do in order to record midi from my nord stage?
    To record, just select a non-audio track, hit record and play the keyboard. The notes will get recorded into a region.
    If you want to play it back to the Nord Stage as well, then it makes sense to set the Nord up as a MIDI device in your templates, so you can just add the Nord to a track and not worry about what MIDI ports it's on etc. Open the environment, create a New -> Instrument, called it "Nord Stage", set the MIDI port and MIDI channels it's on, and sav your template.
    Now, when you start a song, to sequence the Nord, you just assign the Nord instrument to a track (by for instance, right clicking on a track and choosing your Nord instrument from the list of environment obects that appears).
    2) The multi instrument trick is quick and easy its great but How would I do that manually?
    Lots of ways, look into your key commands, ther are all kinds of "Create track with same instrument", "Create track with next MIDI channel" and so on. There are too many ways to do this to quickly talk about here. In short, all tracks have an environment object assigned to them, whether it's an audio object, or a MIDI instrument object, and this determines where the data on the track goes.
    3) How do you set up midi so that it doen'ts overwrite notes when recording over them?
    Not sure I understand you here...

Maybe you are looking for

  • Where Can I find latest SOA suite version for Windows 64-bit Op system

    Hi All, I want to download all the softwares required for SOA Suite 11g latest(11.1.1.7.0) version for 64-bit windows home premium version? When I looked at the default link for that,It is giving 32-bit ,linux and generic installer version in drop do

  • Print out all contacts with all info showing in Outlook 2013

    In Outlook 2013, if you click the Contacts group you want to print, then go to File...Print, the only option is to essentially print the view you have when clicking into the People menu. How can I print out every contact showing all the info in each

  • PM Process

    Hi All, I am not new to SAP but I'm new to Pm I am a BI Consultant and have been doing it for a number of years but lately I've been involved in a PM implementation. Standard Business Content from BI is OK, but what I am looking for is a high-level p

  • Audio Abruptly Stops But Cursor is Still Moving

    I have Adobe Audition CS6 on Windows 7 on a Mac computer. When playing an audio file on Adobe Audition, the audio, at times, will stop abruptly but the program is still running as the cursor is still moving. I have only 2GB of memory and I wonder if

  • Question- Issue for productoin

    Hello Experts,                       Error 'Quantity falls below minimum stock level' in issue for production  window.What could be the reason for this ?