Best way to permanently change permissions on stuff in /sys?

I know this is generally considered a terrible idea... Nonetheless, is there a "correct" way to do it?
I'm aware I could put something like
chown root:power /sys/power/state
chmod g+rw /sys/power/state
in rc.local, but that seems terribly crude. Even for doing something that's... Well, crude.

I think they need a visual in the layout - not just Story Mode.
There's this script here
http://www.kerntiff.co.uk/free-stuff/editmarksviewer
http://www.kerntiff.co.uk/products-4-indesign/editmarks
http://www.kerntiff.co.uk/products-4-indesign/editmarks/editmarks-navigator

Similar Messages

  • Any way to permanently change the source?

    Got an eMac and an Intel-based Mac mini, both running 10.5 with all current updates. The mini contains my iTunes-managed movie library. I can use Front Row on the eMac to access the mini's movie library, but I need to change its source from the local iTunes library (which is empty on the eMac) to the mini. Not a problem, but it's annoying to have to do this all the time.
    Is there any way to permanently change the source on the eMac so that it always points to the mini?

    Anyone? Anyone?

  • Best way to track changes

    I have a table that has some project info in it. what is the best way to track when changes are made ?
    Here is an example.
    create table testing1 (
    projectid varchar2(50),
    value1 varchar2(50),
    value_date date
    insert into testing1 (projectid,value1)values ('1a2a3','12345');
    insert into testing1 (projectid,value1)values ('1a2a4','12645');
    insert into testing1 (projectid,value1)values ('1a2a5','17345');
    --select * from testing1every day this table is dropped and recreated via a stored procedure I have running.
    I would like to create a new table and procedure that does the below.
    If there is a change in value1 i would like a new insert to be done with the projectid, the new value1, and the sysdate in the date column. if there is no change, there is no insert.
    any help is appreciated.
    im not looking for someone to write everything for me (although that would be amazing), just looking for some ideas on the best way to do it.thanks again.

    Jay wrote:
    I have a table that has some project info in it. what is the best way to track when changes are made ?
    Here is an example.
    create table testing1 (
    projectid varchar2(50),
    value1 varchar2(50),
    value_date date
    insert into testing1 (projectid,value1)values ('1a2a3','12345');
    insert into testing1 (projectid,value1)values ('1a2a4','12645');
    insert into testing1 (projectid,value1)values ('1a2a5','17345');
    --select * from testing1every day this table is dropped and recreated via a stored procedure I have running.
    I would like to create a new table and procedure that does the below.
    If there is a change in value1 post SQL & results that properly identify when above is true.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Best way to push change data from sql server to windows/web application

    i apologized that i do not know should i ask this question in this forum or not.
    i have win apps which will load all data initially from db and display through grid but from the next time when any data will change in db or any data will be inserted newly in db then only change or newly inserted data need to be pushed from db side to
    my win apps. now only sql dependency class is coming to my mind but there is a problem regarding sql dependency class that it notify client but do not say which data is updated or inserted.
    so i am looking for best guidance and easy way to achieve my task. what will be the best way to push data from sql server to win or web client.
    there is two issue
    1) how to determine data change or data insert. i guess that can be handle by trigger
    2) next tough part is how very easily push those data from sql server end to win apps end.
    so looking for expert guide. thanks

    Hello,
    Yes, you can create DML trigger on INSERT and UPDATE to get the changed data into a temp table. And then query the temp table from application.
    If you are use SQL Server 2008 or later version, you can also try to use
    Change data capture, which
    can track insert, update, and delete activity that is applied to a SQL Server table and store the changed values on the Change Table.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Best way to capture changes on VBPA table.

    Hi:
    Which is the best way to have an extractor based on VBPA table, but including the "changed on" date to have the appropiate delta in BI?

    Hi,
    When you check :SE11 is that VBPA is a child table to VBUK and VBUK is having Last Changed date.
    May be you can create a view between these 2 tables by selecting all the columns from VBPA and Last Changed date from VBUK.Here my assumption is that there should be a transaction which updates both table together and whenever any field is getting changed in the VBPA the Last Changed Date in VBUK is also getting updated.
    If the above is true and tested based on the view you can achieve the delta.
    Hope this helps,
    Regards
    CSM Reddy

  • Best Way to Set Change Bars on Right Margin

    I'm an InDesign newbie and need to set change bars on the right margin. I have a two-part question.
    First: from looking around at relevant blogs/tutorials that I've found, I've come to the conclusion that my best approach is to:
    1. Creat an (rectangle) object
    2. Draw a line with the desired change bar properties
    3. Cut and paste the line into the object
    4. Cut the object
    5. Use Object > Anchored Object > Insert to set the size and location of the object
         5a. X = aligned to page margin at negative width of containing frame (e.g., -45p0)
         5b. Y = alingned at baseline
    Does this sound right? Are there alternative/better ways?
    Second: I need a way to automate the above so that it can be applied to many instances of change. I have character style that marks every change which comes into InDesign from InCopy. From what I've seen, it doesn't look like it will be too hard to write a (javascript) script that does the above for every occurrence of the character style, thus automatically inserting my change bar/anchored object in every location where it's needed.
    Does this sound right? Any suggestions or references to existing scripts that do something like this?
    Thanks

    I think they need a visual in the layout - not just Story Mode.
    There's this script here
    http://www.kerntiff.co.uk/free-stuff/editmarksviewer
    http://www.kerntiff.co.uk/products-4-indesign/editmarks
    http://www.kerntiff.co.uk/products-4-indesign/editmarks/editmarks-navigator

  • What is the best way to get/change data in R/3 from external interface?

    Hi SAP gurus,
    I have a problem to know what is the best technology to access and maintenance all SAP functionality and data too in R/3 systems.
    Anyone know if connectors (.NET or JCO) are the only solution to manipulate all SAP system data or exist other way?
    One thing more, what is the best connector, with more functionality?
    E.g. The screen painter was made in C++ and is executed by user event in R/3 system, so would like to know if it's exist any way to do the same but replace the screen painter to another custom application?
    Regards

    Hello Vitor
    Not all functions and data are externally accessible. Only those business objects (e.g. like sales order, customer, material) for which BAPIs are available (transaction BAPI ) can be accessed via RFC.
    Regards,
        Uwe

  • Is there a way to permanently change the default video player to VLC?

    I installed the QuickTime update and now all my AVIs won't play with sound. Downloaded VLC and they will play with sound. I went to 'Get Info' on an avi and changed 'open with' to VLC and selected 'change all'. They will open and play with VLC until I re-boot, then everything changes back to QuickTime. Right now I just hate Quicktime and don't want to use it. How can I change the default video player to VLC without Quicktime changing it back when I reboot?

    How can I change the default video player to VLC without Quicktime changing it back when I reboot?
    Sounds like you changed it properly. The question now becomes, "Why isn't the change being saved?" Have you tried repairing your disk permissions? As to the original problem, it could be that the QT upgrade has rearranged the order of your stored codec components table called by QT. While this table is rebuilt each time the QT Player is opened, the table seems to be ordered from latest component installments to oldest. So there is the possibility that two (or more) components are allocated for playback of you AVI files and the wrong one now has priority. If you can find it (e.g., possibly Perian), you could simply remove it from the QT components folder and then replace it to again change the "build" order for the table. (Basically, you would need to run a component conflict test strategy here.)

  • Best way to see changes done to jsps/servlets/ejb/xmls in EAR

    I am using iPlanet app server with iPlanet web server. Everytime i make any change jsp/servlet/ejb i have to redeploy whole ear application again. This takes a long time. Even when i use the "iasdeploy redployapp " command to deploy, it takes same amount of time as it takes for the orignal deployment.
    So Is there any way to decrease the amount of the time it needs for me to re-deploy the applications when slight changes are made to application. I would really be thankful to anybody who can help me.

    Hi,
    I am facing this problem with a simple EAR file also. It does not contain any EJBs.
    It has just JSPs, XML, and JAVA Classes.
    The file size is about 481Kb.
    Earlier this used to get deployed using the "iasdeploy" command within 1 minute.
    Now it is taking more than 5 minutes to deploy the EAR file.
    I am using the following command :
    iasdeploy deployapp -verbose XYZ.ear
    The same holds true for the "iasdeploy removeapp -verbose XYZ.ear" also.
    Please help.
    Thanks,
    Samar

  • Sales document: best way to validate changes.

    Hi Gurus.
    These are the steps of the process:
    Sales Document data will be exported to an external platform and in the platform changes will be done to this data- such as material, quantity, etc.
    Once the changes are done on the external platform, the data is sent back to the ERP with the goal of updating the Sales Document with the changes made in step 1.
    BUT, before being able to update the Sales Document, I need to make sure that there were no changes (modifications) made to the document as step 1 took place. In other words, make sure that nobody else changed the Document as I was modifying it in the external platform.
    I can think of two possibilities:
    Consult tables CDHDR and CDPOS to see if there are entries with date and time that indicate changes as I was modifying the data in the external platform, or
    At the moment of exporting from ERP to the external platform (step 1), save in a custom table (Z table) an "image" or "picture" of the document so I can make comparisons between the document at the moment of exporting and the document at the moment of updating, see if there are differences and if not, then update it.
    I hope I was able to explain myself.
    Please let me know what do you think and also if there is another solution for this. I would really appreciate it.
    Thanks!
    Best regards.

    Hi Guillermo,
    I do believe you are correct with your options.
    Thinking of helping you with this point, I believe a third option would be instead of extracting the data, create an RFC to capture data in real time, using up the lock in the sales document and following this external system already make the change data again.
    I hope it helped you.
    Best Regards,
    Rafael Sá

  • Is there a way to permanently change the input language in the login screen?

    Whenever I start my iMac with Mavericks, after the boot is complete and the login window appears, I have the change the language in the top right corner from US to DE, else I can't type in my password. Mavericks does not remember this setting, next time after startup I have to do it again. The original owner of this Mac was using US as input language, so I guess that's where it's coming from. This extra step of changign language only takes a few seconds, but many times I forget it and try to enter my password but it will not work. There must be a console command or somethign that can fix this? Thank you!

    I managed to find the solution myself. If anyone is interested, just follow those steps here:
    http://apple.stackexchange.com/questions/44913/make-a-custom-keyboard-layout-the -system-default-even-for-the-login-screen
    (terminal skills required tho)

  • Getting the X-FI Fatality - best way to connect to DVD/surround 5.1 sys

    So basically i have a pioneer dvd player with 5. surround sound. all speakers connect to the sub, then theres that biggish cable goin from sub to dvd player. At the mo to connect pc to dvd system i use a 3.5mm jack in pc and on other end left right plugs goin in to aux ports in dvd and that gives me 2 channels on surround system. Sadly the dvd doesnt have any optical ports, what other ways are there of getting 5. from pc to dvd system. i looked into av recievers, is that my only option or can i do it with cables.
    any help would be great

    I'm not sure what you mean by a 'biggish cable', but there's usually a coax output on DVD players. If you've got one of these, then it should be connected to the SPDIF input on the X-Fi dri'vebay. You usually need to specify that you want to use the coax output in the DVD setup. This will pass encoded DD/DTS data to the soundcard, which will then decode it.

  • What is the best way to move multiple formats of songs/photos/podcasts to a new computer?

    For most of my life, I have used my family's home Windows desktop to establish my iTunes account with my iPod Classic (5th gen). On this computer I have:
    iTunes store purchases
    CD imports
    Other MP3 files
    Podcasts
    Photos downloaded from online
    Now I am in college in another city, and I won't be able to come home much, so I'm setting up iTunes on my laptop as my new "home base", as it were. I've already authorized it under the same account that I use on my desktop. What is the best way to move all of this stuff from my old computer to my new one? I'm thinking an external hard drive is the best decision, but I want the input of the Apple community. You guys are much more knowledgable than I am! Thanks!

    Hey Alayna,
    Welcome to Apple Support Communities, and thanks for the question! I'm not really in a position to recommend a "best" option, as there are several different ways to go. You can read over your options in the following document and decide which one works best for you:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Have a good one,
    David

  • Best way to handle XML data

    I was hoping someone could tell me if I'm doing something stupid or a much harder way then needed.
    I have some data that is stored in an xml file. Probably 150 items (will stay around this number) with less then a dozen attributes per item.
    The name of each of these will be loaded into a list on a jsp. When clicking on an item the details will be displayed on the page below it.
    Right now my plan is to:
    !. read the file in on application startup and store the items in a collection of beans in the session, or maybe at application scope.
    2. Then in the jsp use AJAX and pass the items ID to a servlet.
    3. The servlet pulls the collection out of session or application scope and find the correct item and sends it back as xml.
    4. Then either parse the xml or use JSON to convert it to an object.
    5. Populate the fields on the jsp.
    I'm just worried that I'm doing something incredibly inefficient or stupid.
    With only 150 items would I be better served just loading all the items into a multi dimensional javascript array on loading the page and just get rid of AJAX all together?

    Comments are shown below preceeded by *******:
    I was hoping someone could tell me if I'm doing something stupid or a much harder way then needed.
    **** Yes, I think its much harder than it needs to be.
    I have some data that is stored in an xml file. Probably 150 items (will stay around this number) with less then a dozen attributes per item.
    ****** Normally, such data is stored in a database table (no xml involved). However, you can store them in a file if you want.
    ****** If you store it in a file, I suggest not using xml. Its an advanced topic. I suggest using a tab delimited file (you can use a text editor to create it).
    The name of each of these will be loaded into a list on a jsp. When clicking on an item the details will be displayed on the page below it.
    ***** ok, so far
    Right now my plan is to:
    !. read the file in on application startup and store the items in a collection of beans in the session, or maybe at application scope.
    ****** Your options are:
    ***** request scope: need to read the file each time the user needs the data. Not efficient.
    ****** session scope: data lasts as long as user is logged on. Good idea.
    ****** application scope: data lasts after the user logs off. Bad idea. takes up memory permidently. Must remove it from application scope when last user logs off.
    ****** Store it in a database: best idea, but takes time to learn.
    2. Then in the jsp use AJAX and pass the items ID to a servlet.
    ****** Dont use AJAX, its an advanced topic. Learn JSP and XHTML first.
    3. The servlet pulls the collection out of session or application scope and find the correct item and sends it back as xml.
    ****** send it back via request.setAttribute() and read it on the JSP via <useBean>. xml is not the way to go.
    4. Then either parse the xml or use JSON to convert it to an object.
    ****** dont use xml.
    5. Populate the fields on the jsp.
    ***** Yes. Note JSP should not contain business logic. Business logic should be done in a servlet. The servlet should put data in request scope
    for the JSP to populate itself. The data objects put in request scope should contain just data, no business logic functionality.
    I'm just worried that I'm doing something incredibly inefficient or stupid.
    ***** Best way to learn is to try stuff out and make your next project better than the previous.
    With only 150 items would I be better served just loading all the items into a multi dimensional javascript array on loading the page and just get rid of AJAX all together?
    ******** Javascript is an advanced topic. Its main purpose on the JSP is to handle simple onclick events from html tags and to do some basic client side validation.
    ***** I believe a book on JSP would be very helpful.

  • Permanently changing volume for video files to iPod

    I've got a bunch of old-time musical shorts from the 30's which I've saved in .mp4 format so I can also view them on my iPod. However, many of these files are of low volume, and all of them vary greatly from each other. This is getting a bit annoying.
    Is there some way of permanently changing, and standardizing the volume of these files before I transfer them to my iPod?
    Thanks,
    Jim

    There is no way to change them automatically, but you can change the volume level for each video manually.
    Select the video in iTunes and open the "Get Info" window (command + I or file -> Get Info). Select the options tab and use the volume adjustment slider to correct the volume. Then tap the "OK" button.
    This is a trial and error procedure, but if you have enough patience, you'll get things more to your liking.

Maybe you are looking for

  • Unable to delete a request from a Cube which is loaded by Open hub to flat

    Hi, We have one Cube from which we are transferring data to a flat file by open hub. the DTP for the OPEN HUB is delta DTP. Now when i am trying to delete a request from Cube its not allowing me. Its giving error as request is already updated to the

  • Youtube stopped working in Safari on both my iPad and iPhone?

    I've been trying to watch videos in Safari on both my iPad and iPhone and I can't seem to load anything. The error message: "the video is currently unavailable" always comes up. What should I do?

  • Regarding re-installation of operating system vista to my laptop

    i want to re install windows vista but the drive in which i want to install not having enough space. and one more major problem i have i. e.,  i need  lenovo 3000 G400/G410 Drivers v1.1 vs. please solve my problem as soon as possible. It's urgent bec

  • Regarding enhancement in MIGO

    Hi: Is there anyone who has done modifications on MIGO transaction using MB_MIGO_BADI. I need to attach an extra tab with some extra fields. Please give me the complete detail. Points will be rewarded

  • Global Change to keycodes

    Is there a way of changing the activation of a button from space bar to return for all buttons in an application across all classes. Is there a way of doing the same to alllow selection of a row in a table by pressing the left mouse button. Thanks in