Another must have: The Already In module
redirects authenticated users who attempt to visit the login, user registration, or password reset URLs to the /user page instead. This prevents authenticated users from getting an Access Denied error message. Optionally, the module can display a "You are already logged in" message when redirecting users.
Not to forget the command line tools for monitoring performance when logged onto the system:
apt-get install sysstat
vi /etc/default/sysstat (enable=true)
/etc/init.d/sysstat start
mpstat -P ALL 2 5
vmstat 2
iostat 2
sar
sar -q (load)
sar -n DEV (network)
sar -B (paging)
sar 2
ls -al /var/log/sysstats
sar -f sa03
top
mytop (mysql)
mpstat, vmstat, iostat, sar (part of the systat package)
Came across the very nice Marinelli theme and activated it!
More appealing than the previous Aquia Marina (the latest version of has new header div layouts which would not work with my background image, so it was time to move on anyway).
Out of the box dropdown menus work, no customisation needed really.
In a similar vien, I wanted to make flash versions of short videos made on my Lumix camera, which generates quicktime MOV files. Camstudio's producer cannot process MOV files.
Searching the net did not help much (so much junk is shown when searching for video conversion tools) on windows, so went to experiment with ffmpeg on Linux. After experiments with the Ubuntu version in 7.04 and 8.10, I finally pulled the sources from SVN and compiled as there seem to be significant differences between versions.
Updated to V1.5 of the theme. Removed the Acquia text added to $closure in template.php as noted above. Using FCKEditor now.
Change the green part of the colour scheme to orange in local.css, and created orange images for preface-wrapper-bg.png, tab-right.png, tab-left.png. The images for the menu are not as rounded as the nice originals, more work on gradients needed!
I prefer the original green, but the original fits the logo better and it allows me to learn how to modify this theme!
I'm leaving the green bullets for now, they look ok.
To do: the blue in the top bar, and sidebars needs to fit the logo.
Another must have: The Already In module
redirects authenticated users who attempt to visit the login, user registration, or password reset URLs to the /user page instead. This prevents authenticated users from getting an Access Denied error message. Optionally, the module can display a "You are already logged in" message when redirecting users.
Not to forget the command line tools for monitoring performance when logged onto the system:
Came across the very nice Marinelli theme and activated it!
More appealing than the previous Aquia Marina (the latest version of has new header div layouts which would not work with my background image, so it was time to move on anyway).
Out of the box dropdown menus work, no customisation needed really.
Two initial fixes: background colour in fckeditor (http://drupal.fckeditor.net/tricks) and making the logo visible (http://drupal.org/node/603430).
Being a big fan of mountains I loved the feature of being able to put many mountain shots in a rotating banner.
Issue: Fckeditor "Switch to plain" editing button missing.
comment#1 dfdfgd
In a similar vien, I wanted to make flash versions of short videos made on my Lumix camera, which generates quicktime MOV files. Camstudio's producer cannot process MOV files.
Searching the net did not help much (so much junk is shown when searching for video conversion tools) on windows, so went to experiment with ffmpeg on Linux. After experiments with the Ubuntu version in 7.04 and 8.10, I finally pulled the sources from SVN and compiled as there seem to be significant differences between versions.
I'm stuck with the error
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'grasshoppers1.MOV':
Duration: 00:00:25.0, start: 0.000000, bitrate: 11289 kb/s
Stream #0.0(eng): Video: mjpeg, yuvj420p, 640x480, 30.00 fps(r)
Stream #0.1(eng): Audio: pcm_u8, 8000 Hz, mono, 64 kb/s
File 'grasshoppers1.swf' already exists. Overwrite ? [y/N] y
Output #0, swf, to 'grasshoppers1.swf':
Stream #0.0: Video: flv, yuv420p, 640x480, q=2-31, 200 kb/s, 30.00 fps(c)
Stream #0.1: Audio: 0x0000, 8000 Hz, mono, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Unsupported codec for output stream #0.1
when doing "ffmpeg -i grasshoppers1.MOV -acodec mp3 -f swf grasshoppers1.swf" though.
I've now created a Google Code project for these scripts:
http://code.google.com/p/lusas/
So SVN, wiki, issue tracker etc. are all there!