A thread for boring computer questions.

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (2394 of them)

Ad-blocking s/w?

LATIN CAPITAL LETTER LJ (libcrypt), Saturday, 11 October 2008 17:39 (fifteen years ago) link

fixed

○◙i shine cuz i genital grind◙○ (roxymuzak), Saturday, 11 October 2008 17:40 (fifteen years ago) link

I'm using WinXP SP2, and in the command-line prompt, I can't get the tab autocomplete to work anymore. I've already gone into my registry and changed CompletionChar and PathCompletionChar to 0x09 in HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor, but that hasn't fixed it. Halp!

Leee, Monday, 20 October 2008 05:02 (fifteen years ago) link

Are you running "cmd" or "command"? Tab complete only works in "cmd" and you should be using that anyways.

Jarlrmai, Monday, 20 October 2008 08:37 (fifteen years ago) link

I'm running cmd.

Leee, Monday, 20 October 2008 20:18 (fifteen years ago) link

two months pass...

In the Terminal in OS X, if a string of numbers appears before your command prompt (and you didn't put them there), what do they mean? i.e.:

092-242:~ charlierosenylund$

I've tried Googling, but evidently haven't figured out a good way of formulating the question.

Charlie Rose Nylund, Friday, 16 January 2009 18:28 (fifteen years ago) link

Moments after posting that, I realized that those numbers are the last part of my IP address at the moment. Any idea why it's adding that to my prompt, or what the key condition is that's triggering it?

Charlie Rose Nylund, Friday, 16 January 2009 18:31 (fifteen years ago) link

That's your bash prompt, it can be customized to be whatever you want. The random numbers are probably something like process ID or hostname. Mine gives the current time and hostname.

redmond, Friday, 16 January 2009 18:31 (fifteen years ago) link

And now I've found a Metafilter thread that more or less explains it. Thank you, come again, try the rack of lamb, etc.

xpost Yeah, I was just wondering why the prompt was changing without being (ahem) prompted.

Charlie Rose Nylund, Friday, 16 January 2009 18:35 (fifteen years ago) link

echo $PS1 will tell you what's in yr prompt string.

Carne Meshuggah (libcrypt), Friday, 16 January 2009 19:00 (fifteen years ago) link

export PS1="\h:\u> " is all you need 8) the default here at work is to also have the full current path in the prompt but when you've got a 80 column terminal and 60 of that is `pwd`...

koogs, Friday, 16 January 2009 19:09 (fifteen years ago) link

Current value of $prompt in tcsh:

%n@%m\ \[%\{^[\[44m%}%.3%\{^[\[49m%}%\{^[\[0m%}]\ %\{^[\[36m%}%\{^[\[37m%}%#%\{^[\[0m%}\

Carne Meshuggah (libcrypt), Friday, 16 January 2009 19:17 (fifteen years ago) link

i find with those colour commands in your prompt bash sometimes has trouble if you're editing a command that spreads over the end of line - it doesn't distinguish between printable and non-printable characters in its counting. maybe this is a cygwin thing.

koogs, Friday, 16 January 2009 20:25 (fifteen years ago) link

in your prompt bash sometimes has trouble

^^^ source of trouble detected

Carne Meshuggah (libcrypt), Friday, 16 January 2009 20:27 (fifteen years ago) link

yeah, i should've stuck with DOS.

koogs, Friday, 16 January 2009 20:33 (fifteen years ago) link

You do know that good unix shells existed before Bash, right? If tcsh isn't yr flavor, try zsh or one of the million other less-buggy shells.

Carne Meshuggah (libcrypt), Friday, 16 January 2009 20:35 (fifteen years ago) link

not my server (cluster) unfortunately.

(can't reproduce the aforementioned problem with the colours on my laptop*, must be cygwin at work. or putty)

http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/ 8)

* fedora 9:
GNU bash, version 3.2.33(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.

koogs, Friday, 16 January 2009 20:52 (fifteen years ago) link

today's problem at work went as follows:

network accessible storage available on a dozen different machines, two different systems. one system has the jboss user as id 1000, the other has the jboss user as id 500, both read and write to the same directory structure... 755 permissions on all the directories...

and some of those directories have 470,000 files in them. just don't ls -l in the wrong place...

koogs, Friday, 16 January 2009 20:56 (fifteen years ago) link

That's a pretty well-known anti-csh rant, koogs, but it only applies to programming in csh. If you program in bash, expect to be bitten just as badly but in the balls.

Carne Meshuggah (libcrypt), Friday, 16 January 2009 22:35 (fifteen years ago) link

Also, Tom C is a well-known LOTR extras reject.

Carne Meshuggah (libcrypt), Friday, 16 January 2009 22:36 (fifteen years ago) link

Sooooo I got this portable backup drive (WD My Passport Essential) to backup my parents' ever increasing horde of digital photos. The WD software kind of sucks and adds unnecessary encryption on top of it, so I'm using the freeware Syncback.

When the drive isn't accessed (which is generally always, i'm the only one who looks at it) it powers down (good) and dismounts (not good). Problem is, the only seeming way to remount it is to open My Computer manually. This is bad, because I can't use Scheduled Tasks to open it/do automated backups.

Is there some Windows shortcut/function I can use to automount the powered down drive? Scheduled Tasks won't open My Computer and remount the drive. Right now I have to do all these steps manually.

Nhex, Saturday, 17 January 2009 20:53 (fifteen years ago) link

Annybody?

Nhex, Monday, 19 January 2009 05:05 (fifteen years ago) link

had similar problem with seagate drive under linux. apparently there was a windows tool available with the more expensive version that let you tune this behaviour and they made it more available when they realised people were having problems. (linux fix came later and involved echoing '1' to a /sys file)

lots of mac users are having the same problem but nobody on windows seems to be complaining.

have you tried writing a file to My Computer as a way of forcing a remount?

that bundled (rebranded) software sounds like an arse. lots of people calling it a virus as it's impossible to remove.

koogs, Monday, 19 January 2009 10:33 (fifteen years ago) link

I'll try writing a file to My Computer, thanks for the tips. That bundled software is not very good.

Nhex, Tuesday, 20 January 2009 19:05 (fifteen years ago) link

Uh... How can you write a file to "My Computer". Does it actually exist as a directory?

Nhex, Monday, 26 January 2009 01:05 (fifteen years ago) link

You aren't touching my computer, period.

Surfjan Stevens (libcrypt), Monday, 26 January 2009 01:13 (fifteen years ago) link

when i said My Computer i meant to try writing a file in the unmounted drive in order to poke it into life. this won't be My Computer but e: or whatever. it's just a bit more invasive than trying to just read the drive which you said wasn't enough to wake it.

(in linux you'd just end up with a file in the directory where the drive gets overlaid but hey...)

koogs, Monday, 26 January 2009 10:43 (fifteen years ago) link

one month passes...

Ugh, this is so stupid.

To make a long story short, I got coerced into being the "leader" of a Facebook group for a graduate class I'm taking that's taught by a 86-year old man. He's a great guy, and he's trying to get in touch with the "net generation", so he's always talking about Facebook and social networking, despite not knowing how to use it properly himself. So I'm his right-hand man on Facebook issues.

He's asked me to post a draft of a chapter of his forthcoming book on Facebook. It's a Word document. Of course, on Facebook you can't upload word documents and then share them with people in the group (at least I don't think you can). I've tried to explain this to him, but again, for the third time, he has sent me an email asking me to please post the draft on Facebook.

So basically I'm asking, does anyone know of a tinypic-esque website where you can upload a word document and then have a permanent link? So I can just post the link on Facebook?

This is all so retarded. He already sent the draft to everyone by email as an attachment, he just demands that it be on Facebook as well.

I f'd up the word rear (Z S), Tuesday, 24 March 2009 14:42 (fifteen years ago) link

Maybe an online word processor? http://writer.zoho.com/home?serviceurl=%2Findex.do

milk plasma (Jesse), Tuesday, 24 March 2009 14:46 (fifteen years ago) link

I actually came here w/ a question of my own: Why the hell does my clock (on Windows XP) keep gaining time? It's usually about 12 minutes ahead.

milk plasma (Jesse), Tuesday, 24 March 2009 14:47 (fifteen years ago) link

Yeah, there's that, and Google Docs, but if I did that I'd have to post a Facebook message to our group saying "Please go to Zoho/Google Docs and sign up, then go here to find the document, bla bla bla". The professor just wants it to be easily viewable (or at least, easily findable via link) on Facebook itself.

I f'd up the word rear (Z S), Tuesday, 24 March 2009 14:49 (fifteen years ago) link

Can faceboof deal with pdf? Would be preferable to word anyway, get cutepdf to output to pdf.

Prince of Persia (Ed), Tuesday, 24 March 2009 14:50 (fifteen years ago) link

Z S, couldn't you just copy and paste the doc into a Note on Facebook? Or is it too long to fit?

I KNOW WHAT YOU'RE UP TO (Colonel Poo), Tuesday, 24 March 2009 14:51 (fifteen years ago) link

As far as I know on Facebook you can only upload videos and photos. So I could convert it to pdf, but I still need somewhere to host it.

I f'd up the word rear (Z S), Tuesday, 24 March 2009 14:52 (fifteen years ago) link

It's about 25 pages, single spaced. But I guess I could try! No one's going to read it there anyway, since it's already in their inboxes as an attachment.

When I'm on my deathbed I'm going to look back at my life and bemoan the cumulative years of my life utterly wasted on pointless problems like this!

I f'd up the word rear (Z S), Tuesday, 24 March 2009 14:53 (fifteen years ago) link

ZS, can't you just copy & paste the text of the word doc onto a note/forum post in FB, or does it *need* to be a file? There are sites like megaupload.com and sendspace.com where you can upload files, but it won't make a tiny picture of the Word doc for people to click on, or anything like that :)

damn xpost due to a phone call, boo

she started dancing to that (Finefinemusic), Tuesday, 24 March 2009 14:53 (fifteen years ago) link

Blargh. Copy it and paste it into a note? wow - many xps in just 1 minute!

My other solution: tell him you did what he asked and convince him that he just can't see it.

milk plasma (Jesse), Tuesday, 24 March 2009 14:54 (fifteen years ago) link

how about scribd ?

(scroll down this page)
http://news.cnet.com/webware/?keyword=document+sharing

Ant Attack.. (Ste), Tuesday, 24 March 2009 14:55 (fifteen years ago) link

My other solution: tell him you did what he asked and convince him that he just can't see it.

Actually, that would probably work!

re: Scribd

Scribd would be great, but it's an application that everyone would have to install (and probably never use again). And getting the old man to figure out how to install it would be 99% impossible (he has a hard enough time just logging in and finding the group, especially since Facebook reorganized their whole front page).

I f'd up the word rear (Z S), Tuesday, 24 March 2009 14:59 (fifteen years ago) link

I say just SendSpace it and post a link.

plenty chong (libcrypt), Tuesday, 24 March 2009 15:00 (fifteen years ago) link

btw, posting it as a note won't work because it's supposed to be only for people in our group to see. It's a draft of his book, so he doesn't want it to be open to the public at all.

I tried to paste it into a group discussion topic, but only about a 1/3 of the chapter can fit into the topic, and it destroyed all formatting, fucked up the spacing between the paragraphs, the headers, etc.

aaaaaaaaaaaaggggh this is so stupid.

This is why I'm glad I scheduled in a meditation class this semester. I'm going to go get my zen on for an hour, I'll be back.

I f'd up the word rear (Z S), Tuesday, 24 March 2009 15:02 (fifteen years ago) link

I say just SendSpace it and post a link.

^^^^THIS^^^^^

This is exactly what I was looking for, THANK YOU!

I f'd up the word rear (Z S), Tuesday, 24 March 2009 15:03 (fifteen years ago) link

You can specify who can see a Note, btw

I KNOW WHAT YOU'RE UP TO (Colonel Poo), Tuesday, 24 March 2009 15:05 (fifteen years ago) link

Public google docs require no sign in afaik you just click 'publish as a webpage'

Jarlrmai, Tuesday, 24 March 2009 15:33 (fifteen years ago) link

Oh! You could use Google Publisher and make a webpage of the text.

milk plasma (Jesse), Tuesday, 24 March 2009 15:36 (fifteen years ago) link

Hey, I demand my Sendspace props! :P

she started dancing to that (Finefinemusic), Tuesday, 24 March 2009 17:20 (fifteen years ago) link

You suggested Megaupload, tho, which automatically deducts props.

plenty chong (libcrypt), Tuesday, 24 March 2009 17:28 (fifteen years ago) link

Oh shit finefinemusic, I didn't see that you had already made the suggestion!

OK I allocate 70% of my available props to you, another 30% to libcrypt for a strong seconding of your idea.

Of course you are free to trade/sell the props to each other if you have different perceptions of their value.

I f'd up the word rear (Z S), Tuesday, 24 March 2009 17:31 (fifteen years ago) link


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