Posts

Showing posts from November, 2019

Sony XBR65A9F/A 65" 4K Ultra HD Smart OLED Television

Image

Prime Day is Amazon’s biggest, global shopping event exclusively for Prime members.

Restart Jenkins from URL

You can use either of the following commands: (jenkins_url)/restart - Forces a restart without waiting for builds to complete. (jenkins_url)/safeRestart - Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete.

The ONC Health IT Certification Program

The Office of the National Coordinator for Health Information Technology (ONC) Health IT Certification Program (Program)is a voluntary certification program established by the Office of the National Coordinator for Health IT to provide for the certification of health IT.  Requirements for certification are established by standards, implementation specifications and certification criteria adopted by the Secretary. The  Program supports the availability of certified health IT for its encouraged and required use under other federal, state and private programs. The Program is run as a third-party product conformity assessment scheme for health information technology (health IT) based on the principles of the International Standards Organization (ISO) and International Electrotechnical Commission (IEC) framework. https://www.healthit.gov/topic/certification-ehrs/about-onc-health-it-certification-program

Why you shouldn’t use Google Voice to receive verification codes

If you use Google Voice to receive verification codes, you can easily create a situation where you’ve locked yourself out of your account. For example, if you are signed out of your Google Voice app, you might need a verification code to get back in. However, you won’t be able to receive this verification code because it will be sent to your Google Voice, which you can’t access.

Network Address Translation (NAT)

NAT gives a virtual machine access to network resources using the host computer's IP address and a port through an internal Virtual Switch. Network Address Translation (NAT) is a networking mode designed to conserve IP addresses by mapping an external IP address and port to a much larger set of internal IP addresses. Basically, a NAT uses a flow table to route traffic from an external (host) IP Address and port number to the correct internal IP address associated with an endpoint on the network (virtual machine, computer, container, etc.) Additionally, NAT allows multiple virtual machines to host applications that require identical (internal) communication ports by mapping these to unique external ports.

How to get to the Boot Menu or BIOS settings

Manufacturer Boot Menu BIOS Key Acer F12 F2 Asus F8/Esc F9/F2 Dell F12 F2 eMachines F12 Tab, Del Gateway Esc/F10/F12 F2/F1/Del HP Esc Esc IBM F12 F2 Lenovo F12/Novo F1/F2/Novo NEC F5 F2 Packard Bell F8 F1/Del Samsung F10/Esc F2 Sony F11 F1/F2/F3 Toshiba F12 F2

Detaching from and attaching to Tmux Session

Detaching from Tmux Session You can detach from the Tmux session and return to your normal shell by typing: Ctrl+b d The program running in the Tmux session will continue to run after you detach from the session. Re-attaching to Tmux Session To attach to a session first, you need to find the name of the session. To get a list of the currently running sessions type: tmux ls The name of the session is the first column of the output. 0: 1 windows (created Wed Nov  6 11:19:45 2019) [172x37] For example, to attach to session 0, you would type: tmux attach-session -t 0

Tmux sessions are persistent

Tmux sessions are persistent, which means that programs running in Tmux will continue to run even if you get disconnected. All commands in Tmux start with a prefix, which by default is ctrl+b.

Not able to install "screen" package on Red Hat Enterprise Linux 8

If you encounter:  screen: command not found It is because: The screen package has been replaced by tmux in RHEL 8