Fugu.
― libcrypt, Monday, 28 July 2008 15:09 (sixteen years ago) link
Note that if you are not actually using SFTP, but instead, accessing CIFS shares, then OS X does come with similar functionality built into the Finder.
― libcrypt, Monday, 28 July 2008 15:13 (sixteen years ago) link
begging the answer? i'm just trying to know the requirements before i try suggesting a solution. furthermore, sometimes people already know the answers to their problems. they just need to identify what the problem actually is by talking about it.
sry for treading on yr question answering turf.
― msp, Tuesday, 29 July 2008 05:14 (sixteen years ago) link
on my work PC, you can access servers through the "my network places" function, which basically operates as a simple SFTP program. is there a similar built-in feature on macs, or do i have to download a separate SFTP program?
You're talking about SMB sharing, which OS X has. Under the System Prefs there's a "Sharing" or Network area, to the best of my recall, which will allow you to turn on or off Personal File Sharing. As for finding other computers on the network, that's sometimes a function of being logged into a Windows domain and you should be able to still connect directly even if you can't see the directory with smb://machinename
― mh, Tuesday, 29 July 2008 14:21 (sixteen years ago) link
a mysterious red line has appeared across the center of my computer screen. it is actually slightly off center. it is a vertical line. i tried restoring my computer to a previous state, but that has not removed it. very very strange.
― youn, Wednesday, 30 July 2008 16:58 (sixteen years ago) link
probably a monitor problem then
― DG, Wednesday, 30 July 2008 16:58 (sixteen years ago) link
CyberDuck is less clunky than Fugu
― Catsupppppppppppppp dude 茄蕃, Wednesday, 30 July 2008 17:41 (sixteen years ago) link
i've used fugu and cyberduck and they both suck compared with the program i have on my work pc (winftp)
― n/a, Wednesday, 30 July 2008 18:01 (sixteen years ago) link
MySpace question...So I found an html code for MySpace and changed the background color...Now I want to add an animated gif on that background. What code do i put in? FYI, here's the code i've been using: http://tinyurl.com/6eszrt
― Tape Store, Wednesday, 30 July 2008 18:09 (sixteen years ago) link
Codes for Changing your Myspace Background Image
http://www.davesite.com/webstation/html/myspace_backgrounds.shtml
> Now I want to add an animated gif on that background.
it's like the 90s never happened...
― koogs, Wednesday, 30 July 2008 18:49 (sixteen years ago) link
i've used fugu and cyberduck and they both suck compared with the program i have on my work pc (winftp)-- n/a, Wednesday, July 30, 2008 2:01 PM (1 hour ago) Bookmark Link
-- n/a, Wednesday, July 30, 2008 2:01 PM (1 hour ago) Bookmark Link
Must be a really good program if a google search for it is all malware and spam pages
― Catsupppppppppppppp dude 茄蕃, Wednesday, 30 July 2008 19:14 (sixteen years ago) link
I use Transmit.
― libcrypt, Wednesday, 30 July 2008 22:03 (sixteen years ago) link
gah, that html myspace thing isn't working for me, i copied and pasted it where the other body edits were, and it's still not showing up. :( And it's a very large animated gif, a series of paintings
― Tape Store, Thursday, 31 July 2008 05:00 (sixteen years ago) link
I use Filezilla for FTP and SFTP.
a mysterious red line has appeared across the center of my computer screen. it is actually slightly off center. it is a vertical line. i tried restoring my computer to a previous state, but that has not removed it.
It's your monitor, and it's probably not fixable.
― Forest Pines Mk2, Thursday, 31 July 2008 08:24 (sixteen years ago) link
Is the line there if you turn the monitor on not attached to the PC?
― Jarlrmai, Thursday, 31 July 2008 10:35 (sixteen years ago) link
It's a laptop. That's a good test, but I don't think I can carry it out.
― youn, Thursday, 31 July 2008 23:09 (sixteen years ago) link
Guys, i got the animated gif to work, thanks
― Tape Store, Thursday, 31 July 2008 23:09 (sixteen years ago) link
how do you find and remove duplicate files ? during the past dozen years i amassed a few hard disk drives and over time a portion of that space got cluttered with dupes after making some recoveries/ backups all over the place
i tried the first hit on google for that: duplicate file finder. it's visualisation isn't too clear to me and since it froze on me a few times i would be tempted to try something else before giving it another go
― Sébastien, Monday, 11 August 2008 04:03 (sixteen years ago) link
anyone else having problems using zshare? (won't stream, goes back to preview page if you try to download.) google gives me some mutterings about uk isp blocking, but then also similar complaints from india and africa.
the streaming does work via a proxy (albeit not for larger files).
― r|t|c, Monday, 11 August 2008 08:20 (sixteen years ago) link
http://www.digitalspy.co.uk/forums/showthread.php?t=766454
bogon filters :(
― r|t|c, Monday, 11 August 2008 08:23 (sixteen years ago) link
How come youtube no work for me no more? Nine times out of ten the vids stall after 20% or less, often they don't even load enough to start playing. Doesn't matter what other network traffic I have. Doesn't matter what browser. No problems with other video sites or large downloads.
― ledge, Monday, 11 August 2008 19:01 (sixteen years ago) link
I ended up using libiconv for the character encoding conversion.
― youn, Monday, 11 August 2008 22:31 (sixteen years ago) link
google gives me some mutterings about uk isp blocking
yeh, this has become INTERNET FACT! without a shred of decent supporting evidence. it may well be true, but i'm not so sure.
― grimly fiendish, Monday, 11 August 2008 23:48 (sixteen years ago) link
how do you find and remove duplicate files ?
If you have a Unix machine, this command will find identical files within a folder called folder_path. It works on machines with the GNU userland tools, and may well work on a Mac (although I haven't tried it). There is a tiny tiny tiny chance that it will match files that aren't actually identical, if there is a hash collision.
find folder_path -print0 | xargs -0 md5sum 2>/dev/null | sort | uniq -w32 -D
― Forest Pines Mk2, Tuesday, 12 August 2008 12:23 (sixteen years ago) link
When I open an email from a colleague sent to my g00glem@il address (via Mail on a Mac), five (5) windows open, which all say:
A problem has been detected with the font in the font file $C. The system will attempt to disable this font, but to avoid future problems, you should quit all of your open applications and remove this font file or replace it with a new version.
I've tried to work out how to do this but can't find anything pertinent in the Help file that will let me behind the scenes anywhere to do this. Never had anything like this before, and I can't see any weirdo fonts in the email...
― ljubljana, Wednesday, 13 August 2008 13:21 (sixteen years ago) link
The easiest way to handle it is to go to Gmail and delete or reply or whatever.
If you want to get to the root of the problem, open the mail in source view if you can and look for any offending font tags.
― libcrypt, Wednesday, 13 August 2008 13:35 (sixteen years ago) link
Thanks libcrypt - don't seem to be able to get to source view, but will have another go at that later and in the meantime will go to gmail.
― ljubljana, Wednesday, 13 August 2008 13:43 (sixteen years ago) link
Hello,
My router seems to have died. While the thing is still on (there are lights at the back, where the cables plug in) the three lights on top of it, which all go green when it's working properly, resolutely refuse to turn on at all, in any colour. And the internet doesn't work.
So I guess it's died? It's quite old - at least 6 years or so. A Speedtouch 510. The question is: can I just go to Dixons and buy a new one? And if so, how easy is it to make it work? Will I need to know long-forgotten passwords and DNS addresses and stuff? I have a separate wireless doodah which plugs into to this router and makes wireless work, and that's still okay as far as I know.
I have a PC btw. Thanks in advance...
― Mark C, Monday, 18 August 2008 13:46 (sixteen years ago) link
no, if its a new router it will be like a new wireless network so youll have new password etc that youll set up. Its easy peasey. Just make sure you get a router that is compatible with the same letter as your wireless card eg 802.11b or 802.11g or n etc I think most newer routers will cover all bases.
― sunny successor, Monday, 18 August 2008 14:42 (sixteen years ago) link
automatic updates has just offered xp service pack 3. im using a cracked copy of windows xp pro. if i d/l this sp3 will it recognise my pc is non-legit and do bad things? is sp3 really necessary?
― s.rose, Tuesday, 19 August 2008 15:20 (sixteen years ago) link
i think it probably will.
PC Mag on SP3:
The new stuff isn't particularly noteworthy, and the rest has been available already through Windows Update. SP3 functions primarily as a collection of past fixes with a few security additions. SP3 is most certainly essential for anyone who hasn't applied SP2, and for those who haven't kept up with the Windows Update downloads, but if you've been on top of things, SP3 won't do much for you.
DO NOT DOWNLOAD.
― sunny successor, Tuesday, 19 August 2008 20:20 (sixteen years ago) link
ah phew, thanks sunny!
― s.rose, Tuesday, 19 August 2008 20:33 (sixteen years ago) link
no problem!
― sunny successor, Tuesday, 19 August 2008 20:44 (sixteen years ago) link
My Mac claims to convert Word docs to pdfs with no loss of resolution. But it looks to me as though it does lose a bit.
Also, it seems to increase the font. I'm typing in Ari3l 10 and it seems to increase it to about 11/11.5 (I'm looking at it at 100% of normal size). I need to ensure that what appears on the printed page appears as Ari3l 12.
Am I imagining things?
― ljubljana, Sunday, 24 August 2008 15:48 (sixteen years ago) link
GOD these questions are so fucking BORING
― s1ocki, Sunday, 24 August 2008 15:48 (sixteen years ago) link
I aim to please
― ljubljana, Sunday, 24 August 2008 16:00 (sixteen years ago) link
Are you using Acrobat, Word, or the built-in print-to-PDF function to convert to PDF?
Also, why are you googleproofing "Ariel"?
― libcrypt, Sunday, 24 August 2008 17:31 (sixteen years ago) link
Also, MS Word's notion of "100%" really has nothing to do with anything real, so you cannot compare how it looks on-screen to how another app displays at "100%".
― libcrypt, Sunday, 24 August 2008 17:36 (sixteen years ago) link
hehe, I also wondered this, but figured ljubljana was at higher levels of 1337d0m than me.
― Z S, Sunday, 24 August 2008 17:59 (sixteen years ago) link
My inner dork wanted to say that the best way to Googleproof Arial is to spell it correctly.
― libcrypt, Sunday, 24 August 2008 18:02 (sixteen years ago) link
I'm using the built-in print-to-PDF. I found an online pdf converter, but that explicitly said to expect a loss of resolution. Would I be better off using Acrobat?
Glad the %s are all relative.
Whoops, I knew something looked funny about Ariel. God knows why I googleproofed it, I guess some part of me thinks that Aria/el is the subject of constant geek searches and I might bore them...
― ljubljana, Sunday, 24 August 2008 18:23 (sixteen years ago) link
Part of the problem with comparing MS Word's on-screen display size to native tools is that Mac Office is still stuck in the late 80s/early 90s, when Macs had 72 ppi (pixels per inch) and PCs had 90 ppi. Hence, to get Office apps to "look the same" on both PCs and Macs, it was necessary to scale down pixel measurements on Mac. For god knows what reason, the MS MBU still thinks that Macs all operate at 72 ppi: A MacBook bought today, for instance, will have about 110 ppi. Hence, Mac Office apps at "100%" display graphics a lot smaller than they should, and in particular, display them differently than OS X's native tools do.
Loss of resolution should only be a possibility when creating a PDF when yr document contains raster graphics. If it's only text, then any self-respecting converter will lose no resolution whatsoever. This includes print-to-PDF on OS X, Acrobat, and save-as-PDF in Word. If you do have raster graphics (e.g., photos) in yr document and you are concerned about loss of resolution, then Acrobat is probably the best tool to use. You can explicitly control issues such as these in Acrobat, and in particular, you can specify that no resolution is lost in the conversion.
― libcrypt, Sunday, 24 August 2008 18:59 (sixteen years ago) link
Ah, so that's why I always have to display docs at 125% on my Macbook.
Re resolution: great, thanks - that's very reassuring. I've got only text in there, so I think it must be my imagination that the OS X converter causes loss of resolution.
Sorry, one more question. Will margins stay the same? I have to print the little bugger with a minimum 40mm lh margin so that it can be bound. (I realise the answer is almost undoubtedly 'yes' and paranoia has taken over).
― ljubljana, Sunday, 24 August 2008 19:17 (sixteen years ago) link
I would expect everything to stay the same, including margins. Can you not print a test sheet before you send it in?
― libcrypt, Sunday, 24 August 2008 19:23 (sixteen years ago) link
I assumed ljubljana didnt want princess mermaid fans invading this thrilling thread.
― sunny successor, Monday, 25 August 2008 16:20 (sixteen years ago) link
sorry, totally missed this reply yesterday. I'm staying at a friend's, I wanted to print off tests but her printer is knackered. If I can't successfully pdf it I'll have to reformat the whole thing on a PC in the uni library - and if I have to do that, I need to know now as I'm pulling an all-nighter tonight to get it in... and that would shave an hour or two off the time available... but it sounds as if it will be ok.
Sorry, I have turned this thread into boring AND naive computer questions...thanks for bearing with me!
― ljubljana, Monday, 25 August 2008 18:50 (sixteen years ago) link
Two questions:
1. Why is it right after I post an ILX message in IE I get a totally blank white screen?
2. You know how some websites will have "lo-fi" and "hi-fi" versions of their websites to suit users with slow internet connections? Well, I'm always getting the "lo-fi" version whenever I use Firefox. Why is this?
― Mr. Snrub, Saturday, 30 August 2008 02:55 (sixteen years ago) link
Can anyone recommend me a free AVI joiner/splitter for Mac?
― Rock Hardy, Sunday, 31 August 2008 20:37 (sixteen years ago) link
god I feel like a moron but humour me please
how do I make firefox 3 (by default) add RSS feeds to netnewswire and not google reader??
― thanksbutnothanksonthatbridgetonowhere (cozwn), Friday, 12 September 2008 00:09 (sixteen years ago) link
tools - options - applications is where you set the content type mappings. dunno if this works for rss (actually, i think it does - 'Web Feed')
― koogs, Friday, 12 September 2008 08:32 (sixteen years ago) link