@# 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



Comments:

<0> evening
<1> Evening anyweb
<2> hey
<2> nite here :D
<3> ^^
<0> sup dudes
<0> too early for sleep
<2> its 00 here
<3> :P
<3> 23:15 here
<3> GMT +1 ;)
<2> gmt +2 here
<0> http://linux-noob.com/uptime.php
<2> hehe
<2> regaining



<0> yup
<0> is it possible to dd a drive from one machine to another on a network ?
<2> sure
<2> but i dunno how
<0> i'm moving my entire ftp server from one machine to another
<0> pretty much done now
<0> next step is remove windows, installed fedora on it and setup a linux ftp
<3> good luck :)
<4> ewww, linux
<5> eeek
<5> where's znx
<0> anyway of plotting the values printed in http://www.linux-noob.com/uptime.php to some table/graph ?
<6> fedora sux
<7> How come no one ever told me about ssh -X
<3> anyone of you can recommend some dyndns/no-ip appz?
<8> can someone help me with fluxbox i did the stuff on the forum but i cant apply a theme
<7> fluxbox gives me a headache.
<7> I spend too much time trying to fux around with it.
<8> yea but i wanted to try it
<8> gnome has been ****ing crashing
<7> practice practice practice, read read read, you must have muffed some part of the tutorial
<7> Getting fluxbox themes to work is rather easy
<8> how ;/
<7> Well, what exactly did you try?
<8> i was just looking at the menus and i couldnt find anything
<7> I'm no fluxbox pro by any means, but if you've got the default menu still you should have a section called 'fluxbox config' or something along those lines
<7> Inside there you should be able to switch between standard themes and ones that you install yourself
<9> wow what, ssh -X ?
<8> is their a shell command i can use
<9> Is that like vnc
<7> Built in xserver if I'm to understand it correctly.
<7> All I know is that it pretty much kicks ***
<9> so could openssh connect to the xserver
<8> is their a shell command i can use
<8> for fluxbox
<8> to um get the theme
<9> Yeah fill me in
<7> What do you mean?
<9> I recently learned ssh and I use it everyday, I'm stuck with using in terminal programs on winboxes :(
<7> You can get xservers on windows
<9> I don't want to have to go through the trouble of setting up a 'vnc' server because i can't even get my ftp working, so how does ssh -X work
<9> that's amazing
<10> znx yo?
<11> OMG im back!
<11> woot
<11> :)
<10> heh
<11> my phone is still out though
<11> and my tv
<12> ;)
<12> thansk
<11> now..
<11> what am i missing :x
<11> yay tv is back...
<11> heh
<7> welcome back
<13> sweet
<13> finally got part of my office set up
<9> znx: is vnc hard to learn
<11> Reznik: in what way?
<11> using it is relatively simple



<9> Ssh was easy, I set up a server, and forwarded some ports
<11> vnc is really much the same
<9> is there a way to vnc through ssh
<11> yeah
<9> so I could download like some windows vnc program at school and get into my linuxbox
<11> well.. you would need an ssh tunnel..
<9> i'll read the howto for vnc tonight or something
<11> Reznik: look up tightvnc
<9> Yes
<9> I'm not following the how to exactly because emerge x11vnc tightvnc shows no ebuilds, so im just emerging x11vnc before tightvnc
<7> Yeah I want to set up vnc too
<7> I also need to format my windows storage disks to fat32....
<9> I want to install gentoo on my main comp :(
<9> but then i'll have to burn so much SH
<11> http://cache.deadspin.com/sports/ooopstexas.jpg
<11> eek!
<14> a mouse!
<8> whats the best video editor for linux
<15> http://heroinewarrior.com/cinelerra.php3 the only one i have seen for linux video but i don't do to much video with linux
<16> could someone help me with a bash script question ?
<11> fire away :)
<16> ok , im making a script that can go into unspecified directories and search for a certain file extension
<11> ok?
<11> ls *.ext
<16> the prob is , how do you make it go into a directory to search without specifying a directory
<16> i got the exit covered with cd ..
<11> so what.. go to the same dir ?
<11> or to any dir?
<16> well , any random dir , but without looking in the same one twice and looping
<11> hehe.. what just let the script randomly pick a directory out of thin air?
<16> lol, no
<16> hmm hard to explain
<11> phatrat: random in what sense?
<16> like " ls -lr ; /mnt/cdrom *directories i dont know the name to but i would like to search for files in that directory
<11> ah
<11> ok well thats easier
<16> saying i dont know the names of the dirs i would be searching
<11> find /mnt/cdrom -iname '*.ext'
<16> ok , that would list them
<11> yeah .. just for loop it then?
<16> now , how to copy to another dir
<11> ah ok
<11> find /mnt/cdrom -iname '*.ext' -print0 | xargs -i -0 cp {} /home/user/somedir
<16> ahhh
<16> im new
<16> heheh
<11> im old..
<11> hehe
<16> how long you been in ?
<9> ok im confuzzled
<11> 10 years almost .. phatrat :)
<9> znx: i started vnc, with ssh -L 5901:localhost:5900 myuser@myip
<9> znx: Logged in ---
<9> znx: So I just run x11vnc -display :0 on the remotely connect machine?
<9> and it will display my desktop N stuff :P ?
<11> Reznik: that has mapped the ports between the two machines..
<11> so when you x11vnc on localhost.. its actually across that ssh tunnel to the other host
<9> Confused
<16> znx : may i explain what im trying to do and maby tell me if there is a better way ?
<11> ok
<11> Reznik: heh
<11> x11vnc -> lo port -> ssh tunnel -> remote port -> display
<9> channel_setup_fwd_listener: cannot listen to port: 5901
<9> Could not request local forwarding.
<9> I just used channel_setup_fwd_listener: cannot listen to port: 5901
<9> Could not request local forwarding.
<9> Omg sorry, new to irssi....and my keyboards lame
<9> Okay, I used channel_setup_fwd_listener: cannot listen to port: 5901
<9> Could not request local forwarding.
<11> :x
<9> ....
<9> ssh -L 5901:localhost:5900 user@vncip <--- I used that.


Name:

Comments:

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






Return to #linux-noob
or
Go to some related logs:

#nhl
shasaawe
#linux-noob
#beginner
#debian
#nhl
#windows
#windowsxp
legalization of canibus
#delphi



Home  |  disclaimer  |  contact  |  submit quotes