Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: How to create a list 1mississipi, 2mississipi ... all the way to 100mississipi?

    This is one way to do it.


    #!/bin/bash

    for x in {1..100}
    do
    echo $x "mississipi"
    done
  2. Re: How 'well' does Ubuntu work for most of you guys?

    Been using it since 2007. I've used Linux, exclusively, on all of my machines, since 2009. Never ran into a problem I couldn't fix.
  3. Replies
    45
    Views
    4,381

    Re: Slithering September Screenshots

    Ubuntu 14.04 with i3, moc, finch, and surf.

    256434
  4. Replies
    97
    Views
    9,181

    Re: August April Screenshots

    252080252079486 Debian 6 + LXDE on a Pentium III.

    Main PC died. This was my only fallback machine. I've already got everything to work, surprisingly. :)
  5. Replies
    18
    Views
    1,033

    Re: Why is everything slowing down?

    Learn to code. It'll make everything exciting again :)
  6. Poll: Re: What is you guys' fave minimal WM, tiling or stacking?

    Xmonad was the first tiling wm i ever used, and the only one i ever got to know well enough to feel comfortable. I've tried awesome every now and then but it's never impressed me much. Fluxbox was...
  7. [SOLVED] Re: how to install gnome ppp package without online connection?

    Try opening a terminal and navigating to the directory where the packages are saved:


    cd /path/to/folder

    Then install all the .deb packages


    sudo dpkg -i *.deb
  8. Replies
    4
    Views
    628

    [lubuntu] Re: Adding wallpapers from windows xp

    If these wallpapers are stored in your windows partition, and you did not specifically ask the installer to use or automatically mount this partition, then linux won't find them after a reboot.
    ...
  9. Replies
    84
    Views
    10,079

    Re: Decent December screen shot thread.

    @ QIII

    Is that Oracle Solaris?

    Looks like it :)
  10. Replies
    84
    Views
    10,079

    Re: Decent December screen shot thread.

    248903

    Ubuntu 8.10 Intrepid Ibex... :o

    Yep. I somehow managed to kill Debian 7 beyond repair, and the only thing I had available was a remastersys'd ibex, so here it is. I'm amazed at how...
  11. Replies
    2
    Views
    377

    Re: mint partition increase

    Boot from a live cd and use gparted to resize the partitions. They cannot be modified while mounted, so you cannot resize from the installed system, it must be done from the live cd.
  12. Replies
    6
    Views
    487

    Re: nano editor

    ctrl + o to save
    ctrl + x to close
  13. Replies
    8
    Views
    1,418

    [SOLVED] Re: Quick image resizing like MS-Paint?

    Using GIMP:

    go to image > scale image

    and change the image size as needed.


    with imagemagick (which is a commandline tool, by the way):
  14. Re: Best alternative to Openbox for LXDE/Lubuntu 13.04?

    You could try using xcompmgr + transset to obtain the desired effect, while still keeping openbox/lxde.
  15. Replies
    144
    Views
    13,577

    Re: The Artistic August Screenshot Thread

    recently installed debian + xfce on my android phone
  16. Re: What was your start with Linux, and then Ubuntu?

    I went from Feather Linux in late 2005, to Damn Small LInux in 2006, to a frugal Puppy Linux installation in 2007, to Kubuntu 7.04 via wubi, to Linux mint 4, to PCLinuxOS, to Mandriva, to Ubuntu...
  17. Replies
    258
    Views
    33,965

    Re: Marvellous May Screenshot Thread

    I suddenly found myself missing the old orange and brown :p

    242064242063242062

    This is Debian 7, using gnome-shell with a combination of this, this and this.
  18. Replies
    5
    Views
    6,986

    [ubuntu] Re: unrar failed

    can you extract from terminal?

    you'd do so by issuing


    unrar x filename.rar

    or maybe
  19. Replies
    12
    Views
    2,998

    [lubuntu] Re: "shutdown" doesn't shut down, restarts

    try

    sudo halt -p
    instead of just "sudo halt"
    or maybe

    sudo poweroff
    or maybe plain old

    sudo shutdown -h now
  20. Re: Transmission takes 6 - 7 minutes to start

    Does the same thing happen to all users, or just you? If it happens to you only, try deleting $HOME/.config/transmission.
  21. Re: What's the name of your machines and home network?

    I just use random names

    My local network is called makkuro kurosuke, from Hayao Miyasaki's "My Teighbor Totoro"

    The main desktop pc is called grond, after the wolf's head from "The Return of...
  22. Re: Must have CLI apps compared to GUI alternatives

    I used to be a commandline junkie :p

    dvtm - console-based tiled window manager
    gpm - a terminal mouse pointer
    screen - terminal multiplexer
    moc - commandline music player
    mplayer - media...
  23. Replies
    21
    Views
    1,155

    Re: What apps make ubuntu home for you?

    I always end up coming back to linux because of these:

    1. rhythmbox
    2. transmission
    3. bash
    4. geany
    5. openssh
    6. devede
    7. dvd::rip
  24. Replies
    23
    Views
    1,520

    Poll: Re: Email service

    I'd probably get one and just have all my gmail forwarded to it. It's not a bad idea, really.
  25. Replies
    69
    Views
    5,203

    Poll: Re: How old is your main home PC in 2013

    The main desktop is about three or four years old. I chose 4 just to be on the safe side. It has a foxconn A6VMX motherboard, AMD Athlon X2 @ 2.8 GHz, 4 Gb ram, about 710 Gb HD, and integrated ATI...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4