Displaying 17 results from an estimated 17 matches for "multilication".
Did you mean:
multiplication
2009 Nov 06
3
which data structure to choose to keep multile objects?
I have a function called nnmf which takes in one matrix and returns two
matrices. for example,
> X
[,1] [,2] [,3] [,4]
[1,] 1 4 7 10
[2,] 2 5 8 11
[3,] 3 6 9 12
> z=nnmf(X,2)
> z$W
[,1] [,2]
[1,] 0.8645422 0.6643681
[2,] 1.7411863 0.5377504
[3,] 2.6179287 0.4111063
> z$H
[,1] [,2] [,3] [,4]
[1,] 1.14299486
2004 Sep 02
1
Dovecots pop3-UIDL command impl. not RFC compliant ?
Hi !
POP3-RFC (1939) speaks about UIDL command:
The unique-id of a message is an arbitrary server-determined
string, consisting of one to 70 characters in the range 0x21
to 0x7E, which uniquely identifies a message within a maildrop and which
persists across sessions.
When I issue an UIDL command (dovecot 0.99.10.9)
I get replies like
1 1093990148.1
2 1093990148.2
3 1093990148.3
...
.
You see
2016 Feb 04
5
Squid as interception HTTPS proxy under CentOS 7
Hi all,
I am trying to configure squid as a interception HTTPS proxy under CentOS 7. At every https request, I am receiving a certificate error.
My current config for squid is:
# My localnet
acl localnet src 172.22.55.0/28
acl localnet src 172.22.58.0/29
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70
2015 Mar 06
2
Squid on CentOS 7: few questions
Hi,
I recently migrated my office's server from Slackware64 14.1 to CentOS
7. Right now I'm in the process of configuring the Squid web proxy. I
edited the default /etc/squid/squid.conf, and here's what I have so far:
--8<--------------------------------------------------
# /etc/squid/squid.conf
# Nom d'h?te du serveur Squid
visible_hostname amandine.microlinux.lan
#
2011 Nov 04
6
Matrix element-by-element multiplication
is there a way to do element-by-element multiplication as in Gauss
and MATLAB, as shown below? Thanks.
---
a
1.0000000
2.0000000
3.0000000
x
1.0000000 2.0000000 3.0000000
2.0000000 4.0000000 6.0000000
3.0000000 6.0000000 9.0000000
a.*x
1.0000000 2.0000000 3.0000000
4.0000000
2007 Feb 09
1
trouble https multiple uplinks... how?
hello, my name is Denny. I am new in this list.
I am trying use multiple uplinks as describe in the lartc
documentation (http://lartc.org/howto/lartc.rpdb.multiple-links.html)
with squid transparent proxy in my gateway server.
let me draw the configuration :
/-----------------
-----DSL1-----| \
|Transparent proxy |----Local network
-----DSL2-----|
2018 Mar 09
3
SELinux breaks Squid's ssl_crtd helper
Hi,
I've setup a transparent HTTP+HTTPS proxy on my server running CentOS 7,
using Squid. Here's my configuration file.
--8<----------------------------------------------------------------
# /etc/squid/squid.conf
# D?finitions
acl localnet src 192.168.2.0/24
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port
2015 Mar 06
0
Squid on CentOS 7: few questions
2015-03-06 12:29 GMT-06:00 Niki Kovacs <info at microlinux.fr>:
>
> I recently migrated my office's server from Slackware64 14.1 to CentOS 7.
> Right now I'm in the process of configuring the Squid web proxy. I edited
> the default /etc/squid/squid.conf, and here's what I have so far:
>
> --8<--------------------------------------------------
> #
2020 Jul 30
1
ntlm authentication issues
Hi,
I set up Squid 4.6 on Debian 10 and I'm having problems with browser
authentication on a Windows station.
I did the tests on the command line and apparently it's OK.
root at proxy:/etc/squid/acls# /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
lp_load_ex: refreshing parameters
Initialising global
2012 Jan 21
1
squid transparent proxy problem
Greetings,
I installed a squid 3.1.10.i686 squid to a centos 6.2i686. The proxy is
working fine with the default config.
After I decided to use it as a transparent proxy, I added two lines to
config: http_proxy 10.0.5.1:3128 transparent, always_direct allow all
http_port 10.0.5.1:3128 transparent
#
# Recommended minimum configuration:
#
acl manager proto cache_object
#acl localhost src
2009 Feb 02
1
squid stops working several times a day
Hello,
I have a problem here with:
[root at ablprx01 squid]# cat /etc/*release
CentOS release 5.2 (Final)
[root at ablprx01 squid]# rpm -qa|grep -i squid
squid-2.6.STABLE6-5.el5_1.3
The web proxy process (used by 300-400 users)
seems to run ok:
[root at ablprx01 squid]# ps uawwwx|grep squid
root 2304 0.0 0.0 7792 1268 ? Ss 08:45 0:00 squid -D
squid 3082 27.7 0.9
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
check out sslbump documentation:
http://wiki.squid-cache.org/Features/SslBump
--
Eero
2016-02-04 15:24 GMT+02:00 C. L. Martinez <carlopmart at gmail.com>:
> Hi all,
>
> I am trying to configure squid as a interception HTTPS proxy under CentOS
> 7. At every https request, I am receiving a certificate error.
>
> My current config for squid is:
>
> # My localnet
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
On 04/02/2016 13:24, C. L. Martinez wrote:
> Hi all,
>
> I am trying to configure squid as a interception HTTPS proxy under CentOS 7. At every https request, I am receiving a certificate error.
>
> My current config for squid is:
>
> # My localnet
> acl localnet src 172.22.55.0/28
> acl localnet src 172.22.58.0/29
>
> acl SSL_ports port 443
> acl Safe_ports
2002 Jan 07
2
>Why not use OggDrop? Going for managed bitrates? Tagging?
>Why not use OggDrop? Going for managed bitrates? Tagging?
> If you really must know (and I don't think it matters) I use oggdrop because I want to
> encode a batch of files without requiring user intervention between each file, and because I do lot of tagging.
> Besides, I don't see how oggdrop is going to HELP me encode the entire CD to Ogg Vorbis. It's
2007 Jan 08
2
shorewall/dansguardian/squid problem
ive got a config thats
client -> server ->Dansguardian->Squid -> onward adn I want to
transparently redirect web traffic to DG/Squid
Not sure where the problem lies - hoping you guys can help me and at
least tell me that its NOT my shorewall config
heres the configs
When I point a browser straight at 3128 or 3129 I get web pages back
and the appropriate stuff in the logs .
I get a
2003 Aug 18
8
PRI Question
I managed to get Asterisk working with my PBX using T1, now I am moving
on to trying to make PRI work.
I have my zaptel.conf and zapata.conf configured as follows:
Zaptel.conf:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone=us
defaultzone=us
Zapata.conf:
[channels]
transfer=yes
immediate=yes
callprogress=yes
language=en
context=default
switchtype=national
signalling=pri_net
group=1
2005 Mar 20
3
Choosing an ISP for Asterisk
I am the IT Manager for an international company who preserves its competitive edge by cutting costs. We are moving to a new office in about two months, and naturally, Asterisk came to mind as a way to implement a VoIP setup at low cost. My expertise is computers, not telephones, so all of this is new to me.
I need to know what the ideal setup for an Asterisk set up is. My idea is to have our