Skip to content

Instantly share code, notes, and snippets.

View Akasurde's full-sized avatar
🌏
To the infinity and beyond

Abhijeet Kasurde Akasurde

🌏
To the infinity and beyond
View GitHub Profile
@Akasurde
Akasurde / Virt-manager
Created October 16, 2015 16:15
Help for Virt-manager contribution
1. Run the test suite
`python setup.py test`
2. XML generation
https://libvirt.org/formatdomain.html
3. Command line handling
http://gauss.ececs.uc.edu/Courses/c4029/exams/Spring2013/Review/kernel_spinlock.c
@Akasurde
Akasurde / gist:24828eefca3944221cab
Created September 2, 2015 10:40
Installing Chrome on RHEL 7
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
# yum -y install redhat-lsb libXScrnSaver
# yum -y localinstall google-chrome-stable_current_x86_64.rpm
@Akasurde
Akasurde / gist:dcf9b1d9b340bde94366
Created September 1, 2015 06:52
Enable Assistive Technology support in Fedora 22
To Enable Assistive Technology support on Fedora 22, open terminal and
$ gsettings set org.gnome.desktop.interface toolkit-accessibility true

Project lists

python 2to3 migrations