"The most egregious certs issued were for [asterisk].[asterisk].com and [asterisk].[asterisk].org"
I didn't know double wildcard certs were possible. This would be extremely helpful for us if that was. Anyone know?
(Just to be extra clear, we would like one cert that covers a.b.example.org as well as d.e.example.org, and hopefully also still works for a.example.org)
edit: We currently have a *.example.org cert, and while some browsers think that is valid for a.b.example.org, most do not.
This probably isn't the best place for this question, but its somewhat related. We currently have a dev and prod environment that I can't install applications (like git) but i want to setup a better deployment process aside from just copying files. For various reasons development needs to be done on the dev server. I have tried using sshfs with git to commit changes in dev and deploy them to prod but it seems too slow. My next task was going to use something like fabric to script the process, but I am unsure if that is the best tool for the job.
My thinking was that a script would sync changes on the dev server to a intermediate staging server and commit the changes. For deployment to prod i'd like to copy just the files that changed up to production. Should I just write a shell script or are there better tools for the job?
Fabric is a good choice for that. I'm worried that you don't seem to have any kind of release process in place. I hope you at least tag the code you are releasing.
People are down voting you, but I don't know why. There has been much written about the explosion of 6 figure government jobs in the last decade or two.
So roughly the same as the US population as a whole, where ~16% make > 100K. (Note that this percentage is of all workers, including part time workers. Part time workers are under represented in the federal government workforce compared to the broader workforce)
The median salary for city workers in Palo Alto is above $100k. The amusing thing is many of the jobs below $100k are meter-readers and other parking enforcement. The city runs its own utilities, etc., so has a fairly sizable workforce relative to population.
most of the complaints here could be solved by facebook implementing (better) disjoint friend networks. I would imagine they are working on this. I currently have draconian privacy in place to prevent most of my friends from seeing status updates. Once this becomes easier wont these issues go away?
Is there any way to make a grooveshark desktop version that uses this same html5 interface? I love how the next/prev buttons on my mac work with that interface (using gs desktop helper)
we make use of google site search for our search and sitemaps are the vehicle by which we can ensure a new site of ours gets indexed within 24 hours (we have a lot of small, frequently changing sites)
"The most egregious certs issued were for [asterisk].[asterisk].com and [asterisk].[asterisk].org"
I didn't know double wildcard certs were possible. This would be extremely helpful for us if that was. Anyone know?
(Just to be extra clear, we would like one cert that covers a.b.example.org as well as d.e.example.org, and hopefully also still works for a.example.org)
edit: We currently have a *.example.org cert, and while some browsers think that is valid for a.b.example.org, most do not.