Jump to content
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble

Leaderboard


Popular Content

Showing content with the highest reputation on 07/19/2017 in all areas

  1. 1 point
    αν δεν σας αρεσει η μουσική κλείστε τον ηχο
  2. 1 point
    Μόλις μου έτυχε ξανα σενάριο μεταφοράς βάσης IPB με άλλο collation και βλεπουμε μετά: FATAL ERROR Your settings could not be read by IP.Board. This is a fatal error and IP.Board cannot function while this issue persists. This issue is generally caused by changing your character set in the ACP to one that does not support data stored in the rest of your settings, or by restoring a database backup/completing a server transfer and importing your database tables using the wrong character set or collation. You should contact IPS Technical Support for further assistance. Η λυση ειναι το παρακάτω DB="{your DB name}" ( echo 'ALTER DATABASE `'"$DB"'` CHARACTER SET utf8 COLLATE utf8_general_ci;' mysql "$DB" -e "SHOW TABLES" --batch --skip-column-names \ | xargs -I{} echo 'ALTER TABLE `'{}'` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;' ) \ | mysql "$DB"
  3. 1 point
    Q: I have an openvz container that is NOT stopping with the standard vz tools. How can I kill it? I tried a VZ destory but that wont work. A: It's a little harsh, but the best way I've found to stop a stubborn container is to forcefully kill the container's processes. Command vzpid with grep makes it easy to find: ps ax | awk '{print $1}' | xargs vzpid | grep <container ID> | awk '{print $1}' | xargs kill -9 https://serverfault.com/questions/318711/stop-an-unstoppable-openvz-container
  4. 1 point
    θα δοκιμασω κι αυτο καποια στιγμη https://gist.github.com/pavel-odintsov/3e7351ba4ceca33b8cc6 vzprocess: ps with CTID filtration for OpenVZ
  5. 1 point
    Τι πρέπει να έχουμε ρυθμίσει για να μην πηγαίνουν τα emails μας στον φάκελο με τα ανεπιθύμητα? rDNS - (Reverse DNS) - Αυτό το ρυθμίζουμε από τον πίνακα ελέγχου της εταιρίας που έχουμε αγοράσει τον server μας spf - (Sender Policy Framework) - Αυτό το ρυθμίζουμε από τον πίνακα ελέγχου στην εταιρία που αγοράσαμε το domain μας OpenDkim - (Domain Keys Identified Mail) - Αυτό το ρυθμίζουμε από τον πίνακα ελέγχου στην εταιρία που αγοράσαμε το domain μας Dmarc - (Domain-based Message Authentication Reporting and Conformance) - Αυτό το ρυθμίζουμε από τον πίνακα ελέγχου στην εταιρία που αγοράσαμε το domain μας Γενικές πηροφορίες: rDNS: https://en.wikipedia.org/wiki/Reverse_DNS_lookup spf: https://en.wikipedia.org/wiki/Sender_Policy_Framework OpenDkim: http://www.opendkim.org/ Dmarc: https://dmarc.org/
×