Skip to content

Instantly share code, notes, and snippets.

View khurshid-alam's full-sized avatar

Khurshid Alam khurshid-alam

View GitHub Profile
@khurshid-alam
khurshid-alam / Save Evolution-Contacts as separate vcf
Last active December 19, 2015 17:49
Save Evolution-Contacts as separate vcf with file-names as contact-names
#!/bin/bash
# require syncevolution
# on ubuntu run following commands
# sudo add-apt-repository deb http://downloads.syncevolution.org/apt stable main
# sudo apt-get update
# sudo apt-get install syncevolution-evolution
# askubuntu question: http://askubuntu.com/questions/265083/how-to-export-save-evolution-contacts-as-seperate-vcf-files
@khurshid-alam
khurshid-alam / notify-osd-ssh
Last active December 18, 2015 02:08
Send Notify-OSD notification through ssh.
#!/bin/bash
# send notify-osd notification through ssh
#!/bin/bash
# Send your files to another machine using SCP
# REQUIRED
# - Nautilus (doh!)
# - scp
# - notify-send (from package notify-bin, libnotify - for messages)
# - xclip (to automaticaly set your clipboard to the URL of the file)