This file contains hidden or 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
| Best Distro: SystemRescueCd: SystemRescueCd_Homepage | |
| Fix MBR Windows HDD | |
| ------------------- | |
| - http://tips.mistergeek.com/87 | |
| - sudo ms-sys -m /dev/<YOUR_HDD> |
This file contains hidden or 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
| Fehler finden, der im Typoscript-Objectbrowser angezeigt wird | |
| ------------------------------------------------------------- | |
| Beispiele: | |
| - 1: Line 4985: On return to [GLOBAL] scope, the script was short of 1 end brace(s) | |
| - 2: Line 4227: Object Name String, ")" contains invalid character ")". Must be alphanumeric or one of: "_-." | |
| Lösung: | |
| - Auf Template Analyzer umstellen | |
| - Haken setzen bei Linenumbers | |
| - "Vollständige TS-Auflistung anzeigen" anklicken |
This file contains hidden or 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
| # TYPO3 / TypoScript: Increase the amount of items in TYPO3 Backend List - web_list | |
| mod { | |
| web_list { | |
| # table singleview limit | |
| itemsLimitSingleTable = 200 | |
| # listview of tables limit | |
| itemsLimitPerTable = 200 | |
| } | |
| } |
This file contains hidden or 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
| #!/bin/bash | |
| # Info | |
| # - ignores AUTO_INCREMENT (replacement via sed) | |
| # settings | |
| db1=DB1 | |
| db2=DB2 | |
| db1_user=root |
NewerOlder