You are hereRecent comments

Recent comments


  • Linux/unix security auditing scripts "Lusas"   4 days 7 hours ago
    I like this web website its a master peace ! Glad I detected this on google . C1R14N vimax [1] vimax [2] vimax [3] [1] http://vimax.bligoo.com.br [2] http://vimax.bigbrotherblog.com.br [3] http://www.vimaxargentina.com
  • Linux/unix security auditing scripts "Lusas"   1 week 6 hours ago
    Spot up for this write-up, I really believe this web site requirements a terrific deal a lot more consideration. I’ll likely to end up once more to read a lot more, numerous thanks for that info. C1R14N vimax [1] vimax [2] vimax [3] [1] http://vimax.blog.capital.fr [2] http://vimax.blogspace.fr [3] http://www.vimaxoficial.com
  • Linux/unix security auditing scripts "Lusas"   1 week 20 hours ago
    I am curious to locate out what blog platform that you are utilizing? I’m having some small security issues with my latest internet site and I would like to discover something more secure. Do you might have any solutions? comprar brasil [1] vimax [2] vimax [3] [1] http://www.comprarbrasil.com [2] http://www.comprarvimax.com [3] http://www.vimaxoficial.com
  • Candidat au Conseil Communal   33 weeks 3 days ago
    -
    Je suis passé au deuxième tour, le travail commence le 30 juin! Merci de votre soutien.
  • Improve the user login experience in Drupal   1 year 49 weeks ago

    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.

  • Connectd: easy Linux performance monitoring   1 year 49 weeks ago

    Not to forget the command line tools for monitoring performance when logged onto the system:

    • top
    • htop (pretty top)
    • mytop (mysql)
    • mpstat, vmstat, iostat, sar  (part of the systat package)
    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
    
  • drupal theme for boran.com: acquia_marina, marinelli   2 years 2 days ago

    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.

  • Test4   2 years 3 weeks ago

    comment#1 dfdfgd

  • camstudio: record all screen and audio activity as a Video   3 years 4 weeks ago

    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.

  • drupal theme for boran.com: acquia_marina, marinelli   3 years 5 weeks ago
    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.
  • Unix auditing, password and ssh key strength   3 years 10 weeks ago

    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!

  • camstudio: record all screen and audio activity as a Video   3 years 13 weeks ago
    VirtualDubMod and nandub can be used to do some video/sound touching up afterwards.