Notes by voodoo
Displaying keyword search results 1 - 8
Created by voodoo on February 17, 2012 10:46:47
Last update: February 17, 2012 10:46:47
To open the Windows 7 certificate manager:
press the Windows icon, then enter " certmgr.msc " in the "Search programs and files" box.
Created by voodoo on November 18, 2011 14:12:37
Last update: November 18, 2011 14:12:49
Search Ubuntu packages at: http://packages.ubuntu.com/
Created by voodoo on August 20, 2011 14:02:12
Last update: August 20, 2011 14:02:12
To find the current version:
$ sudo apt-cache search libdb
To install:
$ sudo apt-get install libdb4.6-dev
Reading pac...
Created by voodoo on August 08, 2011 20:13:13
Last update: August 08, 2011 20:13:13
Find the package name:
$ sudo apt-cache search pcre
libpcre3 - Perl 5 ...
Install the package:
$ sudo apt-get install libpcre3-dev
Reading pac...
Created by voodoo on June 14, 2011 08:10:42
Last update: June 14, 2011 08:10:42
The command " ifconfig -a " does not list the DNS servers. Use " cat /etc/resolv.conf " to look at the DNS server configuration. It works for DHCP configured network interfaces also.
$ cat /etc/resolv.conf
# Generated by NetworkMa...
If no DNS server is configured:
$ cat /etc/resolv.conf
# Generated by NetworkMa...
Created by voodoo on March 23, 2011 15:57:52
Last update: March 23, 2011 15:57:52
In the "Program search" (or Run) box, enter lusrmgr.msc to bring up the "Local Users and Groups" dialog.
Double click the user name you want to set password never expire.
Created by voodoo on March 23, 2011 11:40:54
Last update: March 23, 2011 11:47:41
To grant a user "logon as a service" right on Windows 7:
Enter secpol.msc into the "Search programs and files" box (the Run box for previous Windows versions) and press enter.
Locate "Local Policies" and "User Rights Assignment", then double click "Logon as a service" in the right panel.
Add the user or group
Created by voodoo on April 01, 2010 04:28:04
Last update: April 01, 2010 04:37:32
You were tempted by "my fun cards" and installed "my web search" on your computer. Although some people say "my web search" is harmless, but still it behaved scary. So you want to uninstall it. You click the "Add/Remove Programs" and removed the "my web search" toolbar. But then when you type in things in the Firefox address bar you find that it still brings up "my web search"! Here's how to get rid of it: Enter "about:config" in the address bar (and promise that you'll be careful). Enter "myweb" in the filter box Reset browser.search.selectedEngine and keyword.URL , extensions.mywebsearch.openSearchURL , extensions.mywebsearch.prevKwdEnabled , and extensions.mywebsearch.prevKwdURL . The extensions.mywebsearch.* settings will be removed after Firefox restart. The parameter that affects the address bar search is keyword.URL...