PHP Warning: Module ‘modulename’ already loaded in Unknown on line 0
This page describes how to resolve the following PHP warning: PHP Warning: Module ‘modulename’ already loaded in Unknown on line 0
# ~/.bashrc: executed by bash(1) for non-login shells.# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)# for examples# If not running interactively, don't do anything[ -z "$PS1"]&&return# -----------...
# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias ~="cd ~" # `cd` is probably faster to type though
alias -- -="cd -"
# ---------------...
<!--[if gte IE 6]> pour IE 6.0 et version plus récentes <![endif]--><!--[if IE 5.0]> pour IE 5.0 <![endif]--><!--[if IE 5.5000]> pour IE 5.5 <![endif]--><!--[if IE 6]> pour IE 6.0 <...