[05-09-2019]
sign_and_send_pubkey: no mutual signature supported – macOS 10.14
Just add this one inside ~/.ssh/config.
Just add this one inside ~/.ssh/config.
The dusk was repeating them in a persistent whisper all around us, in a whisper that seemed to swell menacingly like the first whisper of a rising wind. ‘The horror! The horror!’
Jedyne co mogę powiedzieć na temat tej książki, to: a = g⋅sinα
Recently I have encountered quite frustrating issue with Kindle Paperwhite (3rd) and hard spaces inside Mobi document. At the same time (while buying the book) I have download three, different, formats: epub, Mobi and RTF. All of these have hard spaces all over the place in document. However, there is a slight difference in the […]
… is broken. There is no way to use default Image Capture application with Samsung SCX-4500W printer. However, there is hope :) You can download Samsung Easy Document Creator from here: link. Please note that Samsung line of printers was acquired by HP – this is why you have to download application from HP’s pages. […]
Radio RAM nie zawodzi ;) Tym razem, dzięki nim, dowiedziałem się o zespole Wojtek Justyna TreeOh!. Grają niesamowicie sympatyczny, spokojny, nieprzekombinowany Jazz, którego bardzo miło się słucha – szczególnie wtedy, gdy za oknem robi się ciemno. Nienatarczywy towarzysz wieczornej lektury książek, ale jako tło dla domówki też sie nada. A tutaj link do ich strony […]
Zdecydowanie lepsza od interpretacji Netflixa
Company of One is … everything
To learn what eternity means, change your keyboard setting from this to this
Let’s say we have this, very simple, structure of the project where StringTest.java is a very simple Java class while Manifest.txt contains We can easily create JAR (“executable”) from these files using jar application Now, let’s try to run this code inside R. It’s quite straightforward.
As usual, there are some issues with new Java releases (11 and 12) and R. If you want to run rJava package inside R you have to do few things. First, make sure you are using Java 11 as default inside terminal session. Inside ~/.profile add this line Once it’s done, you have to make […]
1. disable Night Shift It looks like Mojave 10.14.5 has some issues with booting when display colours are adapted to night mode using Night Shift. After starting up my macOS based machine in the evening (when Night Shift kicks in with all the fancy colour settings) I have noticed that machine boots into black screen. […]
Whenever I restore (setup) new Mac, I do it manually. I simply install clean system, and transfer what I really need from TimeMachine’s backup – typically using CLI. In Mojave it’s a no-no. If you use iTerm2, you will face following issue while accessing data inside TimeMachine’s storage. What you have to do, is adding […]
While using JNI, it becomes a little bit of burden whenever you want to pass something more complex than simple types back to Java.
Let’s say you have few files And they may end with two different endings: aaa or bbb. Finding list off files that have given string at the end can be done following way on macOS you have to go slightly different way
Let’s say you have a Java class StringTest inside file and you want to run it in R. All you have to do is to compile the code. You will get compiled version of your class – it will have class extension. This is the class you want to run. Let’s take a look at […]
Zbiory felietonów – one zawsze niosą ze sobą pewne ryzyka :(
In case you want to compile JNI based code on macOS, be careful. Pay attention to @rpath. If you compile the code like this you will end up with reference to /usr/local/lib/libjvm.dylib. You may face lots of issues related to incorrect `JVM` version used while linking `JNI`. If you want to make sure that your […]