2017-01-23
Example how to configure Jackson to deserialize abstract types using TypeInfo
2017-01-21
Do you want to change WiFi to regular cable connection? This is an easy way to configure your own wi-fi repeater.
2016-12-16
Encrypt zip files on MacOS using built-in tools
2016-12-10
Hot to convert photo to scan-liked documents in Photoshop.
2016-12-10
Add and delete users, groups in linux. Add user to group. Files and directories permissions.
2016-12-01
How to create simple http endpoints using Java build-in solution and lightweight library/framework Spark
2016-11-07
Hot to fix problem with full /boot.
2016-11-07
Setup Create folder /media/storage/dir/
mkdir -p /media/storage/dir/ Next, mount shared directory. uid and gid are very important because without this you will get 403 Forbidden.
sudo mount -t cifs -o uid=www-data,gid=www-data,ro,username=username,password=password //10.0.0.2/shared/ /media/storage/dir/ -t cifs - type of fs (cifs - Common Internet File System, also known as smb) uid - specific user gid - specific groutp ro - read-only rw - read-write username - shared directory username password - shared directory password Modify nginx config (/etc/nginx/sites-available/somefile)
2016-11-07
How to install your locales on Ubuntu.
2016-11-04
How to configure Samba inside your network.
2016-11-03
Easy Automated Snapshot-Style Backups with Linux and Rsync.
2016-11-03
Midnight Commander - is a visual file manager. It is great tool, but it is quite hard to use.
2016-11-03
nmap - how to use.
2016-10-30
How to use rsync with ssh on diffrent port.
2016-10-29
How to configure Synology DS215J to use public key ssh.
2014-12-01
Notes from "Fast Track to Akka".
2014-11-28
Notes from "Fast Track to Scala".
2014-07-22
Closures and Traits in JavaScript. Polymorphism, encapsulation and inheritance.
2014-04-24
How to simulate Object Oriented programming in JavaScript.
2013-12-05
How to use Spring for Dependency Injection.
2013-11-22
Java Puzzle and initialization order. Recruitment question.