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

 



Forgot your password?
typodupeerror
×

Comment Re:Run your own resolver (Score 1) 90

Oh I got this...

telnet 2001:4978:f:d9::2 80
Trying 2001:4978:f:d9::2...
Connected to cl-218.chi-02.us.sixxs.net.
Escape character is '^]'.
GET / HTTP/1.0
Host: www.midnightbsd.org

HTTP/1.1 200 OK
Date: Sun, 01 Jun 2014 17:02:59 GMT
Server: Apache/2.2.25 (MidnightBSD)
Accept-Ranges: bytes
Vary: Accept-Encoding
Connection: close
Content-Type: text/html

Comment Re:Merged back or fork? (Score 1) 379

I never said one should port to all platforms and architectures. There's a balance and that is mostly to do with the resources a software project or individual has. For example, I dropped Sparc64 support in MidnightBSD because I don't have the time to maintain it. It also took 2 weeks to build packages on my two sparc systems.

Comment Re:Jeez (Score 1) 575

I'm sorry but I don't buy this. Microsoft broke Windows 8.1's installer so bad that if you had a mouse driver installed for a gamer mouse, it would BSOD and die.

Mouse drivers are incompatible between 8.0 and 8.1! I haven't had a mouse problem since windows 3.1 to 95 update.

I think Microsoft has some quality control issues.

Comment Re:systemd hard dependency (Score 2) 693

Many people don't like launchd on OS X either. It uses XML configuration files and you get a hurd of apps spinning and waiting for resources. It's very easy to botch writing a good startup script.

The real issue is that systemd is a non compatible, poorly licensed solution and it intentionally is incompatible with every other unix system. If we're going to replace init with something else, it should be possible to actually run on more than one unix like operating system. There have been poor attempts to port launchd to FreeBSD for example. Nice in theory, but even that license isn't "good" with some folks. It also has a lot of depends on core foundation.

I actually think it makes sense to combine the jobs of init and cron because they have obvious overlap. However, making a kitchen sink kind of daemon that runs as root has obvious security implications.

The best possible solution is to come up with a daemon that can be used by several unix like operating systems so that scripts are compatible and things just work. The linux community will replace systemd and dbus in a few years because that's what they do. The rest of us have to live with these decisions for some time.

Comment Re:Twitter (Score 2) 40

I second this. As a software developer, I deal with weird issues with vendor products I have to support and extend. I've had great luck communicating with their product support folks via twitter. It literally saves hours waiting for email responses.

We also use Google Plus to communicate at work through a private community. It's actually scheduled to replace a good part of our current intranet site. It's been a lot quicker for us to just use that rather than maintain the custom solution we were using. We also can search it effectively and the teams have been good about tracking it as we use a full google stack at work (Gmail, drive, etc) so they get the notifications regularly.

Like any tools, it depends on how you use them.

Comment Re:Viable Replacement? (Score 1) 242

You can do dynamic updates with BIND or windows DNS. There are perl modules to do it or you can run one of several possible command line utilities to update the ip address.

When I was still in college, I had a cluster of machines that I used for building packages for my BSD project. They were behind a NAT, but I had SSH access to them only they were also on DHCP. I setup a script that ran periodically on them to send their current IP address to a public facing website I ran and logged the IP to a mysql database. Then I had another process that would update the dns record securely after some sanity checking if the IP changed. I didn't want the nodes to have the update key for my DNS server and that's why I went through the crazy intermediate script + database.

Comment Re:pfsense (Score 1) 187

This doesn't help him. He wants windows firewall or norton internet security level of firewall (but for linux) for his own computer.

I'm a huge fan of pfSense, but it's not a desktop OS.

Honestly, I think the OP needs to realize that even today, Linux requires a little command line foo. Look at the official ubuntu documentation and turn on the firewall. Blocking incoming traffic is sufficient on Linux most of the time. There's much less malware that will connect out and cause harm.

See https://help.ubuntu.com/12.04/... if you want to get into some gritty details. This is the server guide, they may have a more user friendly desktop guide, but it should still be useful.

Comment Re:how do you convince microsoft (Score 1) 353

It depends. I just had to replace the motherboard, processor and RAM in my desktop recently and while I had to reactive windows, windows 8 was able to do it without a full reinstall. This was an AMD to Intel switch too.

It probably wasn't as clean as a fresh install, but it worked fine.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...