Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.38 seconds.

  1. [SOLVED] Re: Mount Dual-Boot Windows NTFS fstab permissions

    Works fine with that line!


    UUID=[###] /home/me/w7 ntfs-3g defaults,nls=utf8,umask=000,uid=1000,windows_names 0 0

    I gues that umask of 000 = 777 is the key. What is uid=1000?
    ...
  2. [SOLVED] Mount Dual-Boot Windows NTFS fstab permissions

    My computer is dual booted with Ubuntu 13.10 x64 and Windws 7 x64. I edited my /etc/fstab to include my Windows partition:


    UUID=[###] /home/me/w7 ntfs-3g defaults,locale=en_US.UTF-8 ...
  3. Replies
    3
    Views
    1,076

    [SOLVED] Re: 13.10 Grub Help

    With 13.10 on my Dell Alienware M11X R2 with an NVIDIA card (this is key), my fan wouldn't stop running. I ran top/htop to see what was up. I googled and found that this solved my problem:
    ...
  4. Replies
    3
    Views
    1,076

    [SOLVED] Re: 13.10 Grub Help

    This is a pretty good for making Light DM black:

    http://roger.steneteg.org/213/customize-lightdm-in-ubuntu-12-04/

    To change this we need to modify the following file...
  5. Replies
    3
    Views
    1,076

    [SOLVED] Re: 13.10 Grub Help

    I figured it out:


    # Uncomment to disable graphical terminal (grub-pc only)
    GRUB_TERMINAL="console"

    With a reinstall every 6 months, I keep forgetting a few things like this.
  6. Replies
    3
    Views
    1,076

    [SOLVED] 13.10 Grub Help

    I hate the purple background on Grub. I just want black. I never seem to have luck with custom background image. What works best is changing Grub so that it's all text.

    It's something like console...
  7. Replies
    2
    Views
    565

    [ubuntu] Mate Killed my 12.04

    I'm running Ubuntu 12.04. I had XFCE, LXDE, Cinnamon, and Unity (or Gnome?) Fallback installed since 12.04 came out (in the case of Cinnamon, whenever it was readily available). Everything ran fine...
  8. Replies
    1
    Views
    255

    default desktop environment

    Hi Krytarik,

    I'm trying to figure this out for 12.04 with GDM:

    http://ubuntuforums.org/showthread.php?t=2113208

    I'd like "Gnome Classic" (gnome-fallback) to be the default desktop...
  9. [ubuntu] Re: 12.04 GDM Default Session / Desktop Environment

    Thanks, but this didn't work. I tried both "gnome-fallback" and "gnome-classic".
  10. [ubuntu] 12.04 GDM Default Session / Desktop Environment

    I'm running 12.04 with GDM and Gnome Classic installed. How can I set the default session to be Gnome Classic and not Unity?

    I checked /var/lib/AcountsService/users/me. I found that the session is...
  11. [SOLVED] Re: 'emacs' blank files...but 'sudo emacs' works

    Worked great! Thanks so much!

    I just ran:


    rm -rf .emacs.d/

    Not sure what was in that folder, but now 'emacs .bashrc' works fine.
  12. [SOLVED] Re: 'emacs' blank files...but 'sudo emacs' works

    Thanks, but no thanks...just trying to fix my emacs.



    I do agree that nano is great!
  13. [SOLVED] 'emacs' blank files...but 'sudo emacs' works

    I've tried apt-get purging and reinstalling emacs, but if I run:


    emacs ~/.bashrc

    I get a blank file (emacs.d) that looks like this:

    http://i.imgur.com/ZlG0Q.png

    If I run the same...
  14. Replies
    2
    Views
    403

    [all variants] Re: Split Directory Every n Files

    To be clearer, it's the opposite of this:

    http://stackoverflow.com/questions/8705757/moving-multiple-files-in-subdirectories-and-or-splitting-strings-by-multichar-d

    I want to split the...
  15. Replies
    2
    Views
    403

    [all variants] Split Directory Every n Files

    I have an SD card with ~10,000 pictures on it from a timelapse camera. I'm having trouble opening a directory with this many files. I've ran into this with CSV files that are too many lines for...
  16. [edubuntu] Logitech Unifying not Automatically Recognized

    My Logitech Anywhere MX Mouse (Unifying Receiver) is no longer recognized automatically.

    On 10.04-12.04, I had no problems. I installed edubuntu-desktop on top of plain Ubuntu 12.04 and now when...
  17. Replies
    5
    Views
    8,059

    [all variants] Re: 12.04 Power Button

    Yep, both XP and Win7 on this machine (triple booted) work fine with the power button...I'd suspect not a bios-level issue.

    And thanks for agreeing about having it the way I want! I've gotten used...
  18. Replies
    5
    Views
    8,059

    [all variants] Re: 12.04 Power Button

    I tried both of the above. The first article had a good lead...in the dconf-editor, I had to go to 'org/gnome/settings-daemon/plugins/power' and then change the 'button-power' to "shutdown". No luck....
  19. Replies
    5
    Views
    8,059

    [all variants] 12.04 Power Button

    Can the power button be set to just shutdown without the menu prompting which action to take?

    When I hit the power button, I just want it turned off. If I have to reboot, I'd just choose that...
  20. Replies
    10
    Views
    9,324

    [SOLVED] Re: Update Broken and Synaptic Won't Open

    Thanks, Rubi...Worked Great!!

    I've used Ubuntu (casually) since Breezy and I've never seen that error before.
  21. Replies
    10
    Views
    9,324

    [SOLVED] Update Broken and Synaptic Won't Open

    When I run 'sudo apt-get update', I get the following:


    Reading package lists... Error!
    W: A error occurred during the signature verification. The repository is not updated and the previous...
  22. Replies
    3
    Views
    1,135

    [SOLVED] Re: Cron hourly with daily log file

    Great! That worked...thanks so much!
  23. Replies
    3
    Views
    1,135

    [SOLVED] Re: Cron hourly with daily log file

    I found this thread as a close item.



    So it looks like I need to use a shell variable?
  24. Replies
    3
    Views
    1,135

    [SOLVED] Cron hourly with daily log file

    I have a cron task that I'm running every hour. I'd like to save the output to a log file by day.


    0 * * * * /home/user/do.sh >> /home/user/logs/[date +%Y%m%d].log

    I know that the part in the...
  25. [SOLVED] Re: System loads/shutsdown with Xubuntu splash / login screen

    Krytarik, thanks so much again! You helped me with this same problem on 10.04 and I was so glad I found your post this evening after upgrading to 12.04. Thank you!
Results 1 to 25 of 57
Page 1 of 3 1 2 3