1. Post #1601
    ichiman94's Avatar
    August 2010
    589 Posts
    Man, if you have another spare hdd for linux, then create a vbox hdd image that links to the drive. Boot up the vbox, install any linux, configure with the help of the great wikis, then make sure that you can switch between windows' and syslinux bootloader when you boot your host machine. Now install VirtualBox additions on your host and linux, give another option for linux to boot with vbox modules, and then if you use a DE like XFCE, you can switch to Desktop Integration Mode, so it will make the "gap" between the host and virtual machine's desktop environment seamless. I love that feature.
    Reply With Quote Edit / Delete Hungary Show Events

  2. Post #1602
    Dragonflare's Avatar
    January 2012
    43 Posts
    Decided to try ArchBang and hope the preconfigured Openbox setup works. About to burn the ISO.
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  3. Post #1603
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    Well, I thought making a package manager was going to be easy.
    I wrote it really quickly and it worked fine with a test package of some empty text files.
    Now I just have to add some libraries.
    So I thought that bash is probably a good choice to go first since it has graphical output.
    It only requires linux api headers, glibc, readline, and ncurses, which I can all pull off of my LFS installation.
    Then I looked at the files contained in the packages, realized that I had to transport those lists to my symlink files, and lost all hope.
    Reply With Quote Edit / Delete Linux United States Show Events

  4. Post #1604
    Gold Member
    SGTNAPALM's Avatar
    October 2007
    15,996 Posts
    Hey guys, I'm wondering what would be the best way to learn more about simple Linux and simple Linux programming? I want to get some practical Linux experience so that I could put it on my resume and make myself a more attractive employee. The most programming experience I have is a course I've taken in Visual Basic and I have basic programming theory down.

    The most I've done with Linux was installed Ubuntu, Mint, Crunchbang, and Debian on laptops, configuring a CentOS Minecraft server on a VPS, and tried and failed at installing ArchOS on my Desktop in a dual-boot (I couldn't for the life of me get the WiFi drivers down.)
    Reply With Quote Edit / Delete Windows 8 United States Show Events

  5. Post #1605
    Gold Member
    Van-man's Avatar
    August 2009
    13,616 Posts
    Hey guys, I'm wondering what would be the best way to learn more about simple Linux and simple Linux programming? I want to get some practical Linux experience so that I could put it on my resume and make myself a more attractive employee. The most programming experience I have is a course I've taken in Visual Basic and I have basic programming theory down.

    The most I've done with Linux was installed Ubuntu, Mint, Crunchbang, and Debian on laptops, configuring a CentOS Minecraft server on a VPS, and tried and failed at installing ArchOS on my Desktop in a dual-boot (I couldn't for the life of me get the WiFi drivers down.)
    Dick around with as many different Linux versions and variants in a virtualized environment as possible, but go deep and don't just scrape the surface.
    And try to set them all up for various purposes.
    Reply With Quote Edit / Delete Windows 7 Canada Show Events

  6. Post #1606
    Gold Member
    horsedrowner's Avatar
    January 2009
    3,642 Posts
    Hey guys, I'm wondering what would be the best way to learn more about simple Linux and simple Linux programming? I want to get some practical Linux experience so that I could put it on my resume and make myself a more attractive employee. The most programming experience I have is a course I've taken in Visual Basic and I have basic programming theory down.
    If it's Visual Basic 6: poor you.

    If it's Visual Basic .NET: try C#. It's practically the same as it's also a .NET language, so most of it will be familiar, except it has a C syntax. From C# it's fairly easy to learn C/C++. As for Linux programming, I don't have a lot of experience on that area, but you could try making a (very simple) shell using the Linux API. I had to do that for an assignment for an Operating Systems course which you can see at http://www.liacs.nl/~krietvel/course...ent1-shell.pdf.

    Alternatively you could also try some bash scripting. While I'm not too familiar with that, there's tons of resources around to help with that.

    As for Linux itself, what I usually recommend is to try install something like Arch Linux. It has a very good wiki and the entire process of installing and configuring Arch Linux is documented pretty well at https://wiki.archlinux.org/index.php/Beginners%27_Guide.
    Reply With Quote Edit / Delete Windows 7 Netherlands Show Events

  7. Post #1607
    Gold Member
    SGTNAPALM's Avatar
    October 2007
    15,996 Posts
    If it's Visual Basic 6: poor you.

    If it's Visual Basic .NET: try C#. It's practically the same as it's also a .NET language, so most of it will be familiar, except it has a C syntax. From C# it's fairly easy to learn C/C++. As for Linux programming, I don't have a lot of experience on that area, but you could try making a (very simple) shell using the Linux API. I had to do that for an assignment for an Operating Systems course which you can see at http://www.liacs.nl/~krietvel/course...ent1-shell.pdf.

    Alternatively you could also try some bash scripting. While I'm not too familiar with that, there's tons of resources around to help with that.

    As for Linux itself, what I usually recommend is to try install something like Arch Linux. It has a very good wiki and the entire process of installing and configuring Arch Linux is documented pretty well at https://wiki.archlinux.org/index.php/Beginners%27_Guide.
    Thank you sir, and yeah, I believe that I was taught Basic .NET, I was taught off of Basic 2005 which was .NET.

    Edited:

    Dick around with as many different Linux versions and variants in a virtualized environment as possible, but go deep and don't just scrape the surface.
    And try to set them all up for various purposes.
    What do you mean when you say go "deep"?

    Edited:

    Also I have an old Pentium 4 computer lying around and I plan on using that as an experimentation box. Maybe I could try to set that up as various systems, like maybe make it a user-based OS, or make it an FTP server, or make it a game server?
    Reply With Quote Edit / Delete Windows 8 United States Show Events

  8. Post #1608
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    gar
    was trying to copy glibc from my lfs installation into my package manager, but the symlinks aren't getting copied over correctly and it's a real pain to copy every single file and directory over (I tried doing a make DESTDIR=dir install but it didn't work).
    I really don't want to have to rebuild glibc, ugh.
    Reply With Quote Edit / Delete Linux United States Show Events Friendly Friendly x 1 (list)

  9. Post #1609
    Gold Member
    PvtCupcakes's Avatar
    May 2008
    10,900 Posts
    Hey guys, I'm wondering what would be the best way to learn more about simple Linux and simple Linux programming? I want to get some practical Linux experience so that I could put it on my resume and make myself a more attractive employee. The most programming experience I have is a course I've taken in Visual Basic and I have basic programming theory down.

    The most I've done with Linux was installed Ubuntu, Mint, Crunchbang, and Debian on laptops, configuring a CentOS Minecraft server on a VPS, and tried and failed at installing ArchOS on my Desktop in a dual-boot (I couldn't for the life of me get the WiFi drivers down.)
    You could do Perl. It's based on a lot of Unix utilities like awk, grep, sed, etc. And it's a lot easier to understand than Bash.

    Or you can do C and get a handle on glibc (GNU C library)

    Edited:

    With C you don't have to do anything complicated. You can do some fun stuff with the /proc or /sys filesystems to output info about the system.
    Reply With Quote Edit / Delete Linux United States Show Events

  10. Post #1610
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    Alright, I got glibc working as a package.
    Only a few more and I'll have something to show.
    Reply With Quote Edit / Delete Linux United States Show Events

  11. Post #1611
    It never was applejuice
    Waterrmelonn's Avatar
    June 2008
    734 Posts
    Have trouble with running games in Linux, any help would be appreciated

    1.Minecraft-No sound, although everything else seems fine.

    2.Games from Humble bundle
    Super Meat Boy, Pyschonauts- Games won't even run

    Card is GMA 950 (Know that its shit, but these games worked fine under windows)
    Reply With Quote Edit / Delete Linux Philippines Show Events

  12. Post #1612
    Naelstrom's Avatar
    June 2010
    1,957 Posts
    Have trouble with running games in Linux, any help would be appreciated

    1.Minecraft-No sound, although everything else seems fine.

    2.Games from Humble bundle
    Super Meat Boy, Pyschonauts- Games won't even run

    Card is GMA 950 (Know that its shit, but these games worked fine under windows)
    Which distro are you running? Do you have proprietary video drivers installed? Have you tried running the games in a terminal to see what kind of errors they output?
    Reply With Quote Edit / Delete Linux United States Show Events

  13. Post #1613
    I fucking hate Lori.
    Moofy's Avatar
    April 2010
    1,665 Posts
    What distro would be the best for a desktop PC?
    Other than Arch.
    Reply With Quote Edit / Delete Windows 7 Denmark Show Events

  14. Post #1614
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    I have decided to name my distro Astro Linux, after my dog.
    Although my package manager is called shark so I guess there isn't really a central theme with it other than animals.
    What distro would be the best for a desktop PC?
    Other than Arch.
    Astro Linux.
       just kidding, I haven't even ported bash yet   
    Reply With Quote Edit / Delete Linux United States Show Events

  15. Post #1615
    Rayjingstorm's Avatar
    June 2010
    1,313 Posts
    Had an answer until I hit the newline
    Reply With Quote Edit / Delete United States Show Events

  16. Post #1616
    I fucking hate Lori.
    Moofy's Avatar
    April 2010
    1,665 Posts
    I just wan't Linux on my primary too.
    Because it's like everything i use Linux can handle, and it makes my computer way faster at boot and all that, so why not? But it should be the perfect distro, and i am too lazy for Arch.

    And everyone says Arch and all that, but there are much more distros, if Arch is the only answer why all the others? I like to just stick my USB in and run an install.
    Reply With Quote Edit / Delete Windows 7 Denmark Show Events

  17. Post #1617
    Rayjingstorm's Avatar
    June 2010
    1,313 Posts
    I just wan't Linux on my primary too.
    Because it's like everything i use Linux can handle, and it makes my computer way faster at boot and all that, so why not? But it should be the perfect distro, and i am too lazy for Arch.

    And everyone says Arch and all that, but there are much more distros, if Arch is the only answer why all the others? I like to just stick my USB in and run an install.
    You can try as many distros as you want, but a lot of people around here (including myself) use arch regularly and love it. I have to admit I don't have a whole lot of experience with other distros, but I like the philosophy of starting with the bare minimum and taking only what you need. If you want a nice guide to get things to "just work" right away, this does a nice job. I didn't follow it to a T, but those points that I did follow worked as advertised; if I ever go back to Xorg I will probably follow the rest of the guide.
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  18. Post #1618

    June 2011
    86 Posts
    I just wan't Linux on my primary too.
    Because it's like everything i use Linux can handle, and it makes my computer way faster at boot and all that, so why not? But it should be the perfect distro, and i am too lazy for Arch.

    And everyone says Arch and all that, but there are much more distros, if Arch is the only answer why all the others? I like to just stick my USB in and run an install.
    You say you're too lazy for Arch but at most it would take a day to get it installed and configured to your preferences but instead you're wanting to hunt down a distro that is already perfect for you, Even if you managed to find one such distro, It is probably going to take more than a day of downloading and installing different distros to find it.

    In my opinion your're much better just going with arch. Pretty much every other distro is going to require too much work to make it meet your requirements.
    Reply With Quote Edit / Delete Mac United Kingdom Show Events

  19. Post #1619
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    Got ncurses and readline ported, now I just need to port bash and then I shall have something to show you.

    Edited:

    grrr
    I have no idea how to use chroot
    Got bash installed, but chroot can't find bash apparently.
    using chroot root /bin/bash --login

    Edited:

    guess I'll try and install a bunch of packages and see if I can't make it work.
    Reply With Quote Edit / Delete Linux United States Show Events

  20. Post #1620
    Gold Member
    jetboy's Avatar
    January 2009
    2,128 Posts
    I just wan't Linux on my primary too.
    Because it's like everything i use Linux can handle, and it makes my computer way faster at boot and all that, so why not? But it should be the perfect distro, and i am too lazy for Arch.

    And everyone says Arch and all that, but there are much more distros, if Arch is the only answer why all the others? I like to just stick my USB in and run an install.
    Have you tried Slackware? I've never used it myself, but a couple of my friends recommend it.

    Edited:

    Fedora is pretty nice, too.
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  21. Post #1621
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    oh wow
    I forgot that symlinks are relative.
    That's why nothing is working.
    Reply With Quote Edit / Delete Linux United States Show Events Funny Funny x 1 (list)

  22. Post #1622
    It never was applejuice
    Waterrmelonn's Avatar
    June 2008
    734 Posts
    Which distro are you running? Do you have proprietary video drivers installed? Have you tried running the games in a terminal to see what kind of errors they output?
    I fixed the Minecraft error (had to install lwjgl drivers), HIB games left. How do I run games from the terminal?
    Reply With Quote Edit / Delete Linux Philippines Show Events

  23. Post #1623
    Naelstrom's Avatar
    June 2010
    1,957 Posts
    I fixed the Minecraft error (had to install lwjgl drivers), HIB games left. How do I run games from the terminal?
    You can figure that out by looking through your /usr/bin folder or reading the application shortcut in /usr/share/applications and seeing what it executes. From there you should know how to execute it.
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  24. Post #1624
    I fucking hate Lori.
    Moofy's Avatar
    April 2010
    1,665 Posts
    You can try as many distros as you want, but a lot of people around here (including myself) use arch regularly and love it. I have to admit I don't have a whole lot of experience with other distros, but I like the philosophy of starting with the bare minimum and taking only what you need. If you want a nice guide to get things to "just work" right away, this does a nice job. I didn't follow it to a T, but those points that I did follow worked as advertised; if I ever go back to Xorg I will probably follow the rest of the guide.
    This is amazing.
    But what should I use, core or netinstall?

    Going to install from USB when I get time for it.
    Reply With Quote Edit / Delete Windows 7 Denmark Show Events

  25. Post #1625
    T3hGamerDK's Avatar
    January 2011
    2,551 Posts
    Alright everyone, so I have like two weeks where I'll be gone, and I'll have access to a laptop and some internet, but I'm not allowed to install ANYTHING to the laptop, and I want to continue developing stuff.
    Now, before you start replying with "buy 4/8/1000GB USB pendrive thingy", I have a budget of $0.
    BUT what I DO have, is a 1GB USB currently formatted with fat32. Now, I've looked into using TinyCore+ and load up something like vim, cmake, make, clang and git, and have that on there. Useable development environment or just a waste?
    Reply With Quote Edit / Delete Linux Denmark Show Events

  26. Post #1626
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    This is amazing.
    But what should I use, core or netinstall?

    Going to install from USB when I get time for it.
    Netinstall

    Edited:

    Hooray, my package manager now correctly installs packages, but I still don't have anything to show other than an error message.

    It's because I didn't install coreutils yet so I can't set my $PATH

    Edited:

    or not I guess
    I got coreutils installed but it still complains about it missing (yes, libreadline.so.6 exists in /lib) so I guess I'll just install more packages until it works.
    Reply With Quote Edit / Delete Linux United States Show Events

  27. Post #1627
    ichiman94's Avatar
    August 2010
    589 Posts
    I recommed you going to the official Arch Linux site, go to the Packages menu point, then search coreutils or anything you want, and then you can look at its dependencies.
    Reply With Quote Edit / Delete Hungary Show Events

  28. Post #1628
    This title has been removed due to a copyright claim from Viacom Inc.
    neos300's Avatar
    July 2008
    3,403 Posts
    That's what I am doing.
    I think I just need to install GCC.
    I'm probably missing the dynamic linker or something.

    Edited:

    well crap again
    Most of my libraries that I built before are now 'out of date' (or something) so when I run make install DESTDIR= to isolate the files it installs it completely rebuilds.

    Edited:

    Well everything should work now except I forgot where the specs file is and I can't find it where it should be.
    Reply With Quote Edit / Delete Linux United States Show Events

  29. Post #1629
    Rayjingstorm's Avatar
    June 2010
    1,313 Posts
    Just got my Rasberry Pi today I'm going to get a lapdock for it and run Arch ARM on it. Linux laptop for under $100
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  30. Post #1630
    Tinker Toy's Avatar
    February 2012
    77 Posts
    What exactly is the appeal of Arch? I've installed it several times, but each time has been a headache. The AUR, a lack of autoconfiguration, etc... it all just seems so pointless, and it certainly isn't going to create a faster or more stable system when all configuration options must be entered by hand.

    Personally I use Fedora 17, testing repos, Xfce spin. I'm used to installing and having things more or less functional, but I'm more than willing to get down and dirty.
    Reply With Quote Edit / Delete Linux United States Show Events

  31. Post #1631

    June 2011
    86 Posts
    What exactly is the appeal of Arch? I've installed it several times, but each time has been a headache. The AUR, a lack of autoconfiguration, etc... it all just seems so pointless, and it certainly isn't going to create a faster or more stable system when all configuration options must be entered by hand.

    Personally I use Fedora 17, testing repos, Xfce spin. I'm used to installing and having things more or less functional, but I'm more than willing to get down and dirty.
    Those are the best parts!
    Reply With Quote Edit / Delete Windows 7 United Kingdom Show Events Agree Agree x 3Disagree Disagree x 1Funny Funny x 1 (list)

  32. Post #1632
    Rayjingstorm's Avatar
    June 2010
    1,313 Posts
    What exactly is the appeal of Arch? I've installed it several times, but each time has been a headache. The AUR, a lack of autoconfiguration, etc... it all just seems so pointless, and it certainly isn't going to create a faster or more stable system when all configuration options must be entered by hand.

    Personally I use Fedora 17, testing repos, Xfce spin. I'm used to installing and having things more or less functional, but I'm more than willing to get down and dirty.
    There is a reason some packages are in the AUR and not the official Repos. If it is in the AUR, you can't be sure it is complete, functional, or well maintained (if at all). The AUR serves its purpose quite well, and if you aren't satisfied you can build and keep track of all of your software yourself.

    If you need a nice interface to the AUR, packer is a nice alternative to yaourt. And when that fails you can try to contact a developer, or just dive into the package build and search for the error you get while building.

    If you can access it directly with Pacman, chances are it is up to date and auto-configured to some degree; if you can't you are really on your own
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  33. Post #1633
    Gold Member
    Niteshifter's Avatar
    May 2008
    1,982 Posts
    Got a new laptop. Ideapad Z575 (Yes, I know it has AMD, but it's pretty decent for $450). Currently putting Gentoo on it (hopefully I get the kernel compile in one shot this time).
    Reply With Quote Edit / Delete Canada Show Events

  34. Post #1634
    Gold Member
    jetboy's Avatar
    January 2009
    2,128 Posts
    (Yes, I know it has AMD, but it's pretty decent for $450)
    There's nothing wrong with AMD. (Unless it's a bulldozer )
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  35. Post #1635
    Played it for the plot
    Dennab
    October 2008
    14,789 Posts
    I don't get why everyone thinks AMD is garbage lately

    it's still better for anything that really takes advantage of multithreading. intel's hyperthreading is fine and dandy for gamers but with only 4 actual cores unless you want to pay out the ass it's just no good for hard number crunching. I'll go with a 6-core AMD processor any day of the week, it simply performs better for what I'm doing.
    Reply With Quote Edit / Delete Windows 7 United States Show Events

  36. Post #1636
    Gold Member
    Niteshifter's Avatar
    May 2008
    1,982 Posts
    I managed to get a proper kernel compiled in one try (well, two, but that's because I selected the wrong ethernet driver).

    I'm not entirely sure about the difference with processor vendors other than what's said that preference should go for intel. I personally didn't care with this choice as it's better than the desktop I was using.
    Reply With Quote Edit / Delete Canada Show Events

  37. Post #1637
    It never was applejuice
    Waterrmelonn's Avatar
    June 2008
    734 Posts
    You can figure that out by looking through your /usr/bin folder or reading the application shortcut in /usr/share/applications and seeing what it executes. From there you should know how to execute it.
    Strange, Super Meat Boy and Pyschonauts don't appear in /usr/share/applications despite having been installed using the terminal.
    Reply With Quote Edit / Delete Linux Philippines Show Events

  38. Post #1638
    Free Gameservers
    darksoul69's Avatar
    August 2006
    2,714 Posts
    http://filesmelt.com/dl/Screenshot_f...7_01:14:50.png

    Would you consider this normal for Linux?
    Reply With Quote Edit / Delete Linux United States Show Events Agree Agree x 1 (list)

  39. Post #1639
    Gold Member
    nos217's Avatar
    December 2006
    2,568 Posts
    * Using xmonad, I can't seem to use profont for my xmobar. Here is my config:

    Code:
    Config { font = "*-profont-*-*-*-*-10-*-*-*-*-*-*-*"
           , bgColor = "#111111"
           , fgColor = "#999999"
           , position = Static { xpos = 0 , ypos = 0, width = 1366, height = 13 }
           , lowerOnStart = True
           , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
                        , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
                        , Run Wireless "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
                        , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
                        , Run Memory ["-t","Mem: <usedratio>%"] 10
                        , Run Swap [] 10
                        , Run Com "uname" ["-s","-r"] "" 36000
                        , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
                        , Run Battery ["Bat0"] 10
                        ]   
           , sepChar = "%" 
           , alignSep = "}{"
           , template = "%cpu% | %memory% * %swap% | %eth0% - %wlan0wi% }{ %battery% | <fc=#d19485>%date%</fc> | %EGPF% | %uname%"
           }
    I have the same problem with dmenu using profont.

    * Another problem is that sometimes xmonad completely stops responding, but whatever application has focus works fine.

    * Yet another problem is that xmobar seems to take an arbitrary amount of time to load. Sometimes it is immediate, and sometimes it takes a fair amount of time (20 seconds or so).

    Does anyone know of any possible solutions to these problems?
    Reply With Quote Edit / Delete Linux United Kingdom Show Events

  40. Post #1640
    Gold Member
    PvtCupcakes's Avatar
    May 2008
    10,900 Posts
    Yeah, the Nvidia blob driver is quite good at 3d.
    I'm not sure if any of the open source drivers could run that benchmark, and if they could it wouldn't be very well.
    Reply With Quote Edit / Delete Linux United States Show Events Agree Agree x 1 (list)