Displaying 20 results from an estimated 1797 matches for "garys".
Did you mean:
gary
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this
script:
#!/bin/sh
#backup friday
#"Spinning up backup drive and mounting it .."
cd /
mount /mnt/hd2
#"Starting backup procedures"
rsync -avx --exclude="/home/gary/.thumbnails/"
--exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary
/mnt/hd2/2010
umount /mnt/hd2
#END
It backs
2010 Dec 09
1
(Fwd) Re: Configuring Softphone
Thank you for the reply.
On 8 Dec 2010 at 13:38, Danny (Danny Nicholas <danny at debsinc.com>) commented
about RE: [asterisk-users] Configuring Softphone:
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Gary Kuznitz
> Sent: Wednesday, December 08, 2010 1:27 PM
> To: Asterisk
2005 Mar 25
49
atxfer
Hi list,
This wll be my first post, so I want to thank all the developers for the
great product they have created.
Now, the question,
I have installed asterisk 1.05 on debian sarge (binary package)
with an I4l modem and 4 x-lite softphone and 2 SIP hardphones (Yuxin 100)
This all works fine, exept for som echo on the ISDN channel, but I'll
replace the I4L card with an AVM-C4 card next
2010 Dec 08
3
Configuring Softphone
Hi,
I'm trying to get a softphone configured. In Sip.conf [general] I found an example
that said I need:
nat=yes
localnet=192.168.xxx.xxx
Is localnet supposed to be a LAN IP or a WAN IP?
Thank you,
Gary
2017 Dec 11
3
Broadcom BCM4352 on Centos 7
Hi Folks
I'm trying to get my internal WiFi working and I'm following the instructions
here:
https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom
My adaptor is:
[gary at gary ~]$ lspci|grep Broad
08:00.0 Network controller: Broadcom Limited BCM4352 802.11ac Wireless Network
Adapter (rev 03)
[gary at gary ~]$
However, I've failed at step 2 as I cannot find any Linux / STA /
2011 Aug 22
0
Fedora 14, Samba and connection problems - passwords
I have just replaced an old FC9 server with a new FC14 server as the old one
died. Before it died I was having trouble authenticating connections to it.
Now I have the new server running I'm still suffering the same problem.
Setting up a user and setting the password gives no errors, but then
connections fail complaining about the password. It is very much a virgin
vanilla setup. All I
2001 Dec 08
1
almost printing
Ok, I've managed to print to my HPDeskjet 694c attached to a Solaris 8 box
running samba 2.2.2 from Win98. Problem is with the left margin, there are
these little lines (garbage) running down the 1st column on the left side
of the page. Also, when I print a page from Word 97, the whole page doesn't
print (about 95% of it) and starts a little too far down the page. Printing
was perfect
2017 Feb 23
4
Introduction / Edit group access for HowTos/SELinux
Hi,
Wiki username is: GaryTierney
I'd like to add some additional content to the HowTos/SELinux wiki page.
More specifically: additional tips on troubleshooting SELinux problems
using setools-console and audit utils, using Role-Based Access Control
instead of the default unconfined user configuration, and some pointers
on authoring local policies (some content specifically for the new
2017 May 04
4
Centos 7 Samba - all shares read only
I few weeks back my server started having a problem where all shares are now
readonly. AFAIK nothing has changed except a 'yum update' which was probably
around the same time.
Everyone still has the shares on their Win7 PC's and can see the contents.
However, if they try to open a file it opens read only. If the try to create
a new file (e.g. right click -> New -> Text
2000 Sep 01
5
sftp
Yo All!
I understand why we do not have sftp in openssh, but it would be nice
if we could make it so that when an SSH.COM scp2 client makes a connection
to an OpenSSH V2 daemon that it does not hang....
Any ideas or do I need to dig a bit on this?
Here is what the sshd says when I conenct to it from scp2:
debug: session_open: session 0: link with channel 0
debug: confirm session
debug:
2007 Jul 10
6
Edit ulaw file
I recorded some sound files using Asterisk record() app as ulaw file. I need to edit these sound files. What kind of audio editor can I use to edit these files?
Gary Chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070710/8320ad04/attachment.htm
2015 Oct 28
6
Detecting empty office doc containing virus macro
We are receiving LOTS of emails that contain empty XLS or DOC documents with
embedded virus macros. These are getting past SPAMASSASSIN, Clamav and
Kaspersky.
I'm trying to write a filter for EXIM to block these emails but I need to know
a good, quick, command-line to detect an empty doc with a macro.
Is there anything available that I can use??
I have managed to write a PERL script to
2009 Sep 28
5
R and REST API's
Hi - Many organizations now make their data available as XML via a
REST web service architecture. Is there any R package or facility to
access this type of data directly (eg, to make the HTTP GET request
and have the downloaded data put into an R data frame)?
I used several R search sites to look for an answer, but came up with
very little. Any help would be appreciated.
Thanks very much.
Gary
2005 Jul 14
3
read.xport
I am trying to import data from a SAS XPORT file that contains 24 SAS files.
When I use the "read.xport" procedure only about 16 data frames (components)
are created. Any suggestions?
*************************************************************************
Gary A. Nelson, Ph.D
Massachusetts Division of Marine Fisheries
30 Emerson Avenue
Gloucester, MA 01930
Phone: (978)
2009 Dec 08
3
re-ordering x-lables using barchart()
Hi R Users,
I'm trying to re-order the "site names" ("Waseca", "Morris", ...). I'm using
following code:
libarry(lattice)
barchart(yield ~ variety | site, data = barley,
groups = year, layout = c(6,1), aspect=.7,
ylab = "Barley Yield (bushels/acre)",
scales = list(x = list(abbreviate = TRUE, rot=45,
2009 Jan 31
1
FW: can't get package boot to load
Changing
library(RODBC,boot)
to
library(RODBC)
library(boot)
seems to have solved the problem.
_____
_____________________________________________
From: Gary Smith [mailto:gary.smith28 at comcast.net]
Sent: Saturday, January 31, 2009 12:55 PM
To: 'r-help at R-project.org'
Subject: can't get package boot to load
Hi,
I am new to R and I'm totally confused by this problem.
2002 Mar 11
1
Fw: Firewall and Port Forward Clash?
----- Original Message -----
From: "Tom Eastep" <teastep@shorewall.net>
To: "Gary Gale" <gary@vicchi.org>
Sent: Monday, March 11, 2002 11:48 AM
Subject: Re: [Shorewall-users] Firewall and Port Forward Clash?
> Gary,
>
> ----- Original Message -----
> From: "Gary Gale" <gary@vicchi.org>
> To: "Shorewall Users List"
2016 Sep 14
0
HP Envy EFI problem after BIOS update
I have managed to boot into the installed Centos system, without using the KDE
live CD.
By pressing F9 when turning on the laptop, I got the choose boot menu. When
the menu appeared, it had the old Fedora install, the current Centos install
as well as the Windows install.
When I chose the Centos install it showed the GRUB menu and booted into Centos
without error. This confirms that the
2002 Feb 25
2
(no subject)
did U use :
smbpasswd -a user
th passwd must be the same
rick.
>From: "Gary Ferrer" <gary@ferrer.yi.org>
>To: "Samba-users" <samba@lists.samba.org>
>Subject: [Samba] (no subject)
>Date: Fri, 22 Feb 2002 00:07:04 -0800
>
>Hi people, sorry for the previous HTML stuff, I hope this time it's plain
>text. Here's my problem:
2007 Jun 22
10
inband DTMF for g729
Does anybody know why Asterisk does not support inband DTMF for G.729?
Our SIP carrier use inband dtmf for G.729. This causes problem for us to use it for our Asterisk IVR system.
Any suggestion to solve this problem?
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070622/43308a1f/attachment.htm