Skip to main content

Posts

Showing posts from May, 2018

Windows: Set Password Never Expire

Create user yaadmin and set password never expire. net user yaadmin /FullName:"Yet Another Administrator" Passwd12 /add wmic useraccount where "Name='yaadmin'" set PasswordExpires=FALSE When creating new user interactively, it is just a good practice to replace password with * , and then type in password 2 times. net user yaadmin /FullName:"Yet Another Administrator" * /add Type a password for the user: Retype the password to confirm: Set Administrator's password never expired: wmic useraccount where Name='Administrator' set PasswordExpires=FALSE

Java: Free Online Compilers

codingground https://www.tutorialspoint.com/compile_java_online.php CompileJava https://www.compilejava.net/

Linux: Commonly Used Shortcuts

Get more productive with these shortcuts. Commonly used shortcuts in Linux Shortcuts Action CTRL + a Jump to the beginning of line CTRL + e Jump to the end of line CTRL + d Close the terminal CTRL + l Clear terminal screen CTRL + u Delete from cursor back to beginning Esc + . Get the last argument of the previous command

Fortinet: What's New in FortiOS 6.0

This new version is focused on increasing visibility and network oversight, improving the integrated threat intelligence, and adding new automation features allowing system administrators to proactively respond to emerging threats: new Security Fabric features new Network Management tools comprehensive Internet of Things/Endpoint Security coverage and many other useful features and updates Visit Fortinet's documentation library at http://docs.fortinet.com or our video portal at http://video.fortinet.com .

IT Abbreviations

i18n 'Internationalization' is sometimes abbreviated to 'i18n' in English, because there are 18 characters between the 'i' and the 'n'. k8s Kubernetes: there are 8 characters between 'k' and 's'. TL;DR Too long; didn't read.

NTP - Network Time Protocol

Check NTP Configuration Windows Open cmd (Run as Administrator) w32tm /query /configuration w32tm /query /status

HTML5: Complete Table Structure

Photo Credit: Gerald - pixabay.com   <table> <caption style="caption-side:bottom;" >Caption here</caption> <thead> <tr> <th>Header1</th> <th>Header2</th> ... </tr> </thead> <tbody> <tr> <td>Column1</td> <td>Column2</td> ... </tr> ... </tbody> <tfoot>Footer here</tfoot> </table>

macOS: Free Softwares from Apple

The following Apple's softwares used to be NOT free. Apple's free software Software Price Notes GarageBand 0 iMovie 0 Keynote 0 Numbers 0 Pages 0 Photos 0 Replace iPhoto

Chrome: Common Keyboard Shortcuts

Get more productive by learning and using shortcuts in Chrome browser.

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

PostgreSQL: Notes

" PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance."

Powershell: Start-Sleep

Sleep for 30 seconds Start-Sleep -s 30

Twitter advices users to change password

https://twitter.com/settings/password

VMware: vSphere ESXi 6.7

Ubuntu 18.04: What Is New?

Ubuntu 18.04, the latest Ubuntu release. It features a huge set of changes, including the GNOME Shell desktop by default.

Docker for Windows: Install update