Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [SOLVED] Re: 404 fail when trying to access http://localhost/info.php after setting up LAMP

    Not at all. Glad it's working now.
  2. [SOLVED] Re: 404 fail when trying to access http://localhost/info.php after setting up LAMP

    Yep, the name of the file is pretty important with this stuff.

    If you rename "index.php.orig" to index.php then your WordPress installation should bounce back to life when you hit http://localhost...
  3. [SOLVED] Re: 404 fail when trying to access http://localhost/info.php after setting up LAMP

    That's strange then. What happens if you rename the WordPress index.php and rename your file to index.php



    cd /var/www/html
    mv index.php index.php.orig # rename index.php to index.php.orig...
  4. [SOLVED] Re: 404 fail when trying to access http://localhost/info.php after setting up LAMP

    Is that info.php in the same place as your Wordpress installation or are the files for that in another folder?
  5. Re: My fairly new hard disk is showing bad sectors, what to do ?

    I had the same thing and my disk went about 3 months after the warranty expired. I'd replace the disk, especially if you are still in warranty. Better to be safe than sorry. Bad blocks don't...
  6. Replies
    6
    Views
    381

    [ubuntu] Re: Setup.sh impossible situation

    You could do something a little more rustic using find:


    find /var/lock -type -f -name setup.sh.o
  7. Replies
    5
    Views
    441

    [ubuntu] Re: Mount NTFS drive in ESXI Ubuntu Desktop

    Nightmare. A quick google seems to suggest that you can use your NTFS drives by doing some Raw Device Mapping. Depending on what you read and how you do it seems to depend on whether or not it is...
  8. Replies
    5
    Views
    441

    [ubuntu] Re: Mount NTFS drive in ESXI Ubuntu Desktop

    Hello and welcome to the forums! There are couple of pretty good guides for going about mounting NTFS drive in Ubuntu. One of them is even written by the friendly folk over at Plex. Take a look at...
  9. Replies
    3
    Views
    455

    Re: Changing software UI design

    I don't use it and so don't know if you can even change the UI for that application but the best place to start would be to download a copy of the source code.
  10. Replies
    7
    Views
    445

    [SOLVED] Re: Getting text only on /wp-admin

    Yep, but try getting rid of the AddType and AddHandler directives. You shouldn't need them in a LAMP installation.
  11. Replies
    7
    Views
    445

    [SOLVED] Re: Getting text only on /wp-admin

    Do you have a regular LAMP installation? If so then you shouldn't need the handler lines in that file.
    For the memory increase, try the following



    <IfModule mod_php5.c>
    php_value memory_limit...
  12. Replies
    7
    Views
    445

    [SOLVED] Re: Getting text only on /wp-admin

    Can you share your .htaccess?
  13. Re: Going from JBOD to RAID 5 - input/advice, please?

    Hey, I looked into to doing something similar a while back (though at the moment I still haven't set everything up and am still running JBOD). As part of my research for that I read an article when I...
  14. Replies
    2
    Views
    404

    [ubuntu] Re: installing users-admin 14.04.2 LTS

    I know that sometimes GUI apps can be funny about being launched via sudo. Have you tried launching the application using gksudo?


    gksudo users-admin
  15. [ubuntu] Re: Samba restrict access too certain sub-directory

    Nope, that should hide them. If you were to use the "hide files" option then I believe that you would see the behaviour that you suggest (though the icon would be transparent as if it was a hidden...
  16. [ubuntu] Re: Samba restrict access too certain sub-directory

    Welcome to the Forum! The below code does what you need, but you need to make sure that the server side permissions match what you want to see in samba:



    [share]
    valid users = user1 user2...
  17. [server] Re: Apache downloading PHP files instead of rendering them after uddate form php 5.3.

    You *should* be able to do this in 3 simple steps. Load the PHP Module, add the application type, and match file types to applications types (all in http.conf)


    LoadModule php5_module

    AddType...
  18. [SOLVED] Re: Can't Post Files to /var/www using Filezilla via SFTP on 14.04

    I have my site code under my username and group (Chris:Chris) with only read permission to other. In the past I found that if files and folders were owned or write able by the www-data user then they...
  19. [SOLVED] Re: Deny ldap users the abitiy to log-in to the physical machine locally?

    Also, sorry, no idea about how do the above on a per-group basis!
  20. [SOLVED] Re: Deny ldap users the abitiy to log-in to the physical machine locally?

    That is the expected behaviour. You have technically authenticated successfully, but as you have don't have a real shell (/bin/false) a session can't be started and you are logged out.

    It may be...
  21. [SOLVED] Re: Deny ldap users the abitiy to log-in to the physical machine locally?

    I found this post which suggests that you could edit /etc/ldap.conf with the below line to file which would override the shell value stored in LDAP for just that particular machine:

    ...
  22. Re: Looking for some guidance to secure a new server

    Suggest you also look at putting denyhosts on there. Its available in the repos.
  23. [SOLVED] Re: Deny ldap users the abitiy to log-in to the physical machine locally?

    Could you change the LDAP users shell to be /bin/false. This I think should prevent people from being able to login to the system but should allow authentication for NFS and other services to happen....
  24. Re: ddclient is not sending my current IP address to OpenDNS

    Yeah, I'm not sure that answer is helpful in your case. That line was supposed to be placed in the file "/etc/dhcp3/dhclient.conf" not in your ddclient configuration file. I would remove it and try...
  25. [SOLVED] Re: Command to install missing language packages.

    Yes, this is possible. To check what packages are in a language pack you can run:


    check-language-support -l {code}

    For example, French:


    chris@q2server:~$ check-language-support -l fr...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4