サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
major.io
I’ve written a lot about containers on this blog. Why do I love containers so much? They start quicklyThey make your workloads portableThey disconnect your application stack from the OS that runs underneathYou can send your application through CI as a single container imageYou can isolate workloads on the network and limit their resource usage much like a VMHowever, I’m still addicted to docker-co
During one of my regular trips to reddit, I stumbled upon an amazingly helpful Linux I/O stack diagram: It’s quite comprehensive and it can really help if you’re digging through a bottleneck and you’re not quite sure where to look. The original diagram is available in multiple formats from Thomas Krenn’s website. If you combine that with this slide from Brendan Gregg’s Linux Performance Analysis a
Working with ansible is enjoyable, but it’s a little bland when you use it with Jenkins. Jenkins doesn’t spawn a TTY and that causes ansible to skip over the code that outputs status lines with colors. The fix is relatively straightforward. First, install the AnsiColor Plugin on your Jenkins node. Once that’s done, edit your Jenkins job so that you export ANSIBLE_FORCE_COLOR=true before running an
After having some interesting discussions last week around KVM and Xen performance improvements over the past years, I decided to do a little research on my own. The last complete set of benchmarks I could find were from the Phoronix Haswell tests in 2013. There were some other benchmarks from 2011 but those were hotly debated due to the Xen patches headed into kernel 3.0. The 2011 tests had a goo
My work at Rackspace has involved working with a bunch of Debian chroots lately. One problem I had was that daemons tried to start in the chroot as soon as I installed them. That created errors and made my ansible output look terrible. If you’d like to prevent daemons from starting after installing a package, just toss a few lines into /usr/sbin/policy-rc.d: cat > /usr/sbin/policy-rc.d << EOF #!/b
404 — Page not found... Back to home page →
Sometimes servers just have the weirdest SSL problems ever. In some of these situations, the entropy has been drained. Entropy is the measure of the random numbers available from /dev/urandom, and if you run out, you can’t make SSL connections. To check the status of your server’s entropy, just run the following: If it returns anything less than 100-200, you have a problem. Try installing rng-tool
If you want to convert a MyISAM table to InnoDB, the process is fairly easy, but you can do something extra to speed things up. Before converting the table, adjust its order so that the primary key column is in order: This will pre-arrange the table so that it can be converted quickly without a lot of re-arranging required in MySQL. Then, simply change the table engine: If your table is large, the
28 August 2009·Updated: 26 April 2024·131 words·1 min· Running OS X 10.6.3? William Fennie found a fix on Google Groups. First off, credit for this fix on OS X 10.6.2 goes to Geoff Watts from his two tweets. If you’re using Snow Leopard, you’ll find that the current version of MacFusion refuses to complete a connection to a remote server. You can fix this in two steps: First, quit MacFusion. Secon
このページを最初にブックマークしてみませんか?
『Major Hayden』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く