=== AndyP [n=andyp@ubuntu/member/welshbyte] has joined #ubuntu-classroom === blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-classroom === nalioth [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@nrbg-4d071327.pool.mediaWays.net] has joined #ubuntu-classroom === merriam_ [n=merriam@85-211-239-240.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #ubuntu-classroom === never|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #ubuntu-classroom === hjmf_ [n=hjmf@150.Red-83-44-175.dynamicIP.rima-tde.net] has joined #ubuntu-classroom === AndyP [n=andyp@ubuntu/member/welshbyte] has joined #ubuntu-classroom === Jordan_U [n=Jordan_U@h-68-165-173-58.snvacaid.dynamic.covad.net] has joined #ubuntu-classroom === Don64 [n=dpowers6@ip68-102-224-120.ks.ok.cox.net] has joined #ubuntu-classroom === DesRat|Zex_Suik| [n=pocketir@ip68-225-201-47.ph.ph.cox.net] has joined #ubuntu-classroom [06:14] jordan_u can you see this [06:14] DesRat|Zex_Suik|, no [06:15] lol [06:15] okay im at cmd line [06:15] now what [06:15] run: passwd < your user name > [06:16] run command not found [06:16] lol [06:16] nvm [06:16] ok asked for new unix pass [06:16] entered it and tzped new pass twice [06:16] Enter whatever you want for the new password [06:16] then reboot [06:17] loading now === ZexSuik [n=mike@ip68-225-201-47.ph.ph.cox.net] has joined #ubuntu-classroom [06:19] woot [06:20] works [06:20] thanks Jordan_U!!1 [06:20] you're my hero for the day! [06:20] now I just pray that my other OS still loads like before [06:21] hopefully I won't be back for awhile [06:21] have a good night === ZexSuik [n=mike@ip68-225-201-47.ph.ph.cox.net] has left #ubuntu-classroom [] === n1c0las [n=nicolas@nicolas.xs4all.nl] has joined #ubuntu-classroom === PWill [n=paul@unaffiliated/pwill] has joined #ubuntu-classroom === emonkey-f [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === emonkey__ [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === PWill [n=paul@unaffiliated/pwill] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === allee [n=ach@dialin-212-144-131-137.pools.arcor-ip.net] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #ubuntu-classroom === DreamThi1f [n=mathias@gateway.3vilh4x0r.net] has joined #ubuntu-classroom === sky_walki [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-classroom === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-classroom === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has left #ubuntu-classroom [] === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu-classroom === ash211 [n=andrew@adsl-074-184-018-011.sip.asm.bellsouth.net] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === DBO [n=DBO@unaffiliated/dbo] has joined #ubuntu-classroom === DBO [n=DBO@unaffiliated/dbo] has joined #ubuntu-classroom === checkergrrl [n=checkerg@200.125.147.34] has joined #ubuntu-classroom [04:32] morning jrib [04:32] :) [05:03] checkergrrl: morning [05:03] did you figure out your command? === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-classroom === X337 [n=soul@p5B12E50D.dip.t-dialin.net] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom [07:40] Hi I'll think its better If i've poste this qustion here because I think its a little bit difflicult to explain it , so in the main chat I thing this is impossible to explain...Do someone now how I am making a .bash_profile in my home directory for my currently user on the system? [07:51] X337: what do you want to accomplish? [07:55] I want to install some toolchain jrib: http://ps2dev.org/ps2/Tools/Toolchain/ps2toolchain-20070626.tar.bz2 [07:56] sorry jrib, that was the toolchain for ps2..I mean that one : http://ps2dev.org/psp/Tools/Toolchain/psptoolchain-20070626.tar.bz2 [07:57] jrib ...are you there? [07:57] checkergrrl: hi [07:57] hhey :) [07:58] no i was not able to figure out the command [07:58] havent played iwht it [07:58] X337: you can use ~/.xprofile which gets sourced when you log into X [07:58] i was playing with the join command [07:58] lol [07:58] checkergrrl: there is a slight problem with what you want to do. What happens if you have a/foo.txt and b/foo.txt, two files with the same name but in different directories? [08:00] ah ok thx jib :) [08:00] *jrib sorry [08:00] k [08:01] is this for the join cmmand or the find and exec [08:01] find and exec [08:01] ok [08:01] anyway this will do what you want but if you have a/foo.txt and b/foo.txt only the last one gets gzipped (the first one gets overwritten): [08:02] mkdir new; find -name '*.txt' -exec sh -c 'gzip -c {} > new/`echo {} | sed s#.*/##`.gz' \; [08:02] OH!!!!! My goodness [08:02] thats a long long command [08:03] i havent even got to there [08:03] got to where? [08:03] s# [08:03] do you know about sed? [08:03] command s# /##. [08:03] etc [08:03] nope [08:03] i am just learing linux [08:03] very new at it [08:03] !sed [08:03] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [08:04] ugh [08:04] what a useless factoid alias [08:04] but i am star to enjoy it alot [08:04] hahah [08:05] http://www.grymoire.com/Unix/Sed.html and http://doc.novsu.ac.ru/oreilly/unix/sedawk/index.htm are decent. You probably want to learn about http://www.regular-expressions.info/ too [08:05] mmm ..:) [08:06] wooo thanks jrib [08:06] checkergrrl: what's the reason you want to gzip all your txt files? [08:08] there is no reason...just want to learn how u can use various commands [08:08] ah ok, cool then [08:08] and see how usuful they can be at any time [08:08] for example i was palying with join command yesterday [08:08] and i was not able to get it to work [08:08] lol [08:09] any how [08:09] have you checked out the rute book? [08:09] its a challenge ...but its good to have someone like that you to encourage me [08:09] rute book? [08:09] no [08:09] I've never used the join command [08:09] http://rute.2038bug.com/ really great [08:11] mmm [08:12] yah...apperently its not to usuful until u learn how to write scripts i imagine [08:12] it walks you through that [08:14] WO!!! looks like a great book [08:15] its like a linux bible === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom [08:43] jrib: kewl i was able to figure how join wokrs [08:43] :) [08:43] nice, you know more than me now [08:43] lol [08:43] no no [08:44] now i am going to try your comannd [08:47] make sure you don't have a directory called "new" with stuff in it as it would get overwritten [08:48] hahha [08:48] i wont [08:48] :) [08:58] jrib? [08:58] u there/ [09:01] Wo! [09:01] its worked [09:01] it worked worked very well...and it keep the original file [09:20] cool === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === hjmf [n=hjmf@150.Red-83-44-175.dynamicIP.rima-tde.net] has joined #ubuntu-classroom === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-classroom === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-classroom === duese [n=Ident@p5484CEB9.dip.t-dialin.net] has joined #ubuntu-classroom === hjmf [n=hjmf@150.Red-83-44-175.dynamicIP.rima-tde.net] has joined #ubuntu-classroom