Jump to content

seruemme1204

Members
  • Posts

    10
  • Joined

  • Last visited

seruemme1204's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Good morning, was supsended again. Did not had more than 2 Cron Jobs running. Thank you! seruemme1204
  2. Argh, I still do not get it working: DATE=a && mv backup.sql backup_$DATE.sql This works and creates a backup_a.sql. DATE=`date +%y%m%d` && mv backup.sql backup_$DATE.sql This does not. I get an EOF error. Is there something wrong with the syntax? Thanks! seruemme1204
  3. Thank you! Came by mixing up the different time zones between stevie and me
  4. a. my HelioHost username: remmeric b. the server my account is on: stevie c. my HelioHost main domain: rudolf-emmerich.heliohost.organisation Thanks!
  5. Thanks wolstech, I liked the way because it was all in one. But renaming should make it as well.
  6. Good morning, it would be a great help to know which linux distribution is running on stevie. Anybody? Thanks! seruemme1204
  7. Good morning everybody, I have a little mysql/cron syntax problem: I have a cron that does my wiki backup as he is told: mysqldump -u USERNAME -pPASSWORD database2backup > backupfile.sql Works fine. What I want to do now is to create a new backupfile every day and do put the date in the filename. What I tried: mysqldump -u USERNAME -pPASSWORD database2backup > backupfile`date +%y%m%d`.sql I am getting an EOF error which surely means that I am doing something wrong in the date part. Can anybody tell me the right syntax to do this? I tested it on a Fedora Linux machine and that worked. What distribution is running on stevie? There is no way to get on the command line, right? Thanks a lot! seruemme1204
  8. Thanks Wolstech, paladox2014 could actually hepl me. If anyone wants to use Syntax Highlighting in Mediawiki: Download geshi (https://sourceforge.net/projects/geshi/), place it on your webspace and then just do as you are told here: https://www.mediawiki.org/wiki/Extension:Code/de. That is an older way of Syntax Highlighting that comes without Python and works just fine. Regards seruemme1204
  9. @Wolstech: Ah, ok, thanks. Which wiki do you use/ which is more compatible? Anyone who uses Mediawiki as well can tell me if highlighting is not supported or if I am doing something wrong? Thanks!
  10. Hello everybody, I just installed Mediawiki 1.26 on my brand new stevie and nearly everythings fine. The only thing is that I do not get the syntax highlighting working. I did like I was told here (https://www.mediawiki.org/wiki/Extension:SyntaxHighlight): - Downloaded the files, unzipped them and put them in the extensions/SyntaxHighlight_GeSHi in my wiki folder (already existed, renamed it and replaces it by the new one) - Added wfLoadExtension( 'SyntaxHighlight_GeSHi' ); at the end of my localsettings.php -Tried: <syntaxhighlight lang="python" line="1" > def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass</syntaxhighlight> But all he does is telling my that this article is under the category: Articles with syntax highlighting error. I would appreciate any help! Thanks Rudi!
×
×
  • Create New...