Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    565

    [SOLVED] Re: Help with ssh public keys: hide username.

    yup in v2 rsa the coomnt at the end can be edited to include anything
  2. Replies
    2
    Views
    565

    [SOLVED] Help with ssh public keys: hide username.

    In an ssh public key file, the username and host of the machine from which the login is attempted is exposed.



    $cat ~.ssh/id_rsa.pub
    ssh-rsa blah-garbage-random localuser@client.hostname

    ...
  3. Thread: sed help

    by staticd
    Replies
    2
    Views
    364

    [SOLVED] Re: sed help

    sed '/ \{1,\}/,/g'
  4. Thread: sed help

    by staticd
    Replies
    2
    Views
    364

    [SOLVED] sed help

    $ echo 'asdasd cvbcvb'|sed -e 's/[:space:]/,/g'
    ,,d,,d ,vb,vb
    $echo 'asdasd cvbcvb'|sed 's/ +/,/g'
    asdasd cvbcvb
    $echo 'asdasd cvbcvb'|sed -n 's/[ ]*//p'
    asdasd ...
  5. Replies
    7
    Views
    337

    [ubuntu] Re: Missing Ubuntu boot up option.

    Have you installed ubuntu to a separate partition or is it a Wubi install?

    If it is a separate partition boot from a live CD and check if the partition has the files /boot/vmlinuz-blah
    Depending...
  6. Replies
    7
    Views
    337

    [ubuntu] Re: Missing Ubuntu boot up option.

    If no menu turns up even after pressing shift, grub( the thingy that gives you the menu for choosing between ubuntu and Windows) might have got wiped by some windows soft ware.

    (If you have...
  7. Replies
    5
    Views
    938

    [SOLVED] Re: 11.10 - Application Switcher disappeared!

    Fully sympathize with the loss of the switcher applet.

    Try this: make a new account and login- if every thing is fine then its because of some config files.
    try this: (from the new account)

    ...
  8. [ubuntu] Re: My Documents Shortcut Broken (fstab question)

    /dev/sdb1 /media/windows ntfs-3g defaults 0 0

    /media/windows will have to already exist for this to work. when you mount using nautilus the directory...
  9. Replies
    3
    Views
    382

    Re: Issue with running games in wine

    add the /home/baxter/.gvfs/ResidentEvil4.iso/ as a windows drive(eg F:\) in your wine config. same for CDs. windows executables outside these directories will not be run by wine. prevents windows...
  10. Replies
    2
    Views
    511

    [other] Re: Shared Data Partition

    1)Separate Data partition:
    (assuming you have done the partitioning)
    When you install Ubuntu and fedora you will be given an option of choosing what partitions will be used and for what. Choose one...
  11. Replies
    2
    Views
    404

    [ubuntu] Re: Hidden processes?

    Try top in a terminal.
  12. [ubuntu] Re: How to totally wipe out Ubuntu 10.04 and clean HDD

    Follow these instructions exactly


    From the unkillable linux paste this into a terminal.


    sudo fdisk -l
    mount
    sudo touch /test.txt
    It will ask your linux password to run as root(admin)
  13. [SOLVED] Re: Does Java come in standard Ubuntu Firefox, or addon/plugin??

    If the games dont work you will need sun java plugin and flash. both are quite easy to install.
  14. [all variants] Re: Is there really no linux text editor with smart line wrapping?

    I use geany to edit both programs and tex. The line wrapping( Document->Line wrapping) is exactly how you want it. the integrated build/ run buttons are very convenient. You should also install the...
  15. [gnome] Re: How to make a Gnome desktop launcher to open a particular spreadsheet.

    Oops! too much terminal from me. Just middle click and drag your file to where you want to create a link. eg your desktop.
  16. [gnome] Re: How to make a Gnome desktop launcher to open a particular spreadsheet.

    Right click on "Current Budgeting.ods"->make link.
    Wont work on Fat pendrives cause they dont support symlinks.
    try
    ln -snf src dest
  17. [SOLVED] Re: Help getting expression out of HTML file (Terminal)

    The grep -o returns only the part that matched.
    Try


    grep -o '<span class="Stil4aa">[^<]*</span>'
  18. [ubuntu] Re: Cannot restart 11.04 Ubuntu after Kernel upgrade

    EDIT: type these at the grub> prompt
    If you have a separate boot partition then you should change the following commands to (hd0,mdos2)/vmlinux-xxxxxblah not (hd0,mdos2)/boot/vmlinux-xxxxxblah

    Ok...
  19. [ubuntu] Re: Cannot restart 11.04 Ubuntu after Kernel upgrade

    will get back to you an hour. I have to attend a lecture.
  20. [ubuntu] Re: Cannot restart 11.04 Ubuntu after Kernel upgrade

    The scenario requiring a reinstall is very very very unlikely in your case. Fear not.

    Are getting a "grub>" prompt and and a black screen.
    Or are you getting a grub boot menu with the first...
  21. [ubuntu] Re: How to totally wipe out Ubuntu 10.04 and clean HDD

    From the Live CD:


    sudo fdisk -l

    try formatting your drive with gparted. When you click on apply it should become greyed out for a while before it rescans the drive and displays the new...
  22. Replies
    3
    Views
    2,842

    [ubuntu] Re: unzip / untar one specific file or folder

    Will look into the tar thingy and tell you if i get any thing. However, grep is not to go. You would use grep to get a single filename from a list of filenames but not to get a single file from a...
  23. [all variants] Re: Shell help - Recursive batch symbolic linking

    find -name '*.mkv' -execdir sh -c 'ln -s "{}" "$(echo {}|sed '\''s/mkv$/mkp/'\'')"' \;


    the funny '\'' is to insert a single quote into a single quoted string. it evaluates as 'break string...
  24. Replies
    4
    Views
    513

    [ubuntu] Re: USB install, no wireless drivers

    Did you create a start up disk with the start up disk creator tool? If you did, you will get the install ubuntu icon on your desktop. In this case Ubuntu comes bundled with a few restricted drivers...
  25. Replies
    3
    Views
    310

    [ubuntu] Re: can't reinstall natty

    1)boot from a live CD
    2)mount your boot partiton from the nautilus side pane. confirm that it has the /boot/grub directory in it. get the path of the mount point by pressing Ctrl+L . It will be of...
Results 1 to 25 of 50
Page 1 of 2 1 2