@# Quotes DB     useful, funny, interesting





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



Comments:

<0> yo whats the use of the "digital out" jack on my sound blaster 5.1 live sound card
<1> Yo!
<1> EvilDucky-TM: a word?
<2> huh?
<2> !***
<3> somebody said *** was updatedb; locate blonde; talk; date; cd; strip; look; touch; finger; unzip; uptime; gawk; head; apt-get install condom; mount; fsck; gasp; more; yes; yes; yes; more; umount; apt-get remove --purge condom; make clean; sleep
<4> flush: run to a digital in on a receiver?
<0> what doest that mean
<4> just a method of getting it there...analog stereo/banana/rca/etc, digital, optical, s-video, etc...
<4> flush: you'd have to ask a true audiophile for gain vs loss comparisons
<5> anyway to install flash on suse 10.0
<5> click here to download pluggin don't work ...
<0> hrmm kondon, you mean its for pluging the output into a stereo for instance?
<0> when i plug speakers in that jack i get some white noise or stuff in background
<0> is that normal
<4> flush: yah. a receiver



<6> or a md recorder
<4> flush: that's because speakers typically handle analog signals
<4> c13: download it manually
<5> kodon, humm isen't the click here to download pluggin supposed to work
<5> where did it go because it downloaded the flash but diden't install it
<0> oh
<4> c13: did it?
<5> yes
<4> c13: if it worked, then why you asking?
<5> it dident work, it only downloaded it
<4> then install it
<0> how would i tell 192.168.129.2 to use ppp0 so that i can access internet from that box
<0> i want 192.168.129.2 to use ppp0 which is located on this box
<0> 192.168.129.2 is the slackware box
<0> how do i proceed?
<2> edit /etc/network/interfaces
<2> (man /etc/network/interfaces)
<0> i dont have that file
<0> all i have is /etc/networks
<2> ??
<2> Is it slackware ont hat box too?
<0> which is an empty file
<0> brb
<0> negative
<4> flush: you want it to dial out, or you want to route through the other box?
<0> mandrake 9.2 here, slackware 8.1 over there
<0> i want it to route through 192.168.129.1 (this box) then use ppp0 on this box
<0> so i can ping google.com from 192.168.129.2
<0> be right back, smoke time
<7> -E cineva on ?
<8> no
<0> whoa
<0> so how do i masquerade 192.168.129.2
<9> lo
<9> my hd is freaking up and the kernel flagged my / partition as read-only
<9> linux is still alive but i can only write to /tmp
<9> is there a way to remove the read-ony flag without rebooting ?
<0> supose i type "ping 192.168.129.2", what port does it use?
<9> i fear linux will die if i reboot :\
<10> BatsK: Uh, and what will you do if you can mark it R/W again?
<9> i'd like to try to change my firewall's config
<9> i agree i need a new drive, but i cannot afford one now :\
<9> it is now running iptables with pppoe link up since more than 2 weeks
<9> mount lists my partition as read-write tough :
<9> ./dev/hda5 on / type ext3 (rw)
<9> i was able to backup the entire partition on another server so i am wondering if a little glitch made the kernel "think" the drive is dead
<9> flush : ping is using icmp protocol, which does not include any ports
<9> icmp has types and codes, which is not the same thing as "ports" for udp and tcp protocols
<0> i see
<9> types and codes are listed here : http://www.iana.org/***ignments/icmp-parameters
<9> if you are playing with a firewall, look for "icmp" stuff
<9> iana.org is down from my link right now, maybe this one will work : http://www.spirit.com/Resources/icmp.html
<9> "ping" sends out icmp packets of type 8 and code 0
<9> when the reply comes back, it is an icmp packet of type 0 and code 0 (echo reply)
<0> well my firewall
<0> i can ping the box, the box can ping me if i dont set "drop ping=1"
<0> i can ssh the box, but the box cant ssh the one here
<0> why that?
<9> hmmm sorry could be a various reasons
<9> for ssh, ensure you allow tcp port 22
<0> yeah i know that, port 22 is allowed



<0> i can connect but the box cant connect
<0> but the box can ping
<9> you want the box to connect to another ssh server ?
<0> i want the slackware box on my right to ssh the mandrake box on the left while the firewall is running on the mandrake box
<0> if i shut it down, i can ssh
<9> shut down the firewall program ?
<0> yea
<9> ok, look in "outbound" rules and allow tcp port 22
<11> anyone here using 2.6.12-15 kernel?
<11> I saw it supports write to NTFS
<0> i dont have such "outbound" rules
<0> i can set udp and tcp ports
<11> is it difficult to upgrade your kernel
<11> ?
<9> flush : sorry cannot help
<12> halakar: I wouldn't try it... its not really advised, reading is one thing...writing to a NTFS/HPFS is another
<10> :q
<9> halakar : take a look on http://www.linux-ntfs.org/
<11> sp ot
<11> anyone here do it?
<0> how do i p*** 192.168.129.2 through ppp0 on the box here
<13> halakar ntfs writes has been there for a while, the problem is the ntfs system and not Linux
<13> You can compile a kernel to give ntfs write support
<13> but you might trash the ntfs filesystem
<13> if you need to write between OSes on say a dual boot do a FAT partition
<14> flush you accept unlimited traffic from your internal net with iptables
<14> flush, that way you can connect to the gateway services, should be something like, IPTABLES -A INPUT -i eth0 -s 192.168.129.2 -j ACCEPT (but check the iptables howto, been a while since i did this) because you also want to block anything from outside claiming to be an internal address
<15> hey
<15> I need to setup a SCSI tape drive under Debian Linux, does any one know where I can find information on how I can do this or perhaps any tips in backing up to a tape drive?
<10> halakar: If you don't know how to do it, you have no business doing it. You *will* trash the NTFS filesystem.
<16> threat - http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/
<0> ScoT: IPTABLES -A INPUT -i eth0 -s 192.168.129.2 -j ACCEPT will p*** 192.168.129.2 ?
<0> i want it to p*** through ppp0
<17> hi
<15> stat1k, thanx
<14> i dont believe you do flush ppp0 is on your other box if i read you correctly
<0> the box i use atm the mandrake box with ppp0
<17> hi
<0> the slackware box (192.168.129.2) doesnt have ppp0
<14> yes it does the dial-up ppp0
<17> how does one cancel the switching from one desktop to another in kde 3.5 when pressing ctrl+shift? it clashes with the firefox tabbed browsing
<0> i dont use it
<14> both cant do dial-up
<0> yeah i know
<0> but not at the same time
<0> so i want the slackware box to access internet through ppp0 on this box here
<14> then change your gateway (right now your mandrake box is the gateway) and allow the slack access with NAT, switch them around
<0> do you know how i enable the salckware access with NAT
<14> i was here yesterday when someone told you to, are you saying you didn't ?
<0> no ive been trying to masquerade since today only
<0> yesterday i was setting up the connection between the 2 boxes
<0> with route n stuff
<14> echo 1 > /proc/sys/net/ipv4/ip_forward
<14> then my apoligies, i thought it was you
<0> i already done this
<14> ok then try the iptables command i gave you
<0> wait
<0> !paste
<14> then, iptables-save >iptables_config
<3> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you.
<14> and restart the firewall
<0> http://paste.getlinuxhelp.org/1998
<0> should i use these?
<0> ok ill try yours
<0> if it kill ppp0, its "iptables -F" to reset it?
<14> do you have eth1 ?
<14> that refers to 2 nics
<0> no only eth0
<0> and ppp0
<0> yea i would fit the code
<14> change the eth1 to eth0 (if you intend to use it)
<14> i probably have an old script, if you get stuck
<0> ok i wrote the commands you gave me
<0> so now "ping google.com" should work on the slackware box?


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

t
#MissKitten
girl15th
#chatzone
ubuntu apache change error_log
#linux
#windows
#AllNiteCafe
#php
#linux



Home  |  disclaimer  |  contact  |  submit quotes