Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    19
    Views
    17,543

    [ubuntu] Re: disable auto mic gain?

    This is a problem with Google Voice not playing nice with the audio.

    Fix:


    echo "audio-flags=1" >> ~/.config/google-googletalkplugin/


    source:...
  2. Replies
    0
    Views
    472

    [ubuntu] Easy Server Backup V2

    Here is a program to make automatic backups of your web directory and all mysql databases with security and ease of use in mind.
    All backups are compressed and encrypted with des3

    Screenshots:
    ...
  3. Replies
    0
    Views
    354

    [ubuntu] Easy Server Backup V2

    Here is a program to make automatic backups of your web directory and all mysql databases with security and ease of use in mind.
    All backups are compressed and encrypted with des3

    Screenshots:
    ...
  4. Replies
    11
    Views
    6,789

    [SOLVED] Re: Stay connected to VNC during logout

    I had this same problem

    In Putty Settings Go to Connection > SSH > X11

    Tick the Checkbox "Enable X11 forwarding"

    for "X Display Location" put


    localhost:0
  5. [ubuntu] Re: How do I change the splash screen LUKS prompt text?

    Okay, I found something

    Ran these commands:



    cd /lib
    grep -ir "unlocking the disk"
  6. [ubuntu] Re: How do I change the splash screen LUKS prompt text?

    Okay, so I figured it out myself

    Ran these commands:



    cd /lib
    grep -ir "unlocking the disk"
  7. Replies
    2
    Views
    6,750

    [ubuntu] Re: Easy server backup script

    Good questions

    1. So no-one else can view the passwords
    2. gzip and tar don't provide an easy alternative to encrypting the files

    You could very well use openssl, the commands would be...
  8. [ubuntu] How do I change the splash screen LUKS prompt text?

    I use LUKS to encrypt one of my partitions (I dual boot 4 gaming) and I used plymouth to change the splash screen to something cool :cool:
    but when it asks me for my password, it has all of this...
  9. Replies
    2
    Views
    6,750

    [ubuntu] Easy server backup script

    This script has saved my ass quite a few times, so I thought I'd share it
    I'm running an Apache web server on /var/www and I often manage to screw things up.
    Having backups is quite necessary when...
  10. Replies
    2
    Views
    2,722

    [all variants] Re: HOWTO: My Top 5 Bash Aliases

    Cheers mate!

    There's some I never thought to use. Gave me some cool ideas. ;)
  11. Replies
    2
    Views
    2,722

    [all variants] HOWTO: My Top 5 Bash Aliases

    When I first started using Ubuntu, one thing that got on my nerves was having to type out long commands into the terminal.
    Some of them were hard to memorize and others were just a waste of time.
    ...
  12. Replies
    6
    Views
    948

    Re: How to prevent hard drive full

    use bleachbit to clear cache and other uselesss stuff, saves Gigabytes on my machine:


    sudo apt-get install bleachbit
  13. [ubuntu] Re: HOWTO: Give your Terminal some Swagger! Cool Login Screen

    @rnerwein

    If you don't like it, you don't have to add it to your .bashrc


    Update:

    I just edited the animation to speed it up, as it does get a little bothersome when you have a lot of...
  14. [ubuntu] HOWTO: Give your Terminal some Swagger! Cool Login Screen

    I wanted to be greeted by a terminal when I first logged in,
    and after having easily achieved that I got bored and decided
    that I want the terminal to have a cool CIA-esque text display.
    What...
  15. Replies
    2
    Views
    1,754

    Re: Need help installing NVIDIA driver

    I had the same problem installing NVIDIA drivers on 12.10, you probably need to install the headers for your kernel.

    Just type the following into terminal:

    sudo apt-get install...
  16. Thread: therenamer

    by strid3r
    Replies
    5
    Views
    5,640

    [ubuntu] Re: therenamer

    This is what you need:
    SortTV: Sort TV episodes, movies, and music into directories for xbmc
    http://forum.xbmc.org/showthread.php?tid=75949
  17. [ubuntu] Re: Startup Script - Install Everything with ONE Command

    Turns out it was a corrupt SSD. Don't buy Patriot! :0
  18. [ubuntu] Re: Startup Script - Install Everything with ONE Command

    Thanks!


    To be honest, I didn't even try to fix my system. I would get a boot up error that said failed to start failsafe session and then it would start replacing words and letters with random...
  19. [ubuntu] Startup Script - Install Everything with ONE Command

    I just started working on this and it is something that has saved me so much time as my system crashed and I had to reinstall.
    It took me a couple of hours after a fresh install and I'm back to the...
  20. Replies
    5
    Views
    3,934

    [all variants] Re: Colon in file name makes Samba fail

    Just run this following script to take out all of the colons



    #!/bin/bash
    find "$@" -name '*:*' -exec rename 's/://g' {} +

    Name save it with root priveledges in /bin/ and name it something...
  21. Replies
    15
    Views
    10,786

    [ubuntu] Re: Cannot get Remmina to work

    Great, I was just about to update remmina when I remembered that I had copied the ~/.remmina folder from 12.04 (I'm on 12.10)

    So I just ran
    rm -rv ~/.remmina in the terminal and everything...
  22. Replies
    11
    Views
    1,766

    [SOLVED] Re: Auto complete using Alias?

    Thanks!
  23. [ubuntu] HOWTO: Streaming HD 264 MKV Video with NVIDIA + VDPAU Over Wireless Network

    If you've ever tried to stream HD Movies from another computer or a media server over Windows File Sharing and a wireless network, you know how slow the videos can be. Using the following, I went...
  24. [SOLVED] Re: "Items cannot be installed or removed until the package catalog is repaired"

    THANKS matt_symes!

    This worked, except I downloaded the 64 bit.

    I just ran:

    sudo dpkg -i libqtcore4_4.8.1-0ubuntu4.1_amd64.deb

    and then:
  25. [ubuntu] ddrescue input/output error external Hard drive help!

    I've been having a load of trouble trying to recover my data from my
    external HD.
    Background info:
    Hard drive: Western Digital 1TB MyBook formatted to NTFS
    Problem started when: I think I didn't...
Results 1 to 25 of 27
Page 1 of 2 1 2