@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> would a gf2mx be enough to play epsxe smootly?
<1> to use tvout on a ati card do you need gatos (which just crashes for me) or can you use vidix somehow?
<2> moo!
<0> mew
<0> karynn: why?
<3> cuz you can't get to the 10th tab with a 2 key combo?
<2> because i find that 9 channels is the most i can manage
<3> or 11th, rather...
<2> amrit: actualy, i can, but it's annoying to do so
<0> amrit: depends on client..
<2> i have one-keys for the first 19 channels
<3> yeah, guess so
<2> er, 19 windows
<3> karynn: how does one do that? f-keys and num pad?
<2> but i find keeping track of which channels is in which window too dificult.



<2> amrit: alt-1 thru alt-9, alt-0, alt-q thru alt-o
<3> that's two-key combos
<2> amrit: sorry, i'm a long-term emacser, alt and ctrl are not "keys"
<3> what a luser
<3> hehe
<4> a client i cant stand to use is mirc
<4> am used to bitchx
<2> i used to only have five channels normally but i've addeda few
<4> is there a channel here for general questions, not specifically related to IT?
<4> just discussions
<3> probably lots of channels
<3> check out the chan list
<2> lsuactiafner: general questions about what?
<4> anything
<5> hi wolf_fire
<6> hello Spike
<7> he wants to discuss ***, doesn't he
<4> lol
<4> freenode-social seems what i was looking for
<8> Can anyone help me setup Zfone in CentOS. I downloaded and built the source but I con't figure out how to run it. I am new to Linux.
<8> I can't
<9> squirrel1: did you make install?
<8> yes
<8> it has three different options
<8> i had to make install separately for three of them
<8> i can see start.sh in one of the folder. but, how do I run it?
<9> squirrel1: ok whats the binary called
<9> ./start.sh
<8> there is no binary i think
<8> since I built it
<9> if it compild.. it has one
<8> i'm going to try that. i'm going to start the machine
<8> ok
<8> has anyone tried zfone at all?
<0> never heard of
<8> zfone is the voip filter that encrypts voip packets to make it more secure the public telephone call.
<8> i don't seem to have installed properly. i ran the command. i'm getting error.
<8> here is the web page if anybody wants to know http://www.philzimmermann.com/EN/zfone/index.html
<8> i'm going to download and make it again. inv_Arp, could u guide me?
<9> squirrel1: no point in reinstallin if it built already...
<8> it downloaded in the /tmp folder and i built it right there. I guess that was wrong
<9> doesnt ,atter where you build
<9> matter*
<8> ok
<8> i get the following errors.
<8> voipd: no process killed
<9> pastbin.ca
<9> squirrel1: when do you get that/
<8> ./start.sh line 5: ./voipd: No such file or diroectory
<9> where is that voipd file
<8> after I rant ./start.sh
<9> find / -name "voipd"
<8> just type like that?
<8> it shows in /tmp/zfone-linux/voipd
<8> still searching i guess
<8> when I ran, i ran it from voipd folder
<9> cd /tmp/zfone-linux/voipd
<8> ok
<9> run start.sh from there



<9> ../start.sh prob
<8> that's where I had run it from before
<9> i mean cd /tmp/zfone-linux/
<9> run it from thee
<9> and there
<8> ok
<8> in /tmp/zfone-linux it says No such file or directory when I typed ../start.sh
<8> another error is:
<8> tail: cannot open '/var/log/zfone.log' for reading: No such file or directory
<8> it's not finding the file
<9> find start.sh put it in that dir
<8> I had posted my question here http://www.gbnc.org/sajha/html/OpenThread.cfm?forum=2&ThreadID=30154 and I followed the sugestion somebody gave me.
<8> if u could look at it if that is correct or not would be help
<9> squirrel1: did it compile or not/
<8> what's the command to copy that file? copy start.ch /tmp/zfone-linux?
<9> cp
<8> yes, it said it compiled
<8> ok
<8> i copied and ran but still the same error
<9> squirrel1: ls is voipd in there
<8> it says ./start.sh: line 5: ./voipd is a directory
<8> ls
<8> yes it is there
<9> find . -name "voipd"
<8> i guess i should post in a web page, what is coming here. so that u could see what's exactly going on
<8> it returns ./voipd
<8> i will post it in here http://www.gbnc.org/sajha/html/OpenThread.cfm?forum=2&ThreadID=30154
<8> i posted it
<2> moo
<4> is there a channel here for linux overclockers/
<4> having trouble with an asus board and AINOS
<10> hello, in a RAID-1 system, how do you find which drive has bad sectors on it, for removal?
<10> I have 2 73gb SCSI's set up as RAID-1
<10> one of them's been spitting out bad sectors..
<4> cant select a higher frequency with cpufreq-selector
<2> 73gb?
<2> m-00kie: replace it, then. it's a bad drive.
<10> yes but WHICH ONE is my question :)
<10> how do i find which one.
<8> voipd has not been started in first place
<5> squirrel1: just give-up, it's supposed to not work, or be *very* unreliable anyway
<5> as long as it's for fun actually, go on
<8> i need to demonstrate this.
<8> that this can be done
<8> it is in beta version right now
<10> another question..
<10> how do i edit a readonly file from the repair console during boot?
<11> Hey people.... I am trying to do the following: find . -type d | xargs chmod 770. Problem is that alot of the directories that get targetted have spaces in the name. This causes havok. How do I fix this?
<10> im logged in as root (p***word), but it insists /etc/rc.d/rc.sysinit is readonly and wont let me edit it even with w! ..
<8> not trying to promote the product but trying use it and capture the packet and see if it is really working
<8> can anybody suggest me alternative rooms where I can go for this?
<9> CaptainArcher: find . -type d -exec chmod 770 {} \;
<9> squirrel1: ok do me a favor... start again from the .tar
<8> ok
<11> inv_Arp: cool. I like that. :)
<11> inv_Arp: thanks
<8> i have to download it again because i ran it from internet when I installed last time. i will do the same thing again.
<9> you cant run a tar from the net?... *shrug* continue
<8> i didn't save in the disk what i was trying to say
<8> fie downloaded in desktop
<8> file
<8> how do i navigate to desktop in terminal?
<8> it was case sensitive.
<9> squirrel1: cd /home/user/Desktop
<8> right now it shows [root@localhost Desktop]#
<8> i'm typing tar xvfz zfone-linux.tar.gz
<8> it untarred everything i guess
<8> now, there is zfone-linux folder
<9> squirrel1: read the README
<8> could you stop me if i'm wrong. i'm going to one folder the first in sequence and typing ./configure. ok, i'm going to read the README first.
<8> http://www.gbnc.org/sajha/html/OpenThread.cfm?forum=2&ThreadID=30154 <- I had posted read me in this page
<8> I followed that excepted kernel compile time options
<9> ok... you probably have support for those already...
<8> it's CEnt Os. So, i thought so


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

ox0000
mysql use index example subselect
No rule to make target `jpeglib.h', needed by `tools.o'
ubuntu add remove shortcut
#bash
best vim screencasts
enable open_GL
there was an error installing centos
#css
cant't install root's password:



Home  |  disclaimer  |  contact  |  submit quotes