Forum Replies Created
-
AuthorPosts
-
RSt
ParticipantI 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?
June 8, 2007 at 1:53 pm in reply to: Creating Executable Shell Scripts – beginners guide please! #369270RSt
ParticipantI 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!
RSt
ParticipantYes, you’re right, is there something I can do?
Should I upgrade SquirrelMail?
Thanks for any help,
RSt
ParticipantI 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.moPlacez 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 hostDans 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.phpFormats de dates et heure : j F, Y et G:i
-
AuthorPosts
Recent Comments