05 2013 档案
摘要:1. for ext2/ext3/ext4e2label device [newlabel]2. for dos(vfat, fat16, fat32, etc.)dosfslabel device [label]3. for swapswaplabel -L [label] dev4. for ntfsntfslabel [options] device [label]
阅读全文
摘要:/* * ===================================================================================== * * Filename: git text.c * * Description: * * ...
阅读全文
摘要:1. 安装Qt4 sudo apt-get install libqt4-dev libqt4-dbg libqt4-gui libqt4-sql qt4-dev-tools qt4-doc qt4-designer qt4-qtconfig2. 安装QScintilla2下载地址:http://www.riverbankcomputing.co.uk/software/qscintilla/downloadtar zxvf ~/Downloads/QScintilla-gpl-2.7.1.tar.gz -C .cd QScintilla-gpl-2.7.1/Qt4Qt5/qmake qsci
阅读全文
摘要:#!/bin/bash - #===============================================================================## FILE: hosts_update.sh# # USAGE: ./hosts_update.sh # # DESCRIPTION: # # OPTIONS: ---# REQUIREMENTS: ---# BUGS: ---# NOTES: ---# AUTHOR: linkscue (scue), l...
阅读全文
摘要:ALLUSERSPROFILE=C:\ProgramDataAPPDATA=C:\Users\Administrator\AppData\RoamingCommonProgramFiles=C:\Program Files\Common FilesCOMPUTERNAME=M9HM3YVT8W59BMVComSpec=C:\Windows\system32\cmd.exeFP_NO_HOST_CHECK=NOHOMEDRIVE=C:HOMEPATH=\Users\AdministratorHOSTS=C:\Windows\System32\drivers\etc\hostsLOCALAPPDA
阅读全文
摘要:# 下载dnw与驱动文件cd ~mkdir -p tmp 2>/dev/nullcd tmp/git clone git://github.com/Qunero/dnw4linux.git# 编译驱动文件与dnwunset ARCHunset SUBARCHunset CROSS_COMPILEcd dnw4linux/make install# 安装dnw文件mkdir -p ~/bin 2>/dev/nullcp dnw ~/bin/dnwchmod 755 ~/bin/dnwsudo mkdir -p /opt/dnw_linux/secbulkcp secbulk.ko /
阅读全文
摘要:/* * ===================================================================================== * * Filename: msq.c * * Description: * * Version: 1.0 * Created: 2013年05月03日 00时20分50秒 * Revision: none * Compiler: gcc * * Author: linkscue (scue), * Orga...
阅读全文