[help needed] make symlinks in dir to dir script for bashburn

Hi! i start using bashburn and i think is amazing! but the only thing is that to make the symlinks to /tmp/burn is tedious... i use tuxcmd and one file at the time i select from the right click menu "make symlink" for all the files i want... so i think to make an script to make symlinks from one directory to another and then when finish, delete those symlinks... BUT (BIG BUT ) i only want to make symlinks to /tmp/burn until it has dvd5 size (4,3gb?) adding symlinks in alfabethical order throught the original dir, because its no use if size is larger than DVD size i will need to delete those files... maybe later i can add the choose option between DVD sizes or specify a custom size
Here's what i have right now, need little help & comments i think this will be usefull to many
#!/bin/bash
echo ' -- Make symlinks script -- '
sleep 1
##### ORIGINAL DIRECTORY #####
IDIR=pwd
echo ' Original directory: ' $IDIR
echo ' -- press c to change directory, Enter to continue -- '
read DIR
while [ "$DIR" = c ]; do
echo ' Enter new directory path: '
read IDIR
echo ' New directory: ' $IDIR
echo ' -- press c to change, Enter to continue -- '
read DIR
done
##### DESTINATION DIRECTORY #####
echo ' Destination directory: /tmp/burn '
echo ' -- press c to change directory, Enter to continue -- '
read DIR
while [ "$DIR" = c ]; do
echo ' Enter new directory path: '
read FDIR
echo ' New directory: ' $FDIR
echo ' -- press c to change, Enter to continue -- '
read DIR
done
##### MAKE SYMLINKS #####
for x in $IDIR
do
ln -s $IDIR/$x $FDIR/$x
#HERE i think need to be the directory size limit check ($size or 4,5 gb limit), dont?
done
##### SHOW CREATED SYMLINKS #####
echo Symlinks created from $IDIR to $FDIR :
ls -l $FDIR
##### KEEP OR DELETE CREATED SYMLINKS #####
echo ' -- press k to keep symlinks in ' $FDIR ', Enter to delete created symlinks in ' $FDIR ' -- '
read
for x in $ODIR ; do
rm $x
done
echo ' symlinks in $FDIR deleted '
sleep 3
##### SHOW DESTINATION DIRECTORY #####
echo ' content of $FDIR: '
ls -l $FDIR
echo ' Press a key to exit '
read
exit 0

Cool. I tried a bit, however -- it is not very much documented. Maybe you can use it:
#!/bin/bash
echo ' -- Make symlinks script -- '
sleep 1
##### ORIGINAL DIRECTORY #####
IDIR=$(pwd)
FDIR=/tmp/burn
ODIR=/tmp/other
# MAXSIZE in kbytes
MAXSIZE=$(( 120 * 1024 ))
echo $MAXSIZE
echo ' Original directory: ' $IDIR
echo ' -- press c to change directory, Enter to continue -- '
read DIR
while [ "$DIR" = c ]; do
echo ' Enter new directory path: '
read IDIR
echo ' New directory: ' $IDIR
echo ' -- press c to change, Enter to continue -- '
read DIR
done
##### DESTINATION DIRECTORY #####
echo ' Destination directory: /tmp/burn '
echo ' -- press c to change directory, Enter to continue -- '
read DIR
while [ "$DIR" = c ]; do
echo ' Enter new directory path: '
read FDIR
echo ' New directory: ' $FDIR
echo ' -- press c to change, Enter to continue -- '
read DIR
done
##### MAKE SYMLINKS #####
for x in $(ls -l $IDIR|grep ^d|cut -d " " -f 9)
do
SIZE=$(du -k --max-depth=0 $IDIR/$x | cut -f 1)
if [ $SIZE -lt $MAXSIZE ]
then
echo "Creating link for dir: $x size: $SIZE"
ln -s $IDIR/$x $FDIR/$x
else
echo "Not creating link for dir: $x size: $SIZE"
fi
#HERE i think need to be the directory size limit check ($size or 4,5 gb limit), dont?
done
##### SHOW CREATED SYMLINKS #####
echo Symlinks created from $IDIR to $FDIR :
ls -l $FDIR
##### KEEP OR DELETE CREATED SYMLINKS #####
echo ' -- press k to keep symlinks in ' $FDIR ', Enter to delete created symlinks in ' $FDIR ' -- '
read
for x in $ODIR ; do
rm $x
done
echo ' symlinks in $FDIR deleted '
sleep 3
##### SHOW DESTINATION DIRECTORY #####
echo ' content of $FDIR: '
ls -l $FDIR
echo ' Press a key to exit '
read
exit 0

Similar Messages

  • Hi help needed. Just updated my I phone 4 for first time since I bought it (I know, I know). Lost everything. What I really want back is my notes. Any ideas. Please. Somewhat desperate!!!!

    Help needed. Just updated my I phone 4 and lost all my notes, and no I didn't put them in the I cloud. Please help. Need those notes!

    You could always check to make sure itunes is updated to 10.7 but im sure gdgmacdude is
    right.
    thanks
    gdgmacdude
    Hey dude
    are there anymore hardware failure errors u know of
    im kinda a novice apple man and could use all the help i can get
    capp

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • Help needed with Network UI (JNET) in WEB DYNPRO for JAVA

    Hi all,
      We are using Network UI element in our Web Dynpro Java. All is ok, but we have a problem with 'PRINT_PREVIEW' button. If you do click on this button, another window is open with a page preview, but always is shown the first XML loaded, in other words, if you load a XML and change it, print preview don´t show this changes.
      There are some information about Network UI in SDN but nothing about our problem.
      Can somebody help me?, we need show refresh data in print preview page.
    Thanks for all in advance.
    Gabriel Garcia.

    Hi Ayyapparaj,
      We are generating all XML (Type Repository, Data, etc...) and passing this new file to Network UI Datasource property.
    Thanks for your response.
    Gabriel Garcia.

  • Help needed upgrading from 4.1 to 6.2 for transfer to new Pre

    I have a Sony Clie PEG-SJ22 that I sync on two computers using Palm Desktop 4.1.0 on each.  The version on the computer in front of me lives in D:\Program Files\Sony Handheld.  I just bought a Palm Pre and learned that in order to sync my data to it, I would have to first upgrade to Palm Desktop 6.2.  I downloaded the 6.2 installation file and ran it.  It recognized that Palm Desktop was already installed and prompted me to click "Yes" to upgrade it which I did.  However the installation froze with the progress bar about 3/4 of the way through.  I End-Tasked the installation, but now I can't run either the new version or the old one.  (In fact the new version seems to have disappeared from \Program Files.)  When I try to run the old version I get error messages about missing dll files.  Before I try re-installing (or anything else) what should I do to make this go properly?  Is there a problem because my old version of Palm Desktop was a Sony-Clie-branded version?  Or is it something else?
    Thanks
    Samizdat
    Post relates to: Pre p100eww (Sprint)

    wjwncpro wrote:
    Thanks WyreNut for your quick reply,
    I'm able to restore my system prior to trying to installing the update so that I don't lose anything with my current Desktop 4.2. I might be in a catch-22 as that, if I do a clean uninstall of v4.1 and install the v6.2, will I be able to hotsync my Sony Clie TH55 since it's not a Palm product but uses the Palm Desktop to sync???
    Any other ideas will be appreciated...
    Thanks
    I did a search of the Forum for "6.2 and Clie" and found several threads.  None were very promising.
    An example:
    http://forums.palm.com/palm/board/message?board.id=windows_hotsync&message.id=30065&query.id=52739#M...
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Server 2012 r2 essentials...urgent help needed...Two separate DHCP servers, one for lan and one for wifi...design picture attached

    hello
    S2012 R2 essentials is in office...Want to have functional 2012 dhcp, dns, ad, wds role for 1gbps wired lan and separate wi-fi for temporary visitors for internet access like gsm phones etc...Need functional anywhere access to office server and computers
    for administering...When worker with laptop go out of office must have have full functional wifi.
    here is picture what i have in my mind with all components in network.
    How to configure L3 switch, router and server? Many thanks

    Hi,
    Based on your description, I understand that you want to prepare network for the Windows Server 2012 R2 Essentials,
    then will run a DHCP Server on the Windows Server 2012 R2 Essentials and correctly configure router. Please refer to following article and check if can help you.
    Before You Install Windows Server 2012 Essentials
    For DHCP, please refer to following article.
    Running
    DHCP Server on Windows Server 2012 Essentials
    For router configuration, please refer to following article.
    Configure a Router - Windows Server Essentials
    If anything I misunderstand or any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Help, Need to change NAT from moderate to open for WRT54GS2

    just like to the topic says i used these methods:
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    On the set-up tab change the MTU Size to 1365 and click Save Settings...
    Click on "Administration" tab and disable the option UPnP and click Save Settings...
    Click on "Applications and Gaming" tab and then click on "Port Range Forwarding" subtab...
    1) On the first line in Application box type in ABC, in the start box type in 53 and End box type in 3074, leave the protocol as both and under ip address type in 192.168.1.20 and check the enable box, click Save Settings once done...
    2) Once you return to the set up page click on the Security tab and uncheck Block Anonymous Internet Requests and click on Save Settings...
    3)Click on the Status tab and take note of DNS1 and DNS2 Addresses...
    4) Goto the XBox Network Settings and IP Address Settings and select manual IP Settings and assign the following on your Xbox IP Address :- 192.168.1.20, Subnet Mask :- 255.255.255.0, Default Gateway :- 192.168.1.1...
    5) Also assign the DNS Addresses on the Xbox, Use DNS1 and DNS2 Addresses you took note off of the router status tab as Primary DNS & Secondary DNS for the xbox...
    6) Turn off your modem, router, and Xbox...Wait for a minute...
    7) Plug the modem power first, wait for another minute and plug the router power cable, wait another minute and turn on the Xbox and test it...it will connect...     i have firmare 1.0.01. i am using 2 Pluglink 9650 Powerline Ethernet Adapters to connect to my xbox for xbox live. if u need anything else let me know. PLEASE SOMEONE HELP 

    What device is upstream from the router?  If you have a modem that acts as a router as well, then you might have a double NAT problem.  It's a well documented problem and can usually be solved by bridging the modem or configuring the router to work as a switch only.

  • Help needed : DHCP not assigning addresses on VMware. click for more details.

    Hello people of technet,
    I'm new to this forum I was told I could get some help here. I need your help with an issue that I have on my network. As the title says, my DHCP server is not assigning addresses from a specific pool.
    Information about the topology:
    I have to sites linked with a VPN site to site connection. In the first site I have a DHCP Server, In the second site I have a client that should get an address automatically from the DHCP. I installed a DHCP relay agent on the server that manages the VPN
    connection on the second site with a correct configuration. All other configurations are done right I verified a couple of times. I checked the connectivity with a ping test between the client (with static address for the test) from the second site to the
    DHCP server from the first site, it is all working. The problem is that the DHCP server is not assigning addresses from the specific pool. All machines (4) run on windows server 2008 r2.
    Thank you for your time and support, just tell me if you need more informations.

    I fixed the problem it is working now, apparently it was the VMnet cards that caused the issue I've just reseted their configuration to default state. I've had the idea after you asked me to check DHCP address assignement on the same site. One more thing
    to do now, switch from the workgroup to a domain.
    Thank you for you time.

  • HELP needed on Remote Management set to allow access for all users

    my mac mini snow leopard server runs in a data center and i use screen sharing to interact with it. i played with the sharing settings remotely yesterday and changed "allow access for" to all users. i was disconnected immediately and i couldn't logon again. i have no luck changing to other users. i don't want to make a special trip to the center to change it back to whatever it used to be. i can still use afp to connect but the screen sharing option is no longer available. what does "allow access for all users" mean anyway?
    thanks!

    As its name implies, allow access for all should allow any valid user account to access the server. I'm not sure why it's no longer working. It almost sounds like the ARDAgent crashed.
    Either way there's a command-line interface to the ARD preferences:
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart
    man kickstart discusses the options, including examples of how to enable access for specific users.

  • Help needed........for function module

    Hi All,
    Can someone help me out in telling how to use LE_SHP_DLV_OUTP_READ_PRTDATA Function module.
    Regards,
    Mainak.

    Hi,
    This FM is for delivery output. Here we have to provide the required input parameters, i.e. Partner function, Message and Language for the Partner to whom we send the Delivery.
    The parameters are NAST-PARVW, NAST-PARNR ,NAST-SPRAS.
    Hope this helps you out.
    Reward if helpful.
    Regards

  • HELP needed: Changing the username of the User profile for folders

    HI all,
    Would really appreciate if someone can help me figure out how to change the name of my username on the folder. Attached is the image to show what i mean. This is bugging me out!!
    http://t.co/LAo4ZKS

    http://support.apple.com/kb/ht1428
    Note the note at the top of the page though. An alternative is to create a new account and copy your preferences across.

  • Help needed Importing a string from labview into matlab for file opening

    Hello,
    I am using labview to allow the user to pick the file to open via the
    open labview measurement file block. Then I take the filename and
    convert it from a path to a string and try to import it into my matlab
    script which I use dlmread() to open my data file. However the
    datafile does not open. I was wondering if anyone would help me with
    this method?
    Thank you,

    Hi Nicole,
    Are you using the Matlab Script Node or the MathScript Node?  I know that dlmread is not currently implement with MathScript (although R&D is looking at implementing further features for future versions of LabVIEW).  Also, I'm not sure which VI you are using to get the file path because there isn't an "Open LabVIEW Measurement File" VI.  There are Read & Write LVM and a simple Open\Create\Replace File VI--are you using one of these?  If you are using the Open File VI, Matlab may be unable to read from the file because it is already locked for editing by LabVIEW. 
    I hope this helps!
    Megan B.
    National  Instruments

  • Help needed finding old MMS topic listing mms emails for dif providers

    Ok, Im usually better at this. I meant to bookmark or at least copy and save the information provided in I believe it was a FAQ! someone had wrote up on sending MMS to different providers from the iPhone.
    It was great, had a listing of all the [email protected] type emails for sending pictures to diff providers and it worked from the iPhone. Wanted to get that info onto the phone, anyone know what Im talking about and can help point me in the right direction?

    I know this list is rather extensive and possibly overkill, but I got the following information from
    http://www.modmyiphone.com/wiki/index.php/MMSEmailAddresses
    I've cut out the foreign carriers and text-only/pager addresses... but this should suffice since you are in the United States:
    "US Based Carriers:
    Alltel = [email protected]
    AT&T = [email protected]
    Boost Mobile = [email protected]
    Cingular (AT&T) = [email protected]
    Einstein PCS = [email protected]
    Nextel = [email protected]
    Sprint = [email protected]
    T-Mobile = [email protected]
    US Cellular = [email protected]
    Verizon Wireless = [email protected]
    Virgin Mobile = [email protected]
    Or you can simply send a message to [email protected] and they will automatically detect the carrier. Teleflip is free to use. For more information: https://www.teleflip.com/blog/services/flipout/"
    PowerBook G4 15-inch (1.5GHz)   Mac OS X (10.4.10)   1024/80/APX/BT

  • Help needed in Role Based authorisations in WEB UI for RESELLER Role

    Hi All,
    I am working on a requirement where i need to disable/hide/grey out EDIT button on Account Details and on all assignment blocks in WEBUI(CRM2007). This is needed for the accounts having  the Role RESELLER only.
    The same functionality is working fine in GUI. This is achieved by Role based authorizations.But the role based authorizations are not working in WEBUI.Any pointers on how to achieve Role Based authorizations in WEBUI.
    Thanks in advance.
    Regards,
    Udaya
    Edited by: Udaya Bhaskar Perecharla on Aug 20, 2008 12:31 PM
    Edited by: Udaya Bhaskar Perecharla on Aug 20, 2008 12:33 PM

    Hi Uday,
    Could you let me know the process to disable the edit button for the following scenario -
    Using Account Managment, you can display the Account and on double clicking the reponsible employee (hyperlink), WEB UI displays the employee master record with option edit. You can edit  the employee details here, which I don't want. User should only be displayed with the employee details without option of editing the master record. How can I achieve this without changing any code..
    Your kind assistance will be highly appreciated.....
    Cheers,
    Peter J.

  • Need help w/ setting up ports to run a server for America's Army

    Need help w/ setting up ports to run a server for America's Army. I read wat u need to change the ports but i dont understand wat to put. here is wat the site says
    Q: How do I run my own server?
    A: Quick and dirty server info:
    1. Edit RunServer.bat to change the map.
    2. Run RunServer.bat
    Or:
    server.exe LAN MAPNAME.aao (Host a LAN game)
    server.exe global MAPNAME.aao (Host a Public game)
    Also: When you create a server setup and want to allow other users to join your server, you need make sure the following ports are open for outgoing and incoming traffic in your firewall: 1716 (UDP), 1717 (UDP), 20025-20045 (TCP), and 20047 (TCP). Failure to open these ports will prevent the server from accepting connections from other players or prevent other players from being able to see your server online.
    There are several settings that also need to be defined in your server configuration INI file (in the Windows version, these files are located in “My Documents\America’s Army Server Settings\{settings file name}.ini”).
    [Engine.GameEngine]
    ServerActors=Andromeda.AndromedaMBS
    [Andromeda.Andromeda]
    GameServerIp=
    Make sure that you set the actual IP address of the America’s Army Server under GameServerIp= (for example, “GameServerIp=000.000.000.000”). The supplied address must be your actual internet IP address, if this is left blank or you supply the IP address for your internal network (such as 192.168.0.x), your server will not be able to accept connections from the internet.
    If your server.ini file contains the setting shown below, please change the QueryPort setting to 20025. This setting can also be removed, as the default setting is port 20025.
    [Andromeda.AndromedaMBS]
    QueryPort=20025
    Punkbuster user fix correction.
    If [Engine.GameEngine] block has been changed to read as below:
    [Engine.GameEngine]
    ServerActors=IPDrv.AndromedaMBS
    Please add the following block to your INI file:
    [IpDrv.AndromedaMBS]
    QueryPort=20025
    (Last Updated: 2006-04-20)

    Your images are not stored in the catalog. They are stored in folders on your computer. If you imported images that were already on your computer using the "Add" Option they are still in that same folder. If you imported images from your camera then they are in the folders that you specified when you imported. The catalog points to those images wherever they are located, and records all of the adjustments that you make to the image. When you send an image to Photoshop for further editing and save that image in Photoshop, it is normally saved back in the same folder as the original image.
    Images are not "saved" in Lightroom. The basic default workflow in Lightroom is to store all of the adjustments in the catalog, leaving the original image completely unmodified. The catalog becomes the central controlling mechanism. It is a database that contains pointers to where the images are located and a record of all adjustments made to those images using Lightroom. Properly managed, you only have those original master files and secondary files for the ones that you have sent to Photoshop for further adjustment. When you want to provide a copy for someone else, you use the export dialogue for that purpose. I often export JPEG images to share with others or to post on the web. After I have usedthe JPEG for its intended purpose I delete it.

Maybe you are looking for

  • Attach to email action not working in reader X

    I have created a form in Adobe Acrobat Pro 8 with a button to execute the "attach to email" action. This button works fine when in Acrobat Pro 8, but when I view it in Reader X, nothing happens when I press the button. I need to do it this way as the

  • External hard rive not showing up in Finder

    I have done back-ups with this external drive (OWC Mercury Elite Pro) before without issue. Then a few weeks ago it doen't appear in Finder.  I have done permission repairs and verification on the iMac.  It says all is fine.  I have disconnected and

  • FlexUnit4.1 B2 upgrade breaks CI system - flexUnit.cfg issues?

    Folks, We have a working CI system which is currently using binaries from FU4.0 development snapshots.  When we last checked the releases page, we saw that 4.0 stable was out, but so were 4.1 Beta 1 and 2.  Testers within the company were requesting

  • Web browsers always use aliased fonts if possible

    This is screwy, folks. I needed to install xorg-fonts-100dpi and xorg-fonts-75dpi in order to get KWord working properly, and now Konqueror is *always* using 75dpi fonts for *everything* on *all* web pages, even though my font configuration (the defa

  • Consolidate to external drive?

    Hi all, I did a quick search for this but didn't find exactly what I needed. Here's what I'd like to do: I have most of my library on an external NAS but some songs 10GB or so ended up on my external firewire. Is there a way to move/copy the songs on