search for: slayer

Displaying 20 results from an estimated 20 matches for "slayer".

Did you mean: layer
2005 Feb 04
7
Limit MOH processes
You could try to use the native mp3 support for MOH if you really want mp3 support. It is a lot better than using mpg123 IMHO. mpg123 kept doing nasty things to my system :) See http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20musicon hold.conf there is a section about the native support. Guillaume > -----Original Message----- > From: Stefan Gofferje
2006 Jun 12
3
Syntax errors on "insert into"
I''m digging around and googling but can''t seem to find what I think is a simple thing. All I''m trying to do is insert data in a migration into a table, using regular SQL statements. LIke this: class AddStateData < ActiveRecord::Migration def self.up INSERT INTO states values ('''',''Alaska''); INSERT INTO states values
2006 Apr 23
4
Penalties of using an eval on every request
Hello RoR! I''m building a rails app for hosting multi-page surveys. I set up questionnaire, question, and question_component models. Now I''m initializing them with some data. survey.rb q1 = Question.new "q1" q1.quote "Welcome to a test of the new interviewing system." q2 = Question.new "q2" q2.quote "Do you like pie?"
2015 Mar 11
0
SquidAnalyzer: minor trouble building RPM
...ackware's user base. After this heated exchange, I decided to take a pragmatic approach and choose a more appropriate tool as a base for my business. So here I am. Cheers, Niki PS: after a few years on LQ, the general tone on the CentOS mailing list seems like the Alban Berg Quartet after Slayer at Hellfest. :o) -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
2006 Jun 13
5
Can RoR handle a lot of traffic?
And compared to PHP? -- Posted via http://www.ruby-forum.com/.
2005 Jun 03
0
* found in Iraq!!
...Guru in his real life and so knocked something up from a > few scruffy PC's they had lying about. They are using Grand Stream > phones that they have their relatives send them out. > > Next time you are "throwing out" equipment perhaps you'd give the boys > in Camp Slayer, Baghdad a thought. We know how under equipped they are > and it seems that it doesn't just run to weapons/armour. > > Salaam Aleichem! > > -- > > Mark, G7LTT/KC2ENI > Randolph, NJ > http://www.g7ltt.com > > _______________________________________________ &g...
2005 Jun 06
0
OT: WAS: * found in Iraq!! NOW: Asterisk bus iness sightings
...Guru in his real life and so knocked something up from a > few scruffy PC's they had lying about. They are using Grand Stream > phones that they have their relatives send them out. > > Next time you are "throwing out" equipment perhaps you'd give the boys > in Camp Slayer, Baghdad a thought. We know how under equipped they are > and it seems that it doesn't just run to weapons/armour. > > Salaam Aleichem! > > -- > > Mark, G7LTT/KC2ENI > Randolph, NJ > http://www.g7ltt.com > > _______________________________________________ &g...
2011 Feb 25
2
CUPS / printer problems
Hi Folks, CentOS 5. I've installed a new printer - HP LaserJet Pro M1132 MFP Cups recognized it as HP LaserJet 3020 3030 Postscript URI: usb://HP/LaserJet%20Professional%20M1132%20MFP I try to print a testpage: No error message appears in access.log localhost - - ......................... Get-Jobs successfull-ok nor in error.log Completed successfully But also no printed
2006 Mar 29
8
Action Mailer
Does anyone know where I can download an demo app of action mailer. I''ve looked every where. I''ve also done the tuts. but, they don''t work for me. Thanks... -- Posted via http://www.ruby-forum.com/.
2015 Mar 11
2
SquidAnalyzer: minor trouble building RPM
Thanks for the info. Any reason you're leaving slackware now? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Niki Kovacs Sent: Wednesday, March 11, 2015 05:23 AM To: centos at centos.org Subject: Re: [CentOS] SquidAnalyzer: minor trouble building RPM Le 11/03/2015 09:40, Niki Kovacs a ?crit : > Unfortunately when I insert
2006 Jun 07
8
erb Regex ?
Hi Got a column named ''sku'' in a table named ''product'' <%= product.sku %> ...looks like this.... ''1234_56'' These last two chars (56) are an audio Track number. I ultimately want to display: Track <%= product.sku %> I can isolate the first part with /\d+\_/ = 1234_ But can''t figure out how to get the last two
2011 May 16
4
Problem Making Tarballs
I have a CentOS virtual private server from 1and1.com If I checkout or pull something from a repository, it will contain an autogen.sh file Running this and then configure seems to work. However, when I run make I get a lot of error messages from libtool saying that such and such a command could not be found on some line or that there is a syntax error. This happens even with the latest
2010 May 10
4
winbind ubuntu 9.10 crashing machine
Hi all: I've got a couple Ubuntu 9.10 machines that are suffering from a recurring failure of winbind that essentially crash the machine. When the system is in the "crashed state", one can ping the system, but all forms of login fail. It will not even respond to tftpd requests; ssh connections "time out", but the initial port is opened (just no connect). Rebooting does
2010 Nov 15
7
good shell script examples?
I am looking for a beginner guide to shell scripting simple tasks on CentOS (e.g. ssh'ing into a server / router / switch, checking for certain things, then exiting and going to the next IP). Does anyone have any suggestions on where to look? (I'm relatively new to bash) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 23
3
shared hostings: how to compare/evaluate them (aka: "Rails needs a index")
Hi all, New offers for cheap Rails hosting keep popping-up at an increasing pace. - Are they any good? - Is this 60$/year plan good enough for me? - "Is DreamHost any good, despite the hundreds of accounts per server?" - Will plan Z support the load/traffic my client expect? - Is this 60$/month plan @ hoster X better than the 14$/month plan @ hoster Y - Why is
2006 May 03
7
Business Logic and where to place with rails
I am having an issue of deciding where I should put the business code for example the more complex code coming off the controller. Right now, I am just thinking to put it in the ''lib'' directory and the do something along these lines: require_dependency "system_process" class SystemMessageController < ApplicationController include SystemProcess ... ... Where
2006 Apr 23
13
post() to other controller in functional test?
In a functional test, I want to call an action in another controller (a login) before testing things in the current controller. As far as I can tell from the extremely sparse documentation and the AWDR book, this seems to be impossible. The post() functions takes an action argument only, and that''s that. Surely I must be misunderstanding things? -- Calle Dybedahl
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to install rails. I''ve installed rubygems and am typing "ruby setup.rb" in the command line and get "No such file or directory." I''ve never had to use command lines before so this is alien to me. Can''t they just make installation GUI-based for non-geeks like
2011 Sep 09
0
Wine release 1.3.28
...hical issues 27989 Word and Powerpoint 2007: window background is striped 28010 No sound in Raptor: Call of the shadows 28025 CAJViewer 7.1 crash 28034 Powerpoint 2007/2010: color & resizing issues 28060 Lemmix: mouse pointer problem during gameplay 28065 Garshasp: The Monster Slayer installer bailing out: OS is very old and not supported 28076 altap salamander 2.54 does not start 28101 wininet ftp tests slow 28103 gdi32 font.ok fails if sun-java6-fonts installed, does nothing otherwise? 28122 unable to start Intl.cpl (Regional Settings properties) -- unimplemented...
2009 Dec 19
2
Lineage 2 install for linux mint
i need to know hot to install lineage 2 if some one could walk me through it or give me a tutorial i twould be nice bcause when i search the forums there isnt one thats descriptive enough Please help me as im still newb to wine and and practically a baby to linux