search for: itm

Displaying 20 results from an estimated 98 matches for "itm".

Did you mean: it
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view. <% coll.each do |itm| puts(itm.value) end %> How do I render the itm.value without using a <%= %> tag? Should puts not work? Joerg P.S. There is a good enough reason for me wanting to do this :-) -- Posted via http://www.ruby-forum.com/.
2016 Nov 03
8
FireFox and Plugins
While doing a browser fingerprinting survey, I was quite surprised to see I actually have a FireFox plugin installed. The culprit is /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so It appears that whoever maintains the rhythmbox RPM has chosen not to package the browser plugin separately like it probably should be. So if I have the rhythmbox RPM installed, I have the plugin. This is rather worrisome because I can find no trace of the plugin in the Mo...
2015 Nov 08
0
librhythmbox-itms-detection-plugin.so
...nk for anything that is a plugin, I think the browser should ask the user. That would make browser fingerprinting more difficult. One of the plugins though that is detected is from rhythmbox. I didn't even know there was a rhytmbox plugin for firefox. /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so It is part of the core rhythmbox package. I certainly have no need for it, and I doubt very many people do. It seems to me that maybe that plugin should be part of a sub-package to rhythmbox rather than rhythmbox itself, strictly from a security perspective so that if ther...
2006 Jun 12
2
help needed running visual foxpro 6 application
hi, i am trying to run an app written in visual foxpro. i am a real n00b when it comes to wine... here are the errors i get when trying to run it ---8<-----8<------ $ wine itm/itm.exe fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject class {854d7ac5-bc3d-11d0-b421-00a0c90f9dc4} not registered err:ole:CoGetClassObject class {854d7ac5-bc3d-11d0-b421-00a0c90f9dc4} not registered err:ole:CoGetClassObject no class object {854d7ac5-bc3d-11d0-b421-00a0c90f9dc4} co...
2003 Oct 28
1
groupmap on member server
...ba server has joined one of the master domains as a member server. smb.conf has encrypted passwords enabled and security=domain and running on Samba Version 3.0.1pre1 on Linux 2.4.20-20.9smp. Groupmap seems not to work as I was expecting it to. I am trying to map the local unix group "itms_office" to domain group "itms office" using: net groupmap add ntgroup="itms office" unixgroup=itms_office type=d /etc/group contains the following line for itms_office: itms_office:x:102: The share is setup as follows: [test] comment = test share...
2013 Feb 24
3
GSM Sip Gateway
Hi all, Anyone ever used GoIP GSM SIP Gateways ? If yes, what was your experience with those ? I'm looking at this: http://www.ebay.com/itm/HOT-GSM-VOIP-GoIP-Gateway-SIP-Trunk-to-Asterisk-iP-PBX-/280736774012?pt=US_VoIP_Business_Phones_IP_PBX&hash=item415d37377c If anyone has any (good) experience with another brand, I'll take the names and models. Thanks
2008 Apr 28
1
Survival Regression with multiple events per subject
Dear R users! I want to process a maximum likelihood estimation for a parametric regression survival time model with multiple events per subject. the STATA command for this survival regression is: use survreg stset failure(exercise), id(optionid) local regressors itm posret negret streg `regressors', distribution(weibull) explanation: stset declares data to be survival-time data; exercise is the indicator variable, which shows if the subject is dead or alive; optionid is the multiple-record ID variable which means every subject has a unique id and one subj...
2016 Nov 03
2
FireFox and Plugins
...Wyett wrote: > On Wed, 2016-11-02 at 21:37 -0700, Alice Wonder wrote: >> While doing a browser fingerprinting survey, I was quite surprised to >> see I actually have a FireFox plugin installed. >> >> The culprit is >> >> /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so >> >> It appears that whoever maintains the rhythmbox RPM has chosen not to >> package the browser plugin separately like it probably should be. So if >> I have the rhythmbox RPM installed, I have the plugin. >> >> This is rather worrisome be...
2017 May 17
3
Mini PCs
Thanks, Nux!. But a few hours late. I just purchased: http://www.ebay.com/itm/ZOTAC-ZBOX-NANO-Plus-Mini-PC-ZBOXNANO-AD12-PLUS-2GB-320GB-with-Power-Supply-56/382042194064?_trksid=p2045573.c100033.m2042&_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D41376%26meid%3Deae770f22d504a9b8366eb0c02dd20d6%26pid%3D100033%26rk%3D7%26rkt%3D8%26sd%3D152356229748 Zotac has b...
2016 Dec 06
2
T1 -Asterisk server - Analog lines
Hello All, The problem I'm facing is the following: two machines that require analog signal. However, connection to the world is setup as follow: T1 connection to Asterisk server Any suggestions on how to convert digital signal to analog? Type of card on my Asterisk server is wct4xxp Thanks for your support! Motty -------------- next part -------------- An HTML attachment was
2008 Apr 15
2
NoMethodError in StoreController#add_to_cart
...pp/controllers/store_controller.rb: 8:in `add_to_cart'' ------------------------------------------------------------------ The contents of cart.rb: --------------------------------------------- class Cart attr_reader :items def initialize @items = [] end def add_product(product) @itmes << product debugger end end -------------------------------------------------- The contents of store_controller.rb ------------------------------------------------------------------------------- class StoreController < ApplicationController def index @products = Product.find_prod...
2016 Nov 04
3
FireFox and Plugins
...f you use a central Mozilla autoconfig file setup - see, for example: > > > <https://developer.mozilla.org/en-US/Firefox/Enterprise_deployment#Configuration> > > then you can use the following line to disable this plug-in: > > lockPref("plugin.state.librhythmbox-itms-detection-plugin", 0); > > (and similar lines to disable any other plug-in) > > James Pearson With all the talk about deleting a packaged file or rebuilding a base package, I'm surprised no one has noticed this solution. The above is most likely the best solution. Easy to...
2016 Nov 03
0
FireFox and Plugins
On Wed, 2016-11-02 at 21:37 -0700, Alice Wonder wrote: > While doing a browser fingerprinting survey, I was quite surprised to > see I actually have a FireFox plugin installed. > > The culprit is > > /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so > > It appears that whoever maintains the rhythmbox RPM has chosen not to > package the browser plugin separately like it probably should be. So if > I have the rhythmbox RPM installed, I have the plugin. > > This is rather worrisome because I can find no...
2016 Nov 03
0
FireFox and Plugins
On Wed, Nov 02, 2016 at 09:37:03PM -0700, Alice Wonder wrote > While doing a browser fingerprinting survey, I was quite surprised to > see I actually have a FireFox plugin installed. > > The culprit is > > /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so > > It appears that whoever maintains the rhythmbox RPM has chosen not to > package the browser plugin separately like it probably should be. So if > I have the rhythmbox RPM installed, I have the plugin. > > This is rather worrisome because I can find no...
2016 Nov 03
1
FireFox and Plugins
Walter Dnes wrote: > > How about manually... > > sudo rm /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so > > You'll have to do it each time you update rhytmbox. ... or create a very simple RPM that just has a '%triggerpostun' script that removes that file each time rhythmbox is updated James Pearson
2016 Nov 03
0
FireFox and Plugins
Alice Wonder wrote: > While doing a browser fingerprinting survey, I was quite surprised to > see I actually have a FireFox plugin installed. > > The culprit is > > /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so > > It appears that whoever maintains the rhythmbox RPM has chosen not to > package the browser plugin separately like it probably should be. So if > I have the rhythmbox RPM installed, I have the plugin. > > This is rather worrisome because I can find no trac...
2010 Apr 15
1
(no subject)
...\Profiles_xxx\%U logon drive = j: domain logons = Yes os level = 99 preferred master = Yes domain master = Yes dns proxy = No wins support = Yes ldap ssl = no socket address = 10.10.xxx.xxx valid users = root, ipconly, +itm, +burutil hosts allow = 10.10., 127.0.0.1 strict allocate = Yes case sensitive = Yes map hidden = Yes browseable = No strict locking = No wide links = Yes [PERSO] comment = Repertoire personnel path = /mnt/san/unite1/%U...
2013 Jan 02
1
Dell EMC 118031985 SPS - nothing but questions
I was wondering if anyone has seen anything like this standby power supply for Dell servers. http://www.ebay.co.uk/itm/200824909297?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649 I made up a cable and can connect to it at 9600 baud 8N1. The problem is that all it ever does is respond with a "?" and ends it with a LF it does this whenever it recieves a LF - I'm begining to think its mocking m...
2014 Mar 05
1
following wide links on a Mac
...follow wide links when "unix extensions = yes". Now this works great when we mount from a Linux client or PC client. But we cannot follow a wide link from the Mac when "unix extensions = yes". We get errors like "The operation can't be completed because the original itme for ... can't be found" or "broken symbolic link". From doing some reading on the web I found people mention the Mac client will try to follow a wide link locally if "unix extensions = yes"??? So I would very much appreciate if someone could tell me if there is a way...
2019 Oct 04
3
CentOS 8 network-scripts
...onnecting LAN, bridge is disabled and KVM bridged > network unhooked, and you can never reinitialize it without at least > restarting kvm, and full treatmant is shuting down VM, restarting NM > then network then starting VM again... So I just shutdown VM and > laptop and boot everey itme I move. Maybe I can change this behavior now. You and I have nearly identical use cases, interestingly enough.? My laptop that I'm using right now to type this is my development machine for a number of KVM things I do in the data center as well. Since I run it docked with ethernet on my d...