Ecole des Mines de Gardanne : les bases du Web – optimisation – sécurité
Ecole des Mines de Gardanne : après cette journée passée de cours voici, à la demande de plusieurs élèves, les cours
Tout ce qui concerne le développement en général, que ce soit des choses générales, ou des choses bien précises. Cela va de la gestion de projet à la recherche du fonctionnement de pointeurs en C.
Ecole des Mines de Gardanne : après cette journée passée de cours voici, à la demande de plusieurs élèves, les cours
Je partage mon fichier de configuration de vim, si vous avez des suggestions, n’hésitez pas :
set nocompatible set nocompatible filetype plugin on syntax enable set ignorecase set paste set ruler set modeline set showcmd set nowrap set textwidth=0 set wrapmargin=0 let g:leave_my_textwidth_alone=1 set expandtab set autoindent set smartindent set softtabstop=4 set tabstop=4 " Dans un fichier php, lorsqu'on tape {<CR> alors " il fait l'indentation automatique set shiftwidth=4 set number colorscheme desert colorscheme torte colorscheme zellner set vb t_vb= set backup set backupdir=~/.vim/backup set directory=~/.vim/tmp set fileencodings=utf-8,ucs-bom,default,latin1 set scrolloff=5 set scrolloff=15 set undolevels=1000 nmap ;bw :. w! ~/.vimxfer<CR> nmap ;br :r ~/.vimxfer<CR> nmap ;ba :. w! >>~/.vimxfer<CR> " Pour la macro gset, après j'utilise F3 : " ça sert à transformer les trucs du genre : " - @return string le nom ajouté ... " par : " - @return string Nom ajouté ... map <F3> ^3w/ [a-zA-Z]<CR><RIGHT>v/\( \\|'\)<CR>xvU " Macro qui réindente le bloc courant d'une seule tab à droite : map <F4> Vi{9<lt>Vi{> " Tell vim to remember certain things when we exit " '10 : marks will be remembered for up to 10 previously edited files " "100 : will save up to 100 lines for each register " :20 : up to 20 lines of command-line history will be remembered " % : saves and restores the buffer list " n... : where to save the viminfo files set viminfo='10,\"100,:20,%,n~/.viminfo " when we reload, tell vim to restore the cursor to the saved position augroup JumpCursorOnEdit au! autocmd BufReadPost * \ if expand("<afile>:p:h") !=? $TEMP | \ if line("'\"") > 1 && line("'\"") <= line("$") | \ let JumpCursorOnEdit_foo = line("'\"") | \ let b:doopenfold = 1 | \ if (foldlevel(JumpCursorOnEdit_foo) > foldlevel(JumpCursorOnEdit_foo - 1)) | \ let JumpCursorOnEdit_foo = JumpCursorOnEdit_foo - 1 | \ let b:doopenfold = 2 | \ endif | \ exe JumpCursorOnEdit_foo | \ endif | \ endif " Need to postpone using "zv" until after reading the modelines. autocmd BufWinEnter * \ if exists("b:doopenfold") | \ exe "normal zv" | \ if(b:doopenfold > 1) | \ exe "+".1 | \ endif | \ unlet b:doopenfold | \ endif augroup END set backspace=2 inoremap <silent> <Bar> <Bar><Esc>:call <SID>align()<CR>a function! s:align() let p = '^\s*|\s.*\s|\s*$' if exists(':Tabularize') && getline('.') =~# '^\s*|' && (getline(line('.')-1) =~# p || getline(line('.')+1) =~# p) let column = strlen(substitute(getline('.')[0:col('.')],'[^|]','','g')) let position = strlen(matchstr(getline('.')[0:col('.')],'.*|\s*\zs.*')) Tabularize/|/l1 normal! 0 call search(repeat('[^|]*|',column).'\s\{-\}'.repeat('.',position),'ce',line('.')) endif endfunction autocmd BufNewFile * silent! 0r ~/.vim/templates/%:e.tpl autocmd BufNewFile *.php call search('w', '', line("w$")) autocmd BufNewFile,BufRead *.vhost.conf set filetype=apache autocmd BufNewFile,BufRead *.json set filetype=yaml let g:snips_author='Olivier Pons' let g:snips_author_email='olivier.pons@gmail.com' " ---------------------------------------- " Smarty syntax highlighter / Rappel il est dans ~/.vim/syntax " Pris ici http://www.vim.org/scripts/script.php?script_id=1798 : autocmd BufRead,BufNewFile *.tpl set filetype=smarty " ---------------------------------------- " Truc de Stackoverflow : si ouverture d'un fichier htm(l) alors " verifier s'il y a {* *} ou {(alphanum) $xx (alphanum)} " et si c'est le cas appliquer la syntaxe Smarty (au dessus) autocmd BufNewFile,BufRead *.htm call s:CheckForSmarty() autocmd BufNewFile,BufRead *.html call s:CheckForSmarty() function! s:CheckForSmarty() for n in range(1, line('$')) "if n > 100 " return "endif let line = getline(n) if line =~ '{.*$\k\+}' || line =~ '{\*.*\*}' set filetype=smarty return endif endfor endfunction " (!) Ultra important sinon *tous* les mappings sont désactivés : set nopaste " Code will highlight trailing whitespace in red: highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ "highlight OverLength ctermbg=red ctermfg=white guibg=#592929 "match OverLength /\%>80v.\+/ set textwidth=80 set colorcolumn=+1 highlight ColorColumn ctermbg=8 highlight Folded term=standout ctermfg=216 guifg=1 guibg=2 ctermbg=8 " Raccourci : F7 = ouvrir le fichier sous le curseur, F8 = ouvrir en vsplit : :nnoremap <F8> :vertical wincmd f<CR> :nnoremap <F7> :wincmd f<CR>
sudo apt-get install ia32-libs sudo dpkg -i --force-all hl5380dnlpr-2.0.3-1.i386.deb sudo dpkg -i --force-all cupswrapperHL5380DN-2.0.4-1.i386.deb olivier@olivier-desktop ~/Bureau # dpkg -l | grep Brother ii cupswrapperhl5380dn 2.0.4-1 Brother HL5380DN CUPS wrapper driver ii hl5380dnlpr 2.0.3-1 Brother HL-5380DN LPR driver
Aller ici:
http://localhost:631/printers
Cliquer sur « Modify Printer » and set following parameters.
- "LPD/LPR Host or Printer" or "AppSocket/HP JetDirect" for Device - lpd://(Your printer's IP address)/binary_p1 for Device URI - Brother for Make/Manufacturer Selection - Your printer's name for Model/Driver Selection
Dans mon cas :
Description : HL5380DN Emplacement : 192.168.1.138 URI du périphérique : lpd://192.168.1.138/binary_p1
J’ai eu l’information ici : http://cygwin.com/cygwin-ug-net/using-utils.html#mount
Faire un mount permanent :
Editer le fichier /etc/fstab
Y ajouter le lien vers le répertoire qui a des espaces :
"C:/mon projet/mon sous projet" /monprojetmonsousprojet ntfs binary,posix=0,user,noumount,auto
Lancer un nouveau shell pour que le "mount" soit fait automatiquement
Voici le lien vers le cours complet d’initiation à la programmation côté serveur d’un site Internet :
Si, comme moi, vous voulez mettre de la couleur sur la ligne entière, en CSS, vous risquez de perdre pas mal de temps, parce que cela ne fonctionnera jamais « simplement ».
Voici une aide qui pourra certainement vous en faire gagner – du temps. Il faut connaître la propriété « border-collapse ».
Solution qui fonctionne :
$('table') .css('border-collapse', 'collapse') .find('tr') .css({'border':'1px solid green'});
J’espère vous avoir fait gagner du temps !
Terminer l’appel à la déconnexion en AJAX
$(document).ready(function () { $('div[role="navigation"]') .find('form') .submit(function () { $(this).fadeOut(function() { $.ajax({ url: $(this).attr('action'), method: $(this).attr('method'), params: $(this).serialize() }) .done(function (data) { if (data.success) { /* montrer le bouton de déconnexion */ } else { /* montrer un message d'erreur (PAS alert) et * remontrer la form de connexion */ } }) .error(function () { alert('Erreur'); }); }); return false; }); });
Comment changer la vitesse du clavier, et cela pour toujours (c’est à dire même après un reboot, ça fonctionne toujours) :
Pour rendre la configuration clavier permanente sur le terminal, éditer /etc/kbd/config
et y mettre cette vitesse (enfin, c’est ma vitesse de clavier) :
xset r rate 170 120
Pour que cela fonctionne aussi partout et pas que dans les terminaux, editez ce fichier /etc/xdg/lxsession/LXDE/autostart
et ajoutez y le même code :
xset r rate 170 120
Merci pour le lien ici.
Pour rappel rapide, l’utilisation est extrêmement simple : un simple include JavaScript de google code prettifier (je vous laisse le chercher et le faire), puis l’utilisation : au lieu d’écrire de simples balises <code></code> ou <pre></pre>, ajoutez-y la classe prettyprint
comme ceci :
<code class="prettyprint">Mon code</code>
Et vous passerez d’un code tel que :
alert("Bonjour");
…à :
alert("Bonjour");
Mais le seul hic c’est que le JavaScript de google « essaie » de deviner ce qu’il y a entre dans le code pour le mettre en couleur. Parfois il ne trouve pas et donc ne colore pas la syntaxe, ou pire, il se trompe (sur de très courts morceaux de code c’est normal). Il vous suffit de préciser de quel type de code il s’agit.
<pre class="prettyprint lang-js">var t=12;</pre>
var t=12;
<pre class="prettyprint lang-sh">echo "$MAVAR ok"</pre>
echo "$MAVAR ok"
lang-c
lang-cc
lang-coffee
lang-cs
lang-css
lang-el
lang-erlang
lang-go
lang-hs
lang-html
lang-java
lang-js
lang-lua
lang-ml
lang-proto
lang-py
lang-scala
lang-sh
lang-sql
lang-vb
lang-vhdl
lang-wiki
lang-yaml
Voici tous les mots clés les plus essayés afin de trouver des failles sur mes sites Web
123flashchat.php | 99billdo.php | abf_js.php | aboutinfo.php |
about.php | account.php | acc.php | add.cgi.php |
add_link.php | addpost_newpoll.php | addressbook.php | add_rss.php |
addsite.php | addvip.php | ad_main.php | adminhead.php |
admin.loudmouth.php | admin.php | agenda2.php3 | agenda.php3 |
ains_main.php | ajouter.php | akocomments.php | annonce.php |
announcements.php | anzagien.php | api.php | archive.php |
artlist.php | athena.php | auth.cookie.inc.php | authenticate.php |
auth.header.inc.php | auth.sessions.inc.php | auto_check_renewals.php | autoindex.php |
b2verifauth.php | bb_admin.php | BE_config.php | bild.php |
bingoserver.php3 | block.php | bp_ncom.php | bp_news.php |
buddy.php | builddb.php | calcul-page.php | calendar.php |
cal.func.php | cart_content.php | cart.php | catalogshop.php |
challenge.php | change_preferences2.php | chat.php | checkout.php |
CheckUpload.php | ch_readalso.php | circ.php | classified.php |
classified_right.php | class.mysql.php | clearinfo.php | clear.php |
click.php | client.php | cls_fast_template.php | cn_config.php |
comments.php | common.inc.php | common.php | config.inc.php |
config.inc.php3 | config.php | configuration.php | configuration.php.bak |
configuration.php.old | confirmUnsubscription.php | conf.php | connect.php |
connexion.php | contacts.php | content.php | convert-date.php |
corpo.php | CoupleDB.php | cp2.php | crea.php |
create_file.php | creat_news_all.php | cron.php | cross.php |
custom_vars.php | datei.php | debugger.php | defaults_setup.php |
defines.php | depouilg.php3 | development.php | dfcode.php |
dialog.php | digg.php | direct.php | displayCategory.php |
display.php | dix.php3 | dosearch.php | download.php |
dp_logs.php | editor.php | edit.php | editprofile.php |
editsite.php | email_subscribe.php | environment.php | errors.php |
es_custom_menu.php | es_desp.php | eshow.php | es_offer.php |
eventcal2.php.php | event.php | eventscroller.php | examplefile.php |
example.php | ezusermanager_pwd_forgott.php | faq.php | fcring.php |
feed.php | Flickrclient.php | fonctions_racine.php | footer.inc.php |
footer.php | form.php | forum.php | frame.php |
ftp.php | function.inc.php | function.php | functions_mod_user.php |
functions.php | fusebox5.php | galerie.php | games.php |
genepi.php | generate.php | gen_m3u.php | getpage.php |
get_session_vars.php | global.php | graph.php | gruppen.php |
header.inc.php | header.php | head.php | hello_sir.php |
helperfunction.php | help.php | help_text_vars.php | hioxBannerRotate.php |
hioxRandomAd.php | hioxstats.php | hioxupdate.php | home1.php |
home2.php | home.php | hsList.php | iframe.php |
i_head.php | image.php | importinfo.php | import.php |
i_nav.php | inc_group.php | include.php | inc_manager.php |
inc_newgroup.php.php | inc_smb_conf.php | inc_user.php | index1.php |
index2.php | indexinfo.php | indexk.php | index.php |
index.php3 | info.php | inhalt.php | initialize.php |
initiate.php | init.php | in.php | install.php |
ip.inc.php | joinus.php | jscript.php | latestposts.php |
latex.php | lib.editor.inc.php | libsecure.php | license.php |
linkadmin.php | link_main.php | list.php | ListRecords.php |
loader.php | load_lang.php | load_phplib.php | login.php |
login.php3 | log.php | maguz.php | main.inc.php |
mainpage.php | main.php | main_prepend.php | mamboleto.php |
manage_songs.php | master.php | mcf.php | member.php |
members_help.php | menu.php | menu.php3 | middle.php |
migrateNE2toNE3.php | minica_down.php | mini-pub.php | mitglieder.php |
MOD_forum_fields_parse.php | modules.php | movie_cls.php | msDb.php |
mysave.php | naboard_pnr.php | network_module_selector.php | newsadmin.php |
newsarchive.php | news.php | newticket.php | noticias.php |
nukebrowser.php | online.php | owimg.php3 | page.php |
param_editor.php | photo_comment.php | php121db.php | php4you.php |
phpCards.header.php | phphtml.php | php-include-robotsservices.php | phpMyChat.php3 |
phpunity-postcard.php | ping.php | playlist.php | plus.php |
p-news.php | pollvote.php | pop.php | popup_window.php |
portfolio.php | port.php | prepare.php | prepend.php |
preview.php | principal.php | print.php | process.php |
profil.php | protection.php | qte_web.php | quickie.php |
quick_reply.php | random2.php | rdf.php | reactivate.php |
readmore.php | read.php | recent.php | rechnung.php |
reconfig.php | redirect.php | register.php | releasenote.php |
rempass.php | report.php | reset.php | robotstats.inc.php |
rpc.php | rss2.php | rss.php | run.php |
s01.php | s02.php | s03.php | s04.php |
save.php | saveserver.php | searchbot.php | search.php |
search_wA.php | self_adherent.php | services.php | settings.php |
settings_sql.php | shopping_cart.php | shoutbox.php | show_archives.php |
show.php | signin.php | sinagb.php | sinapis.php |
sitemap.xml.php | slogin_lib.inc.php | smarty.php | smilies.php |
social_game_play.php | song.php | source.php | spellcheckwindowframeset.php |
start.php | stats.php | stphpapplication.php | stphpbtnimage.php |
stphpform.php | strload.php | str.php | styles.php |
submit_abuse.php | submit_comment.php | subscp.php | tags.php |
taxonservice.php | template_csv.php | template.php | themes.php |
thumbnail.php | timedifference.php | toolbar.loudmouth.php | toplist.php |
top.php | track.php | ubbt.inc.php | unavailable.php |
unsubs.php | upload_local.php | upload_multi.php | upload.php |
up.php | user_language.php | user_new_2.php | user.php |
validate.php | viewforum.php | view_func.php | view.php |
viewtopic.php | visible_count_inc.php | visitor.php | volume.php |
votebox.php | vote.php | warn.php | war.php |
watermark.php | window.php | worldpay_notify.php | wp-cache-phase1.php |
wp-config.bak.php | wp-config.php | wp-config.php.bak | wp-config.php.old |
wp-login.php | wptable-tinymce.php | xarg_corner_bottom.php | xarg_corner.php |
xarg_corner_top.php | xmlrpc.php | xt_counter.php | zipndownload.php |