Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: SFTP #371642
    RSt
    Participant

    I followed Brad instructions although it was for 10.4.2 and my server is 10.4.11.

    http://www.schwie.com/brad/macosxsftpchroot/

    I can’t log in SFTP but FTP still work. That mean I can leave SSH access on for administration and telnet purpose without leaving my server open for my sftp users.

    Did you find something esle?

    RSt
    Participant

    I don’t know if it’s what’s you’re looking for. Recently I wanted to save two commands in a double-clickable file on my desktop.

    I found a little hint on a site and in the terminal, you can save as a command,

    Everytime I change a virtual mail alias, I have to type two actions :

    Terminal > sudo postmap /etc/postfix/virtual and Terminal > sudo postfix reload

    Now, they are dbl-clickable on my desktop.

    But what I’m really looking for, it’s a terminal plug in or something (very very stable) that can save my commands I’m using often. I tried Clix, but it’s not really the thing I’m looking for. Terminalicious was promessing but we can’t save commands, just recall recent command 🙁

    Hope I could help, keep us posted on your discoveries!

    in reply to: SquirrelMail 1.4.5 – Error when sending msg #369269
    RSt
    Participant

    Yes, you’re right, is there something I can do?

    Should I upgrade SquirrelMail?

    Thanks for any help,

    in reply to: A better blog service? #369157
    RSt
    Participant

    I did not know Blojsom until I saw this thread. When I came to choose a Blog engine, I choose WordPress. Here is my recipe to install it for my French speaking domains. If it can help someone I could translate it in English.

    -=-=-=-=-=-

    Procédure pour installer WordPress pour faire un Blog

    Télécharger le zip sur le site de WordPress.org
    Télécharger le codex français http://codex.wordpress.org/WordPress_Localization et placez-le dans /domaine.ext/wordpress/wp-includes/languages/fr_FR.mo

    Placez le dossier “wordpress” dans le dossier du site.
    Avec CocoaMySQL
    CrĂ©er un database nommĂ©e “wp-nomcourt”
    Dans la table mysql > user, crĂ©er un usagĂ© nomcourt avec la commande : “INSERT INTO user (User, Password) Values (‘nomcourt’, PASSWORD(‘1234’))” et ajouter localhost dans host

    Dans la table mysql > db créer une entrée. Champ Db = wp-nomcourt et User = nomcourt

    Éditez le fichier texte “wordpress/wp-config-sample.php” pour spĂ©cifier le DB_NAME, DB_USER, DB_PASSWORD et “define (‘WPLANG’, ‘fr_FR’);” .
    Enregistrer le sous “wp-config.php”

    Redémarrer le service MySQL

    Vous ĂȘtes maintenant prĂȘt!
    http://www.domaine.ext/wordpress/wp-admin/install.php

    Formats de dates et heure : j F, Y et G:i

Viewing 4 posts - 1 through 4 (of 4 total)