search for: diffrent

Displaying 20 results from an estimated 237 matches for "diffrent".

Did you mean: different
2018 Feb 14
0
Diffrent volumes on diffrent interfaces
Hi, I run a proxmox system with a glustervolume over three nodes. I think about setup a second volume, but want to use the other interfaces on the nodes. Is this recommended or possible? Bye Gregor
2018 Feb 14
1
Diffrent volumes on diffrent interfaces
Hi, I run a proxmox system with a glustervolume over three nodes. I think about setup a second volume, but want to use the other interfaces on the nodes. Is this recommended or possible? Bye Gregor
2008 Mar 19
4
plot with diffrent colour and plotting symbols
...lt;- data.frame(var1,var2,var3,var4) Var <- Var[sort(Var$var1),] tt <- Var$var1+((runif(length(Var$var1))/6)-(0.5/6)) labelname <- c("time 1", "time 2") plot(tt,var2,xaxt = "n") axis(1,1:length(unique(var1)), labelname) Could you tell me please how can I get diffrent colour and plotting symbols according to var3 and var4, respectively. Diego! ____________________________________________________________________________________ Looking for last minute shopping deals? [[alternative HTML version deleted]]
2019 May 13
1
Diffrent date codes from pwdLastSet and Password must change Time
Hi, i have little strange behaviour I have a bash script running to notify users about the expire of there password I query the users with ldapsearch and use pwdLastSet, but this search is diffrent to "Password must change Time" with rpcclient i now found out. Password must change Time is +1 Day vs pwdLastSet. can sombody explain this? pwdLastSet: 131945210982711300 https://www.epochconverter.com/ldap Epoch/Unix time: 1550047498 GMT: Wednesday, 13. February 2019 08:44:58 Your tim...
2003 Apr 10
6
How to plot several graphs in a single 2-D figure?
..., R-listers I tried to plot several graphs in a sigle x-y coordinate settings, like the following: |(y) s | ****** s | ***** s | sssssssssssssssssss |_______________________________(x) where "*" and "s" denote two diffrent plots. However, when I used plot(data1); % data1 is the data points of "*" par(new=T); plot(data2); % data2 is the data points of "s" I found that the x and y labels are messed up, since different graphs use diffrent unit length on the x-axis and y-axis. So is there someway t...
2011 Jun 02
2
Custom sql query for keeping quota with dict-sql
...quota_dict_bytes integer NOT NULL DEFAULT 0, quota_dict_messages integer NOT NULL DEFAULT 0 I read wiki a little and it looks i can't define own sql queries, they appear to be hardcoded. Am i wrong? Is it possible to write own queries to get/set quota using such table schema? Or maybe there is diffrent way to track quota for diffrent storages? Regards! Marcin
2006 Aug 13
0
Inheritance in helpers? Or should I do it all in a completely diffrent way?
Hi there. In the process of learning Rails I''m displaying data from my model in an HTML table. The view template got really messy so I decided to build a class to tidy things up and help me with the table generation. I started out putting it in the controller. But then I thought that the right place for it (following the MVC pattern and Rails orthodoxy) would be in a view helper. But
2005 Dec 21
1
for_remote_tag to update diffrent <div> depending on call result ....
hi, is there a way to use form_remote_tag to update one div or an other depending on the call result...??? perhaps with evaluate_remote_response but can''t get it to work. help thanks olivier
2010 May 17
0
Sharing same storage on two diffrent KVM hosts
Hello , I whould like your suggestion regarding the following problem : I got 2 host which are running under RHEL5.4 hypervizor . both of the hosts disks is a logical volume .( Each for each ) under the same VG . I want to add storage ( another logical volume ) which will be availble for both of the host as local disk . ( Share storage ) Thanks . -------------- next part -------------- An
2018 Mar 06
0
Multiple Volumes over diffrent Interfaces
Hi, I'm trying to create two gluster volumes over two nodes with two seperate networks: The names are in the hosts file of each node: root at gluster01 :~# cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 gluster01.peiker-cee.de gluster01 10.0.2.54 gluster02g1.peiker-cee.de gluster02g1 10.0.7.54 gluster02g2.peiker-cee.de gluster02g2 10.0.2.53
2018 Oct 21
4
AW: AW: Calendar function ?
I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices. -----Urspr?ngliche Nachricht----- Von: dovecot <dovecot-bounces at dovecot.org> Im Auftrag von Marcus Rueckert Gesendet: Sonntag, 21. Oktober 2018 15:28 An: dovecot at dovecot.org Betreff: Re: AW: Calendar function ? If you jus...
2010 Feb 19
1
How to use same function for diffrent input values
Dear R helpers   I have written some function (the actual code I have pasted at the end of mail) like say   indiv_rate = function(n, rate_name, rate, rate_rf1, rate_rf2, rate_rf3, rateprob1, rateprob2, rateprob3) { ........some R commands   return(data.frame(rate_name, rates = round(rate_data, digits = 4)))   }   ## INPUT   rates = indiv_rate(n = read.csv('number.csv')$n, rate_name =
2009 Feb 13
7
Diffrent OS on domU in paravirtualization ?
Hi, It seems to be a very basic question, but need confirmation. I am using Centos as my Dom0, running xen, using paravirtualization. Can I run NON-CentOS (more specifically Debian) operating system on domU, -- Regards, Meghanand N. Acharekar " A proud Linux User " Reg Linux User #397975 ------------------------------------------ I was born free! No Gates and Windows can restrict
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead: The "one big screen" solution, usually achieved with xinerama , twinview or similar. This provides us with one Screen, and therefor one CompScreen structure. The output extens are retrieved from xinerama, or possibly randr (in the future?), I would assume. Then...
2024 Jan 20
1
Running VMware ESXi network installer via syslinux/menu
Remember the vmware versions of their loader are diffrent. I remember looking at the source for the mboot file and it was diffrent from the syslinux version. On Fri, Jan 19, 2024, 5:25 PM marki via Syslinux <syslinux at syslinux.org> wrote: > Hello, > > So I'm running syslinux.efi > Which loads menu.c32 > Which is supposed to s...
2009 Jun 06
1
how to make the dynamically creted string work inside if as a condition
...nd going inside the if() ,an error is thrown saying : rgument is not logical ..I even tried changing teh mode of the string to logical,but it doesn't work Say my dynamically created string is :-- str<- name=='tom' || name=='harry' || name=='tina' where the names are diffrent for diffrent DBs. if(name=='tom' || name=='harry' || name=='tina' ) { some code } If i do this if(str) { some code } It doesn't work:( -- Thanks Moumita [[alternative HTML version deleted]]
2006 Nov 02
1
Voicemail issues
I put my voicemail groups into different contexts so that I can use Dial by name and escape. I had set ext 500 as exten => 500,1,VoiceMailMain(${CALLERID(number)}@default|s) but now that the contexts are different. this does not work #1 how do I have everyone use an ext to get the voicemail regardless of context. #2 can I get the mail buttons to work on my polycom 501s and swissphones #3
2006 Oct 12
1
routing between two isp
I have three ethernet card and two of them connected to diffrent ISP and has diffrent gateways. And one ethernet card is connected to local lan. I have installed iptables and configured the firwall to work as nat gateway for the users. Now I want to route only mail traffic to the perticular ISP and which I am not able to do it. I have done iproute configuratio...
2014 Feb 05
1
How to archive mails on different server
...uys, I want to make some new changes to my exim mail server So if any user archive his/her mail they will save on any other server not on Exim server , and whenever user want to search for any old mail he will go to archive folder and can search it from there.... So basically i want to setup a diffrent server for archiving and want to connect it to my Exim server. So whevever user archive his/her mail it will autometically save to diffrent server. So is it possible using any plugin , or something else . I am using Roundcube,Exim 4.72, Dovecot(LMTP). Regards, Anant Saraswat
2010 Feb 25
4
different types graphs
...a") > sqlQuery(ch, paste("SELECT * from emp")) >sqlQuery(ch, ("SELECT * from xyz")) store revenue year_y 1 bigbazar 787875 2008 2 more 87876 2008 plot(revenue ~ year_y, data=xyz, pch=16) can i get any diffrent types of graphs like pie charts, bar plots.using plot commands? please give me suggestions. -- View this message in context: http://n4.nabble.com/different-types-graphs-tp1568673p1568673.html Sent from the R help mailing list archive at Nabble.com.