|

|
Jan 5/2000 |
I have added here two different faq files to download about a detailed description of the Windows Registry.
winreg.zip (346Kb) and reghelp.zip (205Kb)
There is another help file about Tricks, Tips and secrets of Windows available.
tts70.zip (137Kb)
All rights reserved. No part of this document may be reproduced by any means without the written permission of StillListener. |
back to Top |
| Problems
joining movies split using MasterSplitter or SplitIt 95
Dec 3/99 (upd. Feb 29/2000) |
||
|
Both MasterSplitter and SplitIt are useful tools for dividing large files in small fragments that could be easily transmitted and re-joined later using the same program. The problem appears when it lacks any part: In those circumstances, MasterSplitter won't properly work to rebuild the split file, i.e. if you have 99 parts out of 100 and part *.011 is missing, only the first ten parts will be joined. (feature added in 3.x) SplitIt will just give an error message and won't do anything. Due the only part that it's actually indispensable for recovering a movie is the first one (*.001 -MasterSplitter- or *.1 -SplitIt-, it contains the headers of the file), the programs could be replaced by a simple DOS script that will ignore the parts possibly missing and will join the existent ones maintaining the correct order. (1) Both scripts could join up to 600 parts, they will need (besides the part *.001/*.1), if there is more than 150 parts, part *.151 AND if there is more than 300 parts, part *.301 AND if there is more than 450 parts, part *.451 also. This is the
procedure: Just do a copy of MSjoiner.bat or SIjoiner.bat in the folder
where the parts have been stored and execute the BAT double-clicking it.
Once processed, you'll find in the same folder a new file called file_joined.
Rename it to the name of the movie and all done. Enjoy.
(1) If there are missing parts in the split movie, maybe you couldn't have success using this method and have to use another one or even totally renounce to get the movie. Next it's a table describing what might happen depending on the original format of the movie: MPEG > It's possible it freezes when reach the point where it should be some non existent fragment. You could try to advance a few frames using the seek bar in your movie viewer while playing. AVI > MASTERSPLITTER: This BAT procedure WON'T work, you should make a copy of the precedent or next part (never last part) giving it the name of missing part. Probably you'll notice a several distortion when reach the point where there are tricky fragments. SPLITIT: Nothing will work, say bye to the movie. RM > MASTERSPLITTER: Movie will freeze when reach the point where it should be some non existent fragment. Better use the program or delete useless parts (from next to first missing part up to final one) to save space on disk. SPLITIT: Nothing will work. MOV > Same as AVI. In conclusion,
if you are a poster and use to send split movies to sites where parts of
the upload might be missing or corrupted, better avoid to use SplitIt.
|
||
| back to Top |
Feb 2/2000 |
|
The Windows
Registry, stored into files system.dat and user.dat, is a basic part of
the Windows OS. There are saved most of data needed for correct working
of the whole system. Unluckily, if you use to upgrade programs very often,
many old (and maybe inconvenient) references remain in that files although
they aren't editable anymore through the program Regedit, the standard
method for manipulating the Registry. Those files grow more and more even
coming to slow down the system activities, so it's convenient to perform
this procedure to get rid of the cumulated junk.
You should ensure your Registry will remain as clean as possible in the future, this procedure will demand a lot of work and time, so probably you wouldn't want to have to repeat often. A good tool for having controlled what programs use to store in the Registry is Window Washer, reinforced with the set of plugins for cleaning the history of the most used programs, all available at http://www.webroot.com/ . "Wash" your system before to do this job. (1) Now we will start with the procedure itself. Open the C:/Windows folder and run Regedit.exe. You'll need to export just two of the "folders" inside. Click once on HKEY_LOCAL_MACHINE and choose in the Registry menu "Export Registry-file"... Verify "Selected subkey" is checked, "Everything" should NOT be selected. Save into C:\Windows folder as system.reg (type all, including extension to avoid confusion with existent System folder). Now the basis of new user.dat: Click once on HKEY_USERS, repeat the above procedure but save as user.reg . (2) Let's stop just a moment. Are you sure your current Registry is totally clean? Now we have two files in plain text format (original user.dat and system.dat are in binary format) so it's easy to take a look using some editor such Wordpad. Open system.reg and do a search for the keywords you want to get rid of. Nothing? Excellent, just repeat this with user.reg . On the contrary, your washing configuration is faulty and maybe you have to do some more work before continue. Using this .reg format you can easily relate an undesirable reference with the program originating it, so look for a Window Washer plugin if available or do a request in the proper sites, perhaps might exist a solution. Now you'll need an auto-bootable diskette (formatted with the "Copy system files" option). This next will be your life insurance in case something goes wrong, (3) it would recover the old Registry. Open Notepad and copy this text:
cd\windows attrib -s -h -r system.dat attrib -s -h -r user.dat copy system.bck system.dat
Save to diskette
as Panic.bat
And now, this
is the BAT that really will do the job. Open Notepad and copy this text:
c:
del system.bck
attrib -s -h -r system.dat
copy system.dat system.bck
del system.dat
regedit /l:system.dat /r:user.dat /c user.reg regedit /l:system.dat /r:user.dat system.reg Save to diskette as Regcomp.bat Well, all is ready. Notice this procedure could take 3 or 4 hours. Insert diskette and re-boot the system. When it appears the A:\> prompt, type Regcomp.bat and push Enter. If all goes well, at the finish you'll see again the DOS prompt, in case of any error re-boot and use Panic.bat to restore old Registry. It's a good measure to have stored a copy of this new clean Registry. I'm using the tool Sregbkup, available at http://www.winability.com/free/ . It permits easy backup and restore from Windows. When executed, the program will close Windows, going to DOS. When the job is done, Windows will be restarted again. Adrian
(1) There is an alternative program, Evidence Eliminator. I don't know his functioning so I can't do advice about, if you are running it, just adapt this information. (2) Notice if you are on a multi user system, this procedure isn't for you, maybe proper adaptation could come in the future. (3) Sometimes certain Registry-keys can be too large for the regedit program to handle.
All rights reserved. No part of this document may be reproduced by any means without the written permission of StillListener. |
| back to Top |
| ATGUARD FIREWALL SETTINGS July 19/99 |
|
1st. Part I've made a summary of the explanations i'll give normally in chat. Take a little time to read this faq, and you will see how easy all this is. PROGRAM INSTALLATION
FAST SETTINGS SETUP - Easy to understand |
back to Top |
| Ref.: Atguard: The Ping problem Nov 3/99 |
A Ping (Echo request) is an ICMP packet that is sent to some address for testing
if it's online. It can be a useful tool if you want to use it on purpose,
but the problem is that every request for a given URL is preceded by an
automatic Ping to the server that hosts that URL. What's wrong wit this?
Well, if you are using an anonymous proxy, the Ping isn't done via proxy,
instead is a direct connection between you and the server and it ever includes
your real IP. In some circumstances rather common it would be so easy to
stablish the relation between the direct Ping and the URL request via proxy,
making useless the proxy.
Due this automatic Ping isn't indispensable at all, it should be impeded blocking it everytime it happens. So, it must be fixed some rules in Atguard's settings. These are the rules, they must be set in this order:
All rights reserved. No part of this document may be reproduced by any means without the written permission of StillListener. |
back to Top |
| Wha'
tha Hell is...? (dictionary) Oct 12/99 |
Many times you may see a lot of shortcut names like UDP, IP, DNS, HTML, etc... and you surely are asking for yourself: WHA'THA HELL IS...this shortcut for?? :-)) Well, before you throw your equipment out of your window and commit suicide because of not understanding this standard "words" in the net-life, I made a little summary of the most important and most used ones, so you can get familiar with it. Wha'tha hell is...?
For more info or any questions, mail me, or leave a message in my corner's guestbook. Thanx. StillListener All rights reserved. No part of this document may be reproduced by any means without the written permission of StillListener. |
back to Top |
| ACCESSING NEWS ANONYMOUSLY
VIA SOCKS PROXIES Dec 3/99 |
|
INTRODUCTION
Firstly, I want to say that I think anonimity READING News groups seems me much less important that anonimity surfing the Web. Anyone that doesn't be thinking of POST to News groups or be under very special circumstances that require additionals precautions, should think if it really worth the trouble the job of find the needed resources and the usual penalty in the download speed.
The method described in this document has been successfully proved with these programs:
(Curiously, NewsBin 3.1, the only Newsreader I have found that theoretically supports Socks, gave errors wether direct or socksified. If someone has success with this proggie, please contact.)
SOCKSCAP
Socks proxies can manage a wide range of common protocols used in the Net, but this text is intended as a quick guide oriented to NNTP protocol, if you want to go deeply on Socks, you should start in the Sockscap home. Firstly, you'll need a working Socks proxy, to find it you should do a search in the proper sites for those that use the port 1080.
Due most of the Newsreaders programs won't have support for Socks, we need a dedicated program that launch ("socksify") this applications. The most accessible one is SocksCap, freely provided by NEC. Go to http://www.socks.nec.com/ , look for SocksCap and download wether SocksCap32 V. 2 Beta 3 for Windows 95/98/NT or SocksCap16 for Windows 3.1 (also versions for Unix/Linux). Install the program and configure it following these guidelines:
SETTING SOCKSCAP
1) Go on File/Settings. There are three tabs:
or b) Drop an executable file (.EXE) or shortcut onto SocksCap?s window. Select New application profile from the popup menu. Now you can see the Icon of the added application in the main window. TESTING THE SOCKS PROXIES
1) Add your browser to the Sockscap list following the method provided above. 2) Run socksified double-clicking in its icon into the Sockscap window. 3) Once inside the browser prove it's configured to use DIRECT CONNECTION, this meant to uncheck any proxy options. 4) Go to your usual anonymity testing page. If you get a pop up window giving error or don't have visible response in 10/15 seconds, probably the proxy won't permit free connection or it's too slow, so CLOSE the browser, put the next Socks proxy in your list on Sockscap's SOCKS Settings tab and repeat the process until find one working and hiding your real IP. ACCESSING NEWS
As final test, find a News server that allows posting and do a post in some group for testing, like alt.test , alt.binaries.test or such. When the message be displayed, check his Headers/Properties and look if it shows your real IP or that of socks proxy. (If you are using a News server that anonymize the messages posted, maybe you don't see none). All rights reserved. No part of this document may be reproduced by any means without the written permission of StillListener. |
back to Top |
|
|
|