Today a customer asked for automated screenshots of his website. So first thing to do was asking Google how it could be accomplished on a Linux WebServer. Most of the results referred to installing an X-Server, using Firefox and stuff. This sounded a bit tricky and quite frankly... over the top. The solution I came [...]
Архив тега ‘Uncategorized’
Права на файлы при ssh авторизации по ключу (перепечатка)
Все время забываю какие должны быть права поэтому сделаю заметку:
Права на домашний каталог юзера:
Каталог .ssh
authorized_keys
dMirr (mirrorlist) Service Migration (перепечатка)
Hello all,
We have provisioned a new server to host our dMirr service, which provides the ‘mirrorlist’ for Yum clients. The new server is part of a High Availability cluster providing better reliability and monitoring to ensure these services have optimal uptime. At 3:30PM Central Time we will be changing the DNS records to point dmirr.iuscommunity.org to this new server. The migration should not impact users and should only take roughly 5 minutes to propagate. If you do experience any issues please reply on list, or contact ius-coredev@lists.launchpad.net.
Thank you!
—
BJ Dierkes
Linux Systems Engineer IV / [RH]acker
Infrastructure Services [Development]
Rackspace Hosting
Creating screenshots with FFmpeg is slow? (перепечатка)
Just a quick note for everyone who’s using FFmpeg for creating screenshots from video files. Today I noticed that FFmpeg can be VERY slow on large/long movie files, but there’s a pretty neat trick to speed up the screenshot generation. I used to create my screenshots this way: ffmpeg -i /var/www/input.mov -y -f image2 -ss [...]
Олимпиада для unix администраторов (перепечатка)
В ближайший понедельник 11 октября 2010 года стартуют игры первого тура Олимпиады для unix администраторов. Огранизатор Яндекс проводит первую Олимпиаду для системных администраторов —
специалистов в области Open Source и Unix. Участники олимпиады соревнуются в умении быстро и правильно отвечать на вопросы, с которыми ежедневно сталкиваются системные администраторы Яндекса.
Офф. .
Rackspace is Hiring – Linux Engineer II – RPM Development (перепечатка)
Rackspace is currently hiring for the position of Linux Engineer II, as part of the Infrastructure Services RPM Development Team. The position is based out of San Antonio, TX (tele-commuting is not available).
Primary Responsibilities:
- Development and Maintenance of RPM Packages for Rackspace proper, as well as contributing and maintaining packages for Open Source projects such as The IUS Community Project, and Fedora/EPEL.
- Act as a point of escalation for Redhat related system level issues.
- Interface with internal departments and provide assistance with automation of software installation processes.
- Development and maintenance of utilities that help to make the lives of front line Rackers easier (Python programming).
The Ideal Candidate:
- is passionate about Linux
- still believes in Open Source, and how they and Rackspace can contribute to and better the Open Source community
- more interested in automating their daily duties than they are in completing their daily duties
- is self.motivated, self.driven, and self.determined to not only be a great engineer, but to execute tasks flawlessly
- does not believe there is such a thing as “a margin for error”, but acknowledges it’s existence and takes the necessary precautions to eliminate it (QA/testing + paranoia, etc)
- is able to voice their thoughts, ideas and opinions… and back them up consistently
- not scared to be creative
- enjoys being a jack of all trades – coder, package maintainer, sysadmin, architect, engineer, qa tester, etc
- wants to be a part of a small team of engineers and developers that have a huge impact both internally, and externally
Those interested can apply for this position at:
Rackspace Hosting is the world’s leading specialist in hosting and cloud computing. The San Antonio-based company provides Fanatical Support® to its customers, across a portfolio of IT services, including Managed Hosting and Cloud Computing. Rackspace is also the founder of OpenStack™, an open source cloud platform with broad industry support, designed to offer cloud consumers greater choice. For more information, visit
Additionally, for more information about careers at Rackspace, please visit
—
BJ Dierkes
Linux Systems Engineer IV / [RH]acker
Infrastructure Services [Development]
Rackspace Hosting
node.js – NetTank Browsergame (перепечатка)
Some say, node.js helps you to make your applications scale. In fact, it’s really fast and flexible. Check out this realtime browsergame, build with node.js.
6 ways to kill your server – learning how to scale the hard way (перепечатка)
Learning how to scale isn't easy without any prior experience. Nowadays you have plenty of websites like highscalability.com to get some inspiration, but unfortunately there is no solution that fits all websites and needs. You still have to think on your own and find a concept that works for your requirements. So did I.
Current State of Development (перепечатка)
It has been a while since we’ve updated this blog so I figured I would spend some time giving a bit of a status update on the project. At the moment we are continuing to maintain our existing package set with the latest versions of PHP 5.2/5.3 and MySQL 5.0/5.1, etc. Our python26 packages are in the process of being moved over to EPEL (pending package reviews) and in general are in more or less maintenance mode regarding packaging.
Our primary focus right now is on the development of our build environment. We’ve gotten to the point now where feature requests for new packages are coming in faster than we can keep up. Ideally we want IUS to be a community driven project where anyone can contribute and maintain packages (just like Fedora/EPEL). Currently this isn’t possible only due to the fact that our build environment is all internal infrastructure. We have scaled back on package development so that we can focus on getting the build environment ready for production, and getting public infrastructure setup to support community packagers. This is all very much ‘under construction’ but is something we are getting very close to achieving.
The build environment, which I’m not naming yet until we Open Source it, will be very straight forward and easy for package maintainers to wrap their heads around. It will provide community packagers the ability to submit builds and their resulting packages to the IUS repos directly. Some ask, “Why not just setup a
So... if you’ve thought at all that packaging within IUS has been lacking or we aren’t quite on top of adding new stuff to the repos… it is only because we are focussing on building out the infrastructure to allow more people to contribute to the project, and allow the project to grow at a much faster and stable rate.
For anyone interested in contributing to the project please see
Magento – Performance Analysis (перепечатка)
In our office we are currently evaluating the pros and cons of Magento. Besides all the great features it offers it has a huge con — the performance. We read a lot about it but couldn't find any reliable statements about how fast or slow it really it is. So I put a plain Magento install on my testing machine and gave it a shot...