Search:

Type: Posts; User: NumPy; Keyword(s):

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: startup screen (How to make Win 7 my default operating sys.)

    Try this post:

    http://ubuntuforums.org/showthread.php?t=1195275

    The section where it tells you to edit "/etc/default/grub" is what you are looking for. Its a good tutorial on how to modify...
  2. [ubuntu] Re: What are the advantages to using Ubuntu for programmers?

    IMO linux/ubuntu have a plethora of programming languages it plays well with, and tutorials to help even the most novice of user. Not to mention the IDE's, community tutorials for the absolute...
  3. Replies
    15
    Views
    1,064

    [all variants] Re: SAMBA share doesnt work

    Thanks for that information...THAT is just a silly utility and should NOT be included by default.
    @Neobuntu:
    Most every Samba upgrade I have ever experienced on Ubuntu has given the option to...
  4. Replies
    10
    Views
    2,251

    [ubuntu] Re: compiling cross gcc

    Even after mingwn install?
  5. Replies
    1
    Views
    283

    [SOLVED] Re: What does this mean?

    It means the entry in /etc/apt/sources.list is not valid. The entry itself if pointing to a ppa (launchpad) managed package ilap. Following the link it has changed to maverick, and not lucid. You can...
  6. Replies
    3
    Views
    291

    [ubuntu] Re: how to make your desktop like this

    http://ubuntuforums.org/showthread.php?t=1700734
  7. Replies
    10
    Views
    2,251

    [ubuntu] Re: compiling cross gcc

    What is the output of

    which gcc

    I am thinking you may need mingw, or that your paths are out of whack.

    (the mingw package is gcc-mingw32 by the bye.)
  8. Replies
    10
    Views
    2,251

    [ubuntu] Re: compiling cross gcc

    Why are you using source for gcc ? The repositories should have everything you need to create a build enviroment with the gcc toolkit.
    You need build-essential


    sudo apt-get install...
  9. Replies
    15
    Views
    1,064

    [all variants] Re: SAMBA share doesnt work

    The problem I see then, is there really isn't a 'one stop shop' for samba configuration and setup. There are ways to build samba completely unsecured, and completely locked down as a Domain...
  10. Replies
    6
    Views
    536

    [ubuntu] Re: Create LiveCD exactly as system is on HDD

    In section C:8 of that same tutorial you are asked to 'remove' the non-system users. (from the bash script it grabs users from 999 - 65534) This will remove standard user accounts since they start...
  11. Replies
    15
    Views
    1,064

    [all variants] Re: SAMBA share doesnt work

    Its best to issue a testparm with tinkering with samba after you edit things, this will always give a direction to where to look at things.
    Two things occur to me, the security setting, (which does...
  12. Replies
    6
    Views
    536

    [ubuntu] Re: Create LiveCD exactly as system is on HDD

    I have not actually done this, but looking at the tutorial in section B: if you are following verbatim the command and excluding your /home directory you will not copy over your settings that are...
  13. [SOLVED] Re: Just some basic questions about installing programs.

    It really depends on what application you install. For instance (not saying you have just an example) if you download an application that you have to use "make, make install" to build and install;...
  14. [ubuntu] Re: Server 10.10 installer in mixed IDE/SATA, wrong MBR

    Honestly a removable drive is OS level naturally. The BIOS however might give different drive mappings based on whether its receives a response via the interface and so on. In that/this case...
  15. Replies
    15
    Views
    39,406

    Re: HOWTO: PXE booting Ubuntu Installer

    I was JUST about to start one of these.
    The problem I personally ran into, was setting up a DHCP server. Building one is fine, yet I wanted to use the one on my router yet did not have options for...
  16. Re: HOWTO: How to install PHP-GTK in Ubuntu 10.04 Lucid Lynx

    Hey Karaksi,
    Sounds like you need the mysql.so extension installed.
    Type:



    sudo apt-get install php5-mysql

    That will install the library for utilizing mysql functions in PHP.
  17. Replies
    13
    Views
    64,205

    Re: VimMate - TextMate for Linux

    Thanks for the Redcar link!! wow.. a very nice app, AND its built on rb..
  18. Replies
    6
    Views
    26,236

    [ubuntu] Re: make failed error when installing pdo via pecl

    Thank you! Saved me a bit of t/s on this issue!
  19. [edubuntu] Re: Easiest way to move 200 accounts to new server?

    All I could say is if your moving the files and folders over, why not copy them preserving permissions with an '-a' in the copy string, THEN run a script to just double check permissions.

    That...
  20. Replies
    7
    Views
    1,168

    [ubuntu] Re: Edit Permissions on External HD as Root

    Are you trying to edit using the sudo command from command line? Or with Dolphin? If the latter is true an easy way would be to launch dolphin as root from a terminal:

    sudo dopphin
    This will open...
  21. Replies
    8
    Views
    882

    [ubuntu] Re: xp inside Ubuntu...does this work?

    As everyone else said, it is possible and works great. I have a tutorial posted for it as well.

    http://numpys.blogspot.com/2009/01/virtualization-and-rest-of-us-part-2.html

    take care.
  22. Replies
    2
    Views
    323

    [ubuntu] Re: Safe to uninstall old kernels?

    ...indeed it is safe, as long as you need not boot to the old ones.
  23. Re: Howto: Set Konqueror or FireFox Native as default browser for Dreamweaver 8 (win

    Very nice mod .. thank you.
Results 1 to 23 of 24