Search Results - JustLinux Forums


Search:

Type: Posts; User: scanez

Page 1 of 20 1 2 3 4

Search: Search took 0.50 seconds.

  1. Replies
    11
    Views
    2,291

    Start x with startx & Then you'll still be...

    Start x with

    startx &

    Then you'll still be able to use the console you started X from (and even exit it if you want).
  2. Thread: The cat command

    by scanez
    Replies
    13
    Views
    1,089

    If you cat an html file it will show the actual...

    If you cat an html file it will show the actual html code itself... cat just shows the exact contents of a file.
  3. Thread: The cat command

    by scanez
    Replies
    13
    Views
    1,089

    Yes

    Yes
  4. Replies
    4
    Views
    1,073

    Go to the main forum page, look down at the lower...

    Go to the main forum page, look down at the lower right.
  5. Thread: Gnome

    by scanez
    Replies
    6
    Views
    632

    Create/Edit the file .xinitrc in your home...

    Create/Edit the file .xinitrc in your home directory and put

    gnome-session

    in it to start GNOME. (startkde for KDE)
  6. Replies
    5
    Views
    616

    Steps to changing your GTK2 theme when not usinig...

    Steps to changing your GTK2 theme when not usinig GNOME.

    1. unpack the themes you want in ~/.themes
    2. create a file called .gtkrc-2.0 in your home directory and put the following line in it
    ...
  7. Replies
    1
    Views
    536

    1. you can move them by holding down alt as you...

    1. you can move them by holding down alt as you left-click with the mouse (as with all other windows in E)

    2. if you right click, choose "Remembered settings" or something close to that (been a...
  8. Thread: C Ide

    by scanez
    Replies
    4
    Views
    519

    Try anjuta and/or kdevelop.

    Try anjuta and/or kdevelop.
  9. Replies
    15
    Views
    1,311

    Are you sure nothing happens when you do ./a.out?...

    Are you sure nothing happens when you do ./a.out? Run that and copy and paste EXACTLY what you see in your terminal afterwards.

    Running a.out by itself won't work because . isn't in your path.
  10. Thread: .deb -> RPM

    by scanez
    Replies
    4
    Views
    693

    You can convert it to RPM. Search for a program...

    You can convert it to RPM. Search for a program called alien to do the job.

    But really this shouldn't be necessary. What are you trying to install? Odds are there already is an RPM or a better way...
  11. Thread: giFT Frontend

    by scanez
    Replies
    3
    Views
    599

    The only one I know of is giFTcurs ...

    The only one I know of is giFTcurs

    http://giftcurs.sourceforge.net/
  12. Replies
    2
    Views
    785

    You need the gtk development libraries to compile...

    You need the gtk development libraries to compile gtk stuff. Try installing libgtk1.2-dev first. Also, you can just install them with apt without having to compile yourself if you didn't know... just...
  13. Replies
    34
    Views
    4,369

    Oh yeah, then for part b you just run the program...

    Oh yeah, then for part b you just run the program on the first 10,000 integers. For part c you just modify the program to only check to see if the integer is divisible by any integers <= it's square...
  14. Replies
    34
    Views
    4,369

    NO! Don't give him the answer! :mad:

    NO! Don't give him the answer! :mad:
  15. Replies
    34
    Views
    4,369

    Well as you said, an integer is prime if it is...

    Well as you said, an integer is prime if it is divisible only by 1 and itself. So first, any even integer greater than 2 cannot be prime. Now, for any odd number, see if it is divisible by any odd...
  16. Replies
    34
    Views
    4,369

    1. Please do not crosspost. 2. What problems...

    1. Please do not crosspost.

    2. What problems are you having exactly?

    3. Prime numbers rule :)
  17. Replies
    4
    Views
    672

    You can also just redirect the output to some...

    You can also just redirect the output to some file first

    man cdrecord > cdrecord.txt

    then print the file ;)
  18. Thread: Debian 2.7

    by scanez
    Replies
    3
    Views
    722

    Well during the install it will ask what you want...

    Well during the install it will ask what you want to use as a source for apt, just select the http or ftp ones, then everything that is needed will be downloaded during the install. Don't really know...
  19. Thread: Debian 2.7

    by scanez
    Replies
    3
    Views
    722

    First off there is no Debian 2.7, the one right...

    First off there is no Debian 2.7, the one right before 3.0 was 2.2r7 ;)

    You only need the first CD for the install, all the rest just contain extra software but it's just easier to get that after...
  20. Replies
    4
    Views
    683

    Pine is not available in Debian through apt...

    Pine is not available in Debian through apt (licensing problems)- you will have to compile it yourself if you want it. There are some packages that have "pine" in their name, some related to pine,...
  21. Replies
    6
    Views
    671

    For future information, the correct way to...

    For future information, the correct way to configure X in Debian is with

    dpkg-reconfigure xserver-xfree86

    which will write to XF86Config-4.
  22. Replies
    13
    Views
    962

    Did you try dpkg-reconfigure xserver-xfree86 yet?

    Did you try dpkg-reconfigure xserver-xfree86 yet?
  23. Replies
    13
    Views
    962

    Well of course you have to configure X before it...

    Well of course you have to configure X before it will work. The "debian" way to configure X is by running

    dpkg-reconfigure xserver-xfree86
  24. This should happen automatically when you start a...

    This should happen automatically when you start a terminal with the -e option, such as

    aterm -e commandname

    or you can start the terminal with the -title option

    aterm -title terminal_name
  25. Thread: ipt_state

    by scanez
    Replies
    4
    Views
    1,843

    Re: ipt_state

    Enable "Connection Tracking" and "Connection state match support" as modules in the "IP: Netfilter configuration" subsection of the "Networking Options" section of the kernel config.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4