@# 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> thiago: nope, i just joined. so there are 2 now
<0> Netsta_: you know the drill. ask your questions, and someone may try to answer
<0> thiago: werent you in sweden or so ?
<0> busy with kde programming? or was it qt?
<1> I'm going to miss IRIX :(]
<2> drill /?
<0> i hpe the opensource dgl
<0> hope even
<0> and they
<2> how to clone linux to other hdd by using Norton Ghost 9.0. or there's another tool can do that/
<1> tar and cp?
<0> Netsta_: dd can probably do that for you.
<3> Enchanter_tim: I was in Norway, working for Trolltech.
<0> Netsta_: http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html
<0> thiago: was?



<3> Enchanter_tim: was
<3> Enchanter_tim: now I am in Paris, in an MBA
<0> thiago: nice.
<0> business school? or bankers ***ociation ?
<2> is there other syntax that Must type in linux
<0> Netsta_: and btw, you can use ghost for this as well
<2> how can I prepare to clone that tool
<2> it must have disk bootable/
<0> Netsta_: its been ages since i've worked with norton. you need to copy the *whole* disk, including the bootsector
<2> is thare the software that I can do it siple
<2> sinple
<2> simple
<4> <Aypok> It seems that the company I work for isn't happy about paying me my usual amount for not doing any work.
<4> <Aypok> They've decided to pay me that amount plus 25% more.
<0> heh
<5> lol
<5> any clue how i could make a psybnc bind on a certain address
<2> Enchanter_tim : where I can type the syntax
<0> Netsta_: the dd one?
<2> I'am a newbie of linux user
<0> Netsta_: in a rootshell
<2> dd is the software or intern command
<3> Enchanter_tim: business school
<3> chills: you'll have better luck asking that in a bnc channel
<0> heh
<0> Bobwan : My comp is crap and memory too. Bobwan : Any1 no where I can download a video card ?
<5> they arnt really helpfull
<5> brb
<0> Netsta_: is a command in linux
<2> in the link http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html there's more command
<5> back
<2> is there all intern command
<2> or I must download the other softwrae to support it
<0> Netsta_: they are all linux commands
<2> that can clone All of hdd
<2> or only linux OS
<3> Netsta_: yes: dd
<0> thiago: all unix and unix like systems have dd
<0> (unless someone removed it, or its a very cut-down version)
<3> Netsta_: failing that, you can use "cat"
<5> Atlantis Launches Today
<5> The shuttle Atlantis is set for liftoff from NASA's Kennedy Space Center at 11:15 a.m. EDT this morning.
<5> Commander Brent Jett and his crew are set to install the 17.5 ton P3/P4 truss on the International Space Station, activating a new set of solar arrays that will double the outpost's ability to generate power from sunlight.
<6> hello
<7> can someone help me with ubuntu linux ?
<8> ...
<8> something a little more specific maybe?
<7> why my wallpaper from every reboot i made is blank ?
<7> for example, i put a wallpaper now on my desktop and after reboot is blank
<7> sorry for my english
<8> You're going to the System menu... then Desktop Background?
<7> yes
<8> That's very odd
<7> what ?
<8> that it wouldn't save it
<7> hmm
<7> oke
<7> thanks
<8> make sure you have write access to ~/.gconf/desktop/gnome/background/%gconf.xml



<8> there should be a line like <stringvalue>/usr/share/pixmaps/backgrounds/gnome/branded/GNOME-Curves.png</stringvalue> in it
<7> nivek, so i write this commnd on a terminal
<7> ?
<8> cd ~/.gconf/desktop/gnome/background
<8> ls -l
<7> total 4
<7> -rw------- 1 kernel kernel 875 2006-09-09 16:13 %gconf.xml
<8> ok.. so you do have write access
<7> kernel is my name
<7> hm
<9> what are you trying to do?
<8> his desktop background changes aren't surviving reboot
<9> in gnome?
<9> I think I had that problem before
<9> about 2 years ago, but I forgot how I solved it
<7> maybe that wallpaper is not saved
<9> I think the system default may be overriding the user settings
<9> http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/desktop-guide/ch-intro-gconf-overview.html
<7> what do you mean ? :/
<7> Isaac-Lew, i am using ubuntu
<9> Drup: same basic principle, I would think
<7> hmm, ok
<7> thanks anyway
<10> is md5 p***word always $1 first ?
<10> example is this: iHzkEyn0vBZm2 | a md5 p*** too ? or not ?
<11> it's not
<11> md5 p***words are 32 characters long
<10> hmm
<10> crap
<10> is this some older version of md5 encryption maybe ?
<12> hi all
<11> more like DES
<10> hmm
<12> one knows how to update a new kernel on the slackware
<12> ?
<10> does cyrus itself determine if it's DES or md5 encryption ?
<10> or better
<10> does vpopmail from inter7 understand DES too ?
<10> or just md5 ?
<10> or even much better any way to change from DES to md5 ? :D
<12> need help how to with ipv6
<10> Slack|Ware tldp.org
<13> slack|ware: http://ftp.belnet.be/packages/slackware/slackware-10.2/UPGRADE.TXT
<10> is there a function in php that checks if mysql table exists in certain database ?
<11> nekdo: you can use mysql_list_tables()
<10> iddqd and what's the output of it ?
<10> lists all tables or what ?
<10> in array or what ?
<11> php.net/mysql_list_tables
<11> you know that there is this really good PHP manual, don't you?
<14> Folks, what the ssh command to identify users using the mysqldd process?
<14> I would like to identify which users are using the highest resource for that program.
<11> Gh0Sty2K: if you have phpmyadmin go to show mysql runtime information -> processes
<11> Gh0Sty2K: if you don't have it use.. echo "show processlist;" | mysql -u root -p
<14> how can i view time wait on linux?
<14> whats the command?
<11> time wait?
<14> yup
<11> what's that?
<12> p3nguin have slackware-10.2 RC2 ready will upgrade kernel 2.4.33 to 2.6...
<14> ok brb
<14> time 82
<14> thats what a friend said look for to identify the user using the most resources
<14> but not sure how to call it up
<11> Gh0Sty2K: top
<14> ahh k thnks
<14> what does the time value show in top?
<11> it shows that you need to read top's manual
<14> url?
<11> type man top
<14> thnks
<11> don't mention it
<0> suse 10.2 alpha is awsome


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#linux
#allnitecafe
#chat-world
#chat-world
#allnitecafe
#india
#php
#kl
smack that.txt
#allnitecafe



Home  |  disclaimer  |  contact  |  submit quotes