1. apt-get install linux-image-2.6.32-5-amd64-dbg 2. apt-get install kernel-patch-kdb
Monthly Archives: December 2010
full size packets . tcp_retrans_collapse
$cat /proc/sys/net/ipv4/tcp_retrans_collapse 1 $ Try to send full-sized packets during retransmit. This is enabled by default. TCP smart Framing, or TCP-SF for short, enables the Fast Retransmit/Recovery algorithms even when the congestion window is small. Without modifying the TCP congestion control based on the additive-increase/multiplicative-decrease paradigm, TCP-SF adopts a novel segmentation algorithm: while Classic TCP …
connection with Dia.
fx-foundary + glowselection + gimp
; ; The GIMP — an image manipulation program ; Copyright (C) 1995 Spencer Kimball and Peter Mattis ; ; Selection glow script for GIMP 2.4 ; Copyright (c) 1997 Adrian Likins ; aklikins@eos.ncsu.ed ; ; Tags: glow, selection, effect ; ; Author statement: ; Makes a “glow” around the outside of the current selection …
Code relating to GIMP – selected color enhancement
/* Color Enhance 0.10 — image filter plug-in for GIMP * * Copyright (C) 1999 Martin Weber * Copyright (C) 1996 Federico Mena Quintero * * You can contact me at martweb@gmx.net * You can contact the original GIMP authors at gimp@xcf.berkeley.edu * * This program is free software; you can redistribute it and/or modify …
Continue reading “Code relating to GIMP – selected color enhancement”
gimp + selected color enhancement
/* Color Enhance 0.10 — image filter plug-in for GIMP * * Copyright (C) 1999 Martin Weber * Copyright (C) 1996 Federico Mena Quintero * * You can contact me at martweb@gmx.net * You can contact the original GIMP authors at gimp@xcf.berkeley.edu * * This program is free software; you can redistribute it and/or modify …
Code from GIMP relating to – desaturate based on luminosity
/* GIMP – The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, …
Continue reading “Code from GIMP relating to – desaturate based on luminosity”
gimp + desaturate based on luminosity
/* GIMP – The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, …
Relating inside code which creates a text layer in GIMP
/* GIMP – The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpTextLayer * Copyright (C) 2002-2004 Sven Neumann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the …
Continue reading “Relating inside code which creates a text layer in GIMP”
text layer + gimp + code snippet
/* GIMP – The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpTextLayer * Copyright (C) 2002-2004 Sven Neumann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the …