After android installs an application from the Marketplace, does it keep the .apk file?
Is there a standard location where Android would keep such files?
Hi,
I am mainly a windows programmer and need to ask this to Mac experts.
Is there a way to set "Keep in Dock" setting while installing AIR app in Mac?
So that when user does a quit from the dock menu the app remains there, unless user does a "Remove from dock" manually, instead of the default where user has to do a "Keep in Dock" manually.
I'm not a native speaker and always thought that the last "S" in KISS is a "salutation", like calling me that way if I don't keep things simple. But Wikipedia states that KISS stands for "Keep It Simple and Stupid".
Which is "correct" or at least makes sense to you?
And yes, this is a stupid question :)
Is there a way to keep the order when using SELECT WHERE IN()? For example, using the following query:
SELECT id FROM data_table WHERE id IN(56,55,54,1,7);
The results will come back using the default order by id. 1,7,54,55,56
When I want to keep the order used in the IN: 56,55,54,1,7
Is there a quick way to do this in mySQL or will I be forced to order it after in code.
Thanks :)
how to keep the document status as Checked out when it is uplaoding to sharepoint site?
Means , I want that , when i will insert any document to specific document library of sharepoint site , then how shold i can keep its status as Checked out rather than checked by default
Some CSS reset has this snippet but i think this is not supported by below IE8 then what is the benefit to use this keep this in css reset.
and even if we keep then what about IE?
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
Is there a web app that is:
Free
Behaves like Mint
But allows me to keep track of money I loan or owe other people?
I should be able to setup an "account" for each person that I loan out to, and be able to "check off" when the person returns me the money, etc.
I should also be able to add notes to each transaction to help me remember what it was for.
Would be even nicer if I can add transactions via text messaging, email, etc.
I'm giving some of our customers the ability to manage their sites via IIS Feature Delegation and IIS Manager for Remote Administration.
One feature I'm unsure about permitting access to is Failed Request Tracing for the following reasons:
Customers will forget to turn it off
The server will be taking a performance hit (especially if 500 sites all have it turned on)
The server will become littered with old FRT's
The potential to leak sensitive information about how the server is configured thus providing useful information to would-be intruders.
Should we just keep this as a troubleshooting tool for our own admins?
Hi,
If I am not mistaken, SQL server cannot be automatically updated via the regular windows backup routine. Instead, there are cummulative updates that need to be installed by hand. I assume this is done for security and stability reasons.
Is this correct? If so, how can I keep track of new updates without regularly reading SQL server related blogs? Is there any low-volume newsletter I can subscribe (ideally only announcing critical updates)?
I'm trying to run the SharePoint 'stsadm' command using 'runas /user:spsetup "stsadm args...". The user authenticates, and the program runs, but it runs in a new console window which closes immediately upon termination of the 'stsadm' program. What can I do to keep it open?
I'm creating a large sheet in Excel with several categories on the first three columns.
But since I have so many columns I can no longer see those first three columns when filling in new ones.
So how can I keep several columns always visible while scrolling in Excel?
Note: this is for Excel 2007 or higher
Hi,
If I am not mistaken, SQL server cannot be automatically updated via the regular windows backup routine. Instead, there are cummulative updates that need to be installed by hand. I assume this is done for security and stability reasons.
Is this correct? If so, how can I keep track of new updates without regularly reading SQL server related blogs? Is there any low-volume newsletter I can subscribe (ideally only announcing critical updates)?
I am running CentOS 5.4 with SpamAssassin installed via yum. However the version yum installed was SpamAssassin version 3.2.5 and I am finding that this version has many outdated rules -- including a rule FH_DATE_PAST_20XX which marks all email from the year 2010 and forward as spam. Not good. yum says SpamAssassin is up to date -- what can I do to make yum keep SpamAssassin really up to date?
I'd like to hide the taskbar entry to maximize effective space since the app has a systray icon, i dont need the taskbar entry. The app doesnt allow you to only have a systray instead of both.
How can I hide a taskbar entry but keep the window form?
Thanks,
Dennis
How do you keep track of all your passwords?
Personally I host a personal copy of clipperz, I used keepass and passpack in the past.
What password manager would you recommend, what features does it have that make it awesome?
Now at 70+ "answers" it's a pretty good bet that your favourite program is already mentioned. Upvote that if that's the case.
If you can't yet upvote, come back when you've gained enough reputation instead of posting a duplicate answer.
I have Empathy set to run whenever I log in to Ubuntu. As soon as Empathy connects to freenode, I get these messages:
This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify .
You are now identified for [my name].
This is pretty annoying, since Empathy handles identification for me anyway. Is there any way to keep this from happening?
I am streaming an internet radio station through vlc. When its playing in the player, the title bar shows the song title and artist. When going full screen, it shows the song title/artist for a brief moment in white at the bottom of the screen. But, that quickly disappears. It does not come back up when the song changes. Is there a way to keep the stream info on screen while in full screen visualization mode in vlc?
I have iGoogle as my home page. Every time that I start up Firefox with the intent to go to a specific page, I end up typing half the URL in the Google search box when iGoogle steals focus away from the URL bar. Is there any way to hack Firefox (or iGoogle) to keep the page from stealing my cursor on load? Thanks!
I established a remote session in a MacOSX (10.6.8) from my PC (Windows7) using VNC.
I initiated terminal and it is currently executing a task that will take probably 1 day before completing. Should I expect that even if I disconnect the VNC session, Terminal will keep running after I disconnect? I assume so since I used VNC just to remotely start the process but want to double check. Can anybody tell me if I am wrong?
I keep seeing this "..reading.." process in my Apache Server Status, does anyone know what this is from?
It seems when the server performance is degrading, I see a few of these, I would love to know what they mean and how (if possible) to prevent it.
The servers (3 web servers) are running RHEL and are hosting a PHP/MySQL application.
As per questions like this, cloning a VM in VirtualBox is possible, if not all that streightforward. However, everything I've seen indicates that before a VM is cloned, all the snapshots need to be folded back into a single disk image.
But, what if I don't want to? Suppose I want to keep my stack of snapshots on the original, and then clone that VM such that the clone also had the same stack of snapshots available? Is that possible?
Question - What is a good best practice approach for how can I save/keep-in-sync an jn-memory graph of objects with the database?
Background:
That is say I have the classes Node and Relationship, and the application is building up a graph of related objects using these classes. There might be 1000 nodes with various relationships between them. The application needs to query the structure hence an in-memory approach is good for performance no doubt (e.g. traverse the graph from Node X to find the root parents)
The graph does need to be persisted however into a database with tables NODES and RELATIONSHIPS.
Therefore what is a good best practice approach for how can I save/keep-in-sync an jn-memory graph of objects with the database?
Ideal requirements would include:
build up changes in-memory and then 'save' afterwards (mandatory)
when saving, apply updates to database in correct order to avoid hitting any database constraints (mandatory)
keep persistence mechanism separate from model, for ease in changing persistence layer if needed, e.g. don't just wrap an ADO.net DataRow in the Node and Relationship classes (desirable)
mechanism for doing optimistic locking (desirable)
Or is the overhead of all this for a smallish application just not worth it and I should just hit the database each time for everything? (assuming the response times were acceptable) [would still like to avoid if not too much extra overhead to remain somewhat scalable re performance]
For the Lenovo e431, how do you keep the function key locked. Right now, the default is when you press F1-F12, he multimedia controls are active. To get to the standard F1-F12, you have to hold down Fn+the function key. This used to available in bios, but for this laptop model, it no longer is available. You can press Fn+esc, and it locks it for that session, but when the computer reboots, this is reset back to the default. Is there a way so that the default is not the multimedia function keys, but just the standard, legacy function keys? Thanks.
I handle much of the IT for a company of around 100 people, spread across about five sites worldwide. We're using Active Directory for authentication, mostly served to Linux (CentOS 5) systems via LDAP.
We've been suffering through a spate of events where the IP tunnel between the two major sites goes down and the secondary domain controller at one site can't contact the primary domain controller at the other. It seems that the secondary domain controller starts denying user authentication within minutes of losing connectivity to the primary.
How do we make the secondary domain controller more resilient to downtime? Is there a way for it to cache the entire directory and/or at least keep enough information locally to survive a multi-hour disconnection?
(We're all in a single organizational unit if that makes any difference.)
(The servers here are Windows Server 2003; don't assume that we set this up correctly. I'm a software engineer, not an IT specialist.)
I just started hosting files for a website on my server, and I'm not sure where is an appropriate place to keep them.
At the moment, I have them in /var/www/name.of.virtualhost.site/www/.
That's obviously not secure because anything below the final public /www/ folder is also available since the /var/www/ contents are already being served up. For example, /var/www/name.of.virtualhost.site/docs/site_policies.txt is accessible via something like
defaultsite.com/name.of.virtualhost.site/docs/site_policies.txt.
So where is a good place to store the files that make up a website?
(when it's a site that only I'm developing, I can obviously just stick them in /home/my_username/sites/name.of.virtualhost.site/, but that doesn't work well when I want other developers to be working on the site's files as well)
I'm running a LAMP stack, not that I expect it to matter.