Wanted to know a thing about Arch before considering installing it

Hi,
    i come from the Debian world and before making a distro change to Arch i need to know about if it is possible to start/stop services or run a script automatically when an interface is up/down (in Debian, ifup/ifdown commands) manually without doing anything hackish in Arch.
Thanks in advance.

Don't think it's easily achievable with current network scripts, but should be possible with netcfg.

Similar Messages

  • Re: want to  Know Some thing about  Following

    Hi
    I am New to reports and don't know waht are the function of these menu's
    Tell Me more about these.
    1) File -----------------> Distributions ?????
    2) Program ----------------> Tracing???
    3) Layout ----------------> Anchor??
    and a property
    Base Printing On
    I am using Oracle 9i DS!!
    Edited by: user13642851 on Apr 11, 2011 12:38 AM

    Reports comes with an online Help:
    "Report distribution enables you to design a report that can generate multiple output formats and be distributed to multiple destinations from a single run of the report. You can create distributions for an entire report, and for individual sections of the report."
    "The best way to monitor your report's performance is to trace report execution."
    "Anchors are used to determine the vertical and horizontal positioning of a child object relative to its parent. The end of the anchor with a symbol on it is attached to the parent object."
    "The Base Printing On property is the object on which to base the Print Object On property of the current object. For example, if you specify a Print Object On of All Pages and a Base Printing On of Anchoring Object, the current object will be triggered to print on every logical page on which its anchoring object (parent object) appears. "

  • Can i know some thing about unicode errors

    can i know some thing about unicode errors

    Hi,
    UCCCHECK is to check if all your programs are UNICODE compatiable.
    Now UNICODE means
    Unicode - Overview
    Before release 6.10, SAP supported different codes for representing characters of different fonts, for example ASCII, EBCDIC as single-byte code pages or double-bytecode pages:
    ASCII (American Standard Code for Information Interchange) encodes every character with one byte. This means that a maximum of 256 characters can be displayed (strictly speaking, standard ASCII only encodes one character using 7 bit and can therefore only represent 128 characters. The extension to 8 bit is introduced with ISO-8859). Examples of common code pages are ISO-8859-1 for Western European, or ISO-8859-5 for Cyrillic fonts.
    EBCDIC (Extended Binary Coded Decimal Interchange) also encodes each character using one byte, and can therefore also represent 256 characters. For example,EBCDIC 0697/0500 is an IBM format that has been used on the AS400 platform for Western European fonts.
    Double byte code pages require between 1 and 2 bytes per character. This enables the representation of 65,536 characters, of which only 10,000 to 15,000 characters are normally used. For example, the code page SJIS is used for Japanese and BIG5 for traditional Chinese fonts.
    Using these character sets, all languages can be handled individually in one ABAP-based SAP system. Difficulties arise if texts from different incompatible character sets are mixed in one central system. The exchange of data between systems with incompatible character sets can also lead to problems.
    The solution to this problem is the use of a character set that includes all characters at once. This is realized by Unicode Unicode (ISO/IEC 10646) . A variety of Unicode character representations is possible for the Unicode character set, for example UTF, in which a character can occupy between one and four bytes.
    From release 6.10, the SAP NetWeaver Application Server supports both Unicode and non-Unicode systems. Non-Unicode systems are conventional ABAP systems, in which one character is usually represented by one byte. Unicode systems are ABAP systems that are based on a Unicode character set and which have a corresponding underlying operating system, including a database.
    Before release 6.10, many ABAP programming methods were based on the fact that one character corresponds to one byte. Before a system is converted to Unicode, ABAP programs must therefore be modified at all points where an explicit or implicit assumption is made about the internal length of a character.
    ABAP supports this conversion using new syntax rules and new language constructs, whereby emphasis was placed on retaining as much of the existing source code as possible. As a preparation for the conversion to Unicode - but also independently of whether a system will actually be converted to Unicode - the checkbox Unicode checks active can be selected in the program properties. The transaction UCCHECK supports the activation of this check for existing programs. If this property is set, the program is identified as a Unicode program. In a Unicode program, an additional stricter syntax check is performed than in non-Unicode programs. In some cases, statements must also be enhanced by using new additions. A syntactically correct Unicode program will normally run with the same semantics and the same results in Unicode and non-Unicode systems. (Exceptions to this rule are low-level programs that query and evaluate the number of bytes per character). Programs that are required to run in both systems should therefore also be tested on both platforms.
    In a Unicode system, only Unicode programs can be executed. Before converting to a Unicode system, the profile parameter abap/unicode_check should be set to "ON" so that only the execution of Unicode programs is permitted. Non-Unicode programs can only be executed in non-Unicode systems. All language constructs that have been introduced for Unicode programs can, however, also be used in non-Unicode programs.
    It has been established that existing programs that have been programmed with no errors mostly fulfill the new Unicode rules and therefore require very little modification. Conversely, most programs that require significant changes are due to an error-prone and therefore questionable programming style. Even if you are not planning a conversion to a Unicode system, Unicode programs are preferable because they are more easily maintained and less prone to errors. Just as outdated and dangerous language constructs are declared obsolete and are no longer permitted for use in ABAP Objects, the rules for Unicode programs also offer increased security when programming, for example when working with character fields and mixed structures. This applies particularly for the storage of external data (for example using the file interface), which has been completely reviewed for use in Unicode programs. When creating a new program, SAP therefore recommends that you always identify the program as a Unicode program, and older programs can be converted to Unicode in stages.
    Regards,
    Shakir

  • Want to know more details about control breaks in reports

    hello all
    i want to know more details about control breaks AT First,
                                                                          AT Last,
                                                                          AT New,
                                                                          At End of and on change .
    can anybody tell with examples?

    Hi Swamy,
       Check the following.
    Control break statements are used to create statement blocks which process only specific table lines the LOOP – ENDLOOP block.
    You open such a statement block with the control level statement AT and close it with the control level statement ENDAT. The syntax is as follows:
    Table should be sorted when you use control-break statements
    You can break the sequential access of internal tables by using these statements.
    Syntax:
    At first.
    <Statement block>
    Endat.
    This is the first statement to get executed inside the loop (remember control break statements are applicable only inside the loop)
    So in this block you can write or process those statements which you want to get executed when the loop starts.
    At New carrid.
    Write:/ carrid.
    Endat.
    In this case whenever the new carrid is reached, carrid will be written.
    At End of carrid.
    Uline.
    Endat.
    In this case whenever the end of carrid is reached, a line will be drawn.
    At Last.
    Write:/ ‘Last Record is reached’.
    Endat.
    Processing of statements within this block is done when entire processing of entire internal table is over. Usually used to display grand totals.
    You can use either all or one of the above control break statements with in the loop for processing internal table.
    At end of carrid.
    Sum.
    Endat.
    In above case the statement SUM (applicable only within AT-ENDAT) will sum up all the numeric fields in internal table and result is stored in same internal table variable.
    Hope this helps you.
    Any queries, get back to me.
    Regards,
    Chandra Sekhar

  • I want to know one information about i phone.i am useing i phone now,so if i will go out of country(right now where i) so without country cord can i use its over there

    Hi,Actually i want to know one information about iphone,if i want to go out of country( where i liveing now)so can i use there my i phone,without any country cord.just example.now i use my sim card(where i liveing,thats country mobile sim card) so if i will go abroad country,then i can will use my phone over there without any country cord with thats country mobile sim,or if not then kindly can i get iphone country cord activeted number?
    Jubayedsujan
    Abu dhabi
    UAE

    Where did you buy this iPhone? Did the receipt say it was unlocked?
    Put in a different sim - if iPhone works, then it is locked. If it does
    not work with different sim, then the iPhone is locked to a wireless
    carrier. Contact that wireless carrier to see if they offer unlocking
    and if you qualify.

  • HT203167 there is some one he stolen my I phone how i can delete the contact and Pic. from my I phone 4 and for your information i was not know any thing about I clude

    Dear Mr. Apple there is some one he stolen my I phone 4 in Yemen- Aden, and Am now in Saudi Arabia i checked with the agent here in saudi arabia this agent i buy this i phone from them, they said we are sorry we can't to close your phone becouse he is out side Saudi Arabia so is there other way to close this phone becouse my frinde they are suffering becouse this boy he used in bad way, and i don't know any thing about i clude, so i didn't activate, so please please please if you can to disconnect my i phone becouse all my picture in i phone and if you didn't support me who will do it?
    Please do the need full for this other wise am sorry to say that you are not support your customers.
    Thanks and your fast replay that mean you are satisfied your customers.
    <Personal Info Edited By Host>

    All you can do is call the service provider that phone was being used with to cancel the phone account at least.
    However, if you did not have a passcode lock on it, then the person with it has access to everything on it.  You should immediately change all your email account passwords, and any other online account's passwords you used or had set up on the phone.
    There is nothing you can do remotely to the phone now, and even cancelling the phone service account will not stop someone from using your emails and such on wifi.  Changing your account passwords will lock them out of your accounts.

  • Hello,i wanted to know one thing,my boyfriend has deleted itunes from hes laptop,and we are not together anymore,so how can i can back my music on another itunes??

    hello,my question is:
    my exboyfriend has deletes my itunes from hes laptop and now that we are not together anymore,i have downloaded again on my pc but i dont know how to get back my music! So is there somebody hoe can help me please?
    have nice afternoon!
    xxx

    Hasn't he got a backup of his content on external drives and/or CDs or DVDs ?

  • HT1529 How do I know if I have antivirus software on this Mac, I am knew to Mac so I don't know a thing about it.

    How do I know if my mac has antivirus software and if not why did they not tell me that when I bought it?

    Apple products do NOT come with Anti-Virus software installed.  There has not yet ever been an OS X Virus.  But, if you would feel safer using A-V software, then I would suggest you download and install the excellent quality and FREE A-V product found here (and, yes, I myself use it):
                   http://www.clamxav.com/download.php
    Hope this helps

  • I want to know detail explanation about ImageCapture method

    I'm trying to use ImageCapture (Document method) to make clipped artboard images as jpeg.
    The method requires to set an argument Rect to define a clipping boundary
    But I can not find how to set Rect argument in the reference.
    By the way,
    I can write whole artwork image data to a specified file.
    But It looks the file isn't saved as jpeg.
    How do I change file type.

    Hi artchrome!!
    Setting visibleBounds as clippingbounds works correctly!!
    It looks an exported file is PNG though file name is Jpg.
    But it is not a problem at all.
    Thank you very much!!

  • TS4403 I am interested in using the ICloud as a storage for my pics and music on my laptop, but I wanted to know if it will work before I pay.  Can I do that or do I have to get a different kind of storage

    Is Icloud a good solution for back up storage for a Windows Vista Lap top?

    No, iCloud is not for the storage of data from your computer. It is for the storage of data from your iDevices.
    Allan

  • Hey Guys I Wanted To Know How Do I Change The Download/Install Location Of Apps I download From The Mac App Store Bac To The Dock Like In Snow Leopard?

    So Every Time I Download From The Mac App Store (In Lion) It Always Pops Up And Downloads/Installs In The iOS Feature Thing, So How Do I Change That So It Doenloads/Installs Straight 2 The Dock Like In Snow Leopard?? lol
    Specs...
    Macbook Pro (Early 2008)
    Intel Core 2 Duo
    4GB RAM (MAXED)

    Actually it does because the Dock is Snow Leopard's program launcher. For Lion, LaunchPad is the program launcher, not the Dock. Don't like that? Here's where you complain. Otherwise, you asked and I answered.

  • Want to know the difference among the sap standard schemas TM00/TM01/TM04

    hi, experts
    i have read the standard courses HR310 and HR311,but i am still confused about the difference among the three standard TM schemas TM00,TM01 and TM04.
      i only learn from the book about it as follows:
      TM00: Time evaluation with time events
      TM01: Time evaluation for work schedule deviations
      TM04: Time evaluation for times entered as hours.
    i want to know the details about different forms of time data and different strategies in evaluating the time data in the three standard schemas.
       thanks in advance

    Hi,
    TM01: read the actual data, Automatically calculate the overtime with the help of events.
    TM04: Negative time evaluation, Get the data from the Work schedules
    TM01: Positive/Negative time evaluation: Read the exception of workschedules, get the data from the time events form the 2011IT.
    TM01:
    Schema TM01 can be used for time evaluation if you only record
    exceptions to the work schedule, and not all times that count as working
    time (actual times).
    You can use schema TM01 to import and process time data that has been
    recorded online.
    The schema forms time balances, time wage types, and time quotas, and is
    processed using the time evaluation driver, RPTIME00.
    The valuation basis for time evaluation forms a planned pair, which is
    generated according to the planned specifications in the employee's
    personal work schedule.
    The planned pairs generally correspond to the time worked. Only
    attendances from infotype 2002 and absences from infotype 2001 result in
    a difference between planned and actual.
    Schema TM01 automatically generates overtime for all attendance times
    recorded over and above the planned specifications in the personal work
    schedule. If overtime is recorded in infotype 2005, it can be approved
    systematically taking account of overtime breaks.
    TM00:
    Schema TM00 processes time events that have been recorded at a time
    recording terminal, or the time pairs formed from the time events in
    pair formation. Attendances and absences are also imported.
    Schema TM00 is based on positive recording of time data, that is,
    recording all times that count as working time (actual times).
    Schema TM00 only evaluates time data with clock times (or full-day
    records). The main task of schema TM00 is to classify the actual times
    by comparing them to the planned specifications in the daily work
    schedule (start and end of planned working time, core times, breaks, and
    so on).
    TM04:
    The time worked by the employee is recorded in the Attendances infotype
    (2002), and not as clock-in and clock-out times. When processing
    clock-in/out times, the emphasis is on the length of time between the
    postings and not on the times at which the postings were made.
    You can use schema TM04 to process attendances and absences that specify
    a number of hours only, rather than concrete start and end times.
    The times stipulated in the daily work schedule are not relevant. Only
    specifications such as planned hours and minimum daily working time are
    evaluated from the daily work schedule.
    TM04 caters both for negative time recording (recording of exceptions to
    the work schedule) and positive time recording (recording all
    attendances or actual times).
    If negative recording is used, the planned hours are generated on the
    basis of the daily work schedule. Recorded absences and some attendance
    times are deducted (see schema TP01.)
    The "Time Management status" indicator in the Planned Working Time
    infotype (0007) shows whether all actual times are recorded for an
    employee, or only exceptions to the planned specifications.
    Regards:
    Devi.

  • I want to know which Safari works with 10.4.11

    I am using an old Mac Mini off 2007. I updated a couple of months ago but the version I
    have now is 5.0.6 and it says it`s for a Power PC.
    I wished I never done it now.
    I want to know what version of safari I can install.
    I have have tried quite a few versions but a drop down says you need Mac OS X 10.4.11.
    The Tiger version I have got is Mac OS X Version 10.5.8 and this has got me stumped.
    Thanks In Advance.

    The Tiger version I have got is Mac OS X Version 10.5.8 and this has got me stumped.
    Maybe this will help clear things up:
    Mac OX 10.4.X = Tiger
    Mac OS 10.5.X = Leopard

  • I want to know my I pad is the new I pad or not

    Dear apple
    I want to know all configuration about my I pad and if I have a full hd or  it,s the new I pad or not
    Thanks
    Ibrahim

    Technical specs are easily available on Apple's site. Regarding whether or not your iPad is the new one:  the new iPad was announced to the world less than 24 hours ago. Do you think you have one?

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

Maybe you are looking for

  • How can I install my printer HP Photosmart Premium C310 e-All-in-One printer without CD?

    I got it 2 weeks ago, but my laptop don't have CD-drive. When I go to  Software & Driver downloads  and write my type C310b it always open me for type C310a with note:If your operating system is not listed, HP does not have software or driver downloa

  • Can I import a request in 3.5 to 7.0

    Hi Guru's, <b>Whether it is possible to import a request in 3.5 server to 7.0 server....</b> I'll assign the full points. Regards Manoj

  • Maps.google will not load in FireFox v3.6.6 in OS Windows Vista

    maps.google does not load when a search for an address is input in the search bar. The initial page loads but there is no zoom in or out. There is no 'Get Directions'. None of these links work. == URL of affected sites == http://maps.google.com/maps?

  • No Option to Turn on 4G on iPhone 5

    I have an iPhone 5 on THREE UK network, ok I know 4G/LTE isn't available on THREE UK yet but I would have thought the option would have been there, albeit greyed out or something, but it isn't.  What happens when THREE UK  do roll this out later this

  • Imac Video

    I have a 20 inch Imac could the graphics be upgraded ??? Some one help Thanks Robou (rau-boo)