۸۰ مطلب با موضوع «کاری» ثبت شده است

پیدا کردن فایل های دارای پرمیژن ۰۴۰۰ و تغییر آنها

find /home -type f -perm 0400  -exec bash -c 'chmod 755 "$1"' _ {} \;

۰۴ مهر ۹۶ ، ۱۶:۳۶ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

فعال سازی دریافت ایمیل در فایروال centos 7

 

 

firewall-cmd --permanent --add-service=smtp
firewall-cmd --permanent   --add-service=smtps
firewall-cmd --permanent  --add-service=imap
firewall-cmd --permanent  --add-service=imaps
firewall-cmd --permanent  --add-service=pop3
firewall-cmd --permanent  --add-service=pop3s
sudo firewall-cmd --reload

 

 

 

 

۰۴ مهر ۹۶ ، ۱۰:۳۷ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

بررسی اسپم شدن ایمیل و دلایل آن

https://www.mail-tester.com/
۲۹ شهریور ۹۶ ، ۱۶:۳۹ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

ویرایشگر عکس به صورت آنلاین

https://www.photopea.com/
۲۹ شهریور ۹۶ ، ۱۶:۲۷ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

ریپلیس کردن در فایل ها در لینوکس

perl -pi -e 's/"\//"/g' *.h
۲۸ شهریور ۹۶ ، ۱۴:۲۱ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

gcc version 4.7.0 centos 5

cd /etc/yum.repos.d
wget http://people.centos.org/tru/devtools/devtools.repo 
yum --enablerepo=testing-devtools-6 install devtoolset-1.0

/opt/centos/devtoolset-1.0/root/usr/bin/g++

۰۹ مرداد ۹۶ ، ۱۷:۱۳ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

تغییر ادیتور crontab به nano

nano ~/.bashrc

این خط را اضافه کن

export VISUAL=nano; 
source ~/.bashrc

 

 

۰۶ تیر ۹۶ ، ۱۱:۳۹ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

/usr/lib/libexpat.so: could not read symbols: File in wrong format

https://help.directadmin.com/item.php?id=174
۲۲ خرداد ۹۶ ، ۱۵:۳۹ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

copy-path windows

https://www.tenforums.com/tutorials/73649-copy-path-add-context-menu-windows-10-a.html
۲۶ فروردين ۹۶ ، ۱۶:۰۰ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری

برای نصب ورژن خاصی در pip

pip install pyopencv==2.0.wr1.0.1
۱۶ فروردين ۹۶ ، ۲۱:۰۷ ۰ نظر موافقین ۰ مخالفین ۰
محسن داوری