npm i electron --save-dev --save-exact
Key based authentication in SSH is called public key authentication. The purpose of ssh-copy-id
is to make setting up public key authentication easier.
Assuming:
- OpenSSH in both client and server is installed accordingly.
- Both computer/host using popular GNU/linux distribution which OpenSSH enabled by default.
- C is known as Client or user's computer/host.
- R is known as Remote or remote server/computer/host.
[Desktop Entry] | |
Type=Application | |
Exec=rfkill block bluetooth | |
X-GNOME-Autostart-enabled=true | |
NoDisplay=false | |
Hidden=false | |
Name=Disable bluetooth | |
Comment=Turn bluetooth off during computer startup | |
X-GNOME-Autostart-Delay=10 | |
Icon=bluetooth-disabled |
/* YourDuino.com Example Software Sketch | |
20 character 4 line I2C Display | |
ANOTHER NEW TYPE Marked "LCM1602 IIC A0 A1 A2" | |
A0-A1-A2 are grounded so I2C Address is 0x20 | |
[email protected] */ | |
/*-----( Import needed libraries )-----*/ | |
#include <Wire.h> | |
#include <LCD.h> | |
#include <LiquidCrystal_I2C.h> // F Malpartida's NewLiquidCrystal library | |
//Download: https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads |
add this line to settings.json (file>preferences>settings):
"C_Cpp.intelliSenseEngine": "Tag Parser",
"C_Cpp.default.includePath": [
"${env.HOME}/.arduino"
]
and add to auto-generated c_cpp_properties.json
in .vscode
folder:
[Nemo Action] | |
#https://gist.github.com/ijash/bf00167506337d918b3070a7ce57b1a7 | |
Name=Open %f folder in VS Code | |
Name[id]= Buka folder $f dalam VS Code | |
Comment=Open current folder in Visual Studio Code with just a right click. | |
Comment[id]=Membuka folder ini dengan Visual Studio Code hanya dengan klik kanan. | |
Icon-Name=code | |
Selection=none; | |
Extensions=dir | |
#Quote=double |
gTLD merupakan salah satu TLD yang sifatnya general.
Adapun yang termasuk gTLD adalah,
.com : digunakan untuk keperluan komersial
.org : digunakan untuk keperluan organisasi
.net : digunakan untuk keperluan internet/ network
.biz : digunakan untuk keperluan bisnis
.com : digunakan untuk keperluan komensial
.edu : digunakan untuk keperluan pendidikan
.info : digunakan untuk keperluan informasi
.name : digunakan untuk keperluan web pribadi