Most usr bin related news are at:
More usr bin related news:
List all installed and available Perl modules 0x1fff.com 26 Dec 2011 | 11:21 am
Code below provides list of modules which perl interpreter can find in runtime. Code #!/usr/bin/perl # # Author: Tomasz Gaweda # Date: 2011.12.23 17:00 # Purpose: Print all modules installed # in per...
centos中mysql重置密码 tisswb.com 10 Feb 2010 | 05:26 pm
mysql YUM 安装路径rpm -ql mysql (usr/bin) 方法: # /etc/init.d/mysqld stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql mysql> UPDATE user SET Password=PASSWO...
How to get HBA information on linux system using systool netbackupcommands.com 24 Feb 2011 | 05:55 am
#/usr/bin/systool/systool -av -c fc_host Class Device = "host11" Class Device path = "/sys/class/fc_host/host7" active_fc4s = "0x00 0x00 0x01 0x00 0x00 0x00 0x00 0x01 0x00 0x00 0x00 0x...
SQLi DoS script for SQL injection vulnerability kislaybhardwaj.com 1 May 2012 | 09:18 am
Today I present a script before you which can DoS a SQL injection vulnerable site. It is coded in perl. I hope you understand how it works. Here it is: #!/usr/bin/perl -w # # SQLidoom.pl # By .....
Python多版本共存导致动态库混乱的问题 cbug.org 21 Nov 2011 | 06:48 am
在已经存在Python的环境中再源码安装其他版本的Python时,或源码安装mod_python或mod_wsgi等模块时,经常会出现动态库混乱的问题。常见的错误信息如下: /usr/bin/ld: .../lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against 'a local symbol' can not be used...
MySQL报错Couldn’t find MySQL manager (/usr/bin/mysqlmanager) or server (/usr/bin/mysqld_safe) binghe.org 4 May 2012 | 06:41 am
之前博客运行在BuyVM OpenVZ 128m的vps上,运行环境是lnmp.org提供的一键安装包,版本0.8。昨天把博客换到BuyVM KVM的vps上面,并且把一键安装包升级到了0.9。今天重启vps之后mysql死活起不来,执行/etc/init.d/mysql start,错误信息为: Couldn’t find MySQL manager (/usr/bin/mysqlmanager...
CentOS中yum-fastmirror插件出错 binghe.org 26 Mar 2012 | 05:57 pm
错误代码: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Traceback (most recent call last): File “/usr/bin/yum”, line 29, in yummain.user_main(sys.argv[1:], exit_code=True) File ...
Linux Rsync to Qnap 219P|| blog.saycoo.com 14 Mar 2012 | 09:40 pm
過年時買了一台 Qnap 219PII , 準備用來備份機房 Linux Server 裡的 /home 資料,以下是簡單的指令 /usr/bin/rsync -rvlHpogDtS /home/ rsync@(IP)::(NAS上的目錄) 搞定收工~ 再放到 cron job 上去定時跑就好了。
Python Log Cleaner rizkyyb11.blogspot.com 15 Apr 2012 | 02:10 am
Share code untuk tools pembersih “log” dengan menggunakan phython, manfaatnya adalah anda bisa menghilangkan jejak sejenak dari log yang tersimpan. Berikut ini codenya: #!/usr/bin/python #PyLogclean...
Comando cp nombrefichero carpetadestino linuxcomandos.blogspot.com 29 Oct 2011 | 02:57 pm
Linux Comandos cp nombrefichero carpetadestino Copia uno o varios (*) ficheros a la carpeta especificada. Ejemplo: cp * /usr/bin Comando mmd Comando mcopy Comando mdir Comando mcd Comando mba...