вторник, 1 декабря 2009 г.

Cure for the "30th day" bug

Найдено элегантное freeware решение.

Cracklock

понедельник, 30 ноября 2009 г.

Обновление антивируса Касперского на машине, не подключенной к интернету

Решение от производителя, все задокументировано в Базе Знаний.

Общая информация здесь.
Детальная информация здесь.

Reboot Command Line (DOS) in XP

I saw a thread on Google from this site where a user was wanting to know how to reboot from the command line, or reboot from "DOS" in Windows XP.

XP Ships with shutdown.exe, and is also found on Windows Server 2003. You can download a copy for Windows 2000, and Windows 2000 server as it is found in the AdminPak.msi suite of software. XP a& Win server 2003 ship with the .exe.
Windows XP/2003 uses the "-" as the flag separator, but windows 2000 uses the "/" as the flag separator

For XP, go to the command prompt and type:
shutdown /?
this will show all of the available options. I use it all the time to reboot my servers in the middle of the night via a scheduled .bat file

This is a sample of how to reboot in 60 seconds, with a comment to the popup
shutdown -r -t 60 -c "Rebooting computer"
to cancel, just type
shutdown -a

взято отсюда

воскресенье, 29 ноября 2009 г.

Добавление аналитики в блог

Yesterday we talked about Google Analytics, Google's free service that lets you track the performance of your websites and blogs from one simple, easy-to-use interface.

Grab Your Google Analytics Code Block

  1. Login to Google Analytics at http://google.com/analytics/. The main Settings page loads.
  2. Click on Add Website Profile. A form displays.
  3. Select Add a Profile for a New Domain.
  4. Enter the URL of your site or blog.
  5. Select your country and time zone. Click Finish.
  6. Analytics provides you with a code block - a swatch of HTML - to add to your site's pages.
  7. Highlight the code block and then copy it by selecting Edit > Copy or Ctrl-C or Command-C.

Add the Google Analytics Code Block to Your Blogger Blog

  1. Login to http://www.blogger.com/. The Dashboard loads.
  2. Under the blog you want to add Analytics tracking to, click on Layout or Template.
  3. Click on Edit HTML. An editing screen for your blog template's HTML displays. Don't freak out. Just scroll to the bottom.
  4. Look for the end of the template. It'll look like:
  5. </div> </div>
    <!-- end outer-wrapper -->
    (Google Analytics Code Block is going to go here!!!)
    </body>
    </html>

  6. Put your cursor right before that tag.
  7. Paste the Google Analytics Code Block by selecting Edit > Paste, Ctrl -V or Command-V.
  8. Click Save Changes.
You have now added the Google Analytics Code Block to Your Blogger Blog.

Check Your Work

  1. To ensure that you have successfully added the Google Analytics Code Block to your Blogger blog, go back to http://google.com/analytics/.
  2. Next to your blog's URL it will say either Receiving Data (you were successful) or Tracking Not Installed (something is amiss).
  3. If it said Tracking Not Installed, click on Check Status. Google then checks your blog for the Analytics Code Block and reports back if it find it or not.
  4. If not, try re-pasting the Code Block in.

Взято отсюда (How to Add Google Analytics to Your Blogger Blog)

пятница, 27 ноября 2009 г.

Uninstall and reinstall DUN - Windows XP

TCP/IP cannot be uninstalled on Windows XP. However, you can use the NetShell (netsh) utility to reset TCP/IP. When command is executed, it rewrites pertinent registry keys that are used by the TCP/IP stack to acheive the same result as the removal and reinstallation of the protocol.
  1. Click Start > Run
  2. In the Run box, type "command" and click OK.
  3. At the DOS prompt, type "netsh int ip reset c:\tcpipreset.txt" and press (Enter key)
  4. The system pauses for up to a minute while the TCP/IP stack is reset. The cursor returns but no message is displayed.
  5. Type "exit" and press (Enter key) to return to Windows.
  6. Close all open programs and restart the computer.
See MSKB article: Q299357