Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    245

    [ubuntu] Re: USB copying files

    If your phone is Android, you can enable USB Debugging in developer settings. This allowed me to transfer files without the need for special software.
  2. Replies
    2
    Views
    166

    [ubuntu] Re: Music Organizer?

    Google Play Music. It even takes care of Artist/Album artwork.
  3. Re: VirtualBox Error trying to install Windows 7 on ubuntu 13.04

    This happens if you don't have dkms installed beforehand. Make sure it's installed now:

    sudo apt-get install dkms
    and just run this from a terminal to clear the error:

    sudo...
  4. Replies
    19
    Views
    1,297

    [64 bit] Re: steam missing libGL.so.1

    Did you get steam from here?:
    http://media.steampowered.com/client/installer/steam.deb

    This is all I needed to install on 13.04 x64.

    and

    sudo dpkg -i steam_latest.deb; sudo apt-get -f...
  5. Replies
    4
    Views
    440

    [xubuntu] Re: Updating from 12.04 to 13.04

    You must upgrade to 12.10 first. Then to 13.04. On a side note, it would probably be faster for you to back stuff up and do a clean install of 13.04.
  6. Thread: Clementine

    by ptn107
    Replies
    5
    Views
    202

    Re: Clementine

    The newest version is 1.1.1 and it is included in the Ubuntu software archive for 13.04. To install it type this in a terminal:


    sudo apt-get -y install clementine

    or just

    click here to...
  7. Thread: Ubuntu 12.10

    by ptn107
    Replies
    6
    Views
    142

    [ubuntu] Re: Ubuntu 12.10

    Either Ubuntu 12.10 or Ubuntu 12.04.2 LTS would work fine. Read the description for both and decide for yourself.

    http://www.ubuntu.com/download/desktop
  8. Replies
    5
    Views
    276

    Re: Why am I not using the latest kernel?

    Restart and make sure you're selecting the latest kernel in the grub menu.
  9. Replies
    14
    Views
    3,682

    [ubuntu] Re: installing google chrome 26 in raring

    I have another machine that has been running raring for quite some time. It has libudev0 and libudev1 installed. Apparently the problem only arises in fresh installations made after 3/26/13.
  10. Replies
    14
    Views
    3,682

    [ubuntu] installing google chrome 26 in raring

    I just ran into this problem on a newly installed test machine for raring. Be on the lookout. The latest google chrome requires libudev0 to be installed, but it is not longer available in raring. ...
  11. Replies
    5
    Views
    462

    [ubuntu] Re: Recommendations for /etc/ssh/sshd_config ?

    Allow only specified users to connect:


    AllowUsers username

    Users listed are separated by a space. You can specify as user or user@host or mix and match.

    ex.
  12. Replies
    4
    Views
    820

    [ubuntu] Re: 13.04 Upgrade Process

    You are actually given quite a few options. Yay linux!

    a) Upgrade from within your running system via update manager / software updater.

    b) Run a clean install using the 13.04 disk, keeping...
  13. Replies
    6
    Views
    375

    [ubuntu] Re: [12.10 Desktop] Wireless Drivers

    If it's still not working. You can try the other driver. Get this file and do the following.

    tar xvjf bcmwl-kernel-driver.tar.bz2
    sudo dpkg -i *.deb
    and see what happens.

    I'm out of ideas...
  14. Re: Got some trouble with xubuntu 12.10, need some insight

    I did a quick comparison of the default packages installed with 12.04.2 and 12.10. Neither installs java by default.
  15. Replies
    12
    Views
    578

    Re: Problem installing new kernel

    Not all the dependencies are uploaded yet that's why you get errors. The raring archive is live so sometimes you get partial upgrades and sometimes you get updates that don't install until their...
  16. Replies
    2
    Views
    147

    [ubuntu] Re: Need someone help please.

    Why is your root partition only 3.3 G. When you installed you didn't make the partition big enough. A typical Ubuntu install on / uses about 4G not including files in your home folder. You need to...
  17. Replies
    5
    Views
    212

    Re: Problems with automatic software update

    sudo dpkg --configure -a
  18. Replies
    3
    Views
    220

    [ubuntu] Re: How to Remove Weatherblink

    Two things:

    a) That website looks shady as hell.
    b) The file it wants to download and install is a windows exe file.

    That has scam written all over it. Who knows what it actually installs. ...
  19. Re: Got some trouble with xubuntu 12.10, need some insight

    sudo apt-get install openjdk-7-jre
  20. Replies
    6
    Views
    375

    [ubuntu] Re: [12.10 Desktop] Wireless Drivers

    With the driver installed that I provided, try this from a terminal:

    sudo rmmod wl; sudo modprobe b43

    I read that the provided driver should be working.
  21. Thread: Grub problems

    by ptn107
    Replies
    7
    Views
    165

    Re: Linux Kernel Exploit Affecting Linux 3.3 To Linux 3.8

    dpkg -l | grep linux-image | awk '{print $2}'
    from a terminal will list your installed kernels. Is 3.5.0-25 definitely installed?

    You should remove all those old ones btw.
  22. Replies
    37
    Views
    1,675

    [all variants] Re: Shred or wipe?

    shred -fuvz -n 3 /dev/sda1
    substituting your target disk or partition of course.
  23. Replies
    4
    Views
    456

    [ubuntu] Re: Laptop won't power off/shutdown

    I am curious. Try

    sudo shutdown -P now
    from a terminal on the desktop. What happens?
  24. Replies
    1
    Views
    155

    Where did 'show unanswered posts' go?

    Where did the function 'show unanswered posts' move to?
  25. Replies
    4
    Views
    144

    Re: Can't update 10.10

    You need to make a change to your software sources. When an Ubuntu release hits end-of-life the repository for that release is moved from the main site to another, which makes future upgrading a...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4