• POSTS
  • ARCHIVES
  • Check Local Port Range in Linux

    2016-07-16

    - Views

    The /proc/sys/net/ipv4/ip_local_port_range defines the local port range that is used by TCP and UDP traffic to choose the local port. You will see in the parameters of this file two numbers: The first number is the first local port allowed for TCP and UDP traffic on the server, the second is the last local port number. For high-usage systems you may change its default parameters to 32768-61000.

    More...
  • Solve Searching Problem in Mac's Mail

    2016-07-12

    - Views

    Even when you know the basics of searching in Mac’s Mail, sometimes an email message you clearly remember stubbornly stays lost.

    If a Mail search doesn’t display messages that you know it should - and you’ve ruled out user error such as selecting the wrong mailbox, or choosing a header instead of message contents—there are several possible causes. Which solution to use depends on whether errors occur searching message contents (the body of your message) or headers (the contents of the To, CC, BCC, From, and Subject fields).

    More...
  • NOSQL Selection

    2016-07-08

    - Views

    While SQL databases are insanely useful tools, their monopoly in the last decades is coming to an end. And it’s just time: I can’t even count the things that were forced into relational databases, but never really fitted them. (That being said, relational databases will always be the best for the stuff that has relations.)

    But, the differences between NoSQL databases are much bigger than ever was between one SQL database and another. This means that it is a bigger responsibility on software architects to choose the appropriate one for a project right at the beginning.

    More...
  • Grep Duplicate Words in Text

    2016-07-04

    - Views

    To find duplicate words in a text by grep and support non-greedy search, you need to use -P which uses Perl regular expression to parse the pattern.

    More...
  • AWK - 10 Examples to Split a File into Multiple Files

    2016-06-30

    - Views

    A very good post from The Unix School

    In this article of the awk series, we will see the different scenarios in which we need to split a file into multiple files using awk. The files can be split into multiple files either based on a condition, or based on a pattern or because the file is big and hence needs to split into smaller files.

    More...
  • Project - Something Interest

    2016-06-26

    - Views

    This is the summary of the discussion we had this Friday.

    (I promise will enhance its appearance in future. :D)

    More...
  • How to Split Files in Linux

    2016-06-24

    - Views

    There are many ways and many commands available to split a file in Linux - by size, by lines or by a certain pattern of the content. Here are some samples.

    More...
  • Linux Find

    2016-06-20

    - Views

    Usage of find command.

    More...
  • Linux RPM

    2016-06-14

    - Views

    Usages of Linux rpm command.

    More...
  • Git Rebasing

    2016-06-10

    - Views

    In Git, there are two main ways to integrate changes from one branch into another: the merge and the rebase. Let’s see what rebasing is.

    More...

Categories

  • TED1
  • framework1
  • home1
  • life4
  • technologies49

Tag Cloud

Mac TED Windows annotation api centos cucumber curl database design docker git home java jdk jekyll json jvm life linux lunr mail markdown maven mysql network nosql oracle outing principles project recipe regex restful sed servlet shell sql ss ssh ssl string thread wiremock

Recent Posts

  • Wiremock - A fallback solution for existing API?
  • Build Docker Image with Maven
  • Shuangxi Outing
  • SSL Handshake Failure after Upgrading to JDK 8
  • Check DB Connection Count for Processes on Linux
PREVNEXT

© 2016 - 2019 Kevin, powered by Hexo
and hexo-theme-bubuzou

闽ICP备16007301号-2