۱۶ مطلب در آذر ۱۳۹۵ ثبت شده است
http://www.tecmint.com/linux-iptables-firewall-rules-examples-commands/
۲۶ آذر ۹۵ ، ۰۰:۴۳
۰
۰
محسن داوری
php.exe -d short_open_tag=on -q
۲۴ آذر ۹۵ ، ۲۱:۴۲
۰
۰
محسن داوری
https://www.sslshopper.com/ssl-checker.html
۲۴ آذر ۹۵ ، ۱۷:۲۹
۰
۰
محسن داوری
ln -s /usr/bin/easy_install-2.7 /usr/bin/easy_install
easy_install-2.7 = = مسیری هست که الان نصبه
easy_install == اسم شورتکات
۲۴ آذر ۹۵ ، ۱۶:۰۹
۰
۰
محسن داوری
https://gist.github.com/stephenturner/e3bc5cfacc2dc67eca8b
ln -s /opt/rh/devtoolset-3/root/usr/bin/gcc /usr/bin/gcc
ln -s /opt/rh/devtoolset-3/root/usr/bin/gfortran /usr/bin/gfortran
۲۴ آذر ۹۵ ، ۱۴:۰۴
۰
۰
محسن داوری
GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
لازم میشه
http://linuxsoft.cern.ch/cern/slc68/i386/RPM-GPG-KEY-cern
۲۴ آذر ۹۵ ، ۱۴:۰۰
۰
۰
محسن داوری
:: MySQl DB user
set dbuser=root
:: MySQl DB users password
set dbpass=
:: Switch to the MySQL data directory and collect the folder names
pushd "E:\wamp64\bin\mysql\mysql5.7.9\data"
:: Loop through the folders and use the fnames for the sql filenames, collects all databases automatically this way
echo "hello"
echo "Pass each name to mysqldump.exe and output an individual .sql file for each"
FOR /D %%F IN (*) DO (
"E:\wamp64\bin\mysql\mysql5.7.9\bin\mysqldump.exe" --user=%dbuser% --password=%dbpass% --databases %%F > "C:\SQLBackup\%%F.sql"
)
۲۰ آذر ۹۵ ، ۱۳:۲۹
۰
۰
محسن داوری
perl -pi -e 's/iso-8859-1/UTF-8/' /usr/local/directadmin/data/skins/enhanced/lang/en/lf_standard.html
perl -pi -e 's/windows-1252/UTF-8/' /usr/local/directadmin/data/skins/power_user/header.html
۱۸ آذر ۹۵ ، ۲۱:۵۵
۰
۰
محسن داوری
https://repo.mysql.com/yum/mysql-5.7-community/el/6/x86_64/
۱۴ آذر ۹۵ ، ۱۷:۳۶
۰
۰
محسن داوری
rpm -e --nodeps "mysql-community-common-5.7.16-1.el6.x86_64"
۱۴ آذر ۹۵ ، ۱۶:۱۷
۰
۰
محسن داوری