In this article, we will learn about on-premises Free SQL Azure development tools and how Azure developers can use these tools in their day to day development activity.
In this article, we will learn about on-premises Free SQL Azure development tools and how Azure developers can use these tools in their day to day development activity.
I noticed today on my phone (Droid X running Android 2.2.1) that when streaming the Ubuntu One app would skip to the next song before the previous one had finished.
Looking into it, one of the mp3s downloaded from the server was only 2.5MB instead of 4.2MB as it shows on the server itself via one.ubuntu.com.
It's happened with multiple tracks today (I remember it happening once the first time I used the app too but shrugged it off as a glitch).
The app itself shows a star on the playlist item indicating the file was downloaded even though it was apparently cut off for some reason, perhaps lack of good cell coverage, or some sort of dropped connection. It seems like the latter may be happening and instead of showing an error or retrying it just stops and shows the download is complete.
Is there a virtual memory management process that would allow a program to use the standard container structures and classes, but retain these structures and their data when the program is not running (or being used), for use by the program at a later time?
This should be possible, but can it be done without changing the source code and its (container) declarations?
Is there a standard way of doing this?
I've setup my own VM running Ubuntu 10.04, LAMP and ISPConfig 3. I would also like to add Git, and give access to to closed group of developers working on their own private projects, essentially operating it as a shared hosting production server.
Before I go installing software on the server gung-ho, I would like to know;
a) Is this possible?
b) Is it a good idea? (How else could one achieve a shared but private environment?)
c) Is the installation of Git any different in this situation?
In my recent SQLBits conference session, Through the Virtual Looking Glass available to watch here , I spoke about monitoring SQL Server in a virtualised environment. We looked at good and bad contention, where resource pressures which can adversely affect SQL Server might come from and most importantly how we can monitor the environment to detect them. Since then, I’ve been in discussions with some of the Microsoft product team who are focussed on optimising Windows 8 Hyper-V and SQL Server...(read more)
Microsoft's chief privacy strategist tells CFP conference attendees that protecting and ensuring accountability for user information requires the participation of a wide group.
Today we announced Google App Engine for Business , with a host of new features to help enterprises run their business applications on Google’s infrastructure (read our blog...
I have had this problem for a couple of years, probably due to the fact that all my settings get transferred when I log into Chrome:
Most videos on the net play fine using Chrome, but on certain site none of the videos will play. This is not due to wrong codecs or something, because opening the same video using Chrome's Private Browsing Mode will play it just fine.
Since most (all?) extensions are disabled when using Private Browsing Mode, I guessed the problem had to be found in my extensions, so I disabled all and also disabled developer mode. The problem persisted ...
Example html5 video from the W3C plays fine
This video from Pecha Kucha does not
<b>The H Open:</b> "Free software has won: practically all of the biggest and most exciting Web companies like Google, Facebook and Twitter run on it. But it is also in danger of losing, because those same services now represent a huge threat to our freedom..."
So you've decided to leverage social media with an application you hope will go viral. Are you prepared to log signups at a rate of 20 per minute, 1,200 per hour and 670,000 in five weeks? Can you handle 50,000 signups in one day? Here's how the Outback Steakhouse restaurant chain, in cahoots with Florida ISV Thuzi and Windows Azure, turned a free appetizer offer into a Bloomin' success--and how others are following suit.
<b>ComputerWorld UK: </b>"One of the key thinkers in the free software world is Eben Moglen. He's been the legal brains behind the most recent iterations of the GNU GPL."
Microsoft reacted this week to a claim that its Virtual PC hypervisor contains a security hole....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
So we have 2 servers all running at the same web host. We have bind MySQL to listen on the public ip-address of the database server and the web server connects to it from the public ip. Both servers run on the same private network.
Currently, the DB connect method from our php script takes about 3ms to connect to the MySQL database server host.
My question is, would MySql data interaction from the web server be faster if we bind it to listen on the private lan address on the database server instead of the public IP? or is it the same regardless and it wont make a different.
I have a Ubuntu Server 11.04 and I have created three virtual machines on separate PC with:
Ubuntu Desktop
Windows XP
Windows 7
After completing the installation process, when I restart my server or for booting it for next time, Ubuntu desktop boots correctly but both the Windows OSes asks for a CD (that means any Windows OS variant CD), then it starts booting.
Can any one resolve this problem?
October's meeting on Thursday 18th will be a virtual meeting which means anyone in the world can attend if they have access to a PC with an internet connection. We are pleased to announce that Grant Fritchey will be giving us 2 sessions.
"It really helped us isolate where we were experiencing a bottleneck"- John Q Martin, SQL Server DBA. Get started with SQL Monitor today to solve tricky performance problems - download a free trial
Amazon Web Services and Microsoft have established a pilot program for enterprise Windows Server licensees....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
This application called "Virtual Photo Album". I didn't use any third party components, so it should be easy for you to download the code and play with it. I will try not to use any third party components while I am learning C#.
First, sorry if this question has already been asked/answered - I've searched but perhaps I haven't recognised the answer....
What we have is a cluster of servers which need to access a single remote server using sftp.
We are migrating from one remote server to another at the same (remote) location.
We also want to refresh the public/private key pairs on the configuration as part of an ongoing security review.
My question is - can we have multiple public/private key pairs for the same user between server A and server B?
I want to do this to allow for cutover testing - but am concerned that the software checking keys may only try one of each type (rsa/dsa?) before rejecting the connection method and moving to the next type of key.
Hope it's a straightforward question - please let me know if I need to supply more details.
Thanks in advance
Bruce
<b>Database Journal:</b> "According to its motto, the underlying premise behind the open source CouchDB NoSQL database is about helping developers "relax" -- chiefly by providing them with a simple, powerful database alternative."
While companies are constantly debating on the options of organic and inorganic searches Virtual SEO assistance has already started spreading its wings over all web operations. Search Engine Optimization is dominating the online world in every way.
i'm currently running a website off 3 linux servers. I'd like to setup a private network and only allow port 80 traffic to one of the servers. I'd also like to setup a vpn so only I can access the servers via ssh or any port for developing/debugging.
How hard is this to setup and what do I need to get? Do enterprise/commercial routers have vpn functionality built in?
how do I handle DNS? eg- www.mydomain.com would need to point to the router, which forwards traffic to the webserver. Do I set the A record to the router, and somehow tell the router which server to send the http request to? And how would I make server1.mydomain.com resolve to server1 within the private network (without editing host files)? Would I need to run my own DNS (eg- powerdns?) to do this?