Re: lug-bg: X server refresh rate 100 Hz

2005-06-16 Thread Ivan Adams
   xvidtune -  
.   

On 6/15/05, Nikolai Alexandrov [EMAIL PROTECTED] wrote:
  , . :)



Re: lug-bg: zor sas SQUID

2005-06-16 Thread Momchil Ivanov
 default GW1.   tcp_outgoing_address:

#  TAG: tcp_outgoing_address 
#   Allows you to map requests to different outgoing IP addresses
#   based on the username or sourceaddress of the user making
#   the request.
#
#   tcp_outgoing_address ipaddr [[!]aclname] ...
#
#   Example where requests from 10.0.0.0/24 will be forwareded
#   with source address 10.1.0.1, 10.0.2.0/24 forwarded with
#   source address 10.1.0.2 and the rest will be forwarded with
#   source address 10.1.0.3.

  :GW  !, 
source address.source address- 
3,   GW1 ( GW1 
 default).  ,
  source addres3GW3, 
  GW1.

 :
2 IP  (   
gw)2- ( 
IP1, IP2).   ,
 GW  IP1  IP2default.,
 IP1  IP2, 
   ,  IP2  GW2
( GW1   default).

   GW3,  
  .

: .


Re: lug-bg: кой може да ми предложи Sparc ?

2005-06-16 Thread George Danchev
On Thursday 16 June 2005 16:56, [EMAIL PROTECTED] wrote:
 
 .

-  :
http://www.filibeto.org/mailman/listinfo/solaris-users
   (,  :
http://www.filibeto.org/mailman/listinfo/solaris-users-bg


   
  Sparc  1 CPU ~ 1Ghz (1 or 2 capable), 1 Gb RAM,
 1x HDD ~80GB, lan, VGA card, w/ Solaris 9 (preinstalled or
 on CD)

  .
 SunSparc .
   Sun Fire V210 Server (entry level)  
 .

 ;-) , 
  (me included ;-),.

Sun  32 bit
 ,   64 .

64-.  32-,   
docs.sun.com

   64 . Sparc hardware  
  32 .().

   64- Solaris  Sparc,  32- 
  .

  ,
....
,   ,
   ...

 , -  :)

- .

-- 
pub 4096R/0E4BD0AB 2003-03-18 danchev.fccf.net/key pgp.mit.edu
fingerprint1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 


Re: lug-bg: кой може да ми предложи Sparc ?

2005-06-16 Thread Tsvetin Vasilev

  SUN (http://www.sun.com/)   
http://www.actsofia.bg/

 fujitsu-siemens (http://www.fujitsu-siemens.com/)   
sparc-


   - 
 :)



 

[EMAIL PROTECTED] wrote:



.
   
  
 Sparc  1 CPU ~ 1Ghz (1 or 2 capable), 1 Gb RAM,
1x HDD ~80GB, lan, VGA card, w/ Solaris 9 (preinstalled or
on CD)
   
 .
SunSparc .
  Sun Fire V210 Server (entry level)  
.
   Sun  32 bit
,   64 .
  64 . Sparc hardware  
 32 .().

 ,
   ....
   ,   ,
  ...

, -  :)





--
   mail.bg   1GB!


 





Re: lug-bg: кой може да ми предложи Sparc ?

2005-06-16 Thread Pavlin Petkov
On 6/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 .

   
  Sparc  1 CPU ~ 1Ghz (1 or 2 capable), 1 Gb RAM,
 1x HDD ~80GB, lan, VGA card, w/ Solaris 9 (preinstalled or
 on CD)

  .

   -  [1]  ST [2]  te 
oficialno  SUN  . 
   .

[1] http://www.actsofia.bg/bg/
[2] http://www.snt.bg/data/english/home/index.html


Re: lug-bg: POSTGRES truncate all

2005-06-16 Thread Daniel Ivanov
   :  query,,   
 ., . 
  .


#!/usr/bin/perl

use DBI;

my $db = $ARGV[0];
our $dbh = 
DBI-connect(dbi:Pg:dbname=$db;host=localhost;port=5432,postgres,,{'RaiseError' 
= 1});

my $table;
my $del_query;
my $statement = $dbh-prepare(SELECT tablename FROM pg_tables WHERE 
tablename NOT LIKE 'sql_%' AND tablename NOT LIKE 'pg_%';);

$statement-execute;
while(($table) = $statement-fetchrow_array){
$del_query .= TRUNCATE TABLE \$table\;;
}
my $del_statement = $dbh-prepare($del_query);
$del_statement-execute;
print $del_query;


Yavor Doganov wrote:


On Tue, Jun 14, 2005 at 06:56:59AM +0300, Daniel Ivanov wrote:

 


.  .
   



  ,
.