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
| flashfs save && flashfs commit && flashfs enable | |
| for i in 0 1 2 3 4 5 6 ; do nvram set vts_ipaddr_x${i}=192.168.1.40 ; done | |
| nvram commit |
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
| cu -l /dev/ttyUSB0 -s 115200 |
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
| for i in `cat usr_share_java.txt`; do yum info $i | grep ^Name | awk -F ":" '{print $2}' | sed s,^\ ,,g ; done |
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
| sudo yum install python-mutagen | |
| find -iname '*.mp3' -print0 | xargs -0 mid3iconv -eCP1251 --remove-v1 |
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
| cpp -dM - < /dev/null | LANG=C sort |
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
| 0 pcmu/8000 | |
| 0 PCMU/8000 | |
| 0 PCMU/8000/1 | |
| 2 G721/8000 | |
| 2 G721/8000/1 | |
| 2 G726-32/8000 | |
| 2 G726-32/8000/1 | |
| 3 gsm/8000 | |
| 3 GSM/8000 | |
| 3 gsm/8000/1 |
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
| git archive --format=tar --prefix=myproject-1.0.0/ "1.0.0" | gzip > myproject-1.0.0.tar.gz |
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
| wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1 | |
| curl -LJO https://github.com/joyent/node/tarball/v0.7.1 |
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
| CFLAGS="$CFLAGS -I/opt/local/include" CXXFLAGS="$CXXFLAGS -I/opt/local/include" LDFLAGS="$LDFLAGS -L/opt/local/lib" ./configure |
OlderNewer