Jump to content

utln

Member
  • Posts

    357
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by utln

  1. Need a way to resize NTFS partitions, mirror disk images, or otherwise muck about with disk partitions -- and don't want to use a proprietary package like Partition Magic? If so, the GNOME Partition Editor (GParted) is an excellent open source tool for the task. The GParted team released the GParted live CD version 0.2.4-2 this month, so I decided it was a good time to take GParted for a spin.

    GParted handles Ext2, Ext3, FAT16, FAT32, JFS, ReiserFS, Reiser4, NTFS, XFS, and other filesystem formats. At a bare minimum, GParted can detect, read, copy, and create partitions using those file systems -- and, in some cases, can shrink, expand, and move partitions. See the features page on the GParted site for the full rundown on GParted's capabilities.

    http://www.linux.com/article.pl?sid=06/04/25/1917228

  2. The research note on the Gartner site says that what makes the Sony BMG incident even more unfortunate, is that the DRM technology can be defeated easily. The user can simply apply a fingernail-sized piece of opaque tape to the outer edge of the disc, rendering session 2 - which contains the self-loading DRM software, unreadable. The PC then treats the CD as an ordinary single-session music CD, and the commonly used CD "rip" programs continue to work as usual. (Gartner emphasizes that it does not recommend or endorse this technique.)

    http://www.techtree.com/techtree/jsp/artic...9297&cat_id=582

  3. Many fans of digital video recorders made by TiVo Inc. are beginning to fear that Hollywood studios will one day reach into their set-top boxes to restrict the way they record and store movies and programs.

    Among the functions included in TiVo's latest software upgrade is the ability to allow broadcasters to erase material recorded by TiVo's 3.6 million users after a certain date. That ability was demonstrated recently when some TiVo customers complained on TiVo community sites that episodes of "The Simpsons" and "King of the Hill" they recorded were "red-flagged" for deletion by the copyright holder.

    http://abcnews.go.com/Technology/wireStory?id=1148014

  4. I have the following script added to RunOnce...

    DisableDNS.vbs

    Set WshShell = CreateObject("WScript.Shell")
    Set NIC = GetObject("winmgmts:").ExecQuery ("select * from Win32_NetworkAdapterConfiguration")


    for each instance in NIC
      if instance.ipenabled then
         WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\"&instance.settingid&"\RegistrationEnabled", 0, "REG_DWORD"
      end if
    next

  5. Microsoft URL:

    www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/wgainstall_9160b6b3929938243b7d18417810677d9b9983b7.exe

    I'm not sure why the URL seems to have what appears to be a much older date in it. I got this URL while updating one of my PCs. I added this file to my unattended cd and reinstalled Windows on my test machine. I'm no longer asked to install the WGA software (892130).

    EDIT:

    Looks like the board formatting is converting some of the characters in the URL to HTML so I removed the link. You'll have to copy and paste the URL into your browser. Sorry.

    EDIT 2:

    For some reason the board is adding a space before the wgainstall_9160b6b3929938243b7d18417810677d9b9983b7.exe portion of the URL. You'' have to remove that in order to download the update.

  6. The incident seemed alarming enough: a breach of a Cisco Systems network in which an intruder seized programming instructions for many of the computers that control the flow of the Internet.

    Now federal officials and computer security investigators have acknowledged that the Cisco break-in last year was only part of a more extensive operation--involving a single intruder or a small band, apparently based in Europe--in which thousands of computer systems were similarly penetrated.

    http://news.com.com/Net+attack+called+broa...ml?tag=nefd.top

  7. http://www.rednova.com/news/technology/141...wers/index.html

    Al Gore has a plan for luring the Internet generation back to television: make it more participatory by having viewers contribute their own video.

    The former vice president and longtime Internet champion joined investors Monday to announce the creation of Current, a cable TV channel that will target younger viewers with a blend of news, culture and viewer-produced video.

  8. NEW for Spring 2005 – Playskool Mr. Potato Head Darth Tater!

    PLAYSKOOL is proud to announce the launch of the new character, Darth Tater, just in time for the theatrical release of Revenge of the Sith. There's all kinds of mix 'n match, MR. POTATO HEAD fun with this wacky spud dressed as Darth Vader.

    The package comes with lots of silly parts, including lightsaber, cape, helmet, shoes, eyes, nose, teeth and more!

    Available Spring 2005.

    http://www.hasbro.com/starwars/pl/page.new.../dn/default.cfm

  9. I put together a script to download, extract and gather the needed files to slipstream the Intel Chipset updates. The app is based on Raskren's How-To.

    Instructions:

    * Download and run the app once. The app will create an options.ini file and all of the necessary folders for you.

    * Edit the options.ini file as needed. Valid OS values are: Win2000, Win2003, or XP.

    * Download cURL and place it in the same directory as the app or somewhere in your path if you want the app to download the chipset drivers for you. Otherwise you'll need to download the drivers yourself and place them in the INFINST folder.

    The app should now be ready to run. Once the app is done the README.TXT file should open up (provided you answered Yes to ShowREADME in the ini file) to explain where to copy the extracted to.

    Chipset_Slipstream_v2.exe

×
×
  • Create New...