There are a few of ways to remove the boring message of Welcome from your fresh Drupal installation. My suggestion is to comment the call to the string in Drupal sources. To make this (Drupal 6.X):
Tips and tricks
Some hacks, by Luigi Negretti Lanner music blog
How to hide the website description in your Home Page without removing the "description" Meta-tag
- Read more
- 765 reads
By supposing you have imagemagick installed on your OS, run a shell and type:
mogrify -resize 200x200 -format png *.jpgthen press the ENTER key. Of course you can replace 200x200 with your preferred size.
- 534 reads
Run a shell. To change the owner of a file, type:
chown USERNAME FILENAMEand press the ENTER key. To change the group type:
chgrp GROUPNAME FILENAMEand press the ENTER key.
- 534 reads
Save this code as recording.sh:
#!/bin/bash ffmpeg -f x11grab -r 35 -s svga -i :0.0 -sameq /home/user_/grabvideo-svga-out.mpgthen make the file executable (setting permissions). To start recording your actions on desktop, click or double click on the file. To stop recording kill the ffmpeg process typing into a shell: kill -9 [n]
- 493 reads
© 2012 Luigi Negretti Lanner - All rights deserved. m
