LINUX vi TEXT EDITORS
hoe edit je een document in linux command line?
er zijn twee commands: ‘pico’ en ‘vi’…
ik ga verder met vi command.
Ok we gaan document php.ini openen.
volgende command is: ‘vi php.ini’
en nu ben je in document.
De moeilijkste basis onderdeel van vi editor is dat je duidelijk weet wanneer je in input mode bent of in command mode.
In de input mode kun je document wijzigen en in command mode geef je aan of je wilt opslaan of afsluiten enz.
Hoe kom je in Command mode? Toets esc
Hoe kom je in Input mode? Toets a
Ok in input mode heb iets veranderd en nu wil ik opslaan en afsluiten, dan kan ik volgende doen:
esc intoetsen om in command mode te komen;
volgende is: ‘:wq’
ok dat was basis van vi text editor in Linux
Verander php.ini met linux command
Hoe verander ik php.ini met linux command line?
Maak connectie met command line… ik doe het via ssh met putty.exe
enter gebruikersnaam (root) en wachtwoord
en dan intoetsen om locatie van php.ini te vinden: php -i | grep .ini
vervolgens met command ‘vi’ om php.ini te openen en bewerken.
Ben je klaar met bewerken sla het op en exit met ‘ESC-toets ‘en dan typ: ‘:wq’
Om wijzigingen te doen gelden restart apache met: /etc/init.d/httpd restart
Dat was het linux
Linux wachtwoord veranderen in commandline
linux wachtwoord veranderen in commandline gaat als volgt:
open je ssh of direct op je linux met gui en toets in:
passwd
en toets je nieuwe wachttwoord in
Als je voor een user dit wilt doen dan schrijf je:
passwd username
en dan nieuwe user wachtwoord
Ik wil Youtube op mijn website
Ik wil youtube op mijn website, maar met mijn eigen player….
Er zijn programma’s die speciaal daarvoor gemaakt zijn, maar geen enkele vond ik goed. Volgende stap is dus officiele youtube api voor php bekijken,
hier is de link:youtube api met PHP
Speciale characters in html en op mac en windows
Speciale characters in html voor mac en windows… Ik had dit voor Frans nodig, maar hier is de lijst van alle speciale characters:
| HTML Name Code | HTML Number Code | Glyph | MacOS | Windows | Description |
| ‘ | ‘ | ‘ | option – ] | Alt + 0145 | left single quote |
| ’ | ’ | ’ | option – shift – ] | Alt + 0146 | right single quote |
| ‚ | ‚ | ‚ | single low-9 quote | ||
| “ | “ | “ | option – [ | Alt + 0147 | left double quote |
| ” | ” | ” | option - shift - [ | Alt + 0148 | right double quote |
| „ | „ | „ | option - shift - w | double low-9 quote | |
| † | † | † | option - t | Alt + 0134 | dagger |
| ‡ | ‡ | ‡ | option - shift - 7 | Alt + 0135 | double dagger |
| … | … | option - ; | horizontal ellipsis | ||
| ‰ | ‰ | ‰ | option - shift - r | Alt + 0137 | per mill sign |
| ‹ | ‹ | ‹ | option - shift - 3 | Alt + 0139 | single left-pointing angle quote |
| › | › | › | option - shift - 4 | Alt + 0155 | single right-pointing angle quote |
| ♠ | ♠ | ♠ | black spade suit | ||
| ♣ | ♣ | ♣ | black club suit | ||
| ♥ | ♥ | ♥ | black heart suit | ||
| ♦ | ♦ | ♦ | black diamond suit | ||
| ‾ | ‾ | ‾ | overline, = spacing overscore | ||
| ← | ← | ← | leftward arrow | ||
| ↑ | ↑ | ↑ | upward arrow | ||
| → | → | → | rightward arrow | ||
| ↓ | ↓ | ↓ | downward arrow | ||
| ™ | ™ | ™ | option - 2 | Alt + 0153 | trademark sign |
| " | " | " | double quotation mark | ||
| & | & | & | ampersand | ||
| < | < | < | less-than sign | ||
| > | > | > | greater-than sign | ||
| [ | [ | left square bracket | |||
| ] | ] | right square bracket | |||
| – | – | – | option – hyphen | Alt + 0150 | en dash |
| — | — | — | option – shift -hyphen | Alt + 0151 | em dash |
| |   | Alt + 0160 | nonbreaking space | ||
| ¡ | ¡ | ¡ | option – 1 | Alt + 0161 | inverted exclamation |
| ¢ | ¢ | ¢ | option – 4 | Alt + 0162 | cent sign |
| £ | £ | £ | option – 3 | Alt + 0163 | pound sterling |
| ¤ | ¤ | ¤ | Alt + 0164 | general currency sign | |
| ¥ | ¥ | ¥ | option – y | Alt + 0165 | yen sign |
| ¦ or &brkbar; | ¦ | ¦ | Alt + 0166 | broken vertical bar | |
| § | § | § | option – 6 | Alt + 0167 | section sign |
| ¨ or ¨ | ¨ | ¨ | option – shift – u | Alt + 0168 | umlaut |
| © | © | © | option – g | Alt + 0169 | copyright |
| ª | ª | ª | option – 9 | Alt + 0170 | feminine ordinal |
| « | « | « | option – \ | Alt + 0171 | left angle quote |
| ¬ | ¬ | ¬ | option – l | Alt + 0172 | not sign |
| ­ | ­ | | Alt + 0173 | soft hyphen | |
| ® | ® | ® | option – r | Alt + 0174 | registered trademark |
| ¯ or &hibar; | ¯ | ¯ | Alt + 0175 | macron accent | |
| ° | ° | ° | option – shift – 8 | Alt + 0176 | degree sign |
| ± | ± | ± | option – shift – = | Alt + 0177 | plus or minus |
| ² | ² | ² | Alt + 0178 | superscript two | |
| ³ | ³ | ³ | Alt + 0179 | superscript three | |
| ´ | ´ | ´ | option – shift – e | Alt + 0180 | acute accent |
| µ | µ | µ | option – m | Alt + 0181 | micro sign |
| ¶ | ¶ | ¶ | option – 7 | Alt + 0182 | paragraph sign |
| · | · | · | option – shift – 9 | Alt + 0183 | middle dot |
| ¸ | ¸ | ¸ | option – shift – z | Alt + 0184 | cedilla |
| ¹ | ¹ | ¹ | Alt + 0185 | superscript one | |
| º | º | º | option – 0 | Alt + 0186 | masculine ordinal |
| » | » | » | option – shift – \ | Alt + 0187 | right angle quote |
| ¼ | ¼ | ¼ | Alt + 0188 | one-fourth | |
| ½ | ½ | ½ | Alt + 0189 | one-half | |
| ¾ | ¾ | ¾ | Alt + 0190 | three-fourths | |
| ¿ | ¿ | ¿ | option – shift – ? | Alt + 0191 | inverted question mark |
| À | À | À | option – ` A | Alt + 0192 | uppercase A, grave accent |
| Á | Á | Á | option – e A | Alt + 0193 | uppercase A, acute accent |
| Â | Â | Â | option – i A | Alt + 0194 | uppercase A, circumflex accent |
| Ã | Ã | Ã | option – n A | Alt + 0195 | uppercase A, tilde |
| Ä | Ä | Ä | option – u A | Alt + 0196 | uppercase A, umlaut |
| Å | Å | Å | option – shift – a | Alt + 0197 | uppercase A, ring |
| Æ | Æ | Æ | option – shift – ‘ | Alt + 0198 | uppercase AE |
| Ç | Ç | Ç | option – shift – c | Alt + 0199 | uppercase C, cedilla |
| È | È | È | option – ` E | Alt + 0200 | uppercase E, grave accent |
| É | É | É | option – e E | Alt + 0201 | uppercase E, acute accent |
| Ê | Ê | Ê | option – i E | Alt + 0202 | uppercase E, circumflex accent |
| Ë | Ë | Ë | option – u E | Alt + 0203 | uppercase E, umlaut |
| Ì | Ì | Ì | option – ` I | Alt + 0204 | uppercase I, grave accent |
| Í | Í | Í | option – e I | Alt + 0205 | uppercase I, acute accent |
| Î | Î | Î | option – i I | Alt + 0206 | uppercase I, circumflex accent |
| Ï | Ï | Ï | option – u I | Alt + 0207 | uppercase I, umlaut |
| Ð | Ð | Ð | Alt + 0208 | uppercase Eth, Icelandic | |
| Ñ | Ñ | Ñ | option – n N | Alt + 0209 | uppercase N, tilde |
| Ò | Ò | Ò | option – ` O | Alt + 0210 | uppercase O, grave accent |
| Ó | Ó | Ó | option – e O | Alt + 0211 | uppercase O, acute accent |
| Ô | Ô | Ô | option – i O | Alt + 0212 | uppercase O, circumflex accent |
| Õ | Õ | Õ | option – n O | Alt + 0213 | uppercase O, tilde |
| Ö | Ö | Ö | option – u O | Alt + 0214 | uppercase O, umlaut |
| × | × | × | Alt + 0215 | multiplication sign | |
| Ø | Ø | Ø | option – shift – o | Alt + 0216 | uppercase O, slash |
| Ù | Ù | Ù | option – ` U | Alt + 0217 | uppercase U, grave accent |
| Ú | Ú | Ú | option – e U | Alt + 0218 | uppercase U, acute accent |
| Û | Û | Û | option – i U | Alt + 0219 | uppercase U, circumflex accent |
| Ü | Ü | Ü | option – u U | Alt + 0220 | uppercase U, umlaut |
| Ý | Ý | Ý | Alt + 0221 | uppercase Y, acute accent | |
| Þ | Þ | Þ | Alt + 0222 | uppercase THORN, Icelandic | |
| ß | ß | ß | option – s | Alt + 0223 | lowercase sharps, German |
| à | à | à | option – ` a | Alt + 0224 | lowercase a, grave accent |
| á | á | á | option – e a | Alt + 0225 | lowercase a, acute accent |
| â | â | â | option – i a | Alt + 0226 | lowercase a, circumflex accent |
| ã | ã | ã | option – n a | Alt + 0227 | lowercase a, tilde |
| ä | ä | ä | option – u a | Alt + 0228 | lowercase a, umlaut |
| å | å | å | option – a | Alt + 0229 | lowercase a, ring |
| æ | æ | æ | option – ‘ | Alt + 0230 | lowercase ae |
| ç | ç | ç | option – c | Alt + 0231 | lowercase c, cedilla |
| è | è | è | option – ` e | Alt + 0232 | lowercase e, grave accent |
| é | é | é | option – e e | Alt + 0233 | lowercase e, acute accent |
| ê | ê | ê | option – i e | Alt + 0234 | lowercase e, circumflex accent |
| ë | ë | ë | option – u e | Alt + 0235 | lowercase e, umlaut |
| ì | ì | ì | option – ` i | Alt + 0236 | lowercase i, grave accent |
| í | í | í | option – e i | Alt + 0237 | lowercase i, acute accent |
| î | î | î | option – i i | Alt + 0238 | lowercase i, circumflex accent |
| ï | ï | ï | option – u i | Alt + 0239 | lowercase i, umlaut |
| ð | ð | ð | Alt + 0240 | lowercase eth, Icelandic | |
| ñ | ñ | ñ | option – n n | Alt + 0241 | lowercase n, tilde |
| ò | ò | ò | option – ` o | Alt + 0242 | lowercase o, grave accent |
| ó | ó | ó | option – e o | Alt + 0243 | lowercase o, acute accent |
| ô | ô | ô | option – i o | Alt + 0244 | lowercase o, circumflex accent |
| õ | õ | õ | option – n o | Alt + 0245 | lowercase o, tilde |
| ö | ö | ö | option – u o | Alt + 0246 | lowercase o, umlaut |
| ÷ | ÷ | ÷ | Alt + 0247 | division sign | |
| ø | ø | ø | option – o | Alt + 0248 | lowercase o, slash |
| ù | ù | ù | option – ` u | Alt + 0249 | lowercase u, grave accent |
| ú | ú | ú | option – e u | Alt + 0250 | lowercase u, acute accent |
| û | û | û | option – i u | Alt + 0251 | lowercase u, circumflex accent |
| ü | ü | ü | option – u u | Alt + 0252 | lowercase u, umlaut |
| ý | ý | ý | Alt + 0253 | lowercase y, acute accent | |
| þ | þ | þ | Alt + 0254 | lowercase thorn, Icelandic | |
| ÿ | ÿ | ÿ | option – u y | Alt + 0255 | lowercase y, umlaut |
WordPress sociale netwerk software?
WordPress sociaal netwerk software? Een plugin installeren en kleine facebook heb je met wordpress…
Vrienden kunnen met elkaar praten, chatten, elkaar mailen, groepen maken, blogs, forums enz…
link: http://buddypress.org/
Flex en Eclipse
Flex is niet gratis…hmmm het kan anders met Flex SDK en eclippse…
op de volgende link is een goede uitleg te vinden http://blog.wezside.co.za/posts/eclipseFDTGuide/EclipseFDTGuide.pdf



