Is there any way to change the size of the window of the "trackpad handwriting" input method? (I'm using it to write Traditional Chinese). The gray box is rather small for me, and I'd like to make it a bit bigger for ease of seeing. Is this possible?
Thanks.
In the "Date and Time Properties" dialog of Windows XP (reachable by double-clicking on the time/date on the taskbar) the week in the calendar starts on Monday. I would like to change it so that it starts on Sunday. How can this be done?
Thanks in advance
I've got an existing QEMU Virtual Server running on Fedora 11. Having troubles trying to find out how to change the location of where the Virtual Images are stored.
Can anybody provide any help please?
Thanks in advance!
I'm also new to Linux Server Administration - n00b in other words - so this might seem lazy but I need to know commands or where to look
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
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 tried to change collation MySQL table to utf8_general_cs but got following error:
mysql> ALTER TABLE table_name CONVERT TO CHARACTER SET utf8 COLLATE 'utf8_general_cs';
ERROR 1273 (HY000): Unknown collation: 'utf8_general_cs'
I run "SHOW COLLATE" command and "utf8_general_cs" is not in the results.
What can I do now?
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.
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?
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!
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?
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 ?
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?
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?
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.
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 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?
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?
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.
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?
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 ;)