Hi,
Anyone on here using Charter Telephone VOIP service? I've currently
got Verizon, but the wife hates it because our phone lines get flaky
all the time, esp when it rains.
So I'm thinking to save money and combine all my stuff onto Charter.
I've already got High Speed internet and regular old cable. Not wild
about Digital Cable since I'm happy with Tivo and I don't want yet
another set top box to have to deal with...
So, any horror stories about Charter Phone VOIP quality and service?
Thanks,
John
Guys,
I'm trying to ressurect an old MSI K8T NEO mother board with an
Athlon64 3000 CPU. Unfortunately, I don't have any 184 Pin
PC3200/DDR400, PC2700/DDR333, PC2100/ DDR266 or PC1600/DDR200
unbuffered DIMM boards.
Probably 512Mb each (I've got three slots), though bigger is always
better, right?
I'd be willing to travel in the worcester area tomorrow to do a
pickup, or hit a store with some if anyone has any suggestions other
than the guys in Northboro on Rt 20.
Thanks,
John
I recently started a business and i was wondering if anyone would be
interested in purchasing some computers for 339.99 + tax each
they each come with a 17" LCD, Wireless keyboard and mouse, speakers,
dvd burner, 1gb of ddr2, a 320gb hdd, AMD Sempron LE-1100 and ubuntu
linux pre-installed.
Add 1gb of ddr2 for $10.00 making the total 349.99
(I really need to move these boxes. Im attempting to become a linux oem)
thanks in advance, and sorry for the spam :P
Is there anyone local who knows about DansGuardian? I'm having
trouble logging into my work and I'm 95% positive it's because of DG.
It's probably some configuration thing I don't know about. Any help?
Guys,
I'm looking for some help with PHP5.2.x hacking on a web site to
cleanup how the user submitted search form is handled. Basically I
want to make it simple for the end user to a) refine their query, b)
not have to answer popups if they hit the reload button, and c) so I
can leanr more PHP. I found this nice reference:
http://us2.php.net/manual/en/language.variables.external.php
which has two sections by "wayne" and "Jonas Lindel" talking about how
you can take the results of a PHP POST request, stuff the vars into
your session, and redirect back to the same page without the POST vars
set, then complete the query.
The idea is so that when people hit the "back" or "reload" buttons,
they don't keep getting asked whether they want to resubmit their
data.
It's not strictly needed, but it would be a nice cleanup of the
interface.
Here's the snippet I'm trying to use, which bombs out with:
Fatal error: Cannot re-assign $this in .... on line 45
And the code I'm using is:
<?
// We want to put the search query into a session so we can restore it
// easily when users goto look at full_holdings.php and then return to
// the overall display page. We'll need to do a session_destroy in
// index.php I think. See the tutorial(s) at
// http://www.phpf1.com/tutorial/php-sessions.html
// http://us3.php.net/manual/en/book.session.php
session_start();
// Now see Jonas Lindel's & Wayne's code at
// http://us2.php.net/manual/en/language.variables.external.php for
// this *nice* trick.
//is there POST or GET data we should look at
if($_POST or ($_GET and (!isset($_SESSION['skipnextget'])))) {
//is there GET data?
if($_GET) {
$newgetarr = array();
foreach($_GET as $key => $value) {
if(is_array($value)) {
//if it's an array, convert it to comma separated
$newvalue = implode(',',$value);
} else {
$newvalue = $value;
}
$newgetarr[] = $key.'='.$newvalue;
}
$newget = implode('&',$newgetarr);
$_SESSION['skipnextget'] = 1;
}
foreach($_POST as $key => $value) {
$this[$key] = $value;
}
$_SESSION['postvars'] = serialize($this); //put POST in the session
header("Location: http://" .$_SERVER['HTTP_HOST']
. $_SERVER['PHP_SELF'] . '?\
' . $newget);
//reload page without POST data and shorter GET data
exit();
} else { //after reloading we'll come right to this spot
session_unregister('skipnextget');
if(isset($_SESSION['postvars'])) {
//load the POST variables from the session
// Error on this line below!
$this = unserialize($_SESSION['postvars']);
session_unregister('postvars'); //delete the session stuff we
//don't need anymore.
return $this;
}
}
I think the monitor/display controlling configuration file in my Aurora machine is /etc/X11/XF86Config
[root@kjones-sun etc]# cd X11
[root@kjones-sun X11]# ls
applnk proxymngr twm XF86Config-4 xinit xsrirc
fs rstart X XF86Config-4.rpmsave xkb
gdm serverconfig xdm XF86Config-5 Xmodmap
lbxproxy starthere XF86Config XF86Config_orig xserver
prefdm sysconfig XF86Config~ XftConfig xsm
It is too long to send to all. The question is what should it say?
Ken
I apologize in advance for spamming the list with my want ad.
I need to get rid of some CRT monitors and am wondering if anyone on
the list would be interested. They are as follows...
1x Gateway Vivitron (circa '95) 17"
1x Compaq MV940 19"
2x Digital re-branded Trinitron 21" (matched pair)
The 19" and 21" monitors can each run at 1600x1200 and the 21s have
dual input, which is nice. I used the 21s in a TwinView setup on my
main Ubuntu-based workstation at home for years until I got a LCD last
Christmas. I have power/video cables for all of them, so they are
ready to roll. I had them up on craigslist to try and sell them, but
haven't gotten any hits and it's just time to clear out the space.
The catch is that you would need to come pick them up from me in
Uxbridge.
Please respond to me privately so we don't spam the list.
Thanks,
Jared Greenwald