SaltyNote Server Setup
Last post Ubuntu Server Setup, I talked about the basic setup for an Ubuntu server. In this post, I will share some details about the setup for saltynote server.
Last post Ubuntu Server Setup, I talked about the basic setup for an Ubuntu server. In this post, I will share some details about the setup for saltynote server.
This is an opinionated memo that lists the steps to set up an Ubuntu server for web service or website.
可能是对我的兴趣点和技能和我现在的组不是很搭配,即使入职整整一年多了,其实我的代入感不是特别强。对整个组的贡献有限。更多的时候算是给小组拖后腿吧。;-)
再过半年我就30了,想想10年前,我刚刚进入我的大学,当时觉得30岁好久远好久远,感觉自己30岁的时候定能迎任CEO,迎娶白富美,走上人生巅峰吧。;-) 现在貌似除了第二条,其他的2条都没达成。
从4月份入职狗家,到现在也快2个多月了,如果我说我在这2个多月中只写了一行配置相关的代码,不知道大家会有什么感想。没有所谓的996,每次和manager聊天,我都表现出我倾向写代码,但是manager每次都说不着急。 这种工作中的无力感,有点让自己疲惫。
The main div for GitHub and Zhihu is too narrow, which makes my high-resolution screen not that useful. In this case, I update some exiting stylish script to improve.
在18.04出来之前,一直用Ubuntu的16.04,安装网易音乐之后,只需要在/usr/share/applications/netease-cloud-music.desktop 添加一个 --no-sandbox就可以解决了。 1Exec=netease-cloud-music --no-sandbox %U
Bought a TP-link AC1200 wifi adapter long before and not used it so far. Yesterday, I find it again when I collected my old stuff. Since my old Dell laptop does not support 5G channel, and its built-in wifi adapter sucks, why not have a try!!!
12Exception in thread "main" com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot find a (Map) Key deserializer for type [simple type, class XXXX]
In recent times, I did a lot practise of micro-service with spring boot. And handled a lot of JSON(Jackson) related serialization and deserialization issues. In this post, I will share some tricky how to “fix” Circular References.