Отличаются друг от друга наличием окошка настроек
Напомню что есть так же консольный скрипт для той же цели.
#!/usr/bin/perl -w
#############################################################
##
## BWC (http://www.bwc.ru) balance checker
## by Qwadrat, qwadrat@gmail.com
## Modified by M0nochr0me, m0nochr0mex@gmail.com
##
#############################################################
use strict;
use warnings;
use LWP;
my $prefix='902'; #код
my $phone='1234567'; #7 цифр телефона
my $passwd='xxxx'; # пароль на issa.bwc.ru
my $agent = LWP::UserAgent->new;
my $url = 'http://issa.bwc.ru/cgi-bin/cgi.exe?function=is_login';
$agent->cookie_jar({});
my $response = $agent->post($url,
[ 'mobnum' => $prefix.$phone,
'Password' => $passwd
]
);
die "$url error: ", $response->status_line
unless $response->is_success;
$response = $agent->get("http://issa.bwc.ru/cgi-bin/cgi.exe?function=is_account");
$response->content =~ /<td class=light width="50%"> <em>(.+?)<\/em> /;
my $rc = (defined $1)?($1):("**.**");
print "Актуальный баланс: ", $rc, "руб.\n";
$response->content =~ /(cgi-bin\/cgi.exe?function=is_exit)\"/;
$response = $agent->get("http://issa.bwc.ru");
via_chrome9 28300 2
drm 82856 3 via_chrome9
i2c_viapro 11668 0
via_agp 12160 1
agpgart 32840 2 drm,via_agp
# /etc/X11/xorg.conf for hp Mini-Note 2133 FU339EA ubuntu 8.10
# with ubuntu 8.04 change the PanelID option
# based on the xorg.conf published on http://hp2133.umsw.de/xorg.conf
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
inputDevices "/dev/input/mice"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "dri"
Load "freetype"
Load "synaptics"
Load "extmod"
Load "v4l"
EndSection
Section "Device"
Identifier "Device 0"
Driver "via"
VendorName "VIA Technology"
# BusID "PCI:1:0:0"
Option "NoDDCValue"
Option "ActiveDevice" "LCD"
Option "PanelID" "17" # si ubuntu 8.04
# Option "PanelID" "9" # si ubuntu 8.10
Option "ForceLCD" "TRUE"
Option "Refresh" "60"
# Option "LCDPort" "DFP_HIGHLOW"
# Option "AccelMethod" "XAA"
EndSection
Section "Monitor"
Identifier "Monitor 0"
DisplaySize 196 116
HorizSync 28-50
VertRefresh 43-60
Option "DPMS"
# mode "1024x600": 49.0 MHz, 37.3 kHz, 60.0 Hz
Modeline "1024x600_60" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync # http://hp2133.umsw.de/xorg.conf
# mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
Modeline "800x600_60" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
# mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
Modeline "800x600_56" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
# mode "800x480": 40.0 MHz, 37.9 kHz, 60.3 Hz
Modeline "800x480_60" 40.00 800 832 960 1056 480 541 545 628 -hsync +vsync
# mode "720x576": 32.7 MHz, 35.9 kHz, 60.1 Hz
Modeline "720x576_60" 32.70 720 744 816 912 576 577 580 597 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen 0"
Option "XAANoOffscreenPixmaps"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x600_60" "800x600_60" "800x600_56" "800x480_60" "720x576_60"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x600_60" "800x600_60" "800x600_56" "800x480_60" "720x576_60"
EndSubSection
Device "Device 0"
Monitor "Monitor 0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on" # GUI setting access
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "External"
Option "DPMS"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen 0"
# Screen "Screen 1"
InputDevice "Keyboard1"
InputDevice "Touchpad" "SendCoreEvents"
Option "RandR" "False" # d' apres viax.conf via
Option "AIGLX"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
direct rendering: Yes
OpenGL renderer string: S3/VIA Graphics Chrome9 HC IGP