Oh no! More boring computer problems! Oh no!

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (1739 of them)
Whenever my Win XP laptop open dialogue box opens up (like in Winamp or when I'm uploading something through Firefox), all the files are sorted by SIZE. I want them to be sorted by filename, but I've tried restoring defaults and applying a certain style to all folders -- neither of which worked. Help?

c('°c) (Leee), Monday, 31 July 2006 00:01 (nineteen years ago)

Are they on the same IDE channel by any chance?

No - the DVD drive is IDE, the hard disk SATA, on different controllers. This is why I'm puzzled.

Forest Pines (ForestPines), Monday, 31 July 2006 05:22 (nineteen years ago)

ha. ok keith. yes, i had seen apex, sat through the little demo thing they have there. looks impressive but it appears to be for excel spreadsheets to web pages rather than databases (doesn't seem to be any support for normalised tables for instance. ours is actually 140+ tables with squillions of foreign keys etc. not all of it needs to be available though, just the core). cheers.

Koogy Yonderboy (koogs), Monday, 31 July 2006 08:12 (nineteen years ago)

How do I set up a wireless network for file sharing across my two wireless pc's? I've got a broadband wireless router (Netgear DG834G), both pc's can access the internet but I'm lost as to how I get them to 'talk' to each other. Anyone care to help a simpleton in this respect?

Billy Dods (Billy Dods), Monday, 31 July 2006 14:33 (nineteen years ago)

Make sure they are in the same IP range (on a PC, open the command prompt found in the Accessories and type ipconfigreturn). The first three sets of IP numbers will probably match and the fourth set should differ.

Open Explorer and right-click on the drive or folder you want to share. Click Sharing and Security (or it may just say Sharing). Click the New Share button near the bottom of the form. Give it a share name (like C, or C_Drive to be fancy). Click the Permissions button and give Everyone Full Control. Okay everything.

From the other computer, search for Computer or People from Explorer. Use the name of the computer you set the share on. It should show up in the search results and when you click on it, you should see the new share. Double-click on it. If a Username and Password form pops up, log in with the name and password of a user set up on the shared computer. It should let you in to the drive/folder.

Jaq (Jaq), Monday, 31 July 2006 14:46 (nineteen years ago)

You also need to check if File and Print Sharing is installed on the network connection. Go to the desktop, right-click on My Network places and click Properties. If File and Printer Sharing isn't in the list on the General tab, install it.

Jaq (Jaq), Monday, 31 July 2006 14:51 (nineteen years ago)

OK, done steps one and two, the IP addresses are in the same range, as you suggested. When I try to find the first (desktop) computer from the second (laptop) it can only find itself even when leaving the search box blank.

Second prob, have right clicked on My Network Places and clicked properties, but I can't see a general tab. I see the Wireless Network Connection icon and underneaths two wizards 'New connection' and 'network setup'.

Billy Dods (Billy Dods), Monday, 31 July 2006 15:13 (nineteen years ago)

Whenever my Win XP laptop open dialogue box opens up (like in Winamp or when I'm uploading something through Firefox), all the files are sorted by SIZE. I want them to be sorted by filename, but I've tried restoring defaults and applying a certain style to all folders -- neither of which worked. Help?

Sort by filename, View->Folder Options->Apply to All Folders

(or something like that)

steal compass, drive north, disappear (tissp), Monday, 31 July 2006 15:15 (nineteen years ago)

Sorry, I just reread and noticed you already done this! Apologies. In this case, maybe the registry is broken?

steal compass, drive north, disappear (tissp), Monday, 31 July 2006 15:15 (nineteen years ago)

Yay, got it sussed, though I'm not sure how. Put the IP addresses into my firewall and it worked ok. Cheers bud.

Billy Dods (Billy Dods), Monday, 31 July 2006 16:06 (nineteen years ago)

Oops, File/Printer sharing stuff is on the properties of the connection, after you open the properties of the My Network stuff. Glad it's sorted, either way.

Jaq (Jaq), Monday, 31 July 2006 16:14 (nineteen years ago)

I'm trying to do a form in ColdFusion to get people to register for an event and then be taken to PayPal to pay for it. They fill out their name and address details, then click a button to add it to their paypal cart. They then continue shopping, by which I mean they return to the previous window.

Now, when they click the link to add to the cart, it first checks the form for validation errors, then assuming they're all done and dusted, then it whips you off to Paypal. I want to do two other things at this point though.

Firstly, I want to send an email to them at the same time as they add to the basket, so they have a provisional registration. The paypal button action takes you to paypal, not a page where I can generate a message using CFMail. So, how can I get the button action to do this?

Secondly, some people will pay for more than one person, so having added their details and themselves to the cart, when they return to that page to enter more people. It'd be good if I could find a way to process the adding to the cart through to paypal, send and email, then clear the form ready for the next entry.

Any help appreciated!

Dave B (daveb), Thursday, 3 August 2006 11:51 (nineteen years ago)

two weeks pass...
Ok, I am using Windows XP at work. I had a server mapped to one of my drives which disconnects when I log out so I had to remap it in Internet Explorer each time I logged in. It is the crucial one wit most of my work on it. Even if the "recoonect at logon" box is checked it still doesn't reconnect, at least not *most* of the time.

I got fed up with this so I wrote a batch file to run at start-up which automatically maps the server to drive y: using the net use command. Trouble is, every so often the drive does stay connected and so I get system error 85 which says that the batch file is trying to map to a drive already in use.

Can you put an if/then type statement (or something equivalent) in a batch file that says that if (server) is not connected to drive y: then map it, otherwise do nothing?

MarkH (MarkH), Saturday, 19 August 2006 07:24 (nineteen years ago)

If you use the /persistent:no switch on net use, then it won't reconnect at logon. Ensure that you've got the drive disconnected via Explorer.

Alernatively, you can use IF constructs in batch files, but I don't know if you can use it to check whether a drive exists or not; other than forcing an error and checking for the error, but it's probably not worth the effort, in this instance, just call:

net use /delete

before you map it. It might fail, but it doesn't really matter; it just ensures that it has been disconnected. You'd probably want to do this anyway, because it's possible the drive might have been (for whatever reason) mapped to somewhere other than where you want it.

KeefW (kmw), Saturday, 19 August 2006 18:55 (nineteen years ago)

my computer stopped booting yesteday, from a SATA drive. I bought a new SATA drive, still wasn't seeing it when I tried reinstalling Windows.

I found an old IDE drive and booted fine from that, reinstalled Windows XP and patched it. Suddenly it could see the old SATA drive again via Windows.

What's happening?

Ste (Fuzzy), Monday, 21 August 2006 07:51 (nineteen years ago)

i just installed fedora 5 on my laptop, and im trying to get the apache working. this is what happens when i try to start the service

/sbin/service httpd configtest
Syntax OK
/sbin/service httpd start
Starting httpd: [FAILED]

-- (688), Tuesday, 22 August 2006 19:05 (nineteen years ago)

I just started it by:

/usr/sbin/apachectl start

For which you'll need to be root.

Which seemed to work fine. I don't know how you're trying to start it, and I don't know much about Apache, but the above worked.

KeefW (kmw), Tuesday, 22 August 2006 19:16 (nineteen years ago)

what K said. Also tail /var/log/httpd/error_log (path may vary) to see what it sa

stet (stet), Tuesday, 22 August 2006 19:43 (nineteen years ago)

tail /var/log/httpd/error_log gives me

[::]:80
(13)Permission denied: make_sock: could not bind to address [::]:8443
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8443
no listening sockets available, shutting down
Unable to open logs

-- (688), Tuesday, 22 August 2006 19:49 (nineteen years ago)

what Listen and ServerName directives have you got in /etc/http/httpd.conf?

stet (stet), Tuesday, 22 August 2006 20:09 (nineteen years ago)

er /etc/httpd/httpd.conf

stet (stet), Tuesday, 22 August 2006 20:15 (nineteen years ago)

Do you have another web server running on port 8443? This is sometimes used as a local test version of port 443, which is the SSL port.

It looks as though it's trying to bind to 8443 but failing, because another process is bound to that port.

KeefW (kmw), Tuesday, 22 August 2006 20:24 (nineteen years ago)

ive gone home now, i'll try again tomorrow

-- (688), Tuesday, 22 August 2006 21:32 (nineteen years ago)

quick mac question: best browser? safari and firefox are nice but eat all my RAM, i'm using camino but the lack of bells and whistles is disturbing, and opera looks cheap :(

The Real DG (D to thee G), Tuesday, 22 August 2006 21:34 (nineteen years ago)

What's yr hardware/OS/RAM? I use 98% Firefox, 2% Safari, but I've got RAM out the wazoo.

Danny Aioli (Rock Hardy), Tuesday, 22 August 2006 21:40 (nineteen years ago)

it's a core duo mac mini, 10.4.7, 512mb (i know this should be a gig but i can't be arsed to go back to the store)

i bought it as a curiosity but it's taken over my life :(

The Real DG (D to thee G), Tuesday, 22 August 2006 21:45 (nineteen years ago)

Opera is the fastest, for a lower end Mac at least. But you'll have to spend an evening making it not look like shit.

I love the Opera browser!

Alba (Alba), Tuesday, 22 August 2006 21:45 (nineteen years ago)

opera irritates me because i cannot stick a 'history' button on its toolbar which i feel demonstrates how awful my life is

The Real DG (D to thee G), Tuesday, 22 August 2006 21:50 (nineteen years ago)

Ha. Shiira is another one you could try.

Speed tests you may find useful.

Another thing to try is turning off caching, if you've got a fast connection but less RAM and processing power.

Alba (Alba), Tuesday, 22 August 2006 21:53 (nineteen years ago)

(As for history in Opera, well you can certainly get to it by doing shift-command-H, and you can make the BACK button have little pulldown menu arrow next to it that will at least give access to that window's history)

Alba (Alba), Tuesday, 22 August 2006 21:56 (nineteen years ago)

ha as i have an intel mac M$ (i said M$! i'm so cool) don't have compatible version of IE with which to give me viruses, keyloggers etc

i had a bash at shiira but it felt a bit LOL japan especially as one of the inbuilt links is to a page called something like HAPPY FUN KERNEL DEVELOPMENT TEAM LAUGH TIME

i liked the opera bittorrent thing esp as i was trying to download v for vendetta downloading linux distros

The Real DG (D to thee G), Tuesday, 22 August 2006 22:00 (nineteen years ago)

Transmission is the neatest little RAM-light bittorrent client for a mac, but oink and uknova both block its use because it reports ratio data wrongly or something.

Alba (Alba), Tuesday, 22 August 2006 22:03 (nineteen years ago)

ooh also: VLC won't work and i don't want to region lock my DVD drive. is there any way round this?

The Real DG (D to thee G), Tuesday, 22 August 2006 22:10 (nineteen years ago)

Why doesn't VLC work?

Alba (Alba), Tuesday, 22 August 2006 22:11 (nineteen years ago)

Oh right, the Intel thing.

Alba (Alba), Tuesday, 22 August 2006 22:12 (nineteen years ago)

VLC is a universal binary now.

milo z (mlp), Tuesday, 22 August 2006 22:13 (nineteen years ago)

Oh yeah - check it out. Seems to be separate downloads for PowerPC and Intel, rather than Universal Binary, but yeah.

Alba (Alba), Tuesday, 22 August 2006 22:15 (nineteen years ago)

Safari is by far the fastest on the intel macs, but is even better with adblock etc from pimpmysafari.com -- and also with this you can get full-screen mode (including no menu bar) in any cocoa app.

VLC works OK on this intel mac, though I've noticed it doesn't always work if you double-click on a file. You have to launch it first, then open the file. There's no way around region-locking the drive, unless you never use DVD Player.

Torrents: Acquisition has torrent support, but Azureus is still the best. If you can run it on its own Mac, cos it's a beast.

stet (stet), Tuesday, 22 August 2006 22:16 (nineteen years ago)

nah i mean VLC loads and stuff, it just won't play region 1 discs (specifically this one i got the other day) on my region 2 drive. i can't even rip the disc and remove the region shit

The Real DG (D to thee G), Tuesday, 22 August 2006 22:17 (nineteen years ago)

I'm running Azureus RIGHT NOW. I think it being so slow to start up makes one think it's more of a beast than it is. I mean, right now it's taking up 45MB of RAM and 5% of my 700MHz CPU. Considering that sodding MAIL is using 30MB, that's not too bad.

x-post. That's weird. VLC is usually fine for playing any region's discs.

Alba (Alba), Tuesday, 22 August 2006 22:19 (nineteen years ago)

i would never have strayed from safari if it weren't for the fact it seems to want 150mb to look at ile, i think it might be a bug doubtless to be fixed in the £100 leopard...still i can forgive, its not IE

The Real DG (D to thee G), Tuesday, 22 August 2006 22:20 (nineteen years ago)

Fuckers

Alba (Alba), Tuesday, 22 August 2006 22:22 (nineteen years ago)

What's the easiest, quickest and simplest way to make an animated gif? I want 5 or 6 images, each about 40kb, to flick to the next one with a gap of 3 seconds between.

Affectian (Affectian), Tuesday, 22 August 2006 22:23 (nineteen years ago)

Also, is anyone else on here using that new BThub for broadband? I am having an absolute nightmare with it - it won't let me in to open ports, I can't get wireless working on my secondary pc, Soulseek works for about 10 seconds before cutting out, it cuts out about twice every hour, and so on. Can someone recommend a comprehensive ISP message board out there where I can ask about this type of thing?

Affectian (Affectian), Tuesday, 22 August 2006 22:26 (nineteen years ago)

what Listen and ServerName directives have you got in /etc/httpd/httpd.conf?

um, i dont have /etc/httpd/httpd.conf!

ls /etc/httpd
alias build conf conf.d logs modules run

-- (688), Wednesday, 23 August 2006 08:42 (nineteen years ago)

sorry, my mistake, you mean /etc/httpd/conf/httpd.conf ...just looking now

-- (688), Wednesday, 23 August 2006 08:47 (nineteen years ago)

those http conf files change their name with every linux distribution. is annoying. what linux needs is a registry... 8)

Koogy Yonderboy (koogs), Wednesday, 23 August 2006 08:53 (nineteen years ago)

listen directive is just

Listen 80

rest is commented out. servername directive is all commented out

-- (688), Wednesday, 23 August 2006 08:57 (nineteen years ago)

if the 8443 socket is still a problem and you don't need ssl you can probably just disable it - comment out the LoadModule line for ssl_module. (where this is depends on your distribution, might be httpd.conf, might be somewhere else (mine's in mods-available/ssl.conf (ubuntu)))

Koogy Yonderboy (koogs), Wednesday, 23 August 2006 09:16 (nineteen years ago)

It looks as though it's trying to bind to 8443 but failing, because another process is bound to that port.

is the correct answer! i think

/etc/init.d/thttpd stop
Stopping thttpd: [ OK ]
[root@localhost html]# /sbin/service httpd start
Starting httpd: [ OK ]

-- (688), Wednesday, 23 August 2006 09:42 (nineteen years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.