Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Persistent myth? (Score 3, Informative) 705

Maybe. I see what you are saying, but as a counter-example, I sometimes run tcpdump from within my home directory when troubleshooting problems. tcpdump has to run as superuser, and I have a lot more faith in giving myself and other admins permission to run "sudo tcpdump" than running tcpdump setuid 0. Again, maybe I'm just missing something, but I really don't have a huge problem with tcpdump (or other admin tools) writing UID 0 data to an admin user's home directory.

You don't have to be root to use tcpdump. On ubuntu, do this:

sudo aptitude install libcap2-bin
sudo setcap cap_net_raw,cap_net_admin=eip `which tcpdump`

If you run: getcap `which tcpdump` and it shows: /usr/sbin/tcpdump = cap_net_admin,cap_net_raw+eip then you're good to go. Now try running tcpdump as a regular user.

Games

Capcom 'Saddened' By Game Plagiarism Controversy 163

Capcom's recent release of action platformer Maxsplosion for the iPhone caused indie developer Twisted Pixel to call Capcom out for copying the concept from their successful Xbox Live game 'Splosion Man. Twisted Pixel said they had no plans for legal action, since they were "too small to take on a company like Capcom." The indie studio had even pitched the game to Capcom for publishing at one point, but were declined. Now, Capcom has released a statement denying that Maxsplosion's development team had any knowledge of the meetings and saying, "MaXplosion was developed independently by Capcom Mobile. Nonetheless, we are saddened by this situation and hope to rebuild the trust of our fans and friends in the gaming community."
Communications

'Zombie' Satellite Returns To Life 98

realperseus writes "The American telecommunications satellite Galaxy 15 has been brought under control after spending most of the year traversing the sky and wreaking havoc upon its neighbors. The satellite is currently at 98.5 degrees west longitude (from 133 west). An emergency patch was successfully uploaded, ensuring that the conditions which caused it to 'go rogue' will not occur again. Once diagnosis and testing have been completed, Intelsat plans to move the satellite back to 133 west."

Comment Re:oh man (Score 1) 316

Sorry to hear that, but glad I'm not the only one. I've been having these EXACT same issues with my TiVo HD and Charter. We've had horrible to non existent service, many pointless calls to tech support and a multitude of techs coming out to tell is everything is just "fine", when it obviously hasn't been. It would be nice if there were some true competition in the marketplace, so that I could just use another cable company. There's no Verizon FIOS or ATT U-Verse service at my address, so my choice is charter or satellite.

Comment Re:PIA (Score 1) 718

Ubuntu recently uses sysvinit to handle the manipulation of services. I believe 10.04 (and 9.10) have the "sysvinit" package by default. This allows you to manage services the same way you would on redhat:

sudo service samba force-reload
sudo service ntpd stop
sudo service network restart

Before sysvinit was included by default you would use:

sudo /etc/init.d/samba restart

Comment Re:PIA (Score 1) 718

nautilus-gksu was an honest hint. Not being a dick there. I know it's not obvious, and I only found it after searching through synaptic.

Otherwise, I almost doubt you've ever really used Ubuntu or Linux at all. The vast majority of config files are in the standard location as on any other manistream distro. Samba? /etc/samba/smb.conf same place on Debian/Ubuntu as it is on RedHat. Just try googling for "samba config location". The first two results come from those "notoriously bad" ubuntu forums, and also provide a multitude of other guides and information about further configuring samba. Don't want to configure samba manually? Right click on a folder, select "Sharing Options" and then click on the checkbox that says "Share this folder".

Comment Re:PIA (Score 1) 718

But no, I have to open the CLI, type sudo nautilus, and re-navigate to and re-edit the file.

If you have to open nautilus as root, then you're doing it wrong.

aptitude install nautilus-gksu

Installing that (log out, then back in) will add an "open as root" or something similar to the right click of menu of nautilus. Suse has this package installed by default. Ubuntu might think that's "too advanced" of a feature for the user base they are targeting.

Comment Re:PIA (Score 1) 718

the GUI is just awful because it doesn't allow for easy 'run as root'.

aptitude install nautilus-gksu

Want to edit smb.conf, you are SOL unless you go through CLI or create a custom link to your favorite editor. I have no problem going CLI only either, except that in Ubuntu 10 everything has been moved into a slew of *.d directories. As a newbie to 10, where the hell is anything you are looking for?

I use this thing called the Internet when I want to find out about things I don't know about. This company called "Google" came up with this great way of helping you find all sorts of information. Check it out sometime, http://google.com

Often my biggest issue in Ubuntu is not so much that I dont know what I want to do, but rather, I cant find what I want to do. I ahve pretty advanced knowledge of firewalls and routers but WTF do you do when you cannot find the conf file or force it to reload?

See above.

or at the least work on encouraging the community to be more active.

Just what exactly does this mean? There is a gigantic community built around Ubuntu. From the thousands of people that translate Ubuntu into their local language for free, or the ones who run the LoCo teams, or the people who spend their time testing new releases and reporting bugs, or the people who submit patches to bugs that do get reported, or the people who spend their time in the IRC channels helping out people having problems or the people who spend hours adding and refining the vast amount of information contained in the wiki. Really.. if you can't find the community around Ubuntu you aren't looking very hard.

Slashdot Top Deals

It is much harder to find a job than to keep one.

Working...