I'm looking for a way to do a dump of the MAC address of the phones, the lines attached, and finally the calling search space for these lines.
Why?
I'm going to be setting up a bulk administer to take off the legacy second lines, and reconfiguring them to how the corp wants them. Which is a...
Currently RUS is failing to work properly.
Whenever I add a user to exchange, it takes up to 1.5-2 hours for them to get the SMTP info from RUS (smtp info found in user properties -> Email Addresses tab)
It also takes a significant amount of time to replicate to the other administrative groups...
Alright, I edited my code, just to leave out my passwords, and my domains.
I realize this isn't the recommended way to do things, and I know (after I did the rest of the site like this) that there are far better ways to do it.
But this is the last piece, and I'd like to make this work.
Here's...
Does the interpeter work?
What distro are you running?
I know in gentoo you have to do
#!/usr/bin/env python
then in slack you can do
#!/usr/bin/python
Give us the output of
"ls -l /usr/bin | grep python"
Hope this helps,
khan
This is probably a really stupid question...
I looked through ALTER table, and some tuts over at w3schools (my heros) but I can't seem to find a way to edit EXISTING data in an EXISTING row of a table....
Any ideas?
Thanks,
khan
Here is what I get from partition magic....
===========================================================================================================
Disk Geometry Information for Disk 2: 3648 Cylinders, 255 Heads, 63 Sectors/Track
System PartSect # Boot BCyl Head Sect FS...
So I'm trying to make a telnet like application.
So far, I've established a connection between the server and the client app, and I've used the subprocess module to pass commands from the client (sent to the server) to bash.
Here's my server code -
#! /usr/bin/env python
import...
I can go from a computer (192.5.5.2) through a router (e0=192.5.5.1 to s0 201.100.11.1) to another router (s1= 201.100.11.2 to e0 219.17.100.1)
But I cannot ping a computer (219.17.100.2) on router2.
I have checked and double checked my router rip on both routers. I have set clockrate on...
I need to take something like this --
"I am worth $80.00"
and turn it into two variables,
"i am worth $" and "80.00"
Or even better 3
"i am worth"
"$"
"80.00"
Any help in the right direction would be greatly appreciated!
khan
After this script sends me an email with these people's info, I want it to automatically take them to a paypal pay site.
Here's what I have --
<html>
<?php
if ($_POST['submit']){
$to = "myemail@email.com";
$subject = $_POST['name'];
$body =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.