The Mobile & Social Experts
- » Want to reach mobile users?
- » Need iPhone or Android apps?
- » Building an online community?
- » Want to leverage social media?
Learn more about our services and contact us today for a free consultation.
Handy shell command to list out the Apache processes & what they’re up to ps axo ‘pid user size %cpu %mem cmd’ | grep http | grep -v “\(root\|grep\)”
I do more & more Linux work from the shell, and it’s starting to grow on me. I used to search through files using this commandfind . | xargs grep -s ‘keyword’ but now & again get errors like xargs: … Continue reading
SliceHost and Affordable Linux Hosting I’m trying out a new provider, SliceHost, for the upcoming Portland Open Coffee Club and Portland Open Beer Club web sites. SliceHost provides fast & affordable Linux VPSes with a variety of distros to choose … Continue reading
TechTarget has an article on how to set access control lists to define default file permissions. This came in handy for us, as we have several developers who work on our sites. The default file permissions would get annoying, as … Continue reading
If you need to recursively FTP files (e.g. you’re pulling down data, or doing offsite backups), take a look at lftp. It’s normally available on Linux boxes. One nice thing is that by default it will only transfer changed/new files. … Continue reading