Questions tagged [development]
60 questions
2
votes
3 answers
What are the risks of trusting a self-signed certificate on a development machine?
We have development machines that test web applications under development over https, because the deployed app operates over https.
We have a couple of internal url's set up in our hosts file, so that https://project-dev and https://project-www can…

danludwig
- 133
- 7
2
votes
5 answers
How to best tune a Linux development machine?
How to best tune a Linux PC for development purposes?

cletus
- 9,999
- 9
- 37
- 40
2
votes
1 answer
development server?
for a project there will be me and one more programmer to develop a web service.
i wonder how the development environment should be like.
cause we need central storage (documents, pictures, business materials etc), file version handling, lamp…

ajsie
- 1,215
- 4
- 20
- 28
1
vote
1 answer
Gitlab Omnibus login broken after update
I just updated to the most recent version of gitlab-omnibus (I believe 10.1, but I’m not positive). None of my users can login now, and I'm not seeing anything incredibly useful in the error logs.
I’m not 100% certain which version of gitlab-omnibus…

trueCamelType
- 1,086
- 5
- 20
- 42
1
vote
1 answer
LetsEncrypt multiple, simultaneous, duplicate registrations/renewals for development teams
How should development teams handle renewing certificates while avoiding limits (because many dev servers are renewing the same certs) and avoid verification issues due to firewall?
We've already successfully implemented Let's Encrypt in our live…

Shovas
- 263
- 2
- 11
1
vote
0 answers
Jenkins Master with High CPU Usage
I have a Jenkins master that takes around 600% of CPU usage. It causes load average of 50 and makes Jenkins crash several times.
I tried to remove several plugins and clean the workspace in order to have less jobs (I don't have many jobs -…

João Pereira
- 39
- 3
- 7
1
vote
1 answer
What is the best practice for deploying dev database to live system?
My developers in a project want to have the dev db on dev server synced with live db on live servers, which I think is a bad idea. Despite that, what is the best way to deploy a codebase+db to live? So far I use rsync for data and simple…

pdanjou
- 65
- 3
1
vote
1 answer
Automate Windows administration tasks
I'm diving headfirst into PowerShell (by no means an expert yet) and am looking to build a GUI to automate Windows admin tasks, both for the deskop and server side. I know there are third-party tools and whatnot available as free downloads, but I'm…

g1zmotech
- 23
- 6
1
vote
1 answer
Simulating a generic corporate Intranet
Preface:
My company hawks a software suite for delivering live and on demand multimedia (video, slides, chat, etc.). We provide the server, client side authoring tool, and client browser players. Many of our our customers are huge corporate…

Stu Thompson
- 3,349
- 7
- 31
- 47
1
vote
2 answers
rsync from development to production - ownership/permissions - PermitRootLogin
In order to use "rsync" to synchronize data between a development server and a production server, I have to set PermitRootLogin on on the production server, then I can run "rsync -avhe ssh --delete --progress local/folder…
user57409
1
vote
1 answer
how does svn work with apache?
i've got ubuntu installed with lamp.
im using webdav to upload/download files to/from the ubuntu web server, after i have edited the php source files in netbeans. however, i wonder what is best practice for editing source files and committing these…

ajsie
- 1,215
- 4
- 20
- 28
1
vote
2 answers
Development, testing, and production envorment for large php/mysql projects
Hello i am working on a large php/mysql project and i am getting to the point where everything get really confusing.
I have a dedicated sever that runs CentOS with PLESK. And i have a windows PC with XAMPP.
Now the way i work is doing the…

Saif Bechan
- 10,960
- 10
- 42
- 63
1
vote
2 answers
Whats the easiest route to trying out mono 2.6?
We have several web applications built on Microsoft technologies (asp.net+mvc framework, built using VS2008, MS SQL Server).
I have recently be playing with Ubuntu (9.10), installed using Wubi, and wanted to see if I can get our apps running on a…
E J
1
vote
0 answers
How to setup trusted SSL for web servers in internal Windows network?
I'm developing an internal web application for use inside our internal Windows domain. I have 3 servers: apps.mycompany.com (primary), api.mycompany.com, and files.mycompany.com. Right now, everything works fine over HTTP. But I need to have these…

Sean O
- 277
- 4
- 5
- 16
1
vote
0 answers
securing development sandboxes with Azure SQL server
Hello we are attempting to setup development systems in Azure using Azure SQL as a service. The problem we are encountering is that Azure SQL as a service does not show in the console any way to designate an IP address or subnet. We are attempting…

Keith W
- 11
- 1