Announcement

Collapse
No announcement yet.

Netbeans in fscking retarted!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Even better than Dolphin's terminal support is Yakuake. The fastest way ever to get a terminal at the press of a button.

    Comment


    • #12
      Originally posted by RealNC View Post
      Even better than Dolphin's terminal support is Yakuake. The fastest way ever to get a terminal at the press of a button.
      I'm aware of that, but grinding through your own files is easyer in Dolphin. For exame type:
      Code:
      cd /home/vincent/.wine/drive_c/Program\ Files/Tomb\ Raider\ -\ Anniversary/
      And that's not the worst path you could imagine Need For Speed: Hot Pursuit 2 has the longest, most horrible space ridden $path that you could ever imagine.

      Not to mention doing
      Code:
      ls -a
      all the time :')

      Comment


      • #13

        Comment


        • #14
          Owkey... how come you never learn that stuff in howto's? =x

          Is that bash or terminal emulators at work?

          Comment


          • #15
            BTW I don't approve that Windows logo on that keyboard image

            Comment


            • #16
              Heh

              This is what you get with U.

              Comment


              • #17
                You may also find something like this useful to tweak the terminal behaviour, especially the arrow keys thingy.

                (to put in ~/.bashrc)

                Code:
                # ls aliases
                alias ll="ls -hl"
                alias la="ls -Ah"
                alias l="ls -CF"
                alias cls="clear;ls"
                #alias rm="rm -i" #safer, potentially annoying rm
                
                ###### use arrow keys to complete commands ala Octave ##
                bind '"\e[A": history-search-backward'
                bind '"\e[B": history-search-forward'
                
                HISTSIZE=2000
                export HISTCONTROL=erasedups    # no duplicate entries
                shopt -s histappend             # append to history, don't overwrite it
                
                # Save and reload the history after each command finishes
                export PROMPT_COMMAND="history -a; history -r; $PROMPT_COMMAND"

                Comment


                • #18
                  Originally posted by V!NCENT View Post
                  BTW I don't approve that Windows logo on that keyboard image
                  There is a "patch" for that. http://www.getdigital.de/products/Ta...ker_Tux/lng/en

                  Comment

                  Working...
                  X