-
• #277
hehe, my boss at the last permanent job I had typed:
sudo rm -Rf /
Then instead of doing a tab to autocomplete he pressed enter ... followed by a panicking flurry of ctrl-C and the realization that the OS was already seriously damaged ...
-
• #278
Send him this..
-
• #279
love it
might get that meself -
• #280
Thank you will do that in a minute
still seems to be inflating.
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
replace jre-6u22-linux-i586.rpm? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: jre-6u22-linux-i586.rpmThank you so far still having this java issue.
-
• #281
I haven't a Solaris box at hand, but that sounds like an amusing mistake.
Indeed - not my box either... has been fixed (think they just set it all to 755...)
Won't be doing that again in a hurry :) -
• #282
Came to the conclusion the other day that Linix is a bit shit ... so I stuck to Windows 7 and OpenBSD. Far simpler life.
-
• #283
Linix?
-
• #284
Linix?
Serves me right for typing it on my phone.
-
• #285
Serves me right for typing it on my phone.
Really? It has a consumer broadband IP address. I guess you could've been using Wifi at home tho'.
-
• #286
I was using the Wifi at home, I was sat in the lounge watching some tele.
-
• #287
http://www.andreas-diesner.de/garminplugin/
My brother just sent me this- thoughts?
Has anybody tried this?Bernie has a Forerunner 305 and Windows is being a bit of a bastard.
-
• #288
I'm struggling to get a USB drive on my Ubuntu system Samba shared so that I can access it R/W from a Windows box.
Is there anyone near Herne Hill who could sort this out for me in ten minutes, so that I can buy them a beer? Not got much access to the forum right now, with a 9 day old baby keeping me busy, so online help isn't much good...
-
• #289
I assume you have samba installed, configured & running?
Have you used smbclient to test it locally? If that works it's probably the firewall. If not you haven't set it up correctly.
I say that as someone who has never used Ubuntu, I'm a RHEL/Centos/Fedora man, but I assume you have the same utilities.
-
• #290
Yes, I have samba running fine and can share folders on the main drive, just not the plugged in USB drive (FAT32 format I think). It shows up in Windoes explorer but cannot open. I think it is an authentication problem...
Error message:
"\ubuntu\share is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
Network access is denied."
-
• #291
ls -l and check the use permission on the usb drive
then chmod as needed or add samba group (I'm guessing there is some sort of samba group).
-
• #292
I can't believe it's taken me this long to learn about pushd and popd.
-
• #293
Yes, I have samba running fine and can share folders on the main drive, just not the plugged in USB drive (FAT32 format I think). It shows up in Windoes explorer but cannot open. I think it is an authentication problem...
Error message:
"\ubuntu\share is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
Network access is denied."
In that case it's almost certainly permissions then. Does it have the same owners/permissions as the other shares?
-
• #294
I can't believe it's taken me this long to learn about pushd and popd.
haha yeah me too, remembered about it a couple of weeks ago and thought - why on earth did i forget about this awesomess just a shame that not all shells support it :(
-
• #295
in your smb.conf (in /etc/samba/ usually) , what settings do you have for that share?
Yes, I have samba running fine and can share folders on the main drive, just not the plugged in USB drive (FAT32 format I think). It shows up in Windoes explorer but cannot open. I think it is an authentication problem...
Error message:
"\ubuntu\share is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
Network access is denied."
-
• #296
Just looking through smb.conf I found this so alter for your usb drive should work.
[code]A sample share for sharing your CD-ROM with others.
;[cdrom]
; comment = Samba server's CD-ROM
; read only = yes
; locking = no
; path = /cdrom
; guest ok = yes[/code] -
• #297
might also want:
map to guest = bad user
set too (depends on your samba security config tho)
-
• #298
I can't believe it's taken me this long to learn about pushd and popd.
I never use it
$ cd -
-
• #299
Using arcane commands is usually only good for scaring a MacOSX user when you jump on their machine to sort a website bug ... always fire up terminal .. just to shit them up.
-
• #300
Hehe, I had the same with pbcopy/pbpaste the other day, on OSX ... kicking myself for my stupidity now, mouse-selecting stuff all over the place.
I haven't a Solaris box at hand, but that sounds like an amusing mistake.