Skip to main content

Blogger: Notes

Here are notes while using blogger as my daily journal of learning, practicing, and sharing.

Switch to HTML mode

It's tedious and time-consuming to type every single html tag. However, it really helpful to "practice until you can't make it wrong."

What to display as post's snippet

In "Compose" mode, click Insert jump break icon.

In "HTML" mode, insert

<!-- more -->

Popular posts from this blog

JumpCloud: Notes

https://jumpcloud.com/

Printer Support

Linux command: lastlog

lastlog command reports the most recent login of all users or of a given user. NAME lastlog - reports the most recent login of all users or of a given user SYNOPSIS lastlog [options] DESCRIPTION lastlog formats and prints the contents of the last login log /var/log/lastlog file. The login-name, port, and last login time will be printed. The default (no flags) causes lastlog entries to be printed, sorted by their order in /etc/passwd. OPTIONS The options which apply to the lastlog command are: -b, --before DAYS Print only lastlog records older than DAYS. -h, --help Display help message and exit. -R, --root CHROOT_DIR Apply changes in the CHROOT_DIR directory and use the configuration files from the CHROOT_DIR directory. -t, --time DAYS Print the lastlog records more recent than DAYS. -u, --user LOGIN|RANGE Print the ...