Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    313

    gitolite hooks

    I have been banging my head against the wall for too long. I have no idea how to get a gitolite hook to fire. I've created one under ../hook/common/ afterward I then run gitolite setup -ho (hooks...
  2. Replies
    2
    Views
    650

    [ubuntu] Install Ubuntu on external drive

    I bought an HP sepctre 13 and a my passport ultra. I want to install ubuntu on the external drive, however the drive is pre formatted in NTFS. I've never installed ubuntu on a external usb drive. ...
  3. [ubuntu] Re: hosting my site, what permission settings?

    File permissions should be based on what you need to do. For instance if it's a file needing to be executed by everyone and just edited by the owner, a 711 will work. If the file needs to be read...
  4. Packaging Ruby on Rails App with deb or rpm

    I'm looking to package my rails app into a deb or rpm package.

    My end goal is for someone to install this package and have pretty much what I have in production on their server.

    If anyone out...
  5. [SOLVED] Re: Can not create raid array: mdadm: no raid-devices specified.

    Yes you will need --raid-devices. Also look into chuck size and metadata for further increase in performance.

    Also if you're using this as a root partition, be sure to create a /boot sector and...
  6. Replies
    31
    Views
    1,846

    [ubuntu] Re: Help with Permission Denied Problem

    This may be stupid but have you tried sudo, or whatever files you're trying to access you may be able to change the permissions on them using chmod. I don't know exactly what it is, but if you're a...
  7. Replies
    0
    Views
    331

    [ubuntu] Puppet to edit /etc/group file

    Hey All,

    I would like to know how to add a new group (in /etc/group) then add users to the group list using Puppet. Creating a group is easy, it's the adding users to the Group List of a certain...
  8. [other] Re: Graphic Card Suggestions? [ Gaming With Wine]

    I would say if you're going to do gaming on wine, you should be safe with a 560ti, get the one with the 448 CUDA cores, it's a faster card. With that you'll be fine.
  9. Replies
    3
    Views
    3,131

    [SOLVED] Re: Cant compile s3fs

    Hey, I don't know what guide you're using, but I've set it up on multiple servers. I use this guide as a reference

    http://code.google.com/p/s3fs/wiki/FuseOverAmazon

    It's worked well for me,...
  10. Replies
    30
    Views
    7,526

    [ubuntu] Re: ssh:connection timed out

    When you have ~/ that is home by default, so you're saying ~/home/ba is really home/ba/home/ba.

    Also when copying files across servers, use scp oppose to cp it's more secure. You need to...
  11. Replies
    2
    Views
    226

    [ubuntu] ssh trouble

    Hey All,

    Kinda embarrassed, but I can't figure out to ssh from my laptop, to my computer at home. I can ssh using IP or DNS, but I actually haven't done anything without some sort of DNS...
  12. Replies
    5
    Views
    1,454

    [ubuntu] Re: network monitoring

    munin has trends and such and all your listed requirements, you can also create alarms and email notifications. Also fairly easy to setup
  13. Replies
    4
    Views
    311

    [SOLVED] Re: HDMI sound

    you can also `lspci` and see if an nvidia or amd sound device is present. Also going into the command line with `alsamixer` to see things there too and fiddle with the settings may help as well
  14. Replies
    30
    Views
    7,526

    [ubuntu] Re: ssh:connection timed out

    Going back to what I was saying concerning ~/.ssh So you're trying to just ssh in there with no password? You'll need to do an ssh key-gen -t rsa (the syntax is close to that) However while I do...
  15. Replies
    30
    Views
    7,526

    [ubuntu] Re: ssh:connection timed out

    Is this the first time you've tried connecting to it? Is port 22 open on the server, netstat command will help there.

    Also do you have ssh keys? Are they in the right place? i.e. ~/.ssh
  16. Replies
    32
    Views
    9,763

    [ubuntu] Re: HDMI audio in nVidia Geforce 9400gt

    Oh! and one last thing, `lspci` gives a list of well pci devices.. and from there my machine will have Audio device: nVidia Corporation.. bla bla (blas are figurative ;) )
  17. Replies
    32
    Views
    9,763

    [ubuntu] Re: HDMI audio in nVidia Geforce 9400gt

    Have you tried opening alsamixer? Going in there you may be able to turn off/on what you need, and indicate the output device and so on.

    Or simple just making sure nvidia drivers are installed,...
  18. Replies
    1
    Views
    10,447

    [ubuntu] Re: How to uninstall Avast Antivirus

    When i remove a package i typically use `sudo apt-get remove --purge (package name)` then sudo apt-get clean, which cleans up local repos of retrieved packages. The lock file in ...
  19. [ubuntu] Re: sudo apt-get --purge remove calligra only removes 73kb not 300mb ?

    I don't know if you've tried it, but trying a apt-get remove then apt-get purge?? I don't know if there is a process for it, it's worked for me a couple of times.
  20. Replies
    8
    Views
    630

    [ubuntu] Re: Help With Tar.Gz Files

    Hey, on a tar.gz file I typically run `tar -xzvf (filename)`

    -x = extract
    -z = decompress
    -v = verbose
    -f = file archive

    Hope this helps
  21. Replies
    4
    Views
    429

    [SOLVED] Re: Square root

    Be forced to use google ;)
  22. [SOLVED] Re: NTFS Mount Denied and cannot be mounted

    Sorry one last thing, try deleting from the mount point from fstab, then doing a mount -a to see if that would perhaps do the trick.
  23. [SOLVED] Re: NTFS Mount Denied and cannot be mounted

    if you `man umount` you should see a couple of options which may help. I want to say -l (lower case 'L') or -f. I believe the -f is force, and the -l is for lazy. I have had instances where the -f...
  24. Replies
    5
    Views
    650

    [ubuntu] Re: Setting up LAMP manually

    I'm going to say that localhost should work, and like said above, localhost should be 127.0.0.1 You may also want to check where the directory is looking by default. such as is it /var/www or a...
  25. Replies
    4
    Views
    458

    [ubuntu] Re: Email Server

    Are you trying to setup your own SMTP server, or do you care if you go through gmail or sendgrid?
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4