Skip to content

Instantly share code, notes, and snippets.

View pygman's full-sized avatar
🏠
Working from home

pygman pygman

🏠
Working from home
View GitHub Profile
@pygman
pygman / Alt.md
Last active September 21, 2016 05:41
Ubuntu快捷键冲突

移除双击Alt 和Alt+`快捷键

compizConfig设置管理器 -> Ubuntu Unity Plugin -> Switcher 第3项第5项之间、第4项第6项之间 每次开机轮换启用禁用

@pygman
pygman / gnome
Created August 4, 2016 10:16
Ubuntu 下添加程序快捷方式到启动器
sudo apt-get install gnome-panel cd ~/.local/share/applications/ gnome-desktop-item-edit . --create-new 设置完毕后,~/.local/share/applications/下会生成以desktop为后辍的文件。 这时你在搜索栏中就可以找的到idea,之后把图标直接拉到启动器栏就可以了。
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
@pygman
pygman / wpa_supplicant.conf
Last active September 21, 2016 05:42
树莓派Raspberry
# /etc/wpa_supplicant/wpa_supplicant.conf
# sudo ifup wlan0 启动wifi
# sudo ifdown wlan0 关闭wifi
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="PYGMALION"
@pygman
pygman / 0_reuse_code.js
Created August 1, 2016 12:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console