[00:46] kristian-aalborg: poing [00:57] private? [00:58] kristian-aalborg: sure... you can PM me anytime [04:36] Seidos? [04:39] Elise001, I dont think hes on [04:39] Thanks. [04:40] He isn't online right now. [04:43] Elise001, you can usually on most irc apps look to the side and see if a person you want is on. or start typing their name and use tab completion to see if it finishes the name. if it does, their online [04:44] Thanks,philipballew. [04:44] anytime Elise001 :) === styx|out is now known as [styx] [07:02] if i'm formating my external drive. what would be the best filesystem to format it to. ext3 or say 4? [07:02] or something else? [07:04] depends on what you will use it for, if for linux data storage only i use ext3 [07:04] ext4 is the golden path [07:04] for some reason, ext4 didn't impress me :) [07:05] im gonna set it up to rsync my desktop [07:07] krusi, ext4 greatly improves read and write speeds [07:08] and can greatly improve on write errors on crashes :) [07:08] It's generally better. philipballew, if you only use linux to read and write to the drive, that's fine [07:08] considering that SW is developed more poorly every day [07:08] krusi, SW? [07:08] software [07:08] um... [07:09] yeah. i had it as ntfs and it crashed on me [07:09] philipballew, if you want to access the filesystem with windows, it can't read ext4 or ext3 systems. [07:09] now i have to find a copy of windows to fix it. [07:09] poor software -> more crashes-> more problems :) [07:09] i dont have a copy of windows on my laptop [07:10] krusi, I'm still not getting where ext4 falls into poor software [07:10] windows rules! [07:10] It's a partition [07:11] Error404NotFound, yes. good thing to put on the ubuntu channel [07:11] krusi seems to be feeding fud [07:11] it's not directly related to partition, the fact is that poor software causes crashes and unintended crashes tend to have unwritten data on ext4, unless they fixed this caching [07:11] lol [07:12] krusi, that write is up to debugging software [07:12] Not the partition itself [07:13] well..if you can disable delayed allocation it would be good i guess :) [07:13] but with this disabled,you get performance hit again [07:14] someone is about to use external drive and you wonder performance [07:15] as we can assume he is using USB2.0 [07:15] i am [07:15] two point zero [07:15] geee what talk [07:15] Oh you are right [07:15] But the standard consumer isn't going to worry that much about it. [07:16] im not the standard [07:16] ahh..don't get me started on external disks :P [07:16] the standard doesnt ask questions at 12 in the morning on irc [07:16] krusi, go ahead and start [07:16] a bit too early, need to grab some coffee first :) [07:17] its 12 here. the world is big [07:17] it seems bigger at 9am :P [07:18] where are you? [07:18] slovenia he is from [07:18] california myself [07:19] its hotter then aferica here [07:19] than [07:19] its your native language [07:20] english here. well mostly [12:04] morning all [12:05] morning stlsaint [12:05] Hello, I was wondering if anybody knew a way to create Flash Games on Ubuntu. On windows there was FlashDevelop, but that is only for Windows. Is there an Ubuntu equivalent? [12:05] hmm, i am not sure [12:07] Hmm, I was wondering if there was a way to create flash games like with Flash Develop. I really like Ubuntu, and I don't want to keep switching to Windows everytime I wanted to create something. [12:09] Hmm I found this tutorial to use FlashDevelop on Ubuntu, but I would need to use Wine, and I have no idea how to use wine. :/ [12:10] http://www.flashdevelop.org/community/viewtopic.php?f=9&t=7535 [12:24] AlphaPsi, u just install wine and then it auto starts with any .exe file [12:24] It says there are there Windtricks or something you have to install. What are those? [12:26] wine tricks is another package [12:26] i think both are in the software center === yofel_ is now known as yofel [21:47] Hihi. [21:47] I'm using 2 monitors and when I have the secondary monitor connected, the cursor speed (left and right only) is super fast but it's slow up and down. Is there any way to make it be the same? [22:41] hello I am some what new to Ubuntu os and I looking for resources to learn Ubuntu [22:42] Like a book? [22:42] what does the beginning team do? [22:42] I check out your website [22:43] http://www.amazon.com/Ubuntu-11-04-Desktop-Applications-Administration/dp/1936280280/ [22:43] I've read some his books and they were pretty good so I imagine that would be. [22:44] ty i check it [22:49] I see the book is cheaper if you buy it in Kindle edition. [22:56] yeah lol [22:56] I'm not sure the kindle reader works on linux though. [22:58] sorry, just had to check if I had the name of this channel right :) [22:58] bye [23:01] I been reading the Ubuntu guide on the community documentation site http://ubuntuguide.org/wiki/All_Versions [23:01] Its is helpful [23:19] Hello everyone, in Wine, how do I create a new wine prefix? I heard that you can just rename the .wine folder, is that true/corect ? [23:28] AlphaPsi: Yes, if .wine doesn't exist, it'll just create a new one. [23:28] Ah I see, thank you [23:30] You can also tell it to use a different directory, e.g.: export WINEPREFIX="$HOME/.wine World of Warcraft"; wine wowinstaller.exe [23:33] I find that useful as you may need different configuration for each game/program [23:42] geirha, what do you mean? === zkriesse is now known as Guest35470 [23:44] Games in particular may need tweeking of graphics, sound and library settings in winecfg, but such changes may break other games/programs [23:45] So giving them each their own wineprefix solves that. === Guest35470 is now known as zkriesse [23:46] How would I do that, just use your command? [23:46] geirha would that create a new wine folder? or? [23:46] Sorry I'm new to Wine and Ubuntu in general [23:47] Yes, it would. [23:48] Ah I see, what would the name of the folder be? === zkriesse_ is now known as Guest55449 [23:49] Whatever you set in the WINEPREFIX environment variable [23:49] export WINEPREFIX="$HOME/.wine World of Warcraft" would make it World Of Warcraft? [23:50] WINEPREFIX=~/.wine-starcraft wine /media/cdrom/setup.exe [23:51] That would create a folder ".wine-starcraft" in your homefolder, with it's own C: and such, and then it runs setup.exe from the cdrom you have inserted. [23:52] Do I need to put the export in front? What does export do? [23:53] Not in the last one. That one will run the command ''wine /media/cdrom/setup.exe'' with WINEPREFIX=... added to its environment. [23:54] wine will look for WINEPREFIX in its environment, and use it if it exists, otherwise it'll use the default value, ~/.wine [23:55] export var=value will add an environment variable to the shell's environment. [23:56] And any commands you run from that shell after that, will inherit the shell's environment variables. === zkriesse is now known as Guest90833 [23:57] Weird [23:57] I installed Wine [23:57] but I don't see the .wine folder [23:57] PlayOnLinux uses separate wineprefixes for each game/program it installs I think. [23:57] Even though I can see other hidden folders [23:58] It won't be created before wine tries to open it. [23:58] Installing or removing a package will *never* change any of the files in your homedir [23:58] Oh okay, so I actually don't need to create a new wineprefix for the very first time? because it'll automatically create it right? [23:59] Yes. [23:59] Ah I see, sorry I'm very new to Ubuntu