Dong
  • Home
  • Archives
  • Tags
  • Categories
Dong
  • Home
  • Archives
  • Tags
  • Categories

4. Template Engine - Apache FreeMarker

Sat Apr 27 2019
Spring Stack Developer: Simple But Profound
340 words 2 mins read

FreeMarker is a java-based template engine, commonly used to generate dynamic mvc architecture web pages.

Read more..

3. Connection Pool - Alibaba Druid and Google Guava

Fri Apr 26 2019
Spring Stack Developer: Simple But Profound
537 words 3 mins read

Druid is a database connection pool component developed by Alibaba middleware team. It includes powerful connection pool monitoring features.

Read more..

2. Database Access - MyBatis and MariaDB 10.x

Thu Apr 25 2019
Spring Stack Developer: Simple But Profound
1345 words 7 mins read

We first need to install a MariaDB 10.x database locally, and then access the database through MyBatis configuration.

Read more..

1. HelloWorld Demo - Hello Spring Stack

Wed Apr 24 2019
Spring Stack Developer: Simple But Profound
412 words 2 mins read

Let’s use the spring initializer web features provided by the spring website to generate a super-simple hello world project.

Read more..

82. System Log Management - rsyslogd

Tue Apr 23 2019
Linux Administrator: Simple But Profound
383 words 2 mins read

rsyslogd is a system utility that provides support for message logging. Support for network and domain sockets enables this utility to support both local and remote logging.

Read more..

81. Package Management - yum (Yellowdog Updater Modified)

Mon Apr 22 2019
Linux Administrator: Simple But Profound
501 words 3 mins read

yum is an interactive package manager based on rpm packages.

Read more..

80. Package Management - rpm (RPM Package Manager)

Sun Apr 21 2019
Linux Administrator: Simple But Profound
474 words 3 mins read

rpm is a tool that can be used to find, verify, install, update and delete applications.

Read more..

79. Daemon Management - Systemd and Systemctl

Sat Apr 20 2019
Linux Administrator: Simple But Profound
762 words 4 mins read

Through the systemctl command, we can easily manage the systemd system and services.

Read more..

78. Job Scheduling - anacron

Fri Apr 19 2019
Linux Administrator: Simple But Profound
383 words 2 mins read

anacron can execute commands or scripts periodically; this tool comes from the cronie package as well.

Read more..

77. Job Scheduling - crontab

Thu Apr 18 2019
Linux Administrator: Simple But Profound
538 words 3 mins read

crontab is a tool for configuring scheduled tasks. It also maintains each user’s own crontab files.

Read more..

76. Job Scheduling - at

Wed Apr 17 2019
Linux Administrator: Simple But Profound
383 words 2 mins read

Queue, check, or delete a job that needs to be scheduled for execution.

Read more..

75. Process Management - vmstat

Tue Apr 16 2019
Linux Administrator: Simple But Profound
886 words 5 mins read

Displays statistics for virtual memory.

Read more..

74. Process Management - sar

Mon Apr 15 2019
Linux Administrator: Simple But Profound
476 words 3 mins read

sar is a tool for collecting, reporting, or storing system activity information.

Read more..

73. Process Management - pmap and pstree

Sun Apr 14 2019
Linux Administrator: Simple But Profound
345 words 2 mins read

pmap and pstree can let us view the memory map f the process or show processes as a tree.

Read more..

72. Process Management - nice and renice

Sat Apr 13 2019
Linux Administrator: Simple But Profound
289 words 2 mins read

With the nice and renice commands, we can specify the priority of a program when it starts, or change the priority of a running process.

Read more..

71. Process Management - kill and killall

Fri Apr 12 2019
Linux Administrator: Simple But Profound
461 words 3 mins read

The kill command can terminate the process by the process ID or name, and the killall command can terminate the process itself and its associated processes by the process name.

Read more..

70. Process Management - iostat

Thu Apr 11 2019
Linux Administrator: Simple But Profound
836 words 4 mins read

A tool called iostat can be used to display CPU reports, it can also be used to display disk, partition input and output statistics reports.

Read more..

69. Process Management - glances

Wed Apr 10 2019
Linux Administrator: Simple But Profound
708 words 4 mins read

We can monitor system resource usage through the glances tool, which also supports cross-platform monitoring.

Read more..

68. Process Management - dstat

Tue Apr 9 2019
Linux Administrator: Simple But Profound
1113 words 6 mins read

We can use the dstat tool to generate statistics on system resource usage.

Read more..

67. Process Management - &, bg, fg, jobs and nohup

Mon Apr 8 2019
Linux Administrator: Simple But Profound
345 words 2 mins read

With commands such as bg fg jobs, we can do something about jobs in the background.

Read more..
Prev Next
Powered by Hugo | Theme - Even © 2018 - 2020 Dong Chen