Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    29
    Views
    32,029

    Re: HOWTO: Customize terminal header

    Ya.... that's impressive. A lot of colors.
    I go for this one:
    export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
  2. Replies
    52
    Views
    15,838

    Re: Let's boot with Upstart (GDM ready in 15s)

    This is just what I saw of jdong. What came after this was a very lengthy discussion on IRC that amounted to this...

    The move to upstart is a very hard one and involves some very tricky stuff....
  3. Replies
    52
    Views
    15,838

    Re: Let's boot with Upstart (GDM ready in 15s)

    https://code.edge.launchpad.net/uphack
  4. Replies
    17
    Views
    8,207

    [ubuntu] Re: rtorrent over VPN

    1) Please read this link: http://www.ubuntu.com/community/conduct/

    2) Could you explain what it is that you actually want?
    2a) If what you want is to tunnel the traffic over VPN, then just do...
  5. [SOLVED] Re: What is your recommendation for the best text editor in Karmic Koala?

    Agreed; vim is de facto. It's always there for you and can do pretty well anything you could possibly want. For the graphical guys, there's gvim.

    Hurray!
  6. Replies
    5
    Views
    399

    [ubuntu] Re: Scripting Help

    You can easily do "apt-get source rsync" if you have the source repositories enabled and you will get the full package source. You could traverse that code and see how they handle it... There's also...
  7. Replies
    5
    Views
    3,644

    [all variants] Re: Synaptic won't let me force version

    It sounds to me like you probably shouldn't be doing this in the first place....

    If you want to isntall something from a different source, then you need to remove it from your system, before...
  8. [ubuntu] Re: karmic cannot rename files/directories over samba

    <quote>
    guest only = Yes
    guest ok = Yes
    </quote>

    Change these to No. This will force authentication to occur. If this doesn't work; make sure you're logging and go look at the logs.
  9. Replies
    5
    Views
    399

    [ubuntu] Re: Scripting Help

    You shouldn't try to do this yourself because the command line isn't meant for complex operations such as this. Your best option would be to use rsync and make your script a wrapper around this. I...
  10. Replies
    25
    Views
    9,265

    [all variants] Re: Security update: Sun Java JRE update 17

    I like to think that computers are multi-user. So... placing this in /opt would be the best idea.

    I would however simplify the commands.

    # As Root
    mkdir -p /opt/java/66
    mv...
  11. Replies
    0
    Views
    348

    [other] Final Touches

    I'm having some troubles with the finishing touches on my system.

    I'm using OpenBox with pypanel. I have it so so nearly set up exactly as I want. There's just a few things that I'm still trying...
Results 1 to 11 of 29
Page 1 of 2 1 2