This quick easy bash command will help you to transfer files from one server to another without download and upload to your pc.
Category: Web Development
We offer tutorials, articles, news and insights that will help you take your web development skills to the next level. Is t’s inspiring to see more people committed to developing and updating their skills. And also we like to have some tutorials handy when we need to go back to something that we did in the past. For us It’s about to presenting the whole message to the visitor from the moment that arrives to your website.
One directory for UAT and Local and Enabling Apache Sites
We normally work on windows with netbeans and we have an ubuntu box with apache as a dev environment.
Instead of have to different directories one for UAT (dev environment where the clients can see what we are doing) and my local server for debugging what we do is to have one single directory that we use locally with netbeans
Continue reading “One directory for UAT and Local and Enabling Apache Sites”
Mysql and sed command to export mySQL result to a CSV file
When you are manipulating data in and out of mySQL the quicker way with big databases resoults is the command line.
Continue reading “Mysql and sed command to export mySQL result to a CSV file”
Splitting big mySQL files into chunks
Some times it is very dificult to move big dbs across servers here is a tip about how to do it.