Removing an application and its dependencies on CentOS/RHEL
By default yum remove only removes the package you specify. To also remove everything that got installed along with it, use the yum-plugin-remove-with-leaves...
By default yum remove only removes the package you specify. To also remove everything that got installed along with it, use the yum-plugin-remove-with-leaves...
Finally got my thoughts together to continue rambling about how to make life harder for yourself while cutting server load.
OK. This isn’t an original article. There’s plenty like it on the internet already. I need it so I don’t have to google it every time I need a cheat sheet.
The server principal already exists message
While moving MSSQL users I got this message:
Munin is a tool for monitoring network devices with the ability to keep a history of their performance. You can view the performance graphs in a browser.
WordPress is a solid platform, offering reliable development and endless customization. Working with this CMS I picked up a few useful tricks I want to share:
In this note I want to cover how to copy/migrate a Parallels Virtuozzo container to KVM/VMware ESX/VirtualBox.
Spitting on Windows server projects again. The other day I ran into a task - needed to move a few hundred databases from one server to another.
I was setting up a second MSSQL server for a client and hit a problem with configuring Linked Servers on it. The first server had two linked MSSQL instances....
Some tasks get solved through the browser console (F12), with a pretty good return on effort. Still, whenever I do this, I can’t shake the feeling that I’m j...
Sometimes you need to make a one-off backup of all databases (all databases) so you can move them somewhere or gather them in a separate storage location.
If you have Varnish + NginX on the server, every visitor in the NginX logs will show up with the same ip address - 127.0.0.1. There are two options:
I spent a while thinking about how to continue the series on clusters. In the previous article <a href="http://www.tech-notes.net/notes-about-clusters/" t...
Anyone who’s worked with MySQL databases in their code has run into the INSERT statement. Turns out not everyone, even experienced developers, knows how to u...
Someone reached out to me asking to check what’s wrong with their site. Said it wasn’t working.