You could use the tool gita from github/nosarthur. This is available in the ubuntu repo. Run gita add * in the directory where the repos live on your machine.
...like changing the HTTP_ACCEPT_LANGUAGE is not possible for a headless chrome. On Ubuntu the headless Chrome derives the Accept-Language from the operation system Adding the option options.add...
Because colors improve readability so much. On Ubuntu 18.04 you can install it with sudo apt install grc From github: For the impatient - try following commands: grc netstat
Copy and paste at will, they're free! German quotation marks: „ “ (Ubuntu-Hotkey: AltGr+v and AltGr+b) English quotation marks: “ ” En dash: – Em dash: — Ellipsis: … Some useful hints for...
...users of Ubuntu Linux Your Ubuntu comes with a searchable list of Unicode chars. Go to Accessories / Character map. Ctrl + F searches for a character by name.
suppress_multiple_term_dialog = True [keybindings] [profiles] [[default]] cursor_color = "#aaaaaa" font = Ubuntu Mono 14 use_system_font = False [layouts] [[PROJECT_NAME]] [[[child0]]] type = Window parent = "" position...
...will add the CriticalConnection to your networkd configuration. This is the Upstream issue The Ubuntu Launchpad issue
...at runtime actually matches the one it was compiled against. However, at least on Ubuntu 22.04, the mariadb library files themselves seem to report 2 conflicting versions. The fix simply...
...new AWS Command Line Interface At first you need the IAM Cli Tools. On Ubuntu you can easy install it with sudo apt-get install iamcli. Otherwise, you can install...
...certificate you need to install the ElasticLoadBalancing Tools. At the moment there is no ubuntu package available so you have to do this manually. download and unzip the ElasticLoadBalancing Tools...
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.
...So it seems to be a openntpd issue probably. To fix the issue on Ubuntu: sudo apt-get purge openntpd sudo rm /var/lib/openntpd/db/ntpd.drift reinstall openntpd and deploy the config again...
...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...