bash command history
Yesterday morning after arriving at the office, I booted up my laptop as usual and tried to connect to my Linux development server using putty. […]
Read More →Yesterday morning after arriving at the office, I booted up my laptop as usual and tried to connect to my Linux development server using putty. […]
Read More →A few days ago I was assigned a task to create pods with multiple network interfaces in the Kubernetes. It is not a difficult task, […]
Read More →A few days ago, I was assigned a task to write a script to request access token from keycloak using restapi. After googling in the […]
Read More →As I mentioned in this post, I am using Ubuntu Linux in my xiaomi laptop. However, I am disturbed now and then these days by […]
Read More →The below command can be used to list files in a package in Ubuntu apt-file list <package-name> or dpkg -L <package-name> for example, apt-file list […]
Read More →最新几天发现自己的博客有点问题。就是网页打开特别慢,大概需要花费几十秒的时间。并且页面打开后,网页字体也不对。之前在公司访问自己的页面,没有发现什么问题,不过最近几天在家里访问时,就会出现这个问题。今天周末花了点时间看了一下,发现原来是google字体api服务器又被国家防火墙给屏蔽。
Read More →In the post ‘Brief Introduction to Java Generation Memory‘ and ‘an introduction to young generation collection‘, I described the java generation memory and the young […]
Read More →The below normal forms should be enforced when the table of a database is designed. First Normal Form: A table is not in first normal […]
Read More →In the post ‘brief introduction to java generation memory‘, I explained the functionality of the young generation and old generation. These two generation spaces consist […]
Read More →Recently I am reading books about trees, which are data structures that can be used to stored data elements. Among various types of trees, balanced […]
Read More →