Tag: ubuntu

  • Command to convert folder(s) of .MTS to .mp4 for editing

    For this command to run correctly every .MTS file that has been split in multiple .MTS files by the camera (for example where the recording size has exceeded 2.0GB and the camera has automatically split it into mulitple files) these files need to be concatenated back into a single file. This can be done manually…

  • How to convert .MTS files to .AVI in Ubuntu using ffmpeg

    Just a quick post. If you want to bulk convert .MTS files (from JVC or Sony HD camcorders) then you can use the below script: You’ll need csh and ffmpeg installed: sudo apt-get install csh ffmpeg Make a new file called convert (I use joe but you can use nano or whatever you prefer) joe…

  • Setting up Munin on Ubuntu 10.04

    Server setup (as root): apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins a2dissite default Edit munin apache config to enable stats to be veiwed from anywhere: joe /etc/apache2/conf.d/munin change Allow localhost 127.0.0.1/8 ::1 line to: allow all Restart apache2: /etc/init.d/apache2 restart Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to…

  • Network problems after a Ubuntu 10.04 Lucid Lynx install and what fixed them for me

    After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a…

  • How to set the multiple Nvidia GPUs to auto fan in Ubuntu

    Just a quick one. I’ve recently purchased an additional card to go in my Ubuntu machine, but my cards when set up in SLI were running very hot. Using the information found here I was able to stick one GPU into auto fan mode, however the second GPU would stay at a fixed value and…

  • How to convert DSS files to .mp3 with ubuntu linux

    I have an Olympus DM-20 which I use to record stuff from my amateur dramatics group, just recently I recorded a script read through of Thoroughly Modern Millie and needed to chop up the read-through by scene. Ubuntu Linux doesn’t support .dss files natively so I needed to convert them. A bit of googling lead…

  • Virtualisation and Gaming

    For those of you that don’t know I use Ubuntu as my main operating system; at home, at work and on my laptop. I still however have applications, mostly games, that I still have to keep a windows install handy for. At the moment at home I dual boot between windows vista and Ubuntu Intrepid…