search for: tranparent

Displaying 18 results from an estimated 18 matches for "tranparent".

Did you mean: transparent
2003 Feb 06
2
transparent proxying ftp through squid
Hi, Is it possible to transparent proxy FTP through Squid? If so what rules would i need to add to the rules file so that any ftp request is forwarding through Squid? I have www traffic being Tranparantly proxied. Herwith my www rules: REDIRECT loc 3128 tcp 80 ACCEPT loc fw::3128 tcp www - all ACCEPT fw
2005 Nov 22
2
change axis format for different panels in xyplot in lattice
...|z) plots two panels with the default black axes. Running the following code trellis.par.set(list(axis.line = list(col = "transparent"))) xyplot(y~x|z) plots the same data without the axes. Is it possible (in one plot) to plot the first panel with black axes and the second panel with tranparent axes? Thank you for your time and your attention, Roy
2002 Aug 06
1
polygon() draws non-transparent border, erase.screen draws non-transparent border (PR#1881)
...} as borders are overlapping between subscreens, erasing one subscreen will set parts of borders of neighbor subscreens to background color. I guess this is better than not beeing able to erase the borders at all. However, if border shall not be erased have rect(0, 0, 1, 1, col=0, border="tranparent") instead. Alternatively we could introduce a new parameter border= to erase.screen(), screen() and split.screen() Best regards Jens Oehlschlägel > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 stat...
2002 Aug 19
1
Centrally stored policies with group settings
Dear *, we are stuck and cannot find anything on the Net or the documentation. Background ---------- We are currently working on a project that aims to migrate Servers from a Windows NT domain to a Samba based domain. The migration, as always, should be completely tranparent to the Windows Desktops and their users. There are about 300 users and may be 20 groups. Issue ----- The current domain set-up makes heavy use of policies. The policies are group based and stored centrally on the DCs. For the moment we only consider Samba 2.2 as 3 is not released yet and therefor...
2012 Dec 17
2
How to get transparent colors to sum to complete opacity?
Dear List, I want to use transparency in R to represent downweighting of observations based on clusters (repeated observations in a dataset). Some clusters will have identical covariate values in a parameter space -- in the 2D x,y case, these represent a bunch of semi-tranparent dots in the same place. I'd like these overlapping dots to be completely opaque. In other cases, the clusters don't have overlapping covariates, so when these dots are scattered all around, I want them to be somewhat transparent. But it seems clear that transparency isn't additiv...
2006 Jan 12
6
Draggable performance issues
Using the script.aculo.us Draggables, I''m noticing they are a bit less than fast. I drag them around on the screen and they jump and glitch to catch up with the mouse. Has anyone else noticed this, and are there any optimizations that have been identified that I can apply? I''m using v. 1.5 Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon
2001 Aug 09
3
No subject
Philippe Grosjean raised the question of transparency in the context of writing Windows metafiles, but it has come up before for bitmapped graphics. I've taken a look in the sources, and what we do now is inconsistent. The postscript/xfig/pdf devices do not paint the background iff it is "white". All the screen devices always paint the background, as do the bitmap devices and all
2002 Feb 19
5
CIFS Session transfer
Hi All, I would like to know if this is possible and if possible what is the complexity. Consider a CIFS client, SAMBA Server1 and Samba Server2. Say a session is established between a CIFS client and SAMBA server1. Is it possible for the SAMBA server1 to transfer/redirect/reestablish the connection to SAMBA server2 without the CIFS client knowing about this? The session between the CIFS
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
...git numbers if they're not provided, insert international dialing codes for overseas DIDs, etc) - look up caller-name in a database - if not found, look up caller-name online The result can be found here: http://www.muware.com/asterisk/ The current version is working, and it's even pretty tranparent. There isn't much in the way of error trapping or such, and there will likely be some changes/additions before publishing a stable release. Test the heck out of this little guy -- Comments are welcome.
2008 Feb 27
0
per share encrytion
...cuments can be protected against unauthorized access even from administrators (exept the admin controling user access of course) but can be easily accessed from authorized groups. I thing this would be easy to implement in Samba and may is planned or already done. furthermore samba could act as a tranparent proxy that just en/decrypts file contents depending on their source/destination share and forwards requests to another fileserver using smb protocol. Such a dedicated machine could be stored behind the switch of the boss office and would provide quiet good security. do you know of any implementa...
1997 Nov 26
0
Testing Samba and NFS/AMD inter-action
...ites who had limited availability of non-production equipment and thus could not experiment extensively. The short answers are; Samba can mount any file system visible from the host Samba is running on, including file systems which were mounted, via NFS, from other hosts. The use of AMD are also tranparent to Samba mounts. A single smbpasswd file can be shared via NFS mounts and need not be exclusive to the local host. They can be shared. NFS permissions will take precedence, thus the smbpasswd file can be on a r-o filesystem. The 'exports' and tcp_wrappers systems are adequate security for...
2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
...iting in the PDF version using Inkscape. It works with ggplot2 and lattice plots as well as base R plots and also fully supports transparency (unlike e.g. EPS or EMF export in R - EMF in the meantime I found out does not support transparency at all, and can only deal with it by rasterizing all semi-tranparent graphics elements). Given the widespread use of Office/LibreOffice/OpenOffice I think it would be very handy if this kind of functionality were provided as part of base R at one stage or another (as would Excel import and export, for that matter). So if anyone on this list thinks it would be a goo...
2008 Jun 21
2
Scatter plot transparency
Hi all, I'm putting a few plots together and wondering what format would be best to export a few scatter plots to Illustrator to make a figure. I'm thinking about overlaying some plot in Illustrator, so the export file type has to be transparent for Illustrator (version 10). I tried PNG and TIFF, but it does not seems to have transparency that is recognized by Illustrator (or Photoshop for
2008 Jun 02
2
several servers
hi, i have @server1.domain.com, #server2.domain.com, @server3.domain.com and @server4.domain.com and i distrib the e-mail users in that four servers for equal. 2 servers have: dovecot+sendmail+mailscanner+spamassassin+clamav+ssl/tls+squirrelmail and other two have: dovecot+postfix+amavisd+spamassassin+clamav+squirrelmail+ssl/tls, all this machine over https and firewall with drop rule for defect.
2004 Jun 23
5
assigning from multiple return values
I know that if I have a function that returns multiple values, I should do return(list(foo, bar)). But what do I do on the recieving end? fn <- function(x) { return(list(foo, bar)) } I know that at this point I could say values.list <- fn(x) and then access values.list[1] values.list[2] But that's hideous. I'd rather be able to say something like list(local_foo, local_bar)
2004 Sep 03
18
Public IP
I have problem with IP public, my Network configuration [wireless] <------> [Router] <------ > [ Linux proxy ] < ------ > [Client ] IP configuration [202.123.123.1] <------->[202.123.123.2 and 192.168.0.1] < ------ > [192.168.0.2 and 202.123.123.3] < ------ > [202.123.123.4] this configuration will use IP 202.123.123.2 on internet how to config my network
2005 Mar 25
3
Framebuffer (was Xen port of ReactOS)
Fwiw, I think a ReactOS port would be very useful to both projects. One thing I think xen could do with (if it isn''t there already) is some sort of virtual framebuffer like with disk and network. Dom0 could provide the backend of the virtual framebuffer (on virtual consoles or inside X windows or whatever), and the other domains could make use of the exported framebuffers. It
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi, I want to switch from our Windows NT server ( which works as our PDC ) to Linux - Samba. Could you advice a step-by-step guide about this process, or is that possible, at all? Can I use Samba as a BDC, convert the user DB and than promote it to PDC? Thanks in advance! Regards; Istvan