Sysadmin Pages:
feed me
Sysadmin - Recent Bookmarks - Page 1:
Yngve Nysæter Pettersen - Popular, but sluggish secure server? Popularity might not be the reason
One of the preliminary steps before adding the renegotiation tests was to add support for testing SSL Session Resume, as that was needed to test some of the renegotiation corners I was planning to loo... Read more
http://my.opera.com/yngve/blog/2011/06/23/popular-but-sluggish-secure-server-popularity-might-not-be-the-reason
Tags: ssl, performance, security, optimization, web, https, scalability, server, http, sysadmin Saved by: admin at 27 Jun 2011
One of the preliminary steps before adding the renegotiation tests was to add support for testing SSL Session Resume, as that was needed to test some of the renegotiation corners I was planning to loo... Read more
http://my.opera.com/yngve/blog/2011/06/23/popular-but-sluggish-secure-server-popularity-might-not-be-the-reason
Tags: ssl, performance, security, optimization, web, https, scalability, server, http, sysadmin Saved by: admin at 27 Jun 2011
A Django setup using Nginx and Gunicorn « Senko's Blog
This is a howto on setting up Django on a Linux (Ubuntu) system using Nginx as a reverse proxy and Gunicorn as a Django service.
http://senko.net/en/django-nginx-gunicorn/
Tags: django, nginx, python, webdev, sysadmin, ubuntu, gunicorn, programming, tutorial, apache Saved by: admin at 19 Jun 2011
This is a howto on setting up Django on a Linux (Ubuntu) system using Nginx as a reverse proxy and Gunicorn as a Django service.
http://senko.net/en/django-nginx-gunicorn/
Tags: django, nginx, python, webdev, sysadmin, ubuntu, gunicorn, programming, tutorial, apache Saved by: admin at 19 Jun 2011
Yes, You Can Run 18 Static Sites on a 64MB Link-1 VPS – Low End Box
[...] So, just trying to prove the point that yes, 64MB is more than enough to host 18 static sites, I decided to add a Link-1 Xen to my account and document the process [...] Yeah!
http://www.lowendbox.com/blog/yes-you-can-run-18-static-sites-on-a-64mb-link-1-vps/
Tags: vps, howto, linux, hosting, server, debian, optimization, web, webserver, sysadmin Saved by: admin at 12 Jun 2011
[...] So, just trying to prove the point that yes, 64MB is more than enough to host 18 static sites, I decided to add a Link-1 Xen to my account and document the process [...] Yeah!
http://www.lowendbox.com/blog/yes-you-can-run-18-static-sites-on-a-64mb-link-1-vps/
Tags: vps, howto, linux, hosting, server, debian, optimization, web, webserver, sysadmin Saved by: admin at 12 Jun 2011
PostgreSQL tips and tricks - Gabriel Weinberg's Blog
Trucos y varios para PostgreSQL.
http://www.gabrielweinberg.com/blog/2011/05/postgresql.html
Tags: postgresql, performance, tips, sql, databases, postgres, sysadmin, pgsql, programming, howtos Saved by: admin at 30 May 2011
Trucos y varios para PostgreSQL.
http://www.gabrielweinberg.com/blog/2011/05/postgresql.html
Tags: postgresql, performance, tips, sql, databases, postgres, sysadmin, pgsql, programming, howtos Saved by: admin at 30 May 2011
www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf
Secure your Linux server - HowTo by the NSA http://j.mp/1HmtzK – news.yc Popular (newsycombinator) http://twitter.com/newsycombinator/status/71213531432886273
http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf
Tags: security, linux, nsa, reference, redhat, howto, sysadmin, rhel, centos, server Saved by: admin at 20 May 2011
Secure your Linux server - HowTo by the NSA http://j.mp/1HmtzK – news.yc Popular (newsycombinator) http://twitter.com/newsycombinator/status/71213531432886273
http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf
Tags: security, linux, nsa, reference, redhat, howto, sysadmin, rhel, centos, server Saved by: admin at 20 May 2011
DIY node.js server on Amazon EC2
I'm involved with a project where our ruby/rails developer dropped out, so I decided to take on the job using node.js (rather than learn rails). We initially were using services from dotCloud, but it ... Read more
http://cuppster.com/2011/05/12/diy-node-js-server-on-amazon-ec2
Tags: node.js, ec2, amazon, javascript, nodejs, tutorial, aws, hosting, sysadmin, git Saved by: admin at 18 May 2011
I'm involved with a project where our ruby/rails developer dropped out, so I decided to take on the job using node.js (rather than learn rails). We initially were using services from dotCloud, but it ... Read more
http://cuppster.com/2011/05/12/diy-node-js-server-on-amazon-ec2
Tags: node.js, ec2, amazon, javascript, nodejs, tutorial, aws, hosting, sysadmin, git Saved by: admin at 18 May 2011
NonBlocking.io - Malte Ubl's Asynchronous Identity Disorder: How to make WIFI work at tech conferences (Part 1 of N)
Extremely useful RT @davewiner How to make WIFI work at tech conferences (Part 1 of N). http://r2.ly/b9pn – CherylMcKinnon (CherylMcKinnon) http://twitter.com/CherylMcKinnon/status/69826531270213632
http://www.nonblocking.io/2011/05/how-to-make-wifi-work-at-tech.html
Tags: wifi, conference, conferences, networking, performance, tips, via:packrati.us, sysadmin, dns, network Saved by: admin at 16 May 2011
Extremely useful RT @davewiner How to make WIFI work at tech conferences (Part 1 of N). http://r2.ly/b9pn – CherylMcKinnon (CherylMcKinnon) http://twitter.com/CherylMcKinnon/status/69826531270213632
http://www.nonblocking.io/2011/05/how-to-make-wifi-work-at-tech.html
Tags: wifi, conference, conferences, networking, performance, tips, via:packrati.us, sysadmin, dns, network Saved by: admin at 16 May 2011
Applying the Unix Process Model to Web Apps
Let’s set up memcached to run as a managed process on Ubuntu. Write an Upstart config: /etc/init/memcached.conf description "Memcached" exec /usr/bin/memcached >> /var/log/memcached.log start on ru... Read more
http://adam.heroku.com/past/2011/5/9/applying_the_unix_process_model_to_web_apps/
Tags: unix, linux, process, ruby, architecture, monitoring, deployment, development, osx, sysadmin Saved by: admin at 10 May 2011
Let’s set up memcached to run as a managed process on Ubuntu. Write an Upstart config: /etc/init/memcached.conf description "Memcached" exec /usr/bin/memcached >> /var/log/memcached.log start on ru... Read more
http://adam.heroku.com/past/2011/5/9/applying_the_unix_process_model_to_web_apps/
Tags: unix, linux, process, ruby, architecture, monitoring, deployment, development, osx, sysadmin Saved by: admin at 10 May 2011
Cool, but obscure unix tools :: KKovacs
A little collection of cool unix terminal/console/curses tools Just a list of 20 (now 24) little-known tools for the command line -- I hope you find something useful that you weren't aware of yet! Us... Read more
http://kkovacs.eu/cool-but-obscure-unix-tools
Tags: linux, tools, unix, software, terminal, reference, cli, sysadmin, shell, programming Saved by: admin at 06 May 2011
A little collection of cool unix terminal/console/curses tools Just a list of 20 (now 24) little-known tools for the command line -- I hope you find something useful that you weren't aware of yet! Us... Read more
http://kkovacs.eu/cool-but-obscure-unix-tools
Tags: linux, tools, unix, software, terminal, reference, cli, sysadmin, shell, programming Saved by: admin at 06 May 2011
Optimizing Nginx for High Traffic Loads | Martin Fjordvald
I have previously talked about some of the most common Nginx questions; not surprisingly, one such question is how to optimize Nginx. This is not really overly surprising since most of new Nginx users... Read more
http://blog.martinfjordvald.com/2011/04/optimizing-nginx-for-high-traffic-loads/
Tags: nginx, optimization, performance, scalability, server, reference, sysadmin, tuning, development, tutorial Saved by: admin at 02 May 2011
I have previously talked about some of the most common Nginx questions; not surprisingly, one such question is how to optimize Nginx. This is not really overly surprising since most of new Nginx users... Read more
http://blog.martinfjordvald.com/2011/04/optimizing-nginx-for-high-traffic-loads/
Tags: nginx, optimization, performance, scalability, server, reference, sysadmin, tuning, development, tutorial Saved by: admin at 02 May 2011