Skip to content

Instantly share code, notes, and snippets.

@micalm
micalm / pair-dual-boot-bluetooth.md
Created June 22, 2023 06:26 — forked from madkoding/pair-dual-boot-bluetooth.md
Pairing bluetooth devices (keyboard or mouse) in dual boot with Linux Ubuntu and Windows 10

1) Pair ALL bluetooth devices in linux (it is to have the files you will need to edit later)

2) Pair ALL bluetooth devices in Windows 10. If you know how, get the MAC address id from your bluethooth keyboard, we will need it later

3) Reboot and go back to Linux

4) Install chntpw package, this is needed to read the registry keys from Wintendo

sudo apt-get install chntpw
@micalm
micalm / index.html
Created March 7, 2017 09:48 — forked from anonymous/index.html
SERP Preview
<h2>Metadata:</h2>
<label for="url">URL:</label>
<input type="url" name="url" id="url" onkeyup="setUrl();">
<br>
<label for="title">SEO Title:</label>
<input type="text" name="title" id="title" onkeyup="setTitle();">
<br>
<label for="title">Meta Description:</label>
<input type="text" name="description" id="description" onkeyup="setDescription();">
<br>
@micalm
micalm / .htaccess
Last active September 22, 2015 09:01 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/