tr -d '\r'
where:
tr -> is the command
-d -> to delete a certain character or pattern of characters
'\r' -> denotes the carriage return (elly heyya el Enter)
Anything technically useful that I encounter, especially concerning open-source software.
sudo bash
hcitool scan #(Make a note of the hardware address of your phone as listed).
gedit /etc/default/bluetooth #You can use any other text editor of course
PAND_ENABLED=0
PAND_ENABLED=1
PAND_OPTIONS=""
PAND_OPTIONS="--listen --role=PANU --devup /etc/bluetooth/pan/dev-up --devdown /etc/bluetooth/pan/dev-down"
#!/bin/bash
ifup bnep0
#!/bin/bash
ifdown bnep0
iface bnep0 inet dhcp
pand --connect#The address you have got in the "hcitool scan" command
ifup bnep0
pand -K