LinhaiShen

To Learn,To Build.

Home Resume Archives
2022-01-21
logistics

Warehouse Rack Types

  • selective
  • double deep
  • push back (FILO with single side retrieving)
  • gravity flow (FIFO with double sides retrieving)
  • drive-in / drive-thru

Reference from:

  1. https://www.tmhnc.com/blog/common-types-of-pallet-racking-to-increase-warehouse-storage
Share
  • logistics
  • pallet
  • rack
  • warehouse
2021-12-14
logistics

Generate GS1 Barcode with Barby

1
gs1 = Barby::Code128.new("#{Barby::Code128::FNC1}0012345")
Share
  • GS1
  • barcode
  • logistics
  • ruby
2021-10-26
github

Fixing Github Actions automerge with pull_request_target event

Issue when running Github Acitons automerge:

1
2
3
2021-10-26T00:40:27.014Z INFO  Failed to merge PR: Resource not accessible by integration
2021-10-26T00:40:27.014Z INFO Retrying after 5000 ms ... (1/6)
...

Read More

Share
  • CI
  • GithubActions
  • PullRequest
2021-10-24
hexo

Auto deploy hexo with github actions

Actions yml:

Read More

Share
  • CI
  • GithubActions
  • deploy
2020-09-09
redmine

Hide redmine issues' reposts for non-admin users

  1. Add below lines to app/views/reports/issue_report.html.erb
    1
    2
    3
    <% if User.current.admin? %>
    <!--- Original code here --->
    <% end %>
  2. Restart redmine daemon. Done!

Reference from:

  1. https://www.redmine.org/boards/1/topics/55197
Share
  • admin
  • permission
  • redmine
2020-07-22
discourse

Discourse Bitnami Stack email SMTP configration

  1. Download and run Discourse Bitnami Stack VM

    Read More

Share
  • Bitnami
  • config
  • discourse
  • smtp
2020-05-27
redmine

Enable Chinese,Japanese,Korean Font when exporting Redmine Gantt PNG

  1. Install ImageMagick

    Read More

Share
  • CentOS
  • ImageMagick
  • config
  • font
  • redmine
2020-05-07
network

Telecom ZXHN F420 admin access

  1. Export/downlaod device config.bin via http://192.168.1.1/manager_dev_config_t.gch

    Read More

Share
  • router
  • telecom
  • zhongxing
2020-04-26
git

Hosting a GIT server

  1. Install git on the server
    see detail steps here

    Read More

Share
  • additionals
  • authorization
  • git
  • host
  • server
2020-04-24
redmine

Add terms of use to redmine

  1. Install “Privacy & Terms plugin for Redmine”

    Read More

Share
  • additionals
  • authorization
  • plugins
  • redmine
  • terms
12Next »

Categories

  • discourse
  • git
  • github
  • hexo
  • linux
  • logistics
  • network
  • rails
  • redmine

Tag Cloud

Bitnami CI CentOS GS1 GithubActions ImageMagick PullRequest additionals admin authorization barcode branch build build-essential bundle centos compile config deploy discourse font gem git github hexo host incoterms install logistics make nokogiri outlook.com pallet permission plugins rack rails redmine router ruby server smtp sqlite sqlite3 telecom terms ubuntu warehouse yarn zhongxing zlib

Archives

  • January 2022
  • December 2021
  • October 2021
  • September 2020
  • July 2020
  • May 2020
  • April 2020
  • March 2020

Recent Posts

  • Warehouse Rack Types
  • Generate GS1 Barcode with Barby
  • Fixing Github Actions automerge with pull_request_target event
  • Auto deploy hexo with github actions
  • Hide redmine issues' reposts for non-admin users
© 2024 Linhai Shen
Powered by Hexo
Home Resume Archives