Posts tagged with ubuntu
-
Recording animated gifs in ubuntu
Sep 7, 2015Last week I wanted to do a small screen recording on my Ubuntu desktop and save it as an animated gif. I tried ScreenToGif but that didn’t work in Ubuntu, it threw an exception when I pressed the record button. I found a good solution in this askubuntu question and I’m building on top of it to make it as easy as right clicking on a video file.
-
View .NET assembly version on Ubuntu
Aug 3, 2014When you want to view the assembly version of a .NET assembly in Windows, you just right click the DLL and view its properties. Or, you just hover the mouse over the file and the version number will be shown in the tooltip. In Linux, things aren’t as easy.
-
Compiling Mono and friends on Ubuntu, v2
Jul 19, 2014This is an updated guide on how to compile mono from source on Ubuntu. This time, it’s about Ubuntu 14.04 (trusty tahr). This post covers:
-
Ubuntu Postfix DNS errors
Nov 23, 2013I’ve got Postfix setup on my local desktop computer and on my server. On my local desktop, every now and then Postfix stops sending e-mails. The
/var/log/syslog
gets filled up with DNS related errors: -
Compiling Mono and XSP on Ubuntu
Oct 19, 2013For future reference, this is what you need to do in order to install Mono and XSP on Ubuntu Server 12.04.3 LTS x64. This is about a completely blank installation, where only the SSH server role was selected during the installation of the OS.