/srv/irclogs.ubuntu.com/2011/02/21/#ubuntu-beginners.txt

r4yIt's really small by default00:00
r4yBut the image is big enough which doesn't make snese00:00
r4ysense00:00
r4ynot snese00:00
ddecatorso you set that as the icon for tong, but it auto-sized it and made it too small?00:00
r4yYes00:00
r4yI tried resizing the height. Maybe I should try that again00:01
ddecatorah, alright, i get what you're saying now. i'm not sure if there is a way to change that in the menus or not, but you should be able to change it if it's on your desktop00:01
r4yHold on, I got an idea00:01
r4yThat did work. I resized the height even more to see what would happen.00:04
r4ydidn't00:04
r4y work00:04
r4ysorrry00:04
ddecatorare you using gnome?00:04
r4yyes00:04
r4yI don't want to mess with setting00:05
r4ys00:05
r4yI want to be able to have any image open to the size I want it to00:05
r4ywith in reason of coarse00:05
admin1I just configured kubuntu as a file server with a 2tb drive attached via USB.  I need to move 240GB data from NAS (linksys WRT610N router) to new file server.  copy/paste seems risky help?00:06
ddecatorwhat do you mean by "have any image open to the size i want it to"? are you still talking about the icon in the applications menu?00:06
r4yWhat a second I got it00:06
r4yThe name of the image changed things00:06
MrChrisDruifadmin1: Seems risky?00:07
r4yIt was Tong-title.png but now I changed it to Tongtitle.png and it changed size a little00:07
aveilleuxadmin1: I don't know how you expect to move files without copying and pasting them00:08
admin1Mr. Druif - yes, new to this command line editor, a bit different than dos is there something   similar to xcopy that I can use at the command level00:08
aveilleuxadmin1: cp00:08
MrChrisDruifadmin1: You mean to say you've removed the KDE environment completely?00:08
r4yI meant I want to know what format to make any image open as an icon in any size I want with in reason. It's not like I want giant icons.00:09
MrChrisDruifaveilleux: That's what I wanted to say :P00:09
aveilleuxadmin1: GNU/Linux's cp command is as powerful if not more powerful than xcopy on DOS00:09
admin1no, I can see both shares in KDE, but the source drive is on network, not physically on this box00:09
admin1okay, let me look this cp deal up, can I use it from my Konsole...I assume I can use it from my terminal window...00:11
MrChrisDruifadmin1: Yes, cp IS the terminal command :)00:12
admin1okay reading syntax  now00:12
MrChrisDruifLike "cp /path/to/original.location /path/to/new.location00:13
admin1can I use *.*00:13
aveilleuxadmin1: You should use * .*00:13
aveilleuxadmin1: asterisk-space-asterisl00:13
aveilleuxk*00:13
aveilleuxadmin1: Because not every file will have a period in it00:13
admin1cp /path/to/source * .* /path/to/destination  like this00:14
ddecatorr4y: .png is a common format for icons00:14
MrChrisDruifcp -r /path/to/source /path/to/destination is what your looking for I think....right aveilleux?00:15
r4yRight, there's another I believe as well, I will go look for the other00:15
ddecatorr4y: .svg is scalable00:15
r4yxpm00:15
ddecatori'm not familiar with xpm..00:16
r4yCool, I will try00:16
aveilleuxadmin1: Closer, yeah... you'd have to do cp -r /path/to/source/* /path/to/destination && cp -r /path/to/source/.* /path/to/destination00:16
r4ysvg you say00:16
admin1okay...i set up a test directory or two and get it down before i try the entire project.00:18
admin1thanks for the help.....00:18
ddecatorr4y: Scalable Vector Graphic (i think). svg images can be expanded/shrunk much more without losing detail00:18
MrChrisDruifddecator: Your right00:18
ddecatorMrChrisDruif: thanks, i was going to google that to make sure i got the acronym right, haha00:19
MrChrisDruifyour welcome admin1 :)00:19
r4yHmm, Gimp either doesn't have that as a save-able format or something. I also have Kolour Paint though. I will have to keep messing around00:19
admin1MrChrisDruif:  what about this rsync00:19
MrChrisDruifOw, it's pretty awesome afaik....syncing accounts on local network00:20
MrChrisDruif(Haven't been able to test/work with it thou)00:20
aveilleuxr4y: You can't save raster images as svg. That's not how it works. (GIMP is a raster editor)00:20
r4yOK00:21
MrChrisDruifAnd I also don't know if it's also good for only files...00:21
r4yHow do I change it?00:21
MrChrisDruifr4y: svg files?00:21
r4yyes00:21
MrChrisDruifr4y: Gimp wasn't "build" for svg....use inkscape instead :)00:22
aveilleuxr4y: You have to make the image in a vector editor, like Inkscape.00:22
ddecatorMrChrisDruif: aw, beat me to it00:22
MrChrisDruifddecator: I even beat aveilleux to the punch ;)00:22
ddecatorr4y: it'll probably be easier to search for a .svg icon instead of trying to make one00:22
r4yCool, I will try out Inkscape, sounds neat00:22
ddecatori'm not sure if inkscape is able to effectively convert images to .svg00:23
r4yI like learning00:23
r4yI just learned recently how to make transparent backgrounds using Gimp00:23
MrChrisDruifddecator: I can't convert automatic afaik....normal images mis the right information00:23
ddecatorMrChrisDruif: yah, that's what i thought00:24
MrChrisDruifIt uses nodes to determine how something must look :)00:25
admin1mrchrisdruif:  can you look at this for me:  cp -r /coyoteden/family_share/tune zone/* /media/COYOTE_DRIVE/tune_zone && cp -r /coyoteden/family_share/tune zone/.* /media/COYOTE_DRIVE/tune_zone00:27
MrChrisDruifadmin1: Should work, did you test it with a folder already?00:28
admin1source path has a space in the middle of it, is this going to be an issue?  it was created in windows (ouch) also, are path's case sensitive in this environment00:28
ddecatorcase sensitive yes00:29
ddecatorspace probably needs to be %2000:29
ddecatorso tune%20zone00:30
ddecatorgood news is, for the existing directory, you can use <tab> complete00:30
MrChrisDruifOw...the family_share is actually family share?00:31
ddecatorso typing tun<tab> should complete it for you when you get to that part00:31
MrChrisDruifadmin1: ^00:32
ddecatormy guess is it will put in the %20, but if it needs to do something else then it should do it automatically00:32
ddecatoralso helps prevent typos :)00:33
MrChrisDruifddecator: You are probably right, but what should work is "family share"00:33
MrChrisDruifMaking it an string00:33
aveilleuxddecator: Er, you can just escape it00:33
ddecatoraveilleux: escape what?00:34
aveilleuxadmin1: You can type spaces like this: this\ sentence\ has\ spaces\ in\ it00:34
aveilleuxddecator: Sentences. %20 doesn't work on cp.00:34
aveilleuxddecator: I mean spaces00:34
ddecatoroh, does that work in a command?00:34
aveilleuxddecator: It's... how UNIX sees spaces in filenames00:34
ddecatorthat's why i suggested the tab complete :p00:34
MrChrisDruifaveilleux: I'm not sure it spaces work :P00:34
admin1okay so no %20 just use spaces00:34
ddecatorpreceded by \00:35
MrChrisDruifit=if00:35
aveilleuxadmin1: No. Escape the spaces with a \00:35
aveilleuxMrChrisDruif: You escape them, as I've been saying00:35
admin1so, like this:  cp -r /coyoteden/FAMILY_SHARE/TUNE\ ZONE/* /media/COYOTE_DRIVE/TUNE_ZONE && cp -r /coyoteden/FAMILY_SHARE/TUNE\ ZONE/.* /media/COYOTE_DRIVE/TUNE_ZONE00:36
aveilleuxadmin1: That looks correct to me00:37
ddecatoryup, assuming the case is correct00:37
MrChrisDruifaveilleux: I think putting it in between "" works as well :)00:37
admin1thanks ya'll  - sure hope so...i guess we will see in a few minutes here  TUNE""ZONE00:38
aveilleuxMrChrisDruif: Wildcard characters are interpreted literally inside quotation marks00:38
MrChrisDruifaveilleux: How do you mean?00:38
aveilleuxMrChrisDruif: typing cp "*" will only copy files named *00:39
admin1doesnt work.  do you suppose I have to include the workgroup name also00:42
r4yWell it lloks a lot better but I need to mess around with it some more. Thank you for your help and thank you for telling me about Inkscape01:19
r4yYa it locks a lot better, LOL01:19
r4yWow, thank you MrChrisDruif, aveilleux, and ddecator01:21
MrChrisDruifYour welcome r4y :)01:22
r4yTake care dudes.01:22
r4y:)01:22
MrChrisDruifI'm also off...TTYL :D01:27
fds4Rm5f45Hello, is anyone there to please help me? I had a question about the differences in the mirror server?04:26
bioterror!ask | fds4Rm5f4504:26
ubot2fds4Rm5f45: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)04:26
fds4Rm5f45I had a question about a difference in the mirror server04:26
fds4Rm5f45What is the difference between the 10.04.1, 10.04.2, and the regular 10.04 dvd downloads?04:28
fds4Rm5f45What is the difference between the 10.04.1, 10.04.2, and the regular 10.04 dvd downloads?04:28
bioterror10.4.2 has upgrades04:29
bioterrorI would recommend to grab 10.4.2 instead of 10.0404:29
bioterrorfds4Rm5f45, http://en.wikipedia.org/wiki/Point_release04:31
fds4Rm5f45ok thank you04:31
fds4Rm5f45ok cool, thank you for your help04:31
fds4Rm5f45it is much appreciate04:31
fds4Rm5f45appreciated*04:31
bioterrornp04:32
=== satamusic_ is now known as satamusic
s-foxHello.10:40
JoeMaverickSetthello s-fox :)10:40
JoeMaverickSetthow're you?10:40
s-foxHello JoeMaverickSett .10:40
s-foxI am fine. How are you ?10:40
JoeMaverickSetti'm fine too. thanks for asking. :)10:41
JoeMaverickSettplanning to take a nap ;D10:41
ibuclaw!offtopic | s-fox JoeMaverickSett  >:@10:41
ubot2s-fox JoeMaverickSett  >:@: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!10:41
s-foxibuclaw,  hmmm10:41
ibuclaw!evil | ibuclaw10:41
ubot2Factoid 'evil' not found10:41
ibuclaw:)10:41
JoeMaverickSett:D10:41
s-foxHello ibuclaw10:41
s-foxYou been singing in the shower?  Dreadful rain here ;)10:42
ibuclaws-fox, sawry :310:42
ibuclawI did have a strange night last night though10:42
ibuclawanyways, I'm not here. >:|10:43
s-foxOf course not10:43
duanedesigno/10:48
s-foxMorning duanedesign :)10:49
s-foxGood weekend ?10:49
duanedesignyeah, not bad. thank you for asking s-fox11:00
=== s-fox is now known as evil-s-fox
admin1can anyone recommend filrewall and/or AV suite to install12:34
zeroseven0183admin112:39
zeroseven0183For your desktop?12:39
zeroseven0183You don't need an antivirus for your Ubuntu, you're secured without it12:39
zeroseven0183As for firewall, check out Firestarter in the Ubuntu Software Center12:40
* nlsthzn pats ufw and it purrs back peacefully :)13:29
nitinhello i m new on ubuntu16:07
nitinplz suggest me16:07
AbhijiThi nitin16:07
AbhijiTsuggest what?16:07
nitinsome new apps for networking16:07
AbhijiTO_o16:07
AbhijiTdunno16:08
nitinprogramming skills16:08
nitin?16:08
AbhijiTwhat programming skills?16:08
nitinstuffs on programming skills16:09
JoeMaverickSettnitin: do you mean to say you wish to study programming on Ubuntu? and that you need some suggestion?16:09
nitinya joe16:09
JoeMaverickSettok16:09
nitinany idea16:10
AbhijiTnitin, what you actuallly want to do? or learn?16:10
nitinjava spring hibernate16:10
nitinstruts16:10
AbhijiTread head first java for java16:10
nitinya i have read but fot spring16:11
nitinhibernate and struts16:11
AbhijiTnitin, ask in ##programming16:11
nitinthnx abhi16:12
AbhijiTnp16:13
nitinabhi im new on ubuntu'16:14
AbhijiTnitin, you are welcome!16:15
nitinr u all r like me or some experts16:15
AbhijiTwe all are humans here16:15
AbhijiTUbuntu - Linux for Human Beings!!!16:15
AbhijiT:D16:15
nitinwhy u all help each other any one pays u or for humanity16:15
AbhijiTnitin, offtopic discussioon on #ubuntu-offtopic16:15
AbhijiTnitin, not for humanity for my selfishness16:16
nitinmeans16:16
AbhijiTnitin, please join #ubuntu-offtopic and chat there16:16
AbhijiTJoeMaverickSett, what is yoour answer? :P16:16
JoeMaverickSettnitin: https://wiki.ubuntu.com/BeginnersTeam16:17
AbhijiT:-s16:18
AbhijiTJoeMaverickSett, dont bypass his question. answer. i will use it in my seminar too16:18
JoeMaverickSettnitin: we help each other, because we love doing it. we don't get paid. we do it in our own free times.16:18
JoeMaverickSettnitin: we help because we don't like to see people walk away from Ubuntu just because they encountered a slight problem with it while using.16:19
AbhijiT+1 for second poing joe16:20
sre-su!tab | nitin16:28
ubot2nitin: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.16:28
nitin!tab | nitin what it means16:32
ubot2nitin what it means: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.16:32
JackyAlcineAbhijiT: ##programming's the last channel some people want to go do.16:32
JackyAlcineThey aren't as friendly as #ubuntu-* channels.16:32
nitincould anyone help me to understand dat kind of pseudocode16:32
JackyAlcinenitin: Pseudo code?16:33
JackyAlcineLike if condition X is true, then do WHY?16:33
nitinhmm16:33
JackyAlcineWell, I use it a lot when I'm trying to solve a programming issue, like how to download information from a Wiki.16:34
JackyAlcineDo DownloadWiki(); if DownloadWiki() returns a nonzero value, raise an error.16:34
=== tronyx_ is now known as tronyx
jrasmussen_uhi17:08
jrasmussen_uI am new to ubuntu -- can't seem to get xchat-gnome to connect to freenode; but, as you can see -- I am on via chatzilla17:08
jrasmussen_udo I need to disabel something like IPv6 globally somewhere?17:09
jrasmussen_u*disable17:09
jrasmussen_uI did disable it in Firefox so I could download add-ons17:10
nhandlerjrasmussen_u: What happens when you try to connect?17:10
jrasmussen_uit keeps cycling and trying to connect17:10
jrasmussen_uno channels17:10
jrasmussen_ulet me open it again17:10
nhandlerjrasmussen_u: What server and port is it trying to connect to?17:10
jrasmussen_uOn-screen display xchat_print called without a valid context.  Looking up irc.freenode.net..17:12
jrasmussen_u Connecting to chat.freenode.net (32.1.20.24) port 8001..17:12
JackyAlcineShouldn't that be port 6667?17:12
nhandlerjrasmussen_u: 8001 works too17:12
JackyAlcineHm.17:13
jrasmussen_uI have tried both ports17:13
jrasmussen_uthis is a new install of ubuntu 10.10, so I am wondering if I need to configure something differently17:13
nhandlerjrasmussen_u: Does anything show up after that? That really doesn't show an error with connecting. Out of curiosity, do you have a plugin for OSD or on-screen display enabled?17:13
jrasmussen_uwhat is OSD?17:14
nhandlerjrasmussen_u: On Sceen Display17:14
jrasmussen_uI did the alternate install amd6417:14
jrasmussen_uI have a sort of desktop17:14
jrasmussen_uhow do I check this?17:14
* nhandler was talking about within xchat17:14
jrasmussen_uoh17:15
jrasmussen_uyes, OSD was on17:15
jrasmussen_uI just unchecked it17:16
jrasmussen_uvery new to ubuntu!17:17
nhandlerjrasmussen_u: You mentioned that xchat tries to connect, fails, and then keeps trying. Can you pastebin the full output?17:18
jrasmussen_uwhere do I paste?  I know it will be too long for the chat window ...17:19
=== Cheri703_ is now known as Cheri703
nhandlerjrasmussen_u: paste.ubuntu.com works17:20
jrasmussen_uok17:20
jrasmussen_uhttp://paste.ubuntu.com/570145/17:21
jrasmussen_ulog files in debug give me this message -- eth0: no IPv6 routers present17:23
jrasmussen_uand I did turn off IPv6 in Firefox17:23
jrasmussen_uI wonder if this affects it?17:23
=== yofel_ is now known as yofel
jrasmussen_uI will try changing the settings ...17:27
nitinwhich one is best distro of linux17:30
nitinubuntu kubuntu opensuse fedora or redhat blackhat17:31
JackyAlcinenitin: If we give you an opinion, it'd be bias. :)17:32
nitingive one17:33
jrasmussen_ustill no go for the xchat-gnome17:33
JackyAlcineI personally like Ubuntu because GNOME is a bit more flexible than KDE in my opinion.17:33
nhandlerjrasmussen_u: If you are using ipv6, try connecting to ipv6.chat.freenode.net17:33
JackyAlcineBut I haven't tried XFCE yet.17:33
JackyAlcineNo idea with openSUSE.17:34
jrasmussen_uI think I did turn off the IPv6, but I will give that a try17:34
nitinxfce ?17:34
nhandlernitin: That is what xubuntu uses17:34
bioterrornitin, for desktop I've found Arch Linux most suitable for my use, with laptop I'm using Lubuntu17:34
JackyAlcineShould have made that clear.17:34
bioterrorand I'm about to build a htpc running on Arch too17:35
bioterrorthere's no ultimate answer which is best, every distro has it's own benefits17:35
JackyAlcinebioterror: +117:36
JackyAlcineThat's the beauty of it; it's pure personal preference.17:36
bioterroryou can take what ever you want and make it look something17:36
nitinfor cs engineering programming and networking stuff??17:36
bioterrorcounter-strike engineering?!17:38
jrasmussen_unhandler: still not working in xchat -- glad I got chatzilla to work17:38
JackyAlcinenitin: That's more of an development environment you're looking for.17:41
nitinfor programming networking and hacking stuff which linux distro is best17:42
nitinfor programming networking and hacking stuff which linux distro is best17:44
wedwo-jrasmussen_u, I had the same probs with xchat-gnome on lucid. Installed straight xchat and no more probs17:44
jrasmussen_uwedwo-: thanks, I may try that next17:47
jrasmussen_ualthough I am not adverse to using chatzilla I guess -- except that I have the entire seamonkey suite installed!17:47
jrasmussen_ucan I uninstall seamonkey and just have chatzilla?  maybe as a firefox add-on only?17:49
wedwo-yes: https://addons.mozilla.org/en-US/firefox/addon/chatzilla/17:52
jrasmussen_uwedwo-: great!17:52
johnny77jrasmussen_u: You can also install just chatzilla itself, not as an extension.17:52
jrasmussen_uI will get rid of all the seamonkey extras ...17:53
jrasmussen_ujohnny77: I think that would be better than having things I won't use17:53
johnny77jrasmussen_u: I agree. You can install seamonkey as a suite, but you can also install the individual apps. ie only chatzilla.17:54
johnny77https://help.ubuntu.com/community/SeaMonkey#Install%20Individual%20Applications17:55
=== IAmNotThatGuy is now known as M0hi
M0hiHello all o/17:56
jrasmussen_ujohnny77: I will uninstall the suite and then see about only having chatzilla17:59
jrasmussen_uthx for the link17:59
johnny77jrasmussen_u: No problem. Do what's best for you. If you'd rather have the Firefox extension fine, but I wanted you to have all the information.18:00
jrasmussen_ujohnny77: will try it both ways18:10
MichaelDeaton_How do I get my Intel Pocket PC Cam (CS630) to work with ubuntu 10.10? I've looked at the webcam documentation on the ubuntu site, and it offers no support for my webcam.18:50
ddecatoryou said you checked this page?: https://help.ubuntu.com/community/Webcam18:53
MichaelDeaton_Yes the UVC driver doesn't support my webcam. I've found one that does, but you have to compile it, and I have no idea how to.18:55
ddecatorwhich one?18:55
MichaelDeaton_http://spca50x.sourceforge.net/devices.html18:55
ddecatorhuh, it doesn't have a debian package...18:57
MichaelDeaton_http://sourceforge.net/projects/spca50x/files/18:58
MichaelDeaton_Looking for the latest version? Download spca50x-gcc-3.2-linux-2.4.21-0.13mdk-module-0.30.tar.gz (42.6 KB)18:58
MichaelDeaton_Is that what you need?18:58
MichaelDeaton_I mean, "mean?"18:59
ddecatorhm, there are old versions on the debian site18:59
MichaelDeaton_debian site?19:00
MichaelDeaton_Sorry I'm totally new to the Ubuntu world. =/ So website about ubuntu and stuff are new to me. I've just been trying to get my webcam to work for the past 12 hours almost.19:00
ddecatorright, the easiest way to install the driver will be to use a .deb, so there won't be any real work needed on your part. people packaged it as a .deb, but it's an older version. we can try it though and see if it works19:01
MichaelDeaton_Link me to it?19:02
ddecatorone sec19:03
ddecatorhttp://packages.debian.org/search?keywords=spca&searchon=all&suite=oldstable&section=all19:04
ddecatorlike i said, old version, but it might work19:04
ddecatorthe links on the bottom are the newest. are you using 32- or 64-bit?19:05
MichaelDeaton_32 bit19:05
ddecatorthis should be the one you need: http://packages.debian.org/lenny/gspca-modules-2.6.26-2-68619:06
ddecatorapparently it depends on your processor though19:07
ddecatorthat one *should* install though19:07
ddecatorMichaelDeaton_: when you go to that link, click the "i386" link and pick a server to download from19:09
MichaelDeaton_Alright I finally got it to download19:09
MichaelDeaton_Dependency is not satisfiable: linux-modules-2.6.26-2-68619:10
MichaelDeaton_Error: Dependency is not satisfiable: linux-modules-2.6.26-2-68619:10
MichaelDeaton_D:19:10
MichaelDeaton_Noooo not fair.19:11
ddecatorhmmm...19:12
ddecatorlooks like this hasn't really been maintained in a while...19:13
ddecatorsorry, i'm not sure how to compile a kernel module from source. i'm not even sure if it's compatible with the latest kernels. someone else might know though19:14
MichaelDeaton_:(( But it's the only way I know how to get my webcam to work.. :( I've gotten everything else to work. The only thing left is my webcam. =/19:14
ddecatorhuh...the latest kernels mentions gpsca19:18
ddecatorha, yah, looks like that source doesn't compile to the newest kernels19:18
ddecatorand of course there is a source package in ubuntu, but no deb...19:19
ddecatorsounds like support is supposed to be built in now19:20
ddecatorhm, yah, there are gspca driver files in the current kernel, so i'm not sure why it's not working19:21
ddecatorsorry :/19:22
MichaelDeaton_Okay.. Well thank you for the help.19:36
MichaelDeaton_Hey guys I have minecraft on ubuntu and I wanted to know how to had a "nice" priority to this command line if possible.19:59
MichaelDeaton_"java -Xmx1024M -Xms1024M -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:+UseParallelGC -XX:UseSSE=3 -XX:ParallelGCThreads=1 -jar /home/michael/Downloads/minecraft.jar"19:59
bioterrorman nice20:00
bioterrornice -20  == highes priority20:01
bioterrorhighest20:01
bioterror19 is the lowest20:01
MichaelDeaton_I know that, but where do I put the nice command in my command I already have to change the priority to -15?20:01
bioterrorin the begin20:02
MichaelDeaton_uh? So I just put nice -20 in front of it?20:02
bioterrory20:02
MichaelDeaton_So it'll look like this, "nice -20 java -Xmx1024M -Xms1024M -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:+UseParallelGC -XX:UseSSE=3 -XX:ParallelGCThreads=1 -jar /home/michael/Downloads/minecraft.jar"?20:03
bioterrorsomething like that20:03
MichaelDeaton_Uhhh?20:03
bioterrorwith renice you can change pid's priority20:03
MichaelDeaton_D: Well I'm new to ubuntu, still learning comands, so I duno what you're talking about. =/20:04
MichaelDeaton_dumb it down?20:04
bioterrorif you have a process running, you can change it's priority with renice20:04
bioterrorrenice <value> pid20:04
MichaelDeaton_I know how to do that, but I wanted to just make a launcher to automatically start the game with nice on -20 for highest priority20:06
pleia2MichaelDeaton_: the command you said above is correct20:08
pleia2nice -20 java....20:08
MichaelDeaton_Well when I started the game, it says the Priority is "19"20:08
pleia2you can try nice -n -1920:11
pleia2(I think without -n it doesn't give error messages)20:12
MichaelDeaton_It still didn't work.20:20
MichaelDeaton_Do I have to be a "root" usr?20:21
KentrelHow do I set both firefox and chrome to automatically use Vuze for torrents. For some reasons Vuze is default in nautilius but both of those browsers use Transmission20:33
omoleyehey is there a way to input a path in a script?20:50
omoleyeim trying to get a path/filename and want to know if there is a way that a user can input it like the terminal does naturally with the tab key and such20:51
seiunoideas on how to check the size of a package that is already installed?21:29
JackyAlcineWhere you could find the development channel for UBT?21:32
seiunoJackyAlcine: ubuntu-beginners-dev i believe21:33
JackyAlcineseiuno: Including configuration, I don't know; but in Synaptic, it should show the size of the files installed for a related package.21:33
seiunoJackyAlcine: yeah, trying with synaptic21:33
JackyAlcinehm.21:34
seiuno81.9KB isn't the total filesize used21:34
seiunoi think when i installed the package it said something like 60MB21:35
JackyAlcineo.O21:36
seiunoit's the meta package, it doesn't tabulate a total for all packages that will be installed21:37
seiunounder properties, anyway21:37
admin1help please - installed and configured clamav  Tk reports AV engine 0.96.5 and GUI are out of date.  How do I manualy update to 4.31  I see the download file, but don't know what to do with it once I unzip21:43
admin1how do I unpack/install the taz.gz file?21:43
=== admin1 is now known as CLF1
JackyAlcineCLF1: Usually with packages, you can just uninstall the package,21:47
JackyAlcineGo into the directory in a terminal where the tar.gz (tarball) is located,21:48
JackyAlcinerun 'tar xvf <TARNAME>'.21:48
CLF1sudo tar xvf name21:48
JackyAlcineCLF1: No, you don't need root privileges for that.21:48
CLF1ok21:48
CLF1thx21:48
CLF1does it matter where i put the tar when I download21:49
seiunoroot privileges probably wouldn't hurt, would it?21:49
JackyAlcineWithin the tarball, actually, there should be instructions on how to install such a package.21:49
JackyAlcineseiuno: It might make it impossible for 'make' to read the files.21:49
seiunoJackyAlcine: and this hurts?21:49
JackyAlcineseiuno: If 'make' can't read, how can it compile?21:50
JackyAlcineI understand for 'sudo make install'.21:50
seiunoJackyAlcine: i was talking about using sudo tar21:50
seiunonot sudo make21:50
CLF1that does it,  I will look thx for read file21:50
JackyAlcineseiuno: Unless he has the binaries to drop right in /usr/bin/21:50
JackyAlcineCLF1: Alright.21:50
CLF1okay thanks21:51
seiunoJackyAlcine: it's a security concern.  i get it.21:52
* seiuno uses sudo for everything21:52
seiunoCIA infiltrates his system, gives it to a "contractor"21:52
seiunoi know...that isn't funny.21:53
* seiuno runs to a hermit's cave21:53
JackyAlcineLol21:55
tronyxanyone know the best way to do a remote graphical login on 10.04 without already having an established session?22:07
tronyxi.e. a graphical GDM login? i can't seem to find anything current or applicable to 10.0422:07
CLF1I got the tarball downloaded and extracted  now what do I do22:26
dantastichello, I was wondering if I could get help with a 10.10 gui issue...?23:39
lostinitmaybe23:39
JackyAlcineWe're all ears.23:39
dantasticright, I can't seem to add icons to the launch bar here on my netbook remix version. sorry for being so utterly ignorant, by the way23:40
dantasticthat is, right clicking on active applications in the launch bar doesn't present the option to keep it on the launch bar, as certain other apps do23:41
dantasticcertain active*23:42
dantasticI've searched on the issue, and all I found was something about xubuntu.23:43
dantasticI'm not really familiar with IRC chats or asking for help through them, so sorry if I'm doing it wrong. just trying to explore new things and such...23:47
dantasticok then, just gonna take my stupid question and sod off now then...23:51
MrChrisDruifHmmm....23:52
MrChrisDruifYou can't have them all <_<"23:52
MrChrisDruifWanted to talk to the dude23:52
alisalaah:(23:57
alisalaahi was in another window didnt even see that23:57
MrChrisDruifalisalaah: Like I said, you/we can't have them all...23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!