| |
| |
| |
|
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
Comments:
<0> man ls for more goodness <1> kleggas : now i do a apt-get update? <2> ahh thanks <3> etsb: yes, as sudo <2> how about if i wanted to ls all the mp3s on a drive and see how the total file size of all the mp3s in different folders <4> yeah good luck with that <0> yggdrasil: use du for that. I'll leave the details as an exercise for the (man page) reader. <2> ha ok thatnks trappist <5> Hikaru79, anyone know what p***word my shared folders use? I'm trying to connect via samba from windows to ubuntu shared and its asking for p***word to login and i've entered all my p***words <2> jsut needed a nudge i nthe rigt direction <5> Sorry I meant to say Hi, not Hikaru79 <3> etsb: then you can run apt-get dist-upgrade to update all your installed packages to latest version, and you can do apt-cache search <packagename> to search for packages. to install new use apt-get install <packagename> <0> ablyss: whatever p***word you set up with smbp***wd <5> trappist, thanks I look into that <4> yggdrasil, locate *mp3 | xargs du -sh
<1> kleggas : once update is done...what next? <3> etsb: wrote it just. do a apt-get dist-upgrade to upgrade all you packages to latest version in repos <0> or find /path/to/mp3dir -type d -exec du -sh {} \; <6> hi, how do I get a wireless-USB card from linksys (WUSB54G) to work with hoary? does anyone have experience? <7> it says i don't have permission to move firefox-1.5.0.1.tar.gz to /opt <3> then apt-cache search <pkgname> to find a package, and apt-get insta <pkgname> to install a package <7> isn't it there i need to have it to be able to install? <2> wastrel ill try it <8> wow, ubuntu is getting lame <5> machine 127.0.0.1 rejected the (anonymous) p***word change: Error was : Account disabled. <9> potto: just do 'sudo mv /firefox/path /opt' <3> potto: you can have it wherever you like, but to move it there you need to do so as sudo <4> yggdrasil, actually without the * <2> yar <5> trappist, it asks for my old p***word.. i never set a p***word <8> why won't ubuntu even get new firefox <2> after a updatedb <10> hello <8> i mean thats even a ****ing security update <2> is updatedb croned bydefault in ubuntu <9> potto: where /firefox/path is the path to firefox <10> ? icedata500 2.6.12 <10> ?? icedata500 2.6.12 <10> ! icedata500 2.6.12 <11> DeVeRaS: NO SPEAKE ENLISH! Try searching at http://ubuntu.cc.com.au/ <10> no speak? <0> DeVeRaS: cut that out <7> PuMpErNiCkLe okey.. i'll try it.. <4> yggdrasil, probably locate mp3 | grep mp3$ | xargs du -sh is what you want. <10> i am looking for a way to configurate a moden icedata500 on ubuntu, i get a compilation error on the tuturial i've found <10> the boot doesn't have locations for it? <9> DeVeRaS: What's the error? <10> make CC=gcc -C /usr/src/linux SUBDIRS=/home/utilizador/unicorn/unicorn_usb modules <10> make: *** /usr/src/linux: No such file or directory. Stop. <10> make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [modules] Error 2 <10> make[1]: Leaving directory `/home/utilizador/unicorn/unicorn_usb' <10> make: *** [modules] Error 2 <10> it's a big list <2> wastrel its defently trixy huh <10> shell i pvt it to you? <2> but i know it can be done <9> DeVeRaS: pastebin it, I think <9> !pastebin <11> pastebin is, like, totally, a site where you can post large texts and screenshots so you don't flood the channel. You can find it at http://paste.ubuntu-nl.org <10> ok <10> http://paste.ubuntu-nl.org/8281 <10> done it <0> DeVeRaS: sudo apt-get install linux-headers-$(uname -r) && sudo ln -s /usr/src/linux-headers-$(uname -r) /usr/src/linux <9> k <12> I have script to update my ip on kidna dyndns. How to run it on startup? <10> trappist doing so... what does that do? <10> ah! get's some sort of kernel headres... what are those? the src? <0> DeVeRaS: installs your kernel headers and makes a symlink to them at /usr/src/linux <7> PuMpErNiCkLe, i need to extract it into /opt too, accoriding to the https://wiki.ubuntu.com/FirefoxNewVersion guide.. It says i can't extract it there <0> nookie: drop it in /etc/rc.boot <12> trappist: thx <10> great... then i retry the installations of the driver yes? <10> i do mean module :) <0> yes <10> good... it worked :) <4> yggdrasil, heh it's complicated
<13> How do I activate video out in Ubuntu, so I can watch movies on the tv? <12> trappist: I don't have such file. Touch it? <0> nookie: mkdir it, and put the script in the dir <10> ubuntu has not yet asked for the root p***word. I can do things nicely with sudo, but if i try 'su' the p***word won't work <10> it's normal? <12> so /etc/rc.boot/ no boot <4> DeVeRaS, yes <0> DeVeRaS: it's normal. there is no root p***word. <0> !tell DeVeRaS about root <4> r00t <10> thank you <14> hmmm, i installed the SMP version of the kernel and I think nvidia vid drivers got crapped out by it, can't boot into it <9> potto: The commands they give on the wiki to deal with that should work. <15> what is SMP version of kernel for anyhow? <13> someone knows? <14> I have 2 gigs of ram, apparently you need the SMP version to support more than 1 gig <0> bean: the drivers are kernel-specific. if there's no version of them packaged for your kernel, you'll need to rebuild them. <9> whizbang: Symmetric multiprocessor systems... ie, if you have a dual-core or dual-cpu (or more...) system <15> ohh I see bean ok <15> ok PuMpErNiCkLe thanks <16> hi all <4> is there a way to cycle video resolutions on a laptop (no numberpad) <14> trappist, thanks, I have been meaning to learn how to install from source <0> bean: you waste a lot of overhead using smp support on a up box. you're better off building your own kernel. <9> bean: No, you need the non-i386 version for that. <14> PuMpErNiCkLe, i'm running the k7-smp <0> bean: or do what PuMpErNiCkLe says :) <15> is there something to facilitate a network install of ubuntu? <16> I've changed my monitor so I've reconfigured xorg, but gnome still uses old monitor's video modes (while gdm it's okay with the highest resolution). what do I have to change? <14> PuMpErNiCkLe, well, i'm nto running it, but i tried to install that one <14> linux-image-2.6.12-10-k7-smp <14> Is what I installed <9> bean: cool - what kind of processor(s) does your machine have? <14> AMD 6v <14> 64* <14> I know that it's best to configure a kernel for ones own machine, but I just started using linux on desktop for first time last week <0> oh, correct me if I'm wrong, but 64bit kernels don't need bigmem support. <14> i'm not running 64 bit kernel, trappist <0> bean: maybe you should be :) <14> trappist, no <14> trappist, maybe after I learn the ropes, and by then there will be wider support drivers and software wise <17> I'm running Ubuntu on my laptop. I plugged in the power supply but it says "running on battery power" how do I make it run on power supply ? <0> well running 32bit mode with smp support on a single 64bit chip, you're wasting a lot of resources and not taking advantage of a lot <18> FA <14> trappist, that's not what others have told me <0> bean: 32 bit is fine, it'll run plenty fast, but I absolutely recommend against using smp support <16> sorry, ehm <19> Hello, guys <19> Just installed Ubuntu, moving over from Win XP <10> no no no... works not, does any of you know a tutorial to install a icedata500 moden? <10> i made install the module, but i have no module... <14> trappist, well then I'd need to compile my own kernel with high-mem support I believe. And then to make the headers, and recompile anything dependant on my own kernel... dunno what else that would be <0> bean: but if you were to install a 64bit kernel, I believe you'd automatically get support for your 2gb of ram <19> Anybody know why it keeps freezing, tho? Freezes for up to two minutes, cursor won't move or anything. <20> does anyone know a graphical front-end for "du" that comes with Ubuntu? <19> Could it be my wireless network card? <20> something like KDEs kdirstat but for gnome? <0> bean: the only stuff I have to rebuild for a new kernel are nvidia drivers and vmware modules <21> are there any media players for windows that dont ****? <20> jacquesmerde: VLC <0> jacquesmerde: for windows? wrong channel <19> lol <14> trappist, that sounds promising. I guess I'll give it a try later after I've read up on how to configure a kernel, I've looked at some of the options and t's a bit daunting <21> trappist, wrong channel? you dont ask babies how to change their nappies <0> bean: PuMpErNiCkLe seems to be trying to tell you that you can get a highmem kernel that's not smp, but I wouldn't know which one that is <14> jacquesmerde, VideoLAN's VLC. I use it in ubuntu now too <20> mhh.. no help for me? <19> Anybody know why Ubuntu keeps freezing, tho? Freezes for up to two minutes, cursor won't move or anything. Could it be my wireless network card trying to reconnect? <9> trappist: Any non-i386 kernel should have support for more than 1GB of ram. <20> robbo: it did that on my PC when I had my nvidia-drivers badly configured <9> trappist: ie, the i686 kernel I'm using now does. <0> awesome <9> (Not that I have that much... :()
Return to
#ubuntu or Go to some related
logs:
example of webguest gentoo unknown host ifconfig belkin fsD7010 ubuntu bash syntax for textpad 4 nokia_dku2 ubuntu #php zypp transaction is already ubuntu make-jpkg: command not found #gentoo +fuck css
|
|