@# 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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84



Comments:

<tritium> tk: gaim will support it soon, in an upcoming version
<LordHunter317> linux's ipv6 stack doesn't properly report ipv4 listening.
<Sunflower> so what are the Universe and Multiverse repositories?
<LordHunter317> braniff: describe your network layout, is everythin on one subnet?
<Ace> i'm sorry i doubted you hardcore ubuntu dudes
<Shadyman> Sunflower: Linux programs that others have made, and aren't explicitly supported by the ubuntu team
<tritium> !tell Sunflower about components
<tk> tritium, hehe my wife wont be as patient to wait when I was able to use it last night (before trashing windows)
<ubuntu> Hey guys I have a problem. I changed my home directory to a location that does not exist, so I cannot login. So I went into the terminal to login as root so I could run usermod and change the home directory of my account, the problem is the root account is locked, and I dont know how to unlock it
<NotLarry> Ok, stumped, ndiswrapper -l shows rt73 driver present, hardware present. I thought I edited /etc/network/interfaces to reflect the card, no go though:) What have I overlooked?
<Sunflower> thank you
<LordHunter317> ubuntu: boot form a rescue/live cd.
<LordHunter317> or boot init=/bin/sh or similar.
<braniff> LordHunter317, my LAN is all connected to a Linksys wrt54g wired/wireless router
<LordHunter317> and you're running stock firmware? no tricks?
<Shadyman> Notlarry: there's a whole whack of instructions on ndiswrapper's sourceforge website
<braniff> LordHunter317, no tricks on the router, no
<LordHunter317> come on vmware, don't crash.
<Deramin> apologies if something was directed to my question and I didn't catch it, and apologies if I'm being sort of pushy (need to turn in a project I got an extension for), but is there a program to log into a server via SSH?
<Shadyman> NotLarry: There's a link from the wiki page
<LordHunter317> Deramin: ssh?
<ubuntu> LordHunter, then what?
<Shadyman> Deramin: OpenSSH
<tritium> DrTiger: yes, and it's installed by default
<LordHunter317> ubuntu: edit /etc/p***wd by hand or use usermod to correct your problem.
<LordHunter317> you may need to remount root rw if you use init=/bin/sh: mount -o remount,rw /
<Deramin> LordHunter: I can't find a program called OpenSSH on the list
<ubuntu> LordHunter317: You want me to boot with the live cd and that will allow me to edit the users from my isntall?
<LordHunter317> Deramin: ssh should already be installed, adn the package is openssh.
<LordHunter317> ubuntu: if you mount your /, sure.
<dirtbiker> !tell dirtbiker about components
<ubuntu> LordHunter317: Oh ok, Sorry I am new to linux. How would I mount the /, ?
<foampeace> installing dapper...trying to start gnome says libatk-bridge is needed
<foampeace> there is not libatk-bridge as far as i can see
<Deramin> LordHunter: Where is it found, then?
<shamas> please help, getting an error with mplayer
<tritium> Deramin: it's a command-line program (ssh).
<Deramin> Tritium: oh
<shamas> New_Face failed. Maybe the font path is wrong. Please supple the text font file (~/.mplayer/subfont.ttf)
<LordHunter317> ubuntu: mount /dev/hdxy /mnt or similiar.
<LordHunter317> you need to know what partion and disk your / is.
<percent20> is there somewhere i can read on how to set up dual monitors?
<LordHunter317> knoppix will let you guess if you don't know.
<stfn> Deramin: open a terminal (Applications --> Accessories --> Terminal) and type "ssh user@example.com" but replace "user" with your username on the server and "example.com" with the address of the server
<LordHunter317> i don't know about hte ubuntu live cd.
<tritium> Deramin: well, it's secure "shell", after all...
<_jason> shamas: install 'mplayer-fonts'
<ubuntu> lord hunter thanks
<LordHunter317> ...
<Deramin> Stfn ok. But is there no Giu program?
<Eleaf> onion
<NotLarry> Ok, found part of the problem (maybe). locate ndiswrapper.ko shows the location of the file but modprobe does not find it, I cd into the directory shown by locate and there is no file there
<Deramin> There was for one for Hoary Hedgehog
<Xenguy> Deramin: or ssh -l userid blah.org
<LordHunter317> Deramin: you could install putty, but there's little point.
<LordHunter317> it'll give you a graphical manager for session, but htat's it.
<LordHunter317> it's still a terminal application, ultimately.
<Xenguy> Deramin: ssh can tunnel GUI programs, X, etc.
<hans0lo> I have just installed ubuntu onto an athlon 1200, and it's dirt slow. I checked hdparm, and DMA is on, what could be causing the slowness?
<LordHunter317> braniff: you don't have firewall or something running, do you?
<Deramin> Xenguy: I'm afraid I don't understand
<bur[n]er> hans0lo: how much RAM?
<LordHunter317> hans0lo: ^^^
<hans0lo> bur[n]er: 512mb
<LordHunter317> how slow is "dirt slow"?
<bur[n]er> hans0lo: run gnome-system-monitor and check for runaway processes?
<hans0lo> LordHunter317: like, about 5 minutes to open the "add programs"
<Xenguy> Deramin: well, what do you want to do with ssh ?
<LordHunter317> i would look for runaway processes.
<LordHunter317> that's abnormal.
<tritium> Deramin: ssh has always been a command-line program
<tritium> (even in hoary)
<Xenguy> Deramin: ssh is just a way of encrypting packets, and it can do some interesting tricks
<Deramin> Xenguy: upload my homework XD
<tritium> Deramin: if you want an sftp gui client, you can install/use gftp.
<Xenguy> Deramin: install ssh and use scp to copy data securely from one box to another
<Xenguy> Deramin: gftp is a gui that will do file transfers via ssh (securely)
<LordHunter317> or natuilus and konq do it.
<LordHunter317> natively.
<LordHunter317> though I don't personally trust gnome-vfs-slaves much.
<braniff> LordHunter317, turning off all firewalls seems to affect nothing
<Deramin> Xenguy how do I get gftp?
<hans0lo> bur[n]er: When I check gnome-system monitor, the only process taking up CPU is gnome-system-monitor, and it's around 50% CPU
<LordHunter317> braniff: you didn't put on the box in question?
<hans0lo> Could it be a i386 kernel on an AMD chip?
<LordHunter317> perhaps, but doubtful
<Xenguy> Deramin: first you need ssh; then you do: apt-get install gftp
<LordHunter317> are any processes in 'D'?
<NotLarry> Is there a way for me to recover ndiswrapper.ko from the install disk?
<Xenguy> Deramin: er, sudo apt-get install gftp
<bur[n]er> hans0lo: doubtful as LordHunter317 says... how about ram usage of any apps hans0lo? you hear the hard drive swapping a lot?
<braniff> LordHunter317, i turn off the firewall using *firestarter*, but i still can't connect to it
<malefestra> is there a program that will allow me to input any homework problem, regardless of subject, and it will spit out the answer?
<malefestra> heh, just kidding.
<Deramin> Xenguy: how do I get SSH, then?
<tritium> Deramin: you have ssh already
<LordHunter317> braniff: do this: sudo iptables -P INPUT ACCEPT ; sudo iptables -F INPUT
<Xenguy> Deramin: sudo apt-get install ssh
<bur[n]er> Deramin: ssh server?
<hans0lo> LordHunter317: i'm not seeing a 'D' anywhere
<NotLarry> ls
<tritium> (installed by default)
<Deramin> ok, I'm getting a bit confused, but I do have SSH and am, in fact, logged into the server atm
<LordHunter317> hans0lo: hrm.
<Xenguy> Deramin: ah, what tritium said; it should already be installed
<alexander> hola
<Deramin> ok, so how do I get gftp, then.
<Xenguy> Deramin: er, sudo apt-get install gftp
<_jason> malefestra: google.com ?
<iq> Hi all...
<iq> What is the default p***word for root?
<Deramin> Xenguy: whereto I type that in?
<starscalling> ebian
<tritium> !tell iq about rootsudo
<_jason> ubotu: tell iq about root
<malefestra> _jason - heh
<Xenguy> Deramin: Applications/Accessories/Terminal
<malefestra> will google.com draw flowcharts for me? ;P
<Deramin> ok
<Sunflower> OMg it worked vlc player is installed, thanks
<_jason> malefestra: one day malefstra...
<tritium> malefestra: don't cheat yourself out of learning...
<malefestra> tritium - i was joking, dude. ;P
<tritium> malefestra: I know :)
<spazzz> *kicks google*
<spazzz> WORK DARN YOU
<malefestra> tritium, hehe. i do, however, think google could get me some beer.
<Xenguy> !beer
<Xenguy> ahhhh
<stfn> Deramin: you can instal gftp from the command line by typing "sudo apt-get install gftp", or if you prefer a gui package manager, open Synaptic (System --> Administration --> Synaptic Package Manager) click "search" type "gftp" click on "gftp" in the search results and select "Mark for Installation" then click on "Apply"
<Biscuitian_Warhe> Is there a way to get the Mac Menu Bar into GNOME?
<Deramin> Xenguy: it asks for a p***word. root or user?
<Xenguy> Deramin: user
<Deramin> couldn't find it
<tritium> Deramin: it's in the universe repository
<ki4ikl> where cna i get flash animation editor, where i can make flash videos myself?
<braniff> LordHunter317, those iptables commands seem to have allowed connections to the wifi box
<tritium> Biscuitian_Warhe: it'll cost you a biscuit
<sells> tritium: what is up Mike?
<Biscuitian_Warhe> tritium: Oh come on now man, just because my nickname is biscuit.. Lol
<tritium> sells: Hey, stranger!
<Shadyman> tritium: ROFL
<sells> tritium: I have been on here a few times, and just missed ya
<Deramin> tritium: how do I get to the universe repository, then?
<tritium> Biscuitian_Warhe: :) Sorry, I'm not aware of any look-alikes for the mac menu bar for gnome. perhaps somebody else is...
<Xenguy> Deramin: add universe and multiverse to /etc/apt/sources.list
<sells> tritium: been messing with my ibook
<Shadyman> !repos


Name:

Comments:

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






Return to #ubuntu
or
Go to some related logs:

c# command share transaction
#bash
#perl
ESPANIAN SEXY BOYS
php: error while loading shared libraries
Global symbol %IRSSI requires explicit package name
window.onkeypress IE
shrink resize2fs fdisk
#math
is coding is so funny



Home  |  disclaimer  |  contact  |  submit quotes