[solved] Cheat sheet application

Hi,
I am looking for a cheat sheet application. Ideally it should work like the one in Gmail. In Gmail when you click ? you get a nice semi-transparent cheat sheet shown.
Is there an application that allows me to display my own cheat sheet system-wide?
If it is of relevance, I am using Gnome 3.8
Last edited by orschiro (2013-09-12 11:34:12)

I don't know of any applications that fit your needs (I'm assuming you searched the AUR?), but you could probably make a drop down terminal emulator like tilda or guake work in a similar fashion.
In principle how Tilda works is what I was looking for. But I have no idea how to present a cheat sheet when opening the Tilda terminal window.
boast wrote:
Sounds interesting, but I haven't heard of it.
Maybe writing a quick script with libnotify + python/bash/perl/etc... + system level shortcut to call it could work?
Interesting but doesn't libnotify only presents these small notifications in the upper right corner of the desktop?
What do you mean by "system-wide" exactly?  There are cheat sheets for individual programs all over the internet, but the sheer variability between whole individual Linux systems makes a universal one impossible.
Sorry for being not precisely enough. By system-wide I meant not related to any running application. Independently from which program I am using I want to be able to open that cheat sheet (just like Tilda allows me to open the terminal at every time and in every programm via the hotkey). As for the sheer variability for me it would be enough to define the sheet myself with the commands which are relevant for me.

Similar Messages

  • Need Help On this(solve these 2 applications)

    Hello All,
    Find below the questions for Snooker scoreboard application programming in java and second one is an applet. Please solve the two applications and send me the code immediately to [email protected] and [email protected] .
    I have the exam tomorrow and any help regarding this is appreciated.
    1)
    UNIVERSITY OF SUNDERLAND
    SCHOOL OF COMPUTING AND TECHNOLOGY
    MODULE CODE:      COMM3C
    MODULE TITLE:      Java Network Programming
    MODULE ASSESSOR:      Adrian Wadsworth
    ASSESSMENT:      One of Two (Referred/Deferred)
    TITLE OF ASSESSMENT:      Individual Assignment Snooker Scoreboard Application (4 pages)
    MODERATED:      May 2006
    PLEASE READ ALL INSTRUCTIONS AND INFORMATION CAREFULLY.
    This assignment contributes 50% to your final module mark.
    Please ensure that you retain a duplicate of your assignment. We are required to send samples of student work to the external examiners for moderation purposes. It will also safeguard in the unlikely event of your work going astray.
    THE FOLLOWING LEARNING OUTCOMES WILL BE ASSESSED:
    Knowledge of:
    a.      Critical awareness of the issues and problems associated with the development of programs to run in a networked environment      �9
    b.      Critical understanding of the Java and the web      �9
    c.      Architectural issues of relating to distributed systems
    d.      Critical awareness of network programs and network protocols      �9
    and ability to:
    e.      Design and implement a Java applet or application      �9
    f.      Critically evaluate network technologies for specific requirements
    g.      Design test a Java based on-line systems      �9
    h.      Work as part of a team to develop a component based system.
    i.      Use and critically evaluate Software Engineering tools      �9
    IMPORTANT INFORMATION
    You are required to submit your work within the bounds of the University Infringement of Assessment Regulations (see your Programme Guide). Plagiarism, paraphrasing and downloading large amounts of information from external sources, will not be tolerated and will be dealt with severely. Although you should make full use of any source material, which would normally be an occasional sentence and/or paragraph (referenced) followed by your own critical analysis/evaluation. You will receive no marks for work that is not your own. Your work may be subject to checks for originality which can include use of an electronic plagiarism detection service.
    Where you are asked to submit an individual piece of work, the work must be entirely your own. The safety of your assessments is your responsibility. You must not permit another student access to your work.
    Where referencing is required, unless otherwise stated, the Harvard referencing system must be used (see your Programme Guide).
    Submission Date and Time      Before 4pm, Friday 1st September 2006
    Submission Location      LRC, Reg Vardy Centre, St Peters Campus
    Java Network Programming (COMM3C)
    Assignment 1 (Referred/Deferred) May 2006
    Snooker Scoreboard Application
    This assignment is designed to consolidate the knowledge of the Java programming language you have gained in the first half of the course and to develop your skills in using basic Java input/output facilities, designing graphical user interfaces and implementing client-server systems.
    The Application (70 marks)
    You will develop a client/server based scoreboard application which will present and log the activity of a snooker match which may comprise a maximum of 15 frames. Your application must be capable of performing the following functions:
    (a) Displaying the current score of each player for the current frame.
    (b) Displaying the break for the player currently at the table.
    (c) Displaying a record of the sequence of balls potted with their values during each break for each player during the current frame.
    (d) Logging, and ultimately storing on a floppy disc in drive A, a record of the sequence of events occurring during a frame. This would include: fouls committed, balls potted with their values and which player potted them for each frame completed. This is intended to provide the definitive record for the frame. Note that, with the exception of player names, match identification and the date, no other information (such as the frame score) should be stored on disc.
    (e) Recalling a frame's record from disc. The application must be able to process the data recalled from disc for any chosen frame and provide the following information:
    i) the frame score and the highest break for each player,
    ii) the number of points conceded as fouls by each player,
    iii) the number of times each player visited the table,
    vi) the number of times each colour ball (not reds or free balls) was
    v) potted in the frame as a whole by each player.
    The application must be developed as a client/server system using the loopback address so the client and the server can be run on the same computer.
    The client will include the graphical User Interface (GUI) which will facilitate the entry of player names, a method of scoring, a method of displaying all required information and interaction with the server to allow data to be sent to it and recalled from it. See above for detailed requirements.
    The server must facilitate the storage to and retrieval from floppy disc of match data and interaction with the client. The server need only be capable of interacting with a single client.
    The Application (continued)
    In addition to your report (see next page), you must submit a 3.5 inch virus checked floppy disc (CD's are NOT acceptable) which must contain four folders, described below, and nothing else.
    Folder 1: The clientSource folder. Must contain all client source files and nothing else.
    Folder 2: The clientClass folder. Must contain all client class files and nothing else.
    Folder 3: The serverSource folder. Must contain all server source files and nothing else.
    Folder 4: The serverClass folder. Must contain all server class files and nothing else.
    Any number of client classes may be developed, but the class containing the client's main method must be called client. Any number of server classes may be developed, but the class containing the server's main method must be called server.
    All applications must be executable directly from the command prompt window, without the use of an additional Integrated Development Environment such as Eclipse or JBuilder. You must clearly identify which version of Java you have used to develop your application.
    Note that it will not be possible for you to include class files corresponding to source files which do not compile correctly. You must, however, include all of your source files in the appropriate folder regardless of whether or not they compile.
    You should place the floppy disc in a small envelope and tape it to the front sheet of your report so that no text on the front sheet is obscured. Do not apply tape to the disc itself.
    Report Submission Details (30 marks)
    Your report must contain the following elements:
    (a) a well commented source listing of the application source code (whether functional
    or not). Note that sections of code which do not function correctly should be clearly identified by the words "NOT FULLY FUNCTIONAL" and accompanied by a brief hand written explanation of the problem.
    (b) a maximum of four screen shots showing the application in action
    (c) a conclusion, with clearly marked sub-headings, which must include:
    i) a clear statement of the extent of the application's functionality,
    ii) a brief explanation of how to use your version of the application,
    iii) a description of how you have made the application robust,
    iv) any other commentary that you feel is relevant.
    Your report must be presented on A4 sheets of paper which must be stapled together at the top left corner to allow access to all of the report�s contents without removing the staple.
    If your report is too thick to be secured using a staple, punch a hole in the top left corner and bind the pages together with a treasury tag.
    Your report must not be submitted in any type of cover or folder.
    Your name, my name and the module number must be clearly displayed on the front sheet of your submission.
    No other information, designs or motifs should appear on the front sheet.
    Note that all the pages of this assignment must be submitted with your report and must immediately follow the front sheet.
    Your report must NOT be submitted electronically and must NOT be included on your floppy disc.
    Failure to comply with the requested report and floppy disc submission format will result in the allocation of a significantly reduced mark.
    A.Wadsworth
    2)UNIVERSITY OF SUNDERLAND
    SCHOOL OF COMPUTING AND TECHNOLOGY
    MODULE CODE:      COMM3C
    MODULE TITLE:      Java Network Programming
    MODULE ASSESSOR:      John Tindle
    ASSIGNMENT      Two of Two (Referred/Deferred)
    TITLE OF ASSIGNMENT:      Java Media Player
    MODERATED:      May 2006
    PLEASE READ ALL INSTRUCTIONS AND INFORMATION CAREFULLY.
    This assignment contributes 50% to your final module mark.
    Please ensure that you retain a duplicate of your assignment. We are required to send samples of student work to the external examiners for moderation purposes. It will also safeguard in the unlikely event of your work going astray.
    THE FOLLOWING LEARNING OUTCOMES WILL BE ASSESSED:
    Knowledge of:
    a.      Critical awareness of the issues and problems associated with the development of programs to run in a networked environment      �9
    b.      Critical understanding of the Java and the web      �9
    c.      Architectural issues of relating to distributed systems
    d.      Critical awareness of network programs and network protocols      �9
    and ability to:
    e.      Design and implement a Java applet or application      �9
    f.      Critically evaluate network technologies for specific requirements      �9
    g.      Design test a Java based on-line systems      �9
    h.      Work as part of a team to develop a component based system.
    i.      Use and critically evaluate Software Engineering tools      �9
    IMPORTANT INFORMATION
    You are required to submit your work within the bounds of the University Infringement of Assessment Regulations (see your Programme Guide). Plagiarism, paraphrasing and downloading large amounts of information from external sources, will not be tolerated and will be dealt with severely. Although you should make full use of any source material, which would normally be an occasional sentence and/or paragraph (referenced) followed by your own critical analysis/evaluation. You will receive no marks for work that is not your own.
    Where you are asked to submit an individual piece of work, the work must be entirely your own. The safety of your assessments is your responsibility. You must not permit another student access to your work.
    Where referencing is required, unless otherwise stated, the Harvard referencing system must be used (see your Programme Guide).
    Submission Date and Time      Before 4pm, Friday 1st September 2006
    Submission Location      LRC, Reg Vardy Centre, St Peters Campus
    Module COMM3C Java Network Programming
    Assignment 2 (Referred/Deferred) May 2006
    Java Media Framework
    Part 1 Research Topics
    The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to applications and applets built on Java technology. This optional package, which can capture, playback, stream, and transcode multiple media formats, extends the Java 2 Platform, Standard Edition (J2SE) for multimedia developers by providing a powerful toolkit to develop scalable, cross-platform technology.
    The aim of this assignment is to develop the skills required by a network systems developer so that they are able to incorporate standard Java components code into their own projects.
    Here is a link the JMF website
    http://java.sun.com/products/java-media/jmf/
    JMF documentation
    http://java.sun.com/products/java-media/jmf/reference/docs/index.html
    JMF code examples
    http://java.sun.com/products/java-media/jmf/reference/codesamples/index.html
    JMF Documentation
    http://java.sun.com/products/java-media/jmf/2.1.1/specdownload.html
    Download and read the JMF API Guide
    https://sdlc3a.sun.com/ECom/EComActionServlet;jsessionid=1BA18CD12B4C0D0DEC445DAAD5522248
    Research the topics given in Part 1 and answer the questions listed below.
    Describe the structure and mode of operation of the JMF in your own words.
    Describe in your answer Controller Event (ref p30 JMF API Guide)
    Describe in your answer Standard Controls (ref p20 JMF API Guide)
    Describe in your answer Presenting RTP Media Streams (ref p68 JMF API Guide)
    Describe in your answer Capturing Time Based Media (ref p77 JMF API Guide)
    Describe what is meant by a Media Processor and a Media Player. How do they differ?
    Part 2 SimplePlayerApplet.java
    Download the Java Applet, modify the source code and add it to a package within a Java Project. Recompile the Applet using JBuilder. Please refer to the following two links:
    Code examples
    http://java.sun.com/products/java-media/jmf/reference/codesamples/index.html
    SimplePlayerApplet.java
    http://java.sun.com/products/java-media/jmf/2.1.1/samples/samples/SimplePlayerApplet.java
    Download the JMF library and add it to the JBuilder IDE using the Project Properties function.
    Download the JMF library using this link
    http://java.sun.com/products/java-media/jmf/2.1.1/download.html
    Describe how you developed the applet SimplePlayerApplet.java
    Describe how you tested SimplePlayerApplet.java.
    Use the JB Builder/Designer tool to add two buttons to a Frame to start and stop the AppletPlayer.
    Upload the Applet online to your CET website.
    Set the access rights so that the Applet will run online via browser.
    Test the Applet using a browser.
    Provide screenshots to prove the Applet runs satisfactorily online.
    Here is a link to view the operation of the JMF Player
    http://osiris.sunderland.ac.uk/~cs0jti/NetSys/website/data-archive/COMM3C-JavaNP/JavaMediaFramework/SimplePlayerApplet/classes/
    To run the Applet click on SimplePlayerApplet.html
    To run this applet in your browser you must install the Java Runtime Environment and the JMF.
    http://java.sun.com/j2se/1.4.2/download.html
    To run the Applet it is also recommended that a codec pack is installed.
    Here is a link to freecodecs.com
    http://www.free-codecs.com/download/K_Lite_Codec_Pack.htm
    The following codec packs have been found to work satisfactorily with the JMG Applet.
    Install either the (i) K-Lite Code Pack or the (ii) XP Codec Pack
    Note - Do not install both codec packs at the same time.
    Video clips may be found at this URL
    http://osiris.sunderland.ac.uk/~cs0jti/NetSys/website/data-archive/COMM3C-JavaNP/JavaMediaFramework/
    Tests have shown that the following files are compatible with the JMF Player,
    1 - eng.avi
    2 - movie.mpeg
    3 - hvid.avi
    Note
    If any of the links given above are broken then students may find copies of this data stored at the following URL.
    http://cet-netres-srv.sunderland.ac.uk/website/Archive2006/JMF/SimpleAppletPlayer/
    Student Report Structure
         1. Write and submit an original report relating to the design of your Java application.
         2. Provide a printed report. Your mark will primarily be obtained from your printed report.
         3. The contents of the report must be completely original, this includes text, diagrams and any simple examples.
         4. Students are required to submit a disk with their JBuilder Java Projects.
         5. Students must put their disk in an envelope and attach it their report.
         6. If the disk is directly sellotaped to the report their project code will be allocated a mark of 0.
         7. The report submitted must not exceed the page count excluding the front sheet and index.
         8. Students should print on just one side of the paper.
         9. Staple your report at the top left hand corner.
         10. Do not use plastic folders or envelopes that must be taken apart and reassembled.
         11. Required font type Arial or Times Roman and size 12.
         12. To obtain high marks students must present work that has a high technical content with clear diagrams and a good standard of original English (your own work), that is not taken from standard textbooks, papers or websites.
         13. Students should provide good references and link them with the text and diagrams in the main body of their report. All text that is extracted and added from another source, such as the web, must be identified using bold italics. The total amount of text added that is not original must not exceed 5% of the total.
         14. Penalties will be incurred for the following
    No name on disk
    No name on report
    Disk Sellotaped to report
    Report in a plastic folder
    JB project is incomplete or will not compile.
    Moderated by MSc Moderation Panel May 2006
    Reference: jmf-2006-v4-modified.htm
    A copy of this assignment may be found online at URL
    http://osiris.sunderland.ac.uk/~cs0jti
    Name
    Frontpage 1 side of A4 Index 1 side of A4
    Part 1 Research into JMF 4 sides of A4 Marks 30
    Controller Event
    Standard Controls
    Presenting RTP Media Streams
    Capturing Time Based Media
    Player vs processor
    JMF Plug-ins
    Part 2 SimplePlayerApplet.java 3 sides of A4 Marks 60
    Link for application
    Description of development
    Start and Stop buttons
    Description of testing
    Online test � applet works
    Screenshots
    JB project loads
    JB code runs - 20 marks
    References 1 side of A4 Marks 10
    List of references
    Correct use of refs in main text
    2)

    Plagiarism, paraphrasing and downloading largeamounts of >information from external sources, will
    not be tolerated and will be >dealt with severely.
    You will receive no marks for work that is not yourown. Your work may >be subject to checks for
    originality which can include use of an >electronic
    plagiarism detection service.Hey, the OP didn't read the rest of the assignment so why should they read that part?

  • Process points cheat sheet

    Hi Folks,
    Is there a cheat sheet, overview page for all process points,
    including 'proces points' like authentication, vpd sections, authorization schemes,
    setting application items, etc etc ?
    I know much can be seen in the debug output, and using wwv_flow.debug calls, but
    perhaps someone already put it together in a sheet.
    Thanks in advance,
    Art

    Art,
    That is correct.
    As to the specific points:
    Application items are just like page items. Binding occurs at the point they are used (when SQL is parsed).
    The VPD block is executed very early in the show or accept request, right after APP_USER is ascertained.
    Authorization schemes are evaluated when the page/application components that use them are encountered. Then they are evaluated again only if their Evaluation Point is Once per Page View and the same component is accessed again in another page view.
    Scott

  • Building Cheat Sheets in Eclipse (and Workshop platform)

    Dev2Dev has just published:
    Building Cheat Sheets in Eclipse
    http://dev2dev.bea.com/pub/a/2006/06/service-bus-use-cases.html
    "Learn how to build and deploy cheat sheets for the Eclipse or BEA Workshop platform."
    Included is a great cheat sheet that shows how to build a cheat sheet. If you have your own cheat sheets, leave a comment on the article - perhaps we can get them into CodeShare too!
    Check it out. If you'd like to write for Dev2Dev, please contact me!
    Regards,
    Jon
    Jon Mountjoy - Editor, Dev2Dev - http://dev2dev.bea.com/pub/au/13

    Chandra,
    I am having the same problem with the same versions. I don't think I can move to a different AS to solve the problem.
    I've searched a number of other threads in and out of Oracle for solutions. There seem to be a lot of different solutions for similar problems, but nothing that really solves this one.
    If I find a solution, I'll post back here. I hope you will do the same or if some kind soul has solved it, she/he will post it.
    Curtis

  • Where can I find a cheat sheet for Premiere Pro on Windows 7?

    Where can I find a printable visual cheat sheet for Premiere Pro CS6? Like this one but for PC rather than Mac. I mean showing the shortcuts for each key not just a list.
    Thanks

    here is a list of keyboard shortcuts for mac: http://support.apple.com/kb/HT1343.  For FCP ones, you may want to post in that forum: https://discussions.apple.com/community/professional_applications/final_cut_pro_ x

  • Variable usage cheat sheet

    I would like to have a cheat sheet that explains how to reference the different types of variables in Apex.
    When and how do you use
    1. Substitution variables (&myvar)
    2. Bind variables (:myvar)
    3. Pound? variables (#MYVAR#)
    Could anyone please provide me with a clear guideline for this?
    Thanks!

    RTF?? Read The Fabulous Manual??
    Thank you,
    Tony Miller
    Webster, TX
    If vegetable oil is made of vegetables, what is baby oil made of?
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to find "My Mac Cheat Sheet", type on it, and print it

    How to find My Mac Cheat Sheet, then type on it, and have it print

    My Mac Cheatsheet.
    http://support.apple.com/en-us/HT201731
    Highlight the first line. Hold the shift key down. Click the last line. The selection will be highlighted.
    Click "Edit" in the Safari menu bar and select "Copy".
    Open the word processor or TextEdit. Click Edit in the word processor or TextEdit menu bar and then "Paste".
    Fill in the data and then File > Print.

  • Arch Linux cheat sheet [PDF and ODG]

    Hi, as far as I know, I already turn two Windows users to Arch, so I was thinking that would be nice to have a simple cheat sheet to help new users quickly.
    Somethings maybe wrong and thats why I'm asking for help and contributions. Many new things I wasn't aware (like the new "No xorg.conf" philosophy, the departure of hwd and many other new things), I've been using Arch for almost two and a half years, so I even haven't tried the new Installation Framework (hopefully tomorrow a friend will install Arch, so I will have a chance). Many other errors must be in the grammar, I'm pretty lousy at English as you can see.  And finally, maybe I just forgot something you may think that should be in the cheat sheet or something I put, but in the wrong way.
    Anyway, hope somebody find it useful or like to help, the link is: http://elzoona.com.ar/archcheatsheet
    P.S.: The PDF was made using OpenOffice Draw, but, after many years, I still can't use offimatic software, so If anybody knows a better option please tell me (if you download the ODG will see that indentation was done with four spaces...).

    Typos fixed.
    Xyne wrote:I like the overall idea but I worry that the pacman command section might encourage laziness. I think you should emphasize the importance of the pacman man page along with some others to make it clear that most information is readily available from the command line.
    Yeah, could it be. My attempt was to give a quick reference for common commands, to avoid reading all the man page when you only can't remeber wich one was the, i.e., --foreign switch. But encourage to read a lot more by giving the "pacman -[Q|R...] --help" section. The whole idea of the cheat sheet it's to remind a simple command you know that exists but can't remember the name or a specific switch. Anyhow, to include the "look for man pages, they still exists" could be an excellent idea (you know, this times when everything is a wiki or a search button away) because reading trough man pages provide a lot of knowledge.
    Xyne wrote:Perhaps an "important man pages" section would convey this. You could include pacman, pacman.conf and makepkg to start with.
    Damn, I knew it! I forgot to include a single reference to makepkg command.
    EDIT: Included a "useful man pages" at the end of some sections and 100% more advices for free! :-).
    Last edited by el_zoona (2009-06-13 13:08:25)

  • Including a "cheat sheet" in my iBook

    Hi,
    Just looking for some ideas on how I might achieve this.
    I would like to include a "cheat sheet" document in my iBook.
    I'm thinking a one-sheet document that would contain a summary of certain points, and that could be printed out by the reader for reference.
    Could I print directly from the iBook?  If so, how?
    Or could I send an embedded PDF document to an email address that the reader would enter?
    I know that Apple stuff is somewhat closed in terms of "disc access", so any ideas are appreciated.
    Cheers,
    Geoff

    Stock iBooks 2 navigation includes the ability to add highlights and notes, which includes the share icon in the top nav bar for printing/email. Try it on your device and see if that fits your needs.
    Books are not apps, so I'm not sure what you mean by 'somewhat closed' - if you need more that what a simple book offers, you can use iBAs feedback menu to let Apple know and/or look into making an app to expand features you wish your users to take advantage of, etc.

  • Newbie - cheat sheet

    Hi Guys!
    I am an Web Admin with windows background now need to work in Linux and OAS background. Need groudup help on Linux please, good links? Perhaps a cheat sheet would be great to start?
    Thanks

    Just to add Jer's post:
    Good place for start is (as always) documentation: http://tahiti.oracle.com
    Also here is some links that could be interesting for you:
    http://www.oracle.com/technology/pub/articles/calish_file_commands.html
    http://www.oracle.com/technology/pub/articles/calish_system.html
    http://www.oracle.com/technology/pub/articles/calish_archive.html
    Here is installation guide for OAS 10gR3 on Linux (RHEL, SuSE):
    http://www.oracle.com/technology/pub/articles/smiley-as10gr3-install.html

  • Java cheat sheet

    Hi all,
    I teach beginning Java and programming concepts at a local university. I am looking for a simple Java cheat sheet that shows basic design structure (comments, imports, class, psv main, etc.) in a template. I have an older one from Java 1.1 that I could modify, but I'm trying to save time. Can anyone help?

    You a teacher scordle?
    I would think to be a java teacher you would need a java certification.If I was going to take a class in java I would want my teacher to be java certified and have a cs degree.If they did not have this I would not even sign up for there class.How can you teach someone something that you your self don't even know?And the only true way to know if he/she has any type knowledge on the subject is to see some type of credentials. degrees,certification etc.Atleast be certified by the language you are teaching

  • Linux cheat sheet?

    On this URL: http://www.oracle.com/technology/products/ias/hi_av/index.html
    I tried accessing the Linux cheat sheet to no avail. The document is not available on Metalink.
    Where is it?
    --André.                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi there,
    The link is correct but somehow the page was not made public. This should be fixed during this week.
    Thanks

  • EBS cheat sheet

    Can someone point me to R12 and R11.5.10 Cheat-Sheet that shows EBS Modules, Acronyms, allignment with business process like Procure to Pay, etc.

    Hi,
    I do not think such a list exists (at least in an official Oracle document). Try to search Google and see if this document is available somewhere!
    Check the following links, it may be helpful.
    Oracle eBusiness Suite Product and Acronym Listing
    http://garethroberts.blogspot.com/2007/12/oracle-ebusiness-suite-product-and.html
    Supply Chain Management (SCM) :Techno-functional Guide
    http://www.oracleappshub.com/ebs-suite/technical/functional/supply-chain-management-scm-techno-functional-guide/
    Regards,
    Hussein

  • SX50 cheat sheet?

    Does anyone make the big poster size 'cheat sheet' for the SX50, like they have for the big Canons? 

    Yes there are a few on Amazon depending on what you meant by poster size. These are meant to fold up and fit into a camera bag and open up to about 8X11 and are laminated.
    Do a google search for exactly what you said SX50HS cheat sheet.

  • Oracle Cheat Sheet

    I made this Oracle cheat sheet as I see so many questions about starting and stoping Oracle:
    Oracle URL Links
    Oracle Enterprise Manager: http://host.domain:5500/em/
    Oracle IsqlPlus Manager: http://host.domain:5560/isqlplus
    Oracle IsqlPlus Manager DBA : http://host.domain:5560/isqlplus/dba
    Oracle UltraSearch : http://host.domain:5620/ultrasearch
    Oracle UltraSearch Admin : http://host.domain:5620/ultrasearch/admin
    Oracle HTMLDB : http://host.domain:7777/pls/htmldb/htmldb
    Oracle Apache : http://host.domain:7777
    Stopping/Starting Oracle Database
    Enter the following commands to shut down the instance:
    1.     $ sqlplus /nolog
    2.     SQL> CONNECT SYS/sys_password as SYSDBA
    3.     SQL> SHUTDOWN NORMAL
    1.     Enter the following commands to start the instance:
    2.     $ sqlplus /nolog
    3.     SQL> CONNECT SYS/sys_password as SYSDBA
    4.     SQL> STARTUP
    Stopping/Starting Oracle Net Listener
    1.     Enter the following command to stop the Oracle Net listener:
    $ $ORACLE_HOME/bin/lsnrctl stop listenername
    1.     Enter the following command to start the Oracle Net listener:
         $ $ORACLE_HOME/bin/lsnrctl start [listenername]
    Stopping/Starting iSQL*Plus
    1.     Enter the following command to stop iSQL*Plus:
    $ $ORACLE_HOME/bin/isqlplusctl stop
    1.     Enter the following command to start iSQL*Plus:
    $ $ORACLE_HOME/bin/isqlplusctl start
    Stopping/Starting Oracle Ultra Search
    1.     Enter the following command to stop Oracle Ultra Search:
         $ $ORACLE_HOME/bin/searchctl stop
    1.     Enter the following command to start Oracle Ultra Search:
         $ $ORACLE_HOME/bin/searchctl start
    Stopping/Staring Enterprise (EM) Database Control
    1.     Enter the following command to stop the Database Control:
         $ $ORACLE_HOME/bin/emctl stop dbconsole
    1.     Enter the following command to start the Database Control:
    $ $ORACLE_HOME/bin/emctl start dbconsole
    Stopping/Starting Oracle Management Agent
    1.     Enter the following command to stop Oracle Management Agent:
         $ $ORACLE_HOME/agent/bin/emctl stop agent
    1.     Enter the following command to start Oracle Management Agent:
         $ $ORACLE_HOME/agent/bin/emctl start agent

    This is a really good list.
    A couple things, I have on my cheat sheet are the following:
    LSNRCTL STATUS listenername
    EMCTL STATUS DBCONSOLE
    And information about how to set the Oracle environment, so that the commands work. We have the environment settings in script files.

Maybe you are looking for

  • Modification of PO approval process

    Hi , We need to add the requisition inforamtion like Requision number and Req approved person name to PO approval Notification. But i could not find the extract Notification which is sending the Notification mail to Approver. Does any one advice me o

  • Paperfree Billing

    hi, I have just spoke to BT as my new bill has no discount for paperfree billing and Bt customer service have just informed me that online paperfree billing discount is no longer available,Was anyone else aware of this? Solved! Go to Solution.

  • Files with the designation ATT000

    My email recipients with PC's often complain about finding attachments in my messages with the designation ATT000 - which they are unable to open. To them, it looks like an image file but I suspect it may have something to do with my text. Could some

  • ISight Camera Video Problem

    I record a video in PhotoBooth and lets say the video was 4 minutes long. When I stop the video, and go to watch it. It had only recorded a portion of the video. LIke the first 30 seconds or first minute of the video. How can I fix this? Jenny

  • How to add a holiday calender from MacOSX to iCloud?

    I have tried to add holiday calendar to iCal on Mac to get it to show up on iCal iCloud. Can't seem to get iCal iCloud to show the calendar. Any ideas?