public marks

PUBLIC MARKS with tag setup

2019

Uniquify - GNU Emacs Manual

by sylvainulg
(custom-set-variables '(uniquify-buffer-name-style 'forward) ; ...

EmacsWiki : Programming With Python Mode Dot El

by sylvainulg (via)
(add-to-list 'auto-mode-alist '("SCons[tc]r[iu][cp]t$" . python-mode))

2013

How I migrated from Heroku to Digital Ocean with Chef and Capistrano - Matteo Depalo's Blog

by Spone
I’ve always loved deploying to Heroku. The simplicity of a git push let me focus on developing my applications which is what I really care about. However, both because of the scandal about the routing system and because I wanted to expand my skill set by entering the sysadmin land, at Responsa I decided to migrate to a VPS solution.

2011

2010

West Texas Region SCCA - Car setup guide

by rax262 (via)
Effect of Suspension Changes Before making changes to suspension components and settings, it is good to know how the changes will effect performance and ride. The following chart will help give you a general idea of the effect a specific change will make to handling and ride.

2009

using xampp (apache-mysql-php-perl) for windows - Textbook

by Spone
This document describes how to set up and use a XAMPP package for development on a Windows machine (all things working optimally).

2008

Ponyfish RSS Feed Builder

by camel & 15 others (via)
Ponyfish is a FREE web-based tool that allows you to create your own RSS feeds from almost any web page. All you have to do is simply point Ponyfish to the web page you want to create a feed from, then follow a few steps to setup which types of links you want to include in the feed.

Install and setup Xen on Debian 4.0 Etch — Lone-Wolf Scripts

by camel (via)
Xen is a GPLed virtualization solution available in Debian 4.0 Etch repositories. This article help you to create a coherent Xen installation, with backups and minimum security enhancements. This guide fits my vision of a Xen setup. If it does not fit yours, you are free to adapt it to your needs, or to not use it. For information In this guide, i use the term "virtual host". Be aware that Xen use its own terminology. In a Xen setup, instanciated (aka. started) virtual hosts are called "Domains". Once your computer configured for Xen, all the operating systems run in "domains". The original operating system, where the Xen's control tools are installed, is called "dom0" (for domain No zero). All the guest operating systems are said to be installed in a "domU" (for User domain). As i'm a little lazy (well, yeah... very lazy), i don't want to endure this mind twisting, and i will mainly use the "virtual host" term in this guide. So, if you read this guide, don't by angry at me because of the terms i use.

Box Backup - Trac

by camel
Box Backup is an open source, completely automatic, on-line backup system. It has the following key features: * All backed up data is stored on the server in files on a filesystem - no tape, archive or other special devices are required. * The server is trusted only to make files available when they are required - all data is encrypted and can be decoded only by the original client. This makes it ideal for backing up over an untrusted network (such as the Internet), or where the server is in an uncontrolled environment. * A backup daemon runs on systems to be backed up, and copies encrypted data to the server when it notices changes - so backups are continuous and up-to-date (although traditional snapshot backups are possible too). * Only changes within files are sent to the server, just like rsync, minimising the bandwidth used between clients and server. This makes it particularly suitable for backing up between distant locations, or over the Internet. * It behaves like tape - old file versions and deleted files are available. * Old versions of files on the server are stored as changes from the current version, minimising the storage space required on the server. Files are the server are also compressed to minimise their size. * Choice of backup behaviour - it can be optimised for document or server backup. * It is designed to be easy and cheap to run a server. It has a portable implementation, and optional RAID implemented in userland for reliability without complex server setup or expensive hardware.

Monitoring Bandwidth Usage for a Xen node @ IONCANNON

by camel
After my last post on limiting bandwidth usage on a Xen node I thought I would follow up with how to monitor the bandwidth usage of a Xen node. I chose to use netacct-mysql to monitor bandwidth and store the results into a mysql database. This isn't the only way of monitoring the bandwidth but it was easy to set up and stores the information directly into mysql without needing any extra scripts. On the Xen setup I'm using for an example there are 3 nodes and a bucket for each node will be created in the mysql database by netacct. Setting up netacct can be tricky so you will want to check to make sure traffic for each node is going into the correct bucket.

Shopp — plugin ecommerce for wordpress

by camel & 6 others
The Shopp plugin adds a feature filled online store to your WordPress-powered website. It’s been designed to make it easy for just about anyone to get an online store setup in minutes while giving power users the capability to easily customize every aspect of the shopping experience.

XtraFile » XtraUpload v2

by camel & 2 others
Written in PHP using the CodeIgniter Framework, XtraUpload has all the features you would expect from a file Hosting Script. Free users as well as premium users have the ability to upload files but premium users get a lot more features such as viewing files, instantly downloading files and getting the URL’s of the files they have uploaded. You can also specify the file types, sizes along with many other options. Each user must provide a valid email address when they sign up for premium as the script automatically sends the username and password to them upon reception of payment through PayPal IPN. File Hosting websites brings in large revenues and is a very easy system to setup thanks to XtraUpload.

XEN Cluster HowTo

by camel
I have tried to run both Debian Etch and Ubuntu 8.04 Server on the cluster nodes, in Dom0. I started my tests with Debian, but I had some issues with slow samba performance in one VM that I couldn't fix so I decided to try Ubuntu Server, for the first time. Both installation went OK, the main difference was that I used mainly source code in Debian, but only packages in Ubuntu. I actually ran into more problems with Ubuntu due to some early bugs in the 8.04 release, will describe them below as I go along. And I have still to prove that running this setup in Ubuntu is stable.

qmail spamassassin clamav reference guide

by camel
This document is meant to help people get qmail up and running with spamassassin set to tag messages and clam antivirus to kill viruses. Hopefully, it will address the little quirks of setup that occur but are for some reason left out of guides.

flv streaming with lighttpd

by camel & 2 others (via)
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd. The idea is simple and explained and implemented on ‘Streaming’ flv video via PHP, take two at http://www.flashcomguru.com/ But instead of streaming the file through PHP we do it in the webserver. The module expects a request for the URL which matches flv-streaming.extensions and can handle a ’?start=’ as part of the request. The information to pass into the ‘start’ parameter is extractly by the flash-player from the meta-data of the flv-files. The meta-data can be setup with flvtool2 Now I leave it to you to combine this with mod_secdownload to create a flv-streaming server for free with deep/hot linking protected movies. server.modules = ( ..., "mod_secdownload", ## optional "mod_flv_streaming", ... ) flv-streaming.extensions = ( ".flv" ) Take the flash-player from flashcomguru and adjust the URL in the player and try yourself.

How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1 | HowtoForge - Linux Howtos and Tutorials

by camel
This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster). In this document I use Debian Etch 4.0 for all nodes. Therefore the setup might differ a bit for other distributions. The two data nodes were x64 to use all of the 8GB RAM. Servers were compiled from source so you should be able to make it running on any platform. The MySQL version I use in this setup is 5.1.24-rc. It's a release candidate, but I wanted to use 5.1 to take advantage of Memory-Disk Based tables. Beginning with MySQL 5.1.6, it is possible to store the non-indexed columns of NDB tables on disk, rather than in RAM as with previous versions of MySQL Cluster.

How To Set Up A Debian Linux WebCam Server Using a USB Web Cam

by camel & 1 other
First and foremost, be prepared to have some patience when trying to get a USB cam to work under Linux. In trying to get mine to work, I searched many a newsgroup thread only to find there was only one message in the thread, the original question stating the problem. i.e. no one had an answer for the person who posted the question so you may be on your own trying to get your cam to work. Often times the same camera model will use different drivers for different sub-models (ex: not all QuickCam Express sub-models use the same driver). However, my trials and tribulations were a good learning experience and I'll share what I learned here to hopefully make your setup easier.

Setting Up A Modular Subversion Repository For PHP-Driven Websites | HowtoForge - Linux Howtos and Tutorials

by camel
Sharing code between projects is still not a trivial matter with subversion. Especially if you are familiar with SourceSafe, you will find that subversion makes it hard to share code. Subversion seems to be really great in creating a version mess and good in solving one, but the reason I need source code control is to prevent such a mess. This is where subversion can be greatly improved, but it is not impossible. This howto will demonstrate a directory setup that takes the subversion sharing mechanism into account, as well as other issues that repositories bring.

Lighttpd Webserver setup with php5 and Mysql support -- Ubuntu Geek

by camel & 1 other
Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems. And best of all it’s Open Source licensed under the revised BSD license.

skorpionweb.org: Running QMail SMTP on a 2nd port

by camel
Due to the increase in the number of ISP's blocking port 25 for third party mailservers I decided to setup my mailserver to answer SMTP request on multiple ports. While this can be accomplished in many ways, such as port forwarding or multiple instances of qmail-smtpd, my situation required setting up a second instance or qmail-smtpd.

RightScale: Setup and Manage 1 to 1000 Servers on AWS!

by camel & 6 others
RightScale's platform and expertise helps customers create scalable web applications running on Amazon Web Services (AWS).

PUBLIC TAGS related to tag setup

- +   admin +   apache +   backup +   cluster +   code +   control +   database +   debian +   dns +   emacs +   file +   free +   ftp +   guide +   hosting +   howto +   install +   isp +   lighttpd +   linux +   lvm +   mac +   mail +   mysql +   perfect +   performance +   php +   player +   plugin +   ponsfrilus +   python +   qmail +   ruby +   samba +   script +   server +   share +   software +   springnet +   springnet blogmarks +   subversion +   tips +   tools +   tutorial +   ubuntu +   web +   windows +   wordpress +   xen +  

Active users

sylvainulg
last mark : 10/12/2019 09:38

Spone
last mark : 07/03/2013 14:51

simon_bricolo
last mark : 27/05/2010 06:10

rax262
last mark : 21/02/2010 03:56

camel
last mark : 26/11/2008 10:12