Here is a fix for that, tested on awesome 3.4, 3.5 and 4.0 (Ubuntu 14.04 and 16.04). Problem Consider the following: Press Ctrl+Shift+N "Find file" dialog opens...
...Note that connect_signal was add_signal in earlier versions of awesome (e.g. on Ubuntu 14.04). Replace it with the following (i.e. paste the 8 lines starting from local focused...
...the disk size you want to achieve. Get a Linux live CD (like the Ubuntu live image) that offers fdisk, dd and gParted. Boot the guest from the CD, open...
...restart after cloning, gParted will be confused by the disk layout. Start gParted (on Ubuntu: System → Administration) and resize the partition on the target drive to its full size.
...can have a custom resolution. Just pass your preferred resolution like this: -geometry 1280x1024 Ubuntu issues You need a VNC server and viewer: sudo apt-get install tightvncserver
...sudo apt-get install vnc4server # alternative vncserver if tightvncserver doesn't work Also on Ubuntu you are asked for a password the first time you start the VNC server. It...
Travis changed their default distribution from Ubuntu 14.04 (trusty) to 16.04 (precise). This might break your test setup for new builds. You can solve this issue by freezing your test...
...distribution in the .travis.yml to Ubuntu 14.04 until you have the time to solve all the issues you will have in 16.04: dist: trusty Error details Here are few indicators...
...mouse interaction was still possible. This apparently happens to all IntelliJ IDEs, especially on Ubuntu 14.04. I've managed to fix it by having a shell script that exports XMODIFIERS...
...you can upgrade RubyMine and don't have to touch your launcher. Tested on Ubuntu Mate 18.04 As the solutions above seem to handle a problem with IBus, you can...
Today, I ran into trouble on a fairly fresh installed VM, running Ubuntu. I tried to bundle install and got this stacktrace: Fetching gem metadata from https://rubygems.org/.Unfortunately, a...
...connect to rubygems.org. Check if you have the Ruby bindings for OpenSSL installed. On Ubuntu, it is the libopenssl-ruby package...
Install Ruby from the Ubuntu repository: sudo apt-get install ruby ruby-dev \ ruby is the meta package. If you want to explicitly install 1.8 or 1.9, install ruby1.8 or...
...do it old-school: sudo gem install rails -v=2.3.12. You will also need Ubuntu development packages for MySQL, RMagick, etc. The bundle install call will otherwise fail for such...
...to record a h264 encoded video. record command when using ffmpeg (for e.g. with ubuntu 12.04) cat some_acces.log | logstalgia --sync -1920x1080 --output-ppm-stream - | ffmpeg -y -r 60 -f...
...threads 0 -bf 0 logstalgia.mp4 record command when using avconv(for e.g. with ubuntu 14.04) cat some_acces.log | logstalgia --sync -1920x1080 --output-ppm-stream - | avconv -y -r 60 -f image2pipe...
...Fix [RubyODBC]Cannot allocate SQLHENV when connecting to MSSQL 2005 with Ruby 1.8.7. on Ubuntu 10.10 and Connecting to MSSQL with Ruby on Ubuntu - lambie.org you can connect with sequel...
...yet still correctly. It supports PDF 1.7 and all the fancy shenanigans that evince (Ubuntu's default PDF reader) fails to render properly. On Ubuntu, MuPDF is available in the...
...with changes following the same pattern. Using grepdiff You need the grepdiff tool. On Ubuntu systems, this is usually preinstalled from the patchutils package. If not, sudo apt install patchutils...
If you don't want to hack Mysql 5.6 into your modern Ubuntu or use the MySQL sandbox, you might want to try MariaDB 10.x.
...minimized windows stay hidden maximized windows overlap system bars (like the status bar of Ubuntu Mate on the top edge of the screen) windows cannot be resized I finally discovered...
...replicate the master's mysql database onto slaves; on Debian systems (and derivates like Ubuntu) there is a maintenance user which uses a different password on every system. Unless you...
...tell your SysOp team that you'll need Solr on staging and production, on Ubuntu the solr-common will provide what you need. First of all you should provide Solr...
Some people advise to install the 'rubygems-update-1.3.7' gem on Ubuntu systems if you used apt to install RubyGems. I did that - and lost all local...
...ln -s /var/lib/gems gems If you need to have the rubygems package installed on Ubuntu Due to a dependency from another package, you might have APT force the rubygems package...
Ubuntu 12.04 LTS x64, Ruby 1.8.7, Rails 2.13, PDFKit 0.5.4, Phusion Passenger Apache 2 I ran into this, when I started using passenger to deal with the Single Thread Issue...
...miss their cheatsheat and their learn-puppet virtual machine. #Installation and basic configuration on Ubuntu Linux: sudo apt-get install puppet, then follow this guide starting at "Creating a Puppet...
...Using LC_ALL=de will only work if there really is a "de" locale -- Ubuntu will not automagically guess something like de_DE.utf8. Run locale -a to list all available...
...The same method works for MariaDB, too, but in version 10.0.34 that comes with Ubuntu 16.04, you could instead just run mysql as the system user root, e.g. with sudo...
...Domain Control Validated/CN=*.makandra.de You can scan different ports (e.g. for SMTP): ~> sslscan mail.makandra.com:25 Ubuntu? Try sudo apt-get install sslscan...
...run it everytime you open your shell, i.e. put it into your .bashrc (on Ubuntu there is even a commented-out line that you can just put back in).
...at a "daylight white" screen all day and night. The program is in the Ubuntu repositories, so a simple "sudo apt-get install gtk-redshift" transfers it onto your hard...