When inserting a text box using the developer tab in Word 2007, by default the inserted text box says "Click here to enter text".
How can I change this to something different?
Thanks.
I created a gmail account ages ago whilst living in the UK where google has trademark problem with gmail (similar to budweiser v budvar dispute)
Now I no longer live in the uk, how can I change the address from being
[email protected]
to simply
[email protected]
I've changed the 'reply address' to be gmail, and it works fine, but it's still annoying.
How can I change the value of, let's say, PasswordAuthentication in /etc/ssh/sshd_config in commands?
As well, remove a # in front of the "key" I wish to value. These don't all have to be in one command. I setup quite a few servers, and remembering where everything is gets exhausting, so I want to get a series of commands I can copy paste and it does the work for me for future reference.
Sample values:
PermitRootLogin no
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
UseDNS no
We are moving our websites to a new server, and in the process, have found that our current version of cPanel 11.24 doesn't have a maximum number of characters for a MySQL Database Username, like cPanel 11.25 does (it's set to 7). However, we have MySQL users whose names are longer than 7 characters.
1) Will something disastrous happen if we upgrade cPanel on our current server?
2) How can I change this setting in the new version of cPanel / WHM?
How do I change the font used by numbers, or numerics, in a Word 2007 document?
For the rest of the document, they would be using another font for the letters and such, but I would like the numbers to be in a different font altogether.
If this is possible, how do I set it?
Just like every file also directories have file id.
You can see them by typing
ls -i
How do I view file content by its id?
How do I change directory attribute to file (remove D) and vice versa!
How can I change fedora 12 hostname using gui tools (network connections) only, without editing config files?
All I can see right now if I select "Manual" in IPv4 settings is "DNS servers" or DHCP client ID, neither of which sounds like "domain/hostname" combination.
Tips?
How can I change fedora 12 hostname using gui tools (network connections) only, without editing config files?
All I can see right now if I select "Manual" in IPv4 settings is "DNS servers" or DHCP client ID, neither of which sounds like "domain/hostname" combination.
Tips?
I've installed a CMS on a shared host running Apache, now when I was deleting the root directory with FTP, some folders left with a "Permission denied" error and I can't change their attributes.
the best explanation I've got is that the CMS installer has placed the files and has assigned its ownership to the Apache server instead of my user name. (i don't know it can be done)
Ijust haven't use the uninstaller because I've lost my admin password - -"
so how to delete those folders ?
Hello,
I am using wpf and its C sharp!
I have this in my Animal.cs clas
private string _animalName;
public string AnimalName
{
get { return _animalName; }
set
{
if(_animalName!= value)
{
_animalName= value;
this.NotifyPropertyChanged("AnimalName");
}
}
}
I could also write:
public string AnimalName {get;set;}
There is no difference in binding and validation. Everythings works as before when I exchange the code.
Is this due to the fact that I only create new animals but I do not allow to update the animals name in my application ?
So I need to call the propertyChanged("AnimalName"); only when I want to change its property value?
I am a c# beginner ;)
I understand in IIS 7.5, the default Application Pool identity is ApplicationPoolIdentity and on accessing the Web site, it creates a temporary folder under C:\inetpub\temp\appPools with the Web site related configuration.
My question is: Is it possible to change the default folder location i.e. C:\inetpub\temp\appPools for ApplicationPoolIdentity?
We have quite a few Windows based servers and I'm attempting to figure out either A. How I can change all of their DNS settings automatically (they all have local static IPs) or, failing that, B. at least query what their DNS settings are and sort by those that're using our old DNS servers.
We have both SCCM and SCOM if that helps in the situation.
Hello everybody,
In my SBS 08 (AD, exchange), is it possible to change the name, email address of a user because he is leaving and I'd like to transfer all the account and credential to the new employee that is replacing him.
Lot's of thing are set up for this user and it would save me lots of time if I can transfer an account like this.
Thanks for your help !
When I use tab completion in Powershell to complete a relative path Powershell converts it into an absolute one. While the absolute paths work it's getting kind of annoying (making my commands really long and making me reshift my focus when I autocomplete). Is there any way to change it to keep the relative paths when tab completing?
Is there a way to change expose settings for a specific space?
reason:
sometimes I run windows in another space full screen. I don't like things happening when I put my cursor in the corner. Especially if I'm playing a game.
I was thinking I could find a hotkey utility to turn off expose, but I'd rather it be automatic.
Whe right clicking in windows that have popup menus you can hold mouse button, wait until popup appears and release above the desired item to click it. This is different from Windows that have popup appear only on mouse release. And it leads to accident menu item clicking sometimes. Looks like the issue is there: https://bugs.launchpad.net/ubuntu/+bug/320259, https://bugzilla.gnome.org/show_bug.cgi?id=575071.
Is there's any way to change popup appearance time at least?
Hi all,
I have a linux (Slackware) machine and the time/date is like, June 23rd 2003, 10:00am (It's 11 here) and I am not able to set the time to have it correct.
I change the timezome to Montreal but the time is still wrong.
Is there a way to force it to sync with my domain controler or even another online NTP server?
Thanks,
David.
I started to use Munin for monitoring, but I want to change colors of the graph, which are drawn by it's 'loggrep' plugin.
Is there any way to specify colors in the config file?
How can I arbitrarily change the title of a Terminal window in Mac OS X? I have seen this question and this magicwrap thing, but think it's just a simple Mac OS X command.
Hi,
I am using Word 2010 and some built-in features with fields, such as bibliography.
My Word installation is English and I am writing a report in US English. However, my computer has its locale set to Denmark. This affects the formatting of dates and some of the text in the auto-generated fields (e.g. in bibliography it says "citeret:" instead of "cited:").
How can I change the language of the fields to US English?
Thanks,
Martin
I want to change the syncing computer of my iPhone from my dead old PC to my Mac.
Is there anyway to do this and still preserve my contacts, photos, etc?
I have my iTunes folder from my PC backed up already if that helps...
Thanks in advance
I was recently faced with a prompt for a programming algorithm that I had no idea what to do for. I've never really written an algorithm before, so I'm kind of a newb at this.
The problem said to write a program to determine all of the possible coin combinations for a cashier to give back as change based on coin values and number of coins. For example, there could be a currency with 4 coins: a 2 cent, 6 cent, 10 cent and 15 cent coins. How many combinations of this that equal 50 cents are there?
The language I'm using is C++, although that doesn't really matter too much.
edit: This is a more specific programming question, but how would I analyze a string in C++ to get the coin values? They were given in a text document like
4 2 6 10 15 50
(where the numbers in this case correspond to the example I gave)
When I insert new text (insert textbox) or when I type in a presenter note, the default font size is 18. Can I change the default to 24? (I know about master slides but since text boxes and presenter notes are not place holders...)
By mistake, I applied the IncreaseUserVa 3072 on a Windows 7 64-bit:
BCDEDIT /set IncreaseUserva 3072
After that, the system is getting hanged when I start an intensive Matlab code.
I tried to revert the change using both:
BCDEDIT /set increaseUserva 2048
or
BCDEDIT /deletevalue increaseUserva
But, I get to the same problem when I run the Matlab code.
When I check bcdedit/enum all, it does not contain increaseUserva, after /deletevalue command.
Any idea?