Skip to content

Commit

Permalink
copied the contents of brice.loustau.eu (except videos) into github r…
Browse files Browse the repository at this point in the history
…epo directory
  • Loading branch information
seub committed May 19, 2021
0 parents commit fb6e1ee
Show file tree
Hide file tree
Showing 516 changed files with 80,175 additions and 0 deletions.
Binary file added IMPA/Instructions IMPA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions IMPA/Instructions IMPA.txt
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
20 changes: 20 additions & 0 deletions IMPA/index.html
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>


11 changes: 11 additions & 0 deletions Instructions Dreamhost.txt
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/
8 changes: 8 additions & 0 deletions Instructions Force refresh.txt
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>
12 changes: 12 additions & 0 deletions Instructions testing website local.txt
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
Binary file added Rutgers/AAHTT/gearbanner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb6e1ee

Please sign in to comment.