+ Reply to Thread
Page 2 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast
Results 16 to 30 of 162

Thread: Linux

  1. #16
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux



    Don't forget Netflix instant play... Linux doesn't have that and probably won't for quite a long time (if ever)

  2. #17
    R purist
    Points: 13,430, Level: 75
    Level completed: 45%, Points required for next Level: 220
    TheEcologist's Avatar
    Location
    The Netherlands.
    Posts
    1,284
    Thanks
    113
    Thanked 250 Times in 126 Posts

    Re: Linux

    Quote Originally Posted by Dason View Post
    Don't forget Netflix instant play... Linux doesn't have that and probably won't for quite a long time (if ever)
    Yep, also when your peers use MS word and you want to collaborate things will get messed up if you try to use OpenOffice. You can then try to convince them (basically your field) to 'switch to latex' but its so much more easy just to run a virtual box!

    Or if you are in one of those fields that accepts latex, just sit back, relax and be happy!
    The true ideals of great philosophies always seem to get lost somewhere along the road..

  3. #18
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux

    Yeah. I guess I have the luxury of LaTeX. I've had that luxury for long enough that I don't know what I'd do if I had to write mathy stuff in Word.

  4. #19
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: Linux

    Quote Originally Posted by Dason View Post
    Yeah. I guess I have the luxury of LaTeX. I've had that luxury for long enough that I don't know what I'd do if I had to write mathy stuff in Word.
    Office 2010 support Latex commands.

    I use Avant Window Navigator ( better than docky) & and Gnome Do ( similar to Kupfer).

    Also use Gretl for my econometric analysis.
    In the long run, we're all dead.

  5. #20
    R purist
    Points: 13,430, Level: 75
    Level completed: 45%, Points required for next Level: 220
    TheEcologist's Avatar
    Location
    The Netherlands.
    Posts
    1,284
    Thanks
    113
    Thanked 250 Times in 126 Posts

    Re: Linux

    Quote Originally Posted by vinux View Post
    Office 2010 support Latex commands.
    Just in the equation editor right? or more globally?
    The true ideals of great philosophies always seem to get lost somewhere along the road..

  6. #21
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: Linux

    not globally i guess. It works in the equation editor(my microsoft fan friend showed me this).
    In the long run, we're all dead.

  7. #22
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux

    Still sounds like somewhat of a pain compared to LaTeX. But I'll definitely admit there's some anti-Office bias embedded in my opinions.

  8. #23
    R purist
    Points: 13,430, Level: 75
    Level completed: 45%, Points required for next Level: 220
    TheEcologist's Avatar
    Location
    The Netherlands.
    Posts
    1,284
    Thanks
    113
    Thanked 250 Times in 126 Posts

    Re: Linux

    Quote Originally Posted by vinux View Post
    Hi Ecologist,
    How did you setup the VI r plugin. I followed the step in the following link.
    http://www.vim.org/scripts/script.php?script_id=2628
    But i didn't get the icons in GVIm. I also tried the deb in this link. not getting the icon in GVIM. highlighting is working when i open .R file. Not sure how to run R commands in VI mode.

    I recently bought a netbook for my linux experiments. N450. Installed Ubuntu Remix 10.04.
    ---------------------------------------
    Apart from this I tried Arch linux. It was not succesful. I will try arch in my desktop.
    I tried MeeGo linux. This is like downgrading netbook to mobile phone/tablets.
    Hee Vinux,

    Sorry I completely missed your query!

    I don't use vim, I don't like the look and feel. I do however love its power!
    Therefore I opted to integrate gedit (which is decent looking modern editor, you can easily customize) with Vim. So I advise you to get ViGedit in combination with Rgedit.

    The author of ViGedit sums it up nicely:

    I’ve been having inner turmoil about text editors for a while. On the one hand, I realize that Vim is super-powerful, and I should use it. On the other hand, I don’t know a lot of commands, and I frequently find that I actually get more work done in gedit. This makes me not use Vim, and then I forget a few commands I used to know, and then when I do use Vim it’s a worse experience than before.

    Luckily, there’s a solution: the ViGedit gedit plugin. It lets you use all your favorite Vim commands from within gedit.

    Sweetness.
    I have been hopping from editor to editor, even tried emacs, but I prefered vim for some reason - however with these two plugins I'm sticking with gedit (I have allot more installed btw there are many great gedit plugins).
    The true ideals of great philosophies always seem to get lost somewhere along the road..

  9. #24
    R purist
    Points: 13,430, Level: 75
    Level completed: 45%, Points required for next Level: 220
    TheEcologist's Avatar
    Location
    The Netherlands.
    Posts
    1,284
    Thanks
    113
    Thanked 250 Times in 126 Posts

    Re: Linux

    Oh and you might want to enable automatic syntax highlighting for R.. e.g. when you open a document the system automatically recognizes and highlights the R code.

    To do this (Linux);

    Edit your /etc/mime.types and add something like the following in the text/x-??? parts:

    Code: 
     text/x-R                    .r
    The true ideals of great philosophies always seem to get lost somewhere along the road..

  10. #25
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux

    I found a new music player that I really like. Guayadeque is quite customizable and to tell the truth is pretty much what I've been looking for for quite some time. Clementine is great but Guayadeque has the ability to move things around and choose which tabs are shown/hidden and it is awesome. The only things I really want from music players are the ability to play all of my music, I appreciate last.fm support, and the ability to have something similar to an iTunes style browser. But this just goes above and beyond that and allows you to customize things in a very intuitive way. It might not be quite as flashy as Clementine/Amarok but that doesn't concern me too much.

  11. #26
    R purist
    Points: 13,430, Level: 75
    Level completed: 45%, Points required for next Level: 220
    TheEcologist's Avatar
    Location
    The Netherlands.
    Posts
    1,284
    Thanks
    113
    Thanked 250 Times in 126 Posts

    Re: Linux

    Quote Originally Posted by Dason View Post
    I found a new music player that I really like. Guayadeque is quite customizable and to tell the truth is pretty much what I've been looking for for quite some time. Clementine is great but Guayadeque has the ability to move things around and choose which tabs are shown/hidden and it is awesome. The only things I really want from music players are the ability to play all of my music, I appreciate last.fm support, and the ability to have something similar to an iTunes style browser. But this just goes above and beyond that and allows you to customize things in a very intuitive way. It might not be quite as flashy as Clementine/Amarok but that doesn't concern me too much.
    Trying it out right now!
    The true ideals of great philosophies always seem to get lost somewhere along the road..

  12. #27
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux

    Quote Originally Posted by TheEcologist View Post
    Trying it out right now!
    Did you give it a try? What did you think?

  13. #28
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: Linux

    I have tried few more Linux distributions.
    1) Fubuntu - I didn't like it.
    2) Joli OS - One of the best for netbook. Similar to meego, But, you could install all the ubuntu apps. Already installed R.
    3) CrunchBang Linux - black screen background is good. (Not able to install from pendrive)
    In the long run, we're all dead.

  14. #29
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Linux

    Have you tried Arch Linux yet? It's not quite as easy to get up and running but it can be very lightweight and is a rolling release.

  15. #30
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: Linux


    I guess the issue is installing ARCH Linux from USB stick. Netbook doesn't have the CDROM. I am very much impressed by ARCH linux. ( The reviews on this distro is very good). I will try it in my Desktop.
    In the long run, we're all dead.

+ Reply to Thread
Page 2 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 11-12-2010, 07:48 PM
  2. Good linux software alternatives
    By termis in forum General Discussion
    Replies: 3
    Last Post: 10-18-2009, 02:31 PM
  3. help: SEM in linux with pre-typed syntax
    By owenpediatrica in forum R
    Replies: 2
    Last Post: 08-10-2009, 03:37 AM
  4. SPSS statistical software on Linux
    By cyberfriend in forum SPSS
    Replies: 0
    Last Post: 11-08-2008, 01:37 AM
  5. Installation of R under LINUX PLATFORM
    By regina_verghis in forum R
    Replies: 2
    Last Post: 10-18-2007, 09:15 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats