Search:

Type: Posts; User: 0cton; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    22
    Views
    1,675

    [ubuntu] Re: How do I open apps not on the application list?

    If you mean that you don't know were to find the application in the menu, open a terminal and type the application name. (In case it was installed "correctly" )
  2. Replies
    10
    Views
    1,452

    Re: Fastest booting OS?

    Your question is misleading, there are a ton of OSes out there, and Google Chrome OS boots fast because it starts from flash memory and that's a requirement for manufacturers, and as someone earlier...
  3. [ubuntu] Re: Local Apache service, without an active Internet connection.

    you don't add the line, the line should already be there usually withing the first lines of the config file (after the comments)
    It is usually Listen port
    you can modify it to Listen address:port...
  4. Replies
    5
    Views
    432

    [ubuntu] Re: How to create a desktop like that?

    There is no guide you just do it :) Customize the aspects you desire.

    http://gnome-look.org/
    http://compiz-themes.org/

    /\ you will find themes wallpapers mouse cursors etc.
    KDE-look if you...
  5. Replies
    11
    Views
    1,025

    [ubuntu] Re: Firefox address bar searches

    get used to yahoo search you will love it in time.
    you love google just cause you got used to it. human nature.
  6. Replies
    9
    Views
    1,186

    [ubuntu] Re: Can't play runescape

    It is java based. are you using the open source Virtual Machine I assume?
  7. Replies
    8
    Views
    490

    [ubuntu] Re: Is it easy to install apps?

    1) yes through wubi, though not recommended (personal opinion)
    2) yes very easy, easier than puppy linux and easier than windows, there is a central software center were you can find lots of free...
  8. [ubuntu] Re: Filesystem for access by both Ubuntu 9.10 and Windows 7

    there is an ext3 driver for windows:
    http://www.fs-driver.org/
  9. [SOLVED] Re: canon printer LBP 1210 driver installation issues

    I am having troubles as well, the driver from cannon contains a .deb as well as a .rpm inside it, just extract the archive
  10. [ubuntu] Re: Looking for a program to monitor web pages for change.

    You could make one yourself it's not that hard, and could be a bit of a programming challenge :)
    python is a good language :P I could try to make one, second :P
  11. [ubuntu] Re: Karmic 9.10 can't display non-ASCII (Cyrillic) NTFS partition names

    did you rename them in windows? Cause AFAIK windows does not use unicode, and there are so many Cyrillic encodings out there , without knowing directly witch one you have you may be lost...
    There...
  12. [SOLVED] Re: where will the output go if I use GCC without arguments?

    In the current working directory, by default /home/your username
    and it is a.out
  13. [ubuntu] Re: Server, downloading files from website links with sessions?

    you could code your own thing but I think WGET supports the cookie and refferer header as well so you could use wget to get them (don't know exact syntax though) and not sure.
  14. Replies
    12
    Views
    1,663

    [ubuntu] Re: Ubuntu vs Linux Mint

    I have linux mint atm
    they are very similar (mint is based on ubuntu)
    mint is just easier by default (things you can get on ubuntu like proprietary codecs or other proprietary stuff come by...
  15. Thread: installin codecs

    by 0cton
    Replies
    2
    Views
    409

    [ubuntu] Re: installin codecs

    https://help.ubuntu.com/community/RestrictedFormats
    AFAIK when you first play a mp3 in totem it should ask you if you want to install proprietary codecs.
  16. Replies
    6
    Views
    462

    [SOLVED] Re: help with python program

    I wonder if anyone actually read my reply :\
  17. Replies
    7
    Views
    742

    [SOLVED] Re: Deleting GRUB selections

    you need to edit /boot/grub/menu.lst (it may be in another directory, search for menu.lst in /boot )
    you need root privileges for that
    I'd recommend just opening the menu.lst and pasting it's...
  18. Replies
    15
    Views
    1,100

    Re: Question regarding programming-math

    not necessarily, depends on what you want to program.
    with todays most high languages, for most of the stuff you can think of you won't have to worry about math at all, but knowing fundamental math...
  19. Replies
    6
    Views
    462

    [SOLVED] Re: help with python program

    First of N is not an integer (a number) so in python a string will always be bigger than an integer (I think, not sure)
    so you need to convert it to an int, do N=int(N) (beware if the user types...
  20. Replies
    6
    Views
    6,233

    [ubuntu] Re: Crawling website to search for string

    you could do a script in python.
  21. [ubuntu_studio] Re: using a fake cd drive in ubuntu studio install

    I have not understood if you could successfully boot from the pen drive or not?
    edit: this might help https://help.ubuntu.com/community/Installation/FromUSBStick
  22. Replies
    4
    Views
    892

    Re: limit echo in php to certain word in string

    http://php.net/manual/en/function.strpos.php
    http://php.net/manual/en/function.substr.php
    Should be enough for you.
  23. Replies
    2
    Views
    722

    Re: Python Tutorial with Exercises

    http://www.pythonchallenge.com/
    http://projecteuler.net/

    Or get any book on python or just search tutorials on the internet.
  24. Replies
    4
    Views
    410

    Re: C# {n} like , in python

    you could just use string concatenation
    "X:"+str(x)+"Y:"+str(y)
    or that is called print formating
    %d stands for decimal %s for string there is also %h for hex and other stuff as well
    the way it...
  25. [SOLVED] Re: Desktop background, icons and functionality lost

    try disabling compiz and see what happens.
    are you sure you haven't disabled GNOME decorator so you can get 4 wallpapers on different screens?
Results 1 to 25 of 132
Page 1 of 6 1 2 3 4