459 Posted Topics
Re: Considering you can get a quad-core sandy-bridge i7, with up to 16G of ram, not really sure how it's much slower than a normal computer. But you can believe what you want :D | |
![]() | |
Re: The server time wasn't the issue, it was the javascript stuff she was using for the forum software :D | |
Re: My wife uses SkullCandy: [url]http://www.skullcandy.com/shop/headphones/earphones-earbuds.html[/url] They work great, she has had them for over a year. They also have a Lifetime Warranty, so I'm sure that helps :D | |
Re: There were some server issues last night, but everything should be back up now. If you continue to get *any* errors, please let us know :D | |
Re: I've actually looked into Full Sail university before DaniWeb ever mentioned them. Supposedly, they are *really* good, if you are willing to commit the time to them. Most of those technologies are going to be used for a *long* time, although personally I wouldn't invest too much in flash now … | |
Re: At this point, just use Linux, it's free, open source, but as stated, if you want to keep with the times, you need to upgrade. This goes for everything, not just computers. You don't really see houses made of logs, or cars that require a crank start anymore. And just … | |
Re: Personally, I wouldn't run Solaris on an x86 server. Redhat Enterprise is definately starting to shape up to a decent server OS. Debian is nice, but you won't find it on my server. Ubuntu is more for desktop end-user than it is for a server. If you can find a … | |
Re: Mail was backed up, most of it should go out in the next hour or so. | |
Re: I'm super excited about it, with this launch, they also took the price of the 1st generation ipad down $100 across the board. You can get the 16GB wifi for only $399 brand new through their clearance section. Source: [url]http://store.apple.com/us/browse/home/specialdeals/clearance/ipad?mco=MTM3NDc1NzM[/url] | |
Re: [B]I bet you a new car that my brakes are better than yours.[/B] | |
Re: This definately messes with some of the Daniweb code :D | |
Re: Unfortunately, these issues are still happening, we now have an idea of the causes, and are working on (multiple) solutions. | |
Re: [quote]Are you married[/quote] Yes. And.. It really does change everything :D | |
Re: [quote]Your score is 1.3333333333333333. You are not a conspiracy theorist. You have probably read a few stories from the alternative press, or seen the occasional hard-hitting 60 Minutes segment, and been angered by them, but you will never do anything about it.[/quote] Really? That site was clearly misled. | |
Re: Normally this issue is caused when they have the function key locked in place, however that wouldn't describe how running spybot fixed some of the issues but here are some things to check: 1. Hold down Fn and the key that has the blue lock on it 2. Check to … | |
Re: As stated with the previous replys, Apple computers are a great purchase, and would highly recommend them. Using Parallels desktop or VMware fusion, will allow you to run visual studio without even rebooting into a windows install. If you still want a native install, bootcamp is wonderful, and will do … | |
Re: I saw this on my wife's iBook about a year ago, and replacing the hard disk seemed to resolve the issue. If you have access to an external CD drive, you can attempt to boot from that, but hers didn't allow boot access until after the hard drive was replaced, … | |
Re: By default, dig will use the root servers, and work it's way down to the "correct" host. You can use dig with the +trace option to see exactly what path it's taking to get the results you are seeing. Applications such as "host" will use the system resolvers, but even … | |
Re: On that note, I would recommend looking up your monitor specifications, because some support an even higher refresh rate, and over time, that is a setting that becomes very obvious. | |
Re: Considering you are using the name 'administrator' most likly this is a windows NT/2k/xp machine as those are the only Operating systems that use that name specificly. You can download a bootdisk to change this password from: [url="http://home.eunet.no/~pnordahl/ntpasswd/"]http://home.eunet.no/~pnordahl/ntpasswd/[/url] ** WARNING - Do Not do the following unless you are an … | |
Re: The email server should be working correctly in a little bit, it appears to have freaked out when the database misbehaved, and we're getting it squared away now. | |
Re: I would have loved to be there, unfortunately schedules didn't allow it to happen. | |
Re: You will need to escalate your privileges to 'root', which can be done using the following command via terminal: # sudo su - <type in your user password> You can then use "cd /" to reach the root filesystem. | |
Re: Every time there is a "Unavailable" message, an email is automatically generated and sent anyway. The reason we ask you to also send an email on that page, is just in case there are issues with the web servers that cause them not to send those messages. I'll talk with … | |
Re: Unfortunately, no, there isn't. Unlike windows, OS X can only be installed on Apple Hardware, which prevents any of the VM manufacturers from being able to produce a OS X VM environment like VMware Fusion does with Windows (which allows you to run windows software). | |
Re: My personal views on this were a little bit mixed at first, I was livid they were getting rid of the unlimited data plans, until I started to do a little more research. On our Family plan of 5 people, 3 of which with iphones, here is how it breaks … | |
InMethod has come out with a utility that if properly handled, could be the future of personal media. Right now, there are still some things they could do better, but their current iPhone/iPad apps allow you to play any number of media formats on a device that would otherwise be … | |
Re: You can only do it within 30 minutes of making the post, after that, it becomes locked and un-editable. | |
Re: Personally, I think this thread is uncalled for. She said she was going to look into alternatives for the rollover thing. This is a compromise for people like me who HATE seeing a quote that is 1-2 pages long that is something I've already read and have to skip over … | |
Re: To do this with a server side language, like perl or bash, you would be using CGI scripts. These scripts would then do things on the server, so for instance, I have a website that allows me to click a button to start a download on my remote machine, the … | |
Re: This may be a result of the files being updated to the newest release, can you confirm that there are files in /usr/share/fpcsrc/2.4.0/, or can you double check what folders are in the parent directory: /usr/share/fpcsrc/ This is likely due to a dependency not being installed correctly, or in the … | |
Re: You will also need to enable IP Forwarding if your going to use the system as a router. in /etc/sysctl.conf, you would add the following lines [code=file]# Controls IP packet forwarding net.ipv4.ip_forward = 1 [/code] Then load the changes with "sysctl -p" | |
Re: Sourcing the files should take care of that, but what you may want to do is put a little more debug output in your script. "source" isn't a command, it's a bash command, so make sure that all of your startup scripts are calling #!/bin/bash or where ever it is … | |
Re: From another account, if you bring up the "Terminal" application, you can type "sudo su -" and put in your user password to get "root" level access to access the files from all the accounts. If this doesn't work you can try "su - <username>" and type in their password … | |
Re: This is an old thread, but the following information is valid. The iPhone sdk is free from apples website, and has some great documentation. The only issue is that you need to have xcode, which only runs on os x. In order to publish your application to the app store … | |
Re: I personally find this interface more user friendly and easier to read than than the last one, and this happens every time she changes it, a few people say it sucks, then everyone gets used to it and likes it a lot, and complains when it changes again. Some of … | |
Re: Good luck with that, this community generally likes people that are wanting to learn, not those looking for a cheap way out. | |
Re: Laptops have the key on the bottom, if it's not there, HP can help you if your under the warrenty period, otherwise you'll have to contact microsoft. | |
Re: I'll get with Dani about it, the page shouldn't be trying to request 40M of memory, the current PHP limit is set to 32M. | |
Re: It appears that comcast has blocked the mail server. I'll contact them to get this fixed. | |
Re: Their diagnosis is sound, usually when machines do this it is the motherboard, however there are rare cases that a power supply could do this too. Do you hear the power on self test beeps during the 30 seconds it's on? | |
Re: The next big thing is going to be TV providers that are going to send video over your internet connection.... Oh wait, we're already doing that. The ability to load a High-def blu ray movie over the internet at the push of a button for on-demand watching is the next … |
The End.