Skip to content

Instantly share code, notes, and snippets.

View rakibhasansabbir's full-sized avatar
:octocat:
Working for DocTime

Rakib Hasan Sabbir rakibhasansabbir

:octocat:
Working for DocTime
View GitHub Profile
@rakibhasansabbir
rakibhasansabbir / How_to_use_existing_SSH_key_on_my_newly_installed_ubuntu.md
Last active September 24, 2022 06:44
How to use existing SSH key on my newly installed Ubuntu

If you have a copy of your ssh keys (e.g., on a USB stick) then simply copy the key files to the ~/.ssh/ directory.

cp /path/to/my/key/id_rsa ~/.ssh/id_rsa
cp /path/to/my/key/id_rsa.pub ~/.ssh/id_rsa.pub

change permissions on file

sudo chmod 600 ~/.ssh/id_rsa
sudo chmod 600 ~/.ssh/id_rsa.pub
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">