Thứ Năm, 8 tháng 12, 2022

imunify-antivirus Scan and cleanup via CLI

 IssueBelow you may find the method to scan and clean up accounts via the command-line interface.EnvironmentAny supported environment for Imunify360/ImunifyAV.SolutionTo run a full scan which will check users one by one and functions identically like the 'Scall all' option in the GUI, you will need to use the following command:# imunify360-agent malware user scanor# imunify-antivirus malware user scanOtherwise, you can initiate...
Read More

Thứ Tư, 16 tháng 11, 2022

Troubleshooting WebResource.axd

 The .NET 2.0 framework changed the way clientside JavaScript is delivered to the browser. Previously, ASP.NET 1.1 used the aspnet_client directory whereas now 2.0 uses WebResource.axd.When things go wrong, you'll see JavaScript errors about missing functions, including the now infamous 'WebForm_PostBackOptions is undefined'. After...
Read More

Thứ Năm, 3 tháng 11, 2022

Netflow for CentOS

 Netflowyum install nfdump libpcap-devel libpcapwget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd/softflowd-0.9.9.tar.gztar xvzf softflowd-0.9.9.tar.gzcd softflowd-0.9.9./configuremake && make install/bin/nfcapd -w -D -p 9995 -B 200000 -S 1 -P /var/run/nfsen/p9995.pid -z -I ns99 -l /root/nfsen/ns99/usr/local/sbin/softflowd -i ens192 -n 127.0.0.1:9995nfdump -M /root/nfsen/ns99 ...
Read More

Thứ Tư, 2 tháng 11, 2022

How to solve "error: Microsoft Visual C++ 14.0 or greater is required" when installing Python packages?

 I'm trying to install a package on Python, but Python is throwing an error on installing packages. I'm getting an error every time I tried to install pip install google-search-api.Here is the error how can I successfully install it?error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ Go to this link and download...
Read More

Thứ Hai, 26 tháng 9, 2022

systemctl restart someservice returns “Error: No space left on device”

 If you have sufficient disk space and you are running Code42/Crashplan pro and you get “Error: No space left on device” when you use systemctl, this may be the fixLinux performs real-time file watching using the inotify API. Inotify imposes a limit on the number of “watches” that can be in use on a system at any given time. If the Code42 app exceeds inotify’s max watch limit, real-time file watching fails...
Read More

Thứ Năm, 21 tháng 7, 2022

How can I connect to postgresql gitlab

 On 7.14.1:cat /var/opt/gitlab/gitlab-rails/VERSION 7.14.1I do this:sudo -u gitlab-psql -i bash /opt/gitlab/embedded/bin/psql --port 5432 -h /var/opt/gitlab/postgresql -d gitlabhq_production psql (9.2.10) Type "help" for help. gitlabhq_production=# to connect to gitlabqh_production database.For me, this also works:sudo -u gitlab-psql /opt/gitlab/embedded/bin/psql -h /var/opt/gitlab/postgresql -d gitlabhq_production psql...
Read More

Thứ Ba, 7 tháng 6, 2022

Danh sách trạng thái tên miền Việt Nam

 Danh sách trạng thái tên miền: - OK : tên miền không bị cấm hoạt động hoặc có trạng thái cấm nào.- pendingDelete: tên miền đang chờ thu hồi.- pendingCreate: tên miền đang được gửi lệnh đăng ký và chờ xử lý.- pendingRenew: tên miền đang được gửi lệnh duy trì và chờ xử lý.- pendingRestore: tên miền đang được gửi lệnh khôi phục và chờ xử lý. - pendingTransfer: tên miền đang được gửi lệnh chuyển đổi sang nhà đăng...
Read More

Thứ Tư, 1 tháng 6, 2022

How to install Phalcon framework for a PHP Plesk?

 QuestionHow to install Phalcon framework for a PHP supplied by Plesk?AnswerNote: Such kind of setup is not possible to set via Plesk Interface and this task should be performed by a system administrator via SSH.Before performing the following actions make sure that required packages such a 'git' or 'build-essential' are installed and functioning properly.Connect to the server via SSH.Install the following packages...
Read More

Thứ Bảy, 26 tháng 3, 2022

Hướng dẫn active Windows 2016, How to Upgrade Windows Server 2016 Evaluation to Full

 Hướng dẫn active Windows 2016, How to Upgrade Windows Server 2016 Evaluation to Full VersionNếu bạn ban chạy bản Standard Evaluation thì bạn chỉ cần chạy lệnh sau để chuyển từ Evaluation qua Full và Active key luôndism /online /set-edition:ServerStandard /productkey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /accepteulaIf you have installed Windows...
Read More

Thứ Năm, 17 tháng 3, 2022

Hướng dẫn backup DirectAdmin với command line

 Tổng quanTrong bài này mình sẽ hướng dẫn các bạn backup DirectAdmin với command line nhanh chóng, đơn giản và dễ hiểu nhất. Nếu bạn không quen thao tác với command line thì có thể tham khảo bài viết Cách backup và restore DirectAdmin qua giao diện.Mặc định trên giao diện DirectAdmin đã có tích hợp tính năng backup và restore rồi....
Read More