Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds.

  1. Re: HowTo: Setup Ubuntu Desktop with LVM Partitions

    I agree about the possible overhead and the reason why I suggested it was for possible extending of the swap if you don't know much you needed (mostly for laptop usage). I will update that part to...
  2. Replies
    7
    Views
    17,210

    [SOLVED] Re: Apache, port 443 working, port 80 not

    If that's what you think, it wouldn't hurt to watch the log files on your Apache server. I would just do the following command to watch the error log file while you are trying to connect to port 80:...
  3. Replies
    7
    Views
    17,210

    [SOLVED] Re: Apache, port 443 working, port 80 not

    When looking over the conf files again, I was curious if you use any .htaccess files in either /var/ or /var/www/? I noticed that the port 80 conf file had AllowOverride set to 'all' which means that...
  4. Replies
    7
    Views
    17,210

    [SOLVED] Re: Apache, port 443 working, port 80 not

    When looking over the conf files, nothing looks out of place but if I was trying to troubleshoot this myself, I would make sure to do the following:


    Check IPTables (if applicable)
    Network...
  5. Replies
    20
    Views
    15,689

    [SOLVED] Re: Mapping a Remote Network Drive

    Have you tried to make your Windows machine share out a folder on your Windows machine then mounting it to the Linux server?

    I don't know were your server is to your client but if I was doing this...
  6. Replies
    2
    Views
    3,395

    [ubuntu] Re: Fetchmail and Gmail

    Just want to share this bit of information about fetchmail and Google Mail:

    http://www.fetchmail.info/fetchmail-FAQ.html#I9

    Just want to make sure before moving on with helping you that...
  7. Replies
    5
    Views
    1,427

    [all variants] Re: FFMPEG Not Found

    Since Wordpress used the php web language, did you install the php extention for ffmpeg?


    sudo apt-cache search php5-ffmpeg


    If you just download the package called 'ffmpeg', its not used for...
  8. Replies
    2
    Views
    6,718

    [SOLVED] Re: cannot locate "libgd-perl" to install

    I don't think the name 'libgd-perl' isn't being used anymore and I believe its been replaced with the name 'libgd-gd2-perl'. The package you are talking about hasn't been in use since Ubuntu Breezy...
  9. Replies
    4
    Views
    2,070

    [SOLVED] Re: rsyslog remote logging question

    When you say 'internal server', do you mean another server outside of the box that is collecting the iptables logs?

    If so, you just need to add something like this to your rsyslog.conf file:

    ...
  10. Replies
    3
    Views
    756

    [ubuntu] Re: Dynamic mount of Active Directory Share

    I haven't used it for SAMBA shares before but have you heard of a service called 'autofs'. I used it with NFS based mounting from a linux server to a linux client but it looks like after reading the...
  11. Replies
    4
    Views
    887

    [ubuntu] Re: 2 SSH Questions

    To go off @koenn on the 'port selection' part, I wouldn't use a port that is already reserved for another service (even if you aren't going to use it).

    I would consult the good old /etc/services...
  12. Replies
    6
    Views
    1,424

    [ubuntu] Re: How to trim server start up services?

    The command 'update-rc.d' command isn't that complicated. You just need to know your services a bit more before using it.

    For example:

    I would like to disable my apache2 service so to complete...
  13. Replies
    4
    Views
    2,070

    [SOLVED] Re: rsyslog remote logging question

    My first question is:

    Did you enable logging for iptables?

    To do that, you just need to add this line near the end of the iptables list (just above your last iptables statement that might be...
  14. Replies
    6
    Views
    3,231

    [SOLVED] Re: Unable to apt-get,

    Its an older doc but it should be able to help you with that question about upgrading from Karmic to Lucid:

    https://help.ubuntu.com/community/LucidUpgrades#Upgrade_from_9.10_to_10.04_LTS
  15. Replies
    6
    Views
    3,231

    [SOLVED] Re: Unable to apt-get,

    The problem you are getting is probably because Ubuntu 9.10 isn't supported any more as shown here: http://en.wikipedia.org/wiki/Ubuntu_(operating_system)#Releases

    It would be wise to move it to...
  16. Replies
    2
    Views
    520

    [ubuntu] Re: password protecting for apache 2

    I'm kind of confused about this question but I will give it a shot.

    If you want to know more about apache 2, then I would look at the apache 2 documentation from their website for more...
  17. Replies
    17
    Views
    5,090

    [SOLVED] Re: Permission problems with some dirs in ~/

    i would look at that but what about the hierarchy is for ~/Downloads

    If you did the following command


    ll -d ~/Downloads && ll ~/Downloads

    What do you get?

    Just from what you said in...
  18. Replies
    22
    Views
    1,799

    [ubuntu] Re: Monitoring LDAP Users

    +1 on this suggestion
  19. Replies
    9
    Views
    2,935

    [ubuntu] Re: How to change MySQL to start manually?

    If you do the following command, does anything come up:


    ll /etc/rc*.d/ | grep -i "mysql"

    If something comes up like SXXmysql -> ../init.d/mysql, then my command should work but I misspelled...
  20. Replies
    3
    Views
    922

    [ubuntu] Re: access shell via ssh using root

    Just to add on to @drmrgd comments, you can always access the account 'root' but you just need to use 'sudo' to do so. I wouldn't recommend it unless you are stuck and you know what you are doing...
  21. Replies
    3
    Views
    1,123

    [ubuntu] Re: Dell PowerEdge R310 Integrated NIC

    If you want to have one IP address with two NICs, you will probably have to 'bond' the NICs together:

    https://help.ubuntu.com/community/UbuntuBonding

    Quote from the site about what 'bonding'...
  22. [ubuntu] Re: amazon mp3 downloader - dependency not satisfiable

    When you said 'install amazon's mp3 downloader', did you mean this link: http://www.amazon.com/gp/dmusic/help/amd.html

    If you are, it seems that Amazon hasn't updated those packages in some time...
  23. Replies
    6
    Views
    1,962

    [ubuntu] Re: Dell PowerEdge?

    If the motherboard has on-board SATA ports for you to plug in the hard drives, I don't see why not. It really depends on the motherboard and if it depends on a RAID controller or it also has it on...
  24. Replies
    6
    Views
    1,962

    [ubuntu] Re: Dell PowerEdge?

    I don't know the answer personally but I would assume you can't since the PERC Ultra320 (the RAID controller for the server) will be controlling how the operating system will see the drives.

    When...
  25. Replies
    6
    Views
    1,962

    [ubuntu] Re: Dell PowerEdge?

    All the specs that I see on your post look good.

    One problem I see when purchasing PowerEdge servers is the RAID controller. Does this SC1420 talk about a RAID controller?

    I did a quick search...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4