Tag SSH

mysqldump via ssh

Ever since I moved from the Heidi to DataGrip as a database GUI, I feel like some of the most basic things I was doing with mySQL was lost or it’s slow as heck. One of those exporting the database…

SCP (copy) folder/file from server to local

Anyone who has tried to update their local box or moved sites to a different server will notice that it's just not updating the database that is required. In my most recent scenarios, I'm trying to pull a fresh copy of a staging to my local and I'm missing all the uploads so it still looks weird.

SSH and Putty color schemes

I've been using Putty for SSH for over a year now. I really haven't changed the default settings since using it. After having to live in SSH the last couple of weeks, I got seriously tired of the black background and dark blue colors. SO annoying. I tried to do a lot of research on how to change it via SSH and profiles and .dircolors. It just wasn't working. I could get it to work temporarily when I sourced a file once but it never stuck. Tried it through Putty as well, but again, it never worked or the color scheme was replaced when I logged out and logged in. I was finally able to figure out what buttons to push and in what order thanks to one ServerFault thread that kind of shed light on it.

SSH and aliases

I've had one heck of a week at work. I was given a fresh server and was told to install PHP, mysql, GIT, and everything on it that's required for my application so my app could function and be secure. I had to do this via SSH. One thing that I'm not very good at. Thank god I am surrounded by guys who rock at it and have more SSH experience than me. One thing I quickly learned: Aliases are freakin' awesome.