-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copied the contents of brice.loustau.eu (except videos) into github r…
…epo directory
- Loading branch information
0 parents
commit fb6e1ee
Showing
516 changed files
with
80,175 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SE CONNECTER AU WEBMAIL IMPA | ||
https://webmail.impa.br/imp/login.php | ||
Login: loustau | ||
Mot de passe: plokij | ||
|
||
Dans le menu de gauche: Paramétrage du compte/Gestionnaire de fichier/sites |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8 /> | ||
<meta name="description" content="Brice Loustau" /> | ||
<title>Brice Loustau</title> | ||
<link rel="stylesheet" href="/css/style.css" type="text/css" /> | ||
<meta http-equiv="refresh" content="0;url=http://www.brice.loustau.eu/indexen.html"> | ||
<script type="text/javascript"> | ||
window.location.href = "http://www.brice.loustau.eu/indexen.html" | ||
</script> | ||
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
</head> | ||
<body> | ||
<p>If you are not redirected automatically, follow <a href='http://www.brice.loustau.eu/indexen.html'>this link</a></p>. | ||
</body> | ||
</html> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CONNECT TO DREAMHOST VIA SSH | ||
ssh [email protected] | ||
(loustau = user, password = see keepass) | ||
|
||
synchronise files from source (local) to server (remote): | ||
rsync -avh /home/brice/Dropbox/Informatique/Websites/brice.loustau.eu/ [email protected]:~/brice.loustau.eu/ --delete | ||
|
||
SET PERMISSIONS: | ||
1. connect to ssh (see above) | ||
2. chmod 755 brice.loustau.eu, chmod 644 brice.loustau.eu/index.html etc, chmod 755 brice.loustau.eu/ressources/, chmod 644 brice.loustau.eu/ressources/image.png etc etc | ||
3. bourrin: chmod -R 755 brice.loustau.eu/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
In the folder containing the HTML file we want to force refresh, create a .htaccess file containing: | ||
|
||
|
||
<IfModule mod_headers.c> | ||
Header set Cache-Control "no-cache, no-store, must-revalidate" | ||
Header set Pragma "no-cache" | ||
Header set Expires 0 | ||
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
|
||
https://stackoverflow.com/questions/32260798/set-absolute-path-for-root-directory-in-html-on-local-filesystem | ||
|
||
|
||
run | ||
python -m SimpleHTTPServer | ||
from the command line at your web root, and it will serve your site at localhost:8000 | ||
|
||
for Python 3: | ||
python3 -m http.server |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.