Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    754

    [ubuntu] Re: Can not get my wireless to work

    If you came here from google having the same problem with 12.04, see this:
    http://clusterbleep.net/blog/2012/05/09/ubuntu-12-04-splash-screen-lockup-with-livecd/

    Short version:
    To get around the...
  2. Replies
    30
    Views
    2,080

    [ubuntu] Re: Is Ubuntu for me?

    I've been an Ubuntu user since 7.04 and I can tell you that 12.04 is for everybody! (except gamers for obvious reasons).

    It is simple, slick, and if your hardware has decent/good linux drivers,...
  3. [SOLVED] Re: How to determine free space on USB stik with 12.04.

    open terminal and run:


    cd /media
    df -kh *


    One of the output lines will be your usb stick.
  4. [lubuntu] unable to download mp3s using chrome 18.0.1025.168

    I am unable to download mp3 files using google chrome version 18.0.1025.168. I am using ubuntu 10.04. The file that I tried to download is:
    http://www.qoranway.com/maqamat/nahawand1/37.mp3

    There...
  5. Replies
    9
    Views
    13,552

    Re: HOW TO: Convert any audio to an mp3

    Can't thank you enough aarbear26. Simple, elegant and it works, five years after. :)

    I'll just put it in code tags and remind the users to first install mplayer and lame, if you don't already have...
  6. Replies
    21
    Views
    8,997

    Re: which is the best torrent client

    Install wine using the ubuntu software center. And run utorrent.

    Utorrent is by far the best torrent client out there. I actually tested vuze and utorrent on my ubuntu 10.10.

    In vuze, even...
  7. Replies
    16
    Views
    837

    [SOLVED] Re: HDD Failed - Retrieve Files

    Boot from the ubuntu live CD.

    Anything in code must be run in the terminal. The terminal can be opened by going to: Applications - Accessories - Terminal

    Install testdisk:


    sudo apt-get...
  8. Replies
    14
    Views
    785

    [SOLVED] Re: Beginner question.

    useful ubuntu commands:

    traverse directories:


    cd directory_name

    to go to home
  9. Replies
    8
    Views
    3,480

    [ubuntu] Re: SSH connection refused

    Forgot to reply to your "hostname" question.

    You must add the hostname/ip address to your hosts file on each machine. The hosts file is in /etc/. Its called: hosts


    cd /etc/
    sudo nano hosts
    ...
  10. Replies
    8
    Views
    3,480

    [ubuntu] Re: SSH connection refused

    1. Can you post the private IP addresses of both of your computers.

    2. Are they both connect to the same router?

    3. On each computer, try to ssh to itself like this:


    ssh username@localhost...
  11. [ubuntu] Re: Recover Data from quick formatted DVD-RW and +RW.....Please help!!!

    Sorry for the late reply.

    This is most likely because we got the device name wrong. I want you to put a regular Cd/DVD in your drive (something that contains data). Then browse to the CD/DVD using...
  12. Thread: Wireshark

    by newbuntuxx
    Replies
    11
    Views
    1,835

    [SOLVED] Re: Wireshark

    Correction to the tcpdump command:


    sudo tcpdump -i interface_name -nX port 80 and src host sever_ip -w filename.cap

    I assumed the file is being sent over port 80, and file name would be in...
  13. Replies
    12
    Views
    3,754

    [ubuntu] Re: FTP on Port 21

    Yes. chown will do the trick. You got the command right.

    Let me know if it works.
  14. Replies
    8
    Views
    396

    [ubuntu] Re: Link Problems I think?

    Re-install VLC.
  15. Replies
    2
    Views
    280

    [ubuntu] Re: Mounting Locations?

    Yes. To do that, you'll need to edit your fstab file and make an entry. I assume you are referring to a backup partition/drive.



    cd /etc
    sudo nano fstab

    At the bottom of the file, add:
  16. Replies
    12
    Views
    3,754

    [ubuntu] Re: FTP on Port 21

    Yes. The firewall is dropping your ftp traffic.

    Run:


    sudo ufw allow from any to any port 21

    The rule basically allows connections from ANY IP address to port 21
  17. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    Well, it maybe just easier to copy past the html into a file, and then perform the operations on it. I think thats what vogue wants.

    Just need him to confirm if that is the case, and what does...
  18. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    Actually, that part of the page (genome cds etc..)is all generated on the fly with ajax. Its not even in the html source (you can check).

    So, wget, curl etc.. are all useless since they are...
  19. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    Ok, I think I know what you mean. Tell me what do you need extracted from the following:


    gene 4938210..4938647
    /locus_tag="ECP_4788"
    ...
  20. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    Ok, so the the hyper link name is "CDS" but the link itself doesn't contain the letters "CDS"

    Example:

    <a href="/nuccore/110341805?from=190&amp;to=255&amp;report=gbwithparts">CDS</a>

    What...
  21. Replies
    13
    Views
    1,616

    Re: An open letter to Linux community

    To the community members who will respond to the opening post:

    Please note that this user is not an average run of the mill Ubuntu user who is irrationally venting his spleen! This is an...
  22. Replies
    13
    Views
    1,616

    Re: An open letter to Linux community

    I believe that most of what you said is very true. I am hoping that the linux community in general, and the ubuntu community is striving to address these concerns in the near future.

    Just to...
  23. Replies
    7
    Views
    442

    [ubuntu] Re: remote login from Windows VISTA

    sudo apt-get upgrade




    sudo reboot now



    On your laptop, download: winscp (http://winscp.net/download/winscp432setup.exe). This is a gui client which will allow you to transfer files...
  24. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    In the mean time, let me share this with you:

    In terminal run:


    sudo apt-get install lynx

    After installation, in terminal run:
  25. Replies
    13
    Views
    986

    [ubuntu] Re: AWK and extracting data from hyperlinks

    Please post an example of a few links, then specify which parts of the links you need cut off, etc...

    The awk command will need be tailored.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4