Computing desk | ||
---|---|---|
< October 23 | << Sep | October | Nov >> | October 25 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
How do I know, without bothering my network administrator, whether IRC is blocked in my network or not? I can get on IRC via the web such as Mibbit but not via standard desktop apps. I cannot even connect. Please advise. Kushal (talk) 00:27, 24 October 2008 (UTC)
telnet chat.freenode.net 6667
-- Consumed Crustacean (talk) 01:58, 24 October 2008 (UTC)
NOTICE AUTH :*** Looking up your hostname...
NOTICE AUTH :*** Checking ident
NOTICE AUTH :*** No identd (auth) response
NOTICE AUTH :*** Couldn't look up your hostname
ERROR :Closing Link: 127.0.0.1 (Connection Timed Out)
Connection to host lost.
C:\>
Kushal (talk) 21:31, 24 October 2008 (UTC)
Here's a snippet of what I got from mIRC.
Closing Link: 127.0.0.1 (Connection Timed Out)
-
- Disconnected
-
- Connect retry #3 chat.freenode.net (6665) (dns pool)
-
-chat.freenode.net- *** Looking up your hostname...
-
-chat.freenode.net- *** Checking ident
-
-chat.freenode.net- *** No identd (auth) response
-
-chat.freenode.net- *** Couldn't look up your hostname
-
Closing Link: 127.0.0.1 (Connection Timed Out)
-
- Disconnected
-
- Connect retry #4 chat.freenode.net (6665) (dns pool)
-
-chat.freenode.net- *** Looking up your hostname...
-
-chat.freenode.net- *** Checking ident
-
-chat.freenode.net- *** No identd (auth) response
-
-chat.freenode.net- *** Couldn't look up your hostname
-
Closing Link: 127.0.0.1 (Connection Timed Out)
-
- Disconnected
-
- Connect retry #5 chat.freenode.net (6665) (dns pool)
-
-chat.freenode.net- *** Looking up your hostname...
-
-chat.freenode.net- *** Checking ident
-
-chat.freenode.net- *** No identd (auth) response
-
-chat.freenode.net- *** Couldn't look up your hostname
-
Closing Link: 127.0.0.1 (Connection Timed Out)
-
- Disconnected
-
- Connect retry #6 chat.freenode.net (6665) (dns pool)
-
-chat.freenode.net- *** Looking up your hostname...
-
- Disconnected
Thanks, Kushal (talk) 17:45, 26 October 2008 (UTC)
Here's another time, using Firefox's IRC add-on, ChatZilla,
irc.mozilla.org
[INFO] Network view for “irc.mozilla.org” opened.
[INFO] Attempting to connect to “irc.mozilla.org”. Use /cancel to abort.
[INFO] Connecting to irc://irc.mozilla.org/ (irc://irc.mozilla.org/)...
=== *** Looking up your hostname...
=== *** Couldn't resolve your hostname; using your IP address instead
[ERROR] Closing Link: [69.150.163.1] (Ping timeout)
[ERROR] Connection to irc://irc.mozilla.org/ (irc://irc.mozilla.org/) closed. Reconnecting in 15 seconds.
[INFO] Connecting to irc://irc.mozilla.org/ (irc://irc.mozilla.org/)...
=== *** Looking up your hostname...
=== *** Couldn't resolve your hostname; using your IP address instead
[ERROR] Closing Link: [69.150.163.1] (Ping timeout)
[ERROR] Connection to irc://irc.mozilla.org/ (irc://irc.mozilla.org/) closed. Reconnecting in 30 seconds.
. Kushal (talk) 23:10, 28 October 2008 (UTC)
Perhaps you should try connecting on a non-standard port (anything outside of 6666-6669) or even use bouncer.
Thanks. I will do that. Kushal (talk) 06:53, 30 October 2008 (UTC)
Anyone know of any free software that will actually clone a hard from from one to another, not just create a useless image file? I looked through the lists of and comparisons of software in the pages wikipedia had, checked them all out and of the free software that works on FAT32 or does a raw copy, it all says it only creates worthless, junky image files instead of copying a hard drive to another outright. I've asked on some of the forum of those websites and they never answer. So.. Anyone know of any free software that will actually clone/copy all the contents of a hard from from one to another, not just create a useless image file?
I asked this before but the question just vanished, likely due to some vandalism burried in the history that I can't find. I don't think a mod removed it because I'd get a note about it or see an edit summary in the edit history. Are you ready for IPv6? (talk) 01:45, 24 October 2008 (UTC)
Try Clonezilla (http://clonezilla.org). This is an excellent piece of free software that does just that i.e. copies an entire harddisk to another, or a partition to another partition. You'll get it as a downloadable ISO image file that you'll need to write to a CD, boot off it and simply follow the instructions. As well the software allows you to back up an entire partition/harddisk onto an image file that can then be used to restore the partition/harddisk later on, or onto a new harddisk/partition. It's also possible to get a bundle ISO image from this site consisting of both GParted (a disk partitioning tool) and Clonezilla. I've used it 2 or 3 times and it works excellently - on all partition types and OSes i.e. XP partitions, Linux partitions. —Preceding unsigned comment added by 196.1.26.35 (talk) 13:51, 27 October 2008 (UTC)
Is there a general way to find the actual disk folder that contains any particular Windows program on Vista?
What I am looking for is the Windows Vista equivalent of the Unix command "where" or "what" (depending on *nix dialect). For example, my Vista Home premium has MS Office Excel Viewer installed and I can call it with "excel", but there is no program file named excel. Instead, I can locate the shortcut by using the Vista command "where" where I find the filename is "Microsoft Office Excel Viewer 2003.lnk". Although this where is almost what I need, it requires me to wrap the program name in wildcards, and it is very slow. So, are there better ways to do this? (I already know about using control panel with Add and remove programs and Windows Search but they do not work for all programs) -84user (talk) 13:07, 24 October 2008 (UTC)
winword
on a machine with MS Office installed.App Paths is listed in my Vista registry, but it holds only a subset of commands that are callable from the Start dialog. Notepad and Write are missing, for example. Also some programs listed are not callable: I have WinCal.exe and can launch it when I type the full path, but not when I type just "WinCal". And it seems Vista does not let me create aliases that way: I created keyword jot.exe with value "C:\jottings.txt" but jot still does nothing. But there is a HKEY_CLASSES_ROOT\Applications and that lists more, but not all, available commands. It seems logical there should be a list somewhere, after all how does Windows check what the user types? -84user (talk) 16:46, 28 October 2008 (UTC)
Most of the description of what happened to me was posted Monday on the Village Pump. I looked at the modem's manual and found no details on this whatsoever.
I had no Internet access whatsoever Wednesday from the time I turned on the computer around noon until about 3:00, and then I lost the Internet again after having it for about an hour.
I thought there was a relationship between the middle light on the modem and Internet access. After Hurricane Ike, that light was blinking even when the computer was off. It's supposed to always be on when the Internet is working or the computer is off (the tech support person said there's no reason for it to be blinking when the computer is off), and it was always on after I started having problems on Monday--until I turned the computer on. When I had no Internet access, that light was usually blinking or off. This is strange, though--after the problem was temporarily resolved on Wednesday, the light was usually on even if the Internet was not.
I was finally told on Wednesday something I had never heard before--the problem weas outside my house somewhere. I never heard whether it was a widespread problem in my area. But they have fixed it.Vchimpanzee · talk · contributions · 18:22, 24 October 2008 (UTC)
I suppose a specific question could be why the middle light blinks when the computer is off when the tech support person said that's not going to happen. Funny, when I wrote the above I thought I was going to get responses, but now that I read it, I'm not sure what I'm asking. I was hoping someone could explain to me what happened.Vchimpanzee · talk · contributions · 20:49, 24 October 2008 (UTC)
I recently purchased a 120G Ipod classic and I am looking for a free and easy program to convert video files so that they will play on my Ipod. So far, I found Itunes itself capable of converting Quicktime videos, but the majority of what I have is WMV, Mpeg or AVI. I have looked quite a bit for a program but so far I have not found anything that was easy to use or not loaded with advertising. Can anyone offer any suggestions? thanks so much and cheers, 10draftsdeep (talk) 18:57, 24 October 2008 (UTC)
Um, sorry about that. Kushal (talk) 23:13, 28 October 2008 (UTC)
I ran "cacls C: /P guest:n" in a command prompt. After that, I was unable to access anything. I shutdown and booted from the OEM CD. I ran a repair install. I rebooted and put the CD in to try to finish the repair installation. It was going fine for about 5 minutes. Then I got a fatal error. I looked the error code up and it said that this meant that there were not sufficient permissions to perform the necessary tasks. Now, I can't even boot into Windows so what is the best way to fix this? Maybe resetting the permissions (if so, how)? (By the way, I have already tried cacls in recovery console and copying it onto a flash drive and running it in the recovery console. Neither work. I am dual-booting with Ubuntu on another partition, so if I need to use linux for the repair, feel free to recommend that.) --Ζρς ι'β' ¡hábleme! 22:16, 24 October 2008 (UTC)
I don't know if it'll work in BartPE, but you can also try taking ownership of the files on the drive. If you do not own the files, then you cannot change their permission settings. You would right-click on the C: drive, select Properties and under Security, click Advanced, then Owner. Vista includes a command for this called takeown, and you can download an imitation version that you can include on your BartPE image.--Account created to post on Reference Desk (talk) 01:32, 25 October 2008 (UTC)cacls C: /E /G <your username>:F