cd /sys/class/mmc_host/mmc?/mmc?:*
echo -e "cid:$(cat cid) \ncsd:$(cat csd) \ndate:$(cat date) \nfwrev:$(cat fwrev) \nhwrev:$(cat hwrev) \nmanfid:$(cat manfid) \nname:$(cat name) \noemid:$(cat oemid) \nscr:$(cat scr) \nserial:$(cat serial)"
This file contains hidden or 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
% Machine learning class | |
% Octave tutorial | |
% ======================================================= | |
% Section 1: Octave Tutorial: Basic operations | |
%% Change Octave prompt | |
PS1('>> '); | |
%% elementary operations |
This file contains hidden or 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
#!/home/hain/.rvm/rubies/ruby-1.8.7-head/bin/ruby | |
############################################################### | |
# | |
# This script is written by Akhil Bansal(http://webonrails.com) | |
# It worked fine for me. Use this script at your own risk, if | |
# your computer explode, it will not be my fault ;-) | |
# | |
############################################################### | |
require 'rubygems' |
This file contains hidden or 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
@ECHO off | |
MKDIR LOG | |
SET "LOG_FOLDER=%CD%/LOG" | |
SET "LOG_FLASH_ACTIVEX=%LOG_FOLDER%/flash_activex.log" | |
SET "LOG_FLASH_PLAYER=%LOG_FOLDER%/flash_player.log" | |
SET "LOG_LIBRE=%LOG_FOLDER%/libre_office.log" | |
SET "LOG_7Z=%LOG_FOLDER%/7z.log" | |
SET "LOG_NOTEPADPP=%LOG_FOLDER/npp.log" |
This file contains hidden or 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
Windows ® Installer. V 5.0.7601.17514 | |
msiexec /Option <Required Parameter> [Optional Parameter] | |
Install Options | |
</package | /i> <Product.msi> | |
Installs or configures a product | |
/a <Product.msi> | |
Administrative install - Installs a product on the network | |
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>] |
This file contains hidden or 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/sh | |
action=$1 | |
end=$2 | |
eval `flash get IP_ADDR` | |
case $action in | |
start) | |
killall -9 dnsmasq | |
killall -9 proxyd | |
dnsmasq --port=63481 --address=/dlinkrouter/$IP_ADDR --address=/dlinkrouter.local/$IP_ADDR --address=/#/1.33.203.39 |
NewerOlder