This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Restore window netbean, drag ke kiri atas, lakukan maximize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<allow-navigation href="http://*/*" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cordova plugin add https://github.com/polychrom/cordova-android-accountmanager.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setup bios | |
disable secure boot control | |
enable csm & disable pxe oprom policy | |
wifi-menu | |
ping -c3 www.google.com | |
lsblk | |
cfdisk /dev/sda | |
mkfs.ext4 /dev/sda7 | |
mkfs.ext4 /dev/sda8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# including this ensures that new gnome-terminal tabs keep the parent `pwd` ! | |
if [ -e /etc/profile.d/vte.sh ]; then | |
. /etc/profile.d/vte.sh | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo npm uninstall grunt-concurrent --save-dev | |
sudo npm install [email protected] --save-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(ansi-color-faces-vector | |
[default default default italic underline success warning error]) | |
'(custom-enabled-themes (quote (misterioso))) | |
'(inhibit-startup-screen t) | |
'(initial-frame-alist (quote ((fullscreen . maximized)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/zsh/zshenv | |
export ANDROID_HOME=/tools/android-sdk-linux | |
export PATH=$PATH:$ANDROID_HOME/tools | |
export PATH=$PATH:$ANDROID_HOME/platform-tools | |
export PATH=$PATH:/tools/netbeans_80/bin | |
export PATH=$PATH:/tools/arduino-1.6.5 | |
export PATH=$PATH:/tools/fritzing-0.9.2b.linux.AMD64 | |
export PATH=$PATH:/tools/android-sdk-linux/build-tools/23.0.0_rc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DIR="/sys/class/power_supply/BAT0" | |
for PREFIX in "charge" "energy" | |
do | |
if [ -f "$DIR/${PREFIX}_now" ] && [ -f "$DIR/${PREFIX}_full" ] | |
then | |
echo "$DIR/${PREFIX}_now" | |
echo "$DIR/${PREFIX}_full_design" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -R 192.168.1.12 |
OlderNewer