sexta-feira, março 02, 2007

WIN To remove administrative shares by editing the registry

To remove administrative shares and prevent them from being automatically created in Windows:
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.1. Click Start, and then click Run. 2. In the Open box, type regedit, and then click OK. 3. Locate, and then click the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\AutoShareServer Note The registry key AutoShareServer must be set as type REG_DWORD. When this value is set to 0 (zero), Windows does not automatically create administrative shares. Note that this does not apply to the IPC$ share or shares that you create manually. 4. On the Edit menu, click Modify. In the Value data box, type 0, and then click OK. 5. Quit Registry Editor. 6. Stop and then start the Server service. To do so: a. Click Start, and then click Run. b. In the Open box, type cmd, and then click OK. c. At the command prompt, type the following lines. Press ENTER after each line:net stop servernet start server d. Type exit to quit Command Prompt.

segunda-feira, agosto 07, 2006

NC Muito material de estudo bom

http://walfredo.dsc.ufcg.edu.br/textos-comp/

quinta-feira, agosto 03, 2006

NC Blog legal

www.giovy.it

sexta-feira, julho 28, 2006

NC Comandos diversos

http://www.ss64.com/index.html

LX Kernel History

http://safari.oreilly.com/0672327201/ch15lev1sec4#X2ludGVybmFsX1RvYz94bWxpZD0wNjcyMzI3MjAxL2NoMDE=

quinta-feira, julho 27, 2006

LX RPM Básico

rpm -ivh foo-2.0-4.i386.rpm = install
rpm -e foo = uninstall
rpm -q foo = query a RPM package
rpm -qa = query all installed packages
rpm -qi = display package information
rpm -qpl kernel-2.4.20-18.10.1.i686.rpm = list files in RPM file
rpm --verify mysql = verify an installed package

quarta-feira, julho 26, 2006

LX Teclado com cedilha no SUSE em notebook

Escolher linguagem em ingles

echo $LANG

en .utf8

: "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE
: "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE


Essas linhas devem ser alteradas respectivamente para:

: "ç" U00E7 # LATIN SMALL LETTER C WITH CEDILLA
: "Ç" U00C7 # LATIN CAPITAL LETTER C WITH CEDILLA

terça-feira, julho 18, 2006

Site de livros em PDF(gratuitos)

http://www.esnips.com/webfolder/06f592b4-c8f2-43e2-abe7-43ebeb6c9e69

This page is powered by Blogger. Isn't yours?