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

NickTheGreek

Administrators
  • Content Count

    454
  • Joined

  • Last visited

  • Days Won

    76
  • Feedback

    N/A

Everything posted by NickTheGreek

  1. http://stackoverflow.com/questions/15216370/how-to-count-number-of-files-in-each-directory find . -type d -print0 | while read -d '' -r dir; do files=("$dir"/*) printf "%5d files in directory %s\n" "${#files[@]}" "$dir" done findfiles() { echo "$1" $(find "$1" -maxdepth 1 -type f | wc -l) } export -f findfiles find ./ -type d -exec bash -c 'findfiles "$0"' {} \;
  2. News: Mar 30, 2015 UltraMon™ 3.3.0 released UltraMon 3.3.0 is now available for download. New in this release: new taskbar extensions feature for Windows 8, and new window button compatibility options which improve support for applications with custom window title bars. Several bugs have been fixed as well, for details see the release notes. This is a free upgrade if you have a version 3 license. ειναι πρακτικά ένα ολοκληρωμένο προϊόν πάντως, για να κανεις αυτό που δίνει η Smart TaskBar διαβάζω πως ούτε στα 10 δεν θα το πετύχεις απόλυτα... μετά είναι και το άλλο, προσωπικά είμαι fan σε τέτοια περιβάλλοντα εργασίας ! http://www.win2008r2workstation.com http://www.win2012workstation.com/ αν ζήσεις λίγο με τα παραπάνω, δύσκολα μετακομίζεις ακόμα και για τα W11 ή W12. ή απλά: Old Habbits Die Hard
  3. ωραίο seedbox σηκώνεις στα 10 μέχρι και σε 1 πάντως που έκανα κάποια φορά δοκιμή, η προσφορά (μου) ξεπερνούσε την ζητηση συνήθως !
  4. δεν έχεις άδικο, ειδικά αν μιλάμε για Gbps, στα 100Mbps εχεις πρακτικα θεωρητικό μέγιστο 12,5MBps και στην πράξη οτιδήποτε ξεπερνά τα 10MB/s είναι μια χαρά, αλλά εκεί έχεις κέρδος σίγουρα από την συμπίεση. Επίσης, περισσότερο θέλουμε compression για περιβάλλοντα όπου η χρήση χώρου παίζει ρόλο, πχ smaller VPS
  5. σε multiple screen setup, έχει δοκιμάσει κανείς UltraMon ?
  6. καλα κι εγω εχω αποβάλλει εντελώς το CAT αλλά κάπου διάβαζα πως είναι ό,τι πιο γρήγορο ακόμα και για transfers, γρηγορότερο από cp/scp/rsync
  7. αυτο τελικα που φανταζε ευκολο ειναι αρκετα πιο συνθετο απο το WP καθως στο Joomla πλέον απαιτούνται 2 αρχεία για να έχεις πλήρη εικόνα βρήκα έτοιμο το ιδανικο script ( απλα ως γνωστόν ήθελαν διορθώσεις τα quotes ) cPanel find /home/*/public_html/ -type f \( -iwholename '*/libraries/joomla/version.php' -o -iwholename '*/libraries/cms/version.php' -o -iwholename '*/libraries/cms/version/version.php' \) -print -exec perl -e 'while (<>) { $release = $1 if m/ \$RELEASE\s+= .([\d.]+).;/; $dev = $1 if m/ \$DEV_LEVEL\s+= .(\d+).;/; } print qq($release.$dev\n);' {} \; && echo “-“ Plesk find /var/www/vhosts/*/httpdocs/ -type f \( -iwholename '*/libraries/joomla/version.php' -o -iwholename '*/libraries/cms/version.php' -o -iwholename '*/libraries/cms/version/version.php' \) -print -exec perl -e 'while (<>) { $release = $1 if m/ \$RELEASE\s+= .([\d.]+).;/; $dev = $1 if m/ \$DEV_LEVEL\s+= .(\d+).;/; } print qq($release.$dev\n);' {} \; && echo “-” https://serversitters.com/how-to-get-a-listing-of-all-joomla-installs-on-your-server-and-their-versions.html η αποθέωση του oneliner !
  8. ωραιο oneliner για Output σε ολες τις εκδόσεις WordPress, ιδανικό για shared hosting reports, με λίγη τροποποίηση το στήνεις και για Joomla etc find . -name 'version.php' -path '*wp-includes/*' -print -exec grep '$wp_version =' {} \; -exec echo '' \; παράδειγμα από output:
  9. για να δουμε τελικα ... "το λακωνίζειν εστί φιλοσοφείν" mysqldump --all-databases | gzip -c > /home/dbdump_$(date +%Y-%m-%d-%H.%M.%S).sql.gz
  10. αστείο ή όχι, παραμένει πέρα για πέρα αληθινό !
  11. * σε Linux η διαδικασία ειναι αντίστοιχη, το αρχείο βρίσκεται εδώ: /etc/hosts Συνολικά ανα λειτουργικό το παρακάτω άρθρο παρουσιάζει την όλη διαδικασία αναλυτικά: https://support.rackspace.com/how-to/modify-your-hosts-file/
  12. Καλησπέρα σας, για να δείτε κάποιο website προτού καν ολοκληρωθεί το DNS propagation μπορείτε να τροποιήσετε το τοπικό host file στον υπολογιστή σας. Σε Windows η διαδικασία περιγράφεται ως εξής: το αρχείο βρίσκεται στο %WINDIR%\system32\drivers\etc\hosts πχ το αρχείο είναι σχεδόν πάντα το: C:\Windows\System32\drivers\etc\hosts ( μπορείτε και με Windows Key + R για RUN και να γράψετε απλά drivers, σας πάει στο: C:\Windows\System32\drivers, ένα βήμα πιο πίσω ) να προσθέσετε εγγραφές με την νέα IP και το hostname του τύπου: IP {domain.com} IP {www.domain.com} πχ 51.255.201.167 designhost.gr 51.255.201.167 www.designhost.gr άμεσα και χωρίς κάτι άλλο θα πρεπει να δείτε το website στην δηλωμένη IP ενδέχεται να απαιτείται από Command Prompt : IPCONFIG /FLUSHDNS Για να επαναφέρετε το σύστημά σας απλά διαγράφετε τις γραμμές αυτές από το τέλος του hosts file και ξανά IPCONFIG /FLUSHDNS
  13. σε τέτοιες περιπτώσεις το εργαλείο CXS (ConfigServer eXploit Scanner) κάνει την διαφορά, ειδικά καθώς αποτελεί το ιδανικό ίσως active - memory resident antimalware για Linux boxes
  14. το παρακάτω γράφημα το αλίευσα/δημιούργησα μόλις από Google Trends https://www.google.com/trends/explore?q=cpanel,plesk,webmin,ISPconfig,Virtualmin είναι λίγο ως πολύ αναμενόμενο
  15. ας ξεκινήσουμε ενα thread με training material, mostly links https://cybersecuritybase.github.io/ <CYBER SECURITY BASE> Cyber Security Base with F-Secure is a free course series by University of Helsinki in collaboration with F-SecureCyber Security Academy that focuses on building core knowledge and abilities related to the work of a cyber security professional.
  16. αν είμαι σε λάθος κατηγορία ίσως να μετακινηθεί. Επειδή όσο βολικό κι αν είναι το Putty υπολείπεται γενικά σε εμπειρία χρήσης, επειδή το κατ' εμε κορυφαίο SecureCRT είναι όμως αναλογικα πανάκριβο και καθώς σε μικτά περιβάλλοντα διαχείρισης καλό θα είναι να επιδιώκει κανείς ενιαία εμπειρία χρήσης για αμεσότερη ανταπόκριση .... mRemoteNG - το πολυεργαλείο mRemoteNG is a fork of mRemote: an open source, tabbed, multi-protocol, remote connections manager. mRemoteNG adds bug fixes and new features to mRemote. It allows you to view all of your remote connections in a simple yet powerful tabbed interface. mRemoteNG supports the following protocols: RDP (Remote Desktop/Terminal Server) VNC (Virtual Network Computing) ICA (Citrix Independent Computing Architecture) SSH (Secure Shell) Telnet (TELecommunication NETwork) HTTP/HTTPS (Hypertext Transfer Protocol) rlogin Raw Socket Connections If you are a programmer, graphic designer or technical writer and would like to help with mRemoteNG, please let us know. mRemoteNG is open source software and is released under the terms of the GNU General Public License Version 2.
  17. να προσθεσω και 1-2 points ? με το περας της εγκατάστασης για security αλλά και για να λειτουργεί το σύνολο ( ειδικά σε SuPHP ) καλό είναι να τρέξουμε από τον κατάλογο του WP chown -R {user}.{group} * ή ακόμα καλύτερα για να πάρει και κρυφά αρχεία etc find -type f -exec chown {user}.{group} \; find -type d -exec chown {user}.{group} \;
  18. έτσι είναι, μάλλον δεν υπάρχει ξεκάθαρη απάντηση αν το αναλύσουμε. ϊσως είναι προτιμότερο να ψηφίσει κάποιος με κριτήριο καθαρά την προσωπική του εκτίμηση και με βάση τις εμπειρίες του και μόνο.
  19. www.smail.gr το συγκεκριμένο είναι implementation του (ZCP) Zarafa Community Platform για να εχω δυνατότητα Contact Sharing, Calendar Sharing, Mobile Sync ( Z-Push ) σε δικές μου συσκευές και φίλων, πλέον όλα λειτουργούν με - Startcom validated - SSL και οι δυνατότητες είναι μοναδικές, είναι σαν αν έχεις πρακτικά την δική σου Cloud λύση μακριά από Microsoft, Google, Apple. Κάθε mobile device συγχρονίζει άριστα με όλα τα υπόλοιπα και το WebAccess ειναι πρακτικά καλύτερο και από OWA περισσότερα: https://www.zarafa.com/
  20. https://technet.microsoft.com/en-us/library/hh824822.aspx για παράδειγμα ακομα και αν τα local policies δεν επιτρέπουν πρόσβαση στο WIndows Features μέσα από το Control Panel αν κάποιος θέλει να προσθέσει TELNET Client σε Win7 κτλ αρκεί το: dism /online /Enable-Feature /FeatureName:TelnetClient πολύ συντομα θα δεί:
  21. http://www.2daygeek.com/how-to-set-up-email-alert-on-all-user-ssh-login/ just append the following line to your /etc/bashrc or /root/.bash_profile echo 'ALERT - Shell Access to ' $HOSTNAME ' on: ' `date` `who` | mail -s "$HOSTNAME Alert: Access from `who | awk '{print $5}'`" {YOUR EMAIL HERE} θα λαμβανετε κατι τετοιο μετα ( προϋπόθεση να υπάρχει εγκατεστημένο MTA στο σύστημα, πχ σε CentOS απλα yum install mailx -y) ALERT - Shell Access to XXXXXX on: Tue Nov 8 10:36:46 CET 2016 USER pts/0 2016-11-08 10:36 (x.x.x.x)
  22. ευχαριστώ ! έχω πολλά τέτοια Γιαννη, το πιο ωραίο σε περιβάλλοντα χωρίς κάποιο notification service ( WHM, LFD on CSF ) το προσθέτω τωρα σε άλλο topic
  23. http://centos-webpanel.com/ Features Here are our features and services at CentOS Web Panel: ***currently including Admin and Client panel*** CWP automatically installs full LAMP on your desired server featuring: (apache,php, phpmyadmin, webmail, mailserver…) You can also request to build a custom module for integration What are the Installation and Configuration characteristics during Installation of CWP? - Apache Web Server (Mod Security + OWASP rules optional) - PHP 5.4 (suPHP, SuExec + PHP version switcher) - MySQL/MariaDB + phpMyAdmin - Postfix + Dovecot + roundcube webmail (Antivirus, Spamassassin optional) - CSF Firewall - File System Lock (no more website hacking, all your files are locked from changes) - Backups (optional) - AutoFixer for server configuration 3rd Party Aplications - CloudLinux + CageFS + PHP Selector - Softaculous – Script Installer (Free and Premium) CentOS Web Panel (CWP) - Setups Server for Web Hosting (websites like WordPress…) - API for easier account management, and whmcs billing api - NAT-ed version, support for NAT-ed IPs - Free Hosting Module, account activation provisioning for sites that have a free hosting Web Server - Varnish Cache server (improve your server performances up to three times) - Nginx Reverse Proxy (get you static files delivered in the fastest way) - Compiles Apache from source (improves performance up to 15%) - Apache reCompiler + Additional modules installation with one click - Apache server status, configuration - Apache Redirects Manager - Edit apache vhosts, vhosts templates, include configuration - Rebuild all apache Virtual hosts with one click - suPHP & suExec (improved security) - Mod Security + OWASP rules (one click install, easy management) - Tomcat 8 server management & install in one click - DoS protection from the Slow-Loris attacks - Apache with spamhaus RBL protection (Protecting http PUT,POST,CONNECT) - Perl cgi script support PHP - Compiles PHP from source (improves up to 20% on performances) - PHP Switcher (switch between PHP versions like: 5.2, 5.3, 5.4, 5.5, 5.6, 7.x) - PHP Selector select PHP version per user or per folder (PHP 4.4, 5.2, 5.3, 5.4, 5.5, 5.6, 7.x) - Simple php editor - Simple php.ini generator in the users panel - PHP addons with one click - PHP.ini editor & PHP info & List modules - php.ini per user account (you can add changes in /home/USER/php.ini) - FFMPEG, For Video streaming websites) - CloudLinux + PHP Selector - ioncube, php-imap … User Management - Add, List, Edit adn Remove Users - User Monitoring (list users open files, listening sockets…) - Shell access management - User Limit Managment (Quota and Inodes) - Limit Processes: The maximum available number of processes per account. - Limit Open Files: The maximum available number of open files per account. - User FTP & File Manager - CloudLinux + CageFS - Dedicated IP per account DNS - FreeDNS (Free DNS Server, no need for additional IPs) - Add, Edit, List and Remove DNS zones - Edit nameserver IPs - DNS zone template editor - New Easy DNS Zone Manager (with ajax) - New DNS Zone list with Additional resolving information using google (also checking rDNS, nameservers….) Email - postfix & dovecot - MailBoxes, Alias - Roundcube webmail - Postfix Mail queue manager - rDNS Checker Module (check you rDNS records) - AntiSPAM (Spamhaus cronjob) - SpamAssassin, RBL checking, AmaViS, ClamAV, OpenDKIM - SPF & DKIM Integration - Re-Build Postfix/Dovecot Mail server with (AntiVirus, AntiSpam Protection) - Email Auto Responder - Email Explore, read all mailboxes from one location. - Mail Routing (local or remote MX Exchanger) System - Hardware Information (CPU core and clock info) - Memory Information (Memory usage info) - Disk Info (Detailed Disk status) - Software Info (kernel version, uptime…) - Services Status (Quick services restart eg. Apache, FTP,Mail…) - ChkConfig Manager (Quick list and manage your services) - Services Monitor (automatic restart of services and email notifications) - Network port usage - Network configuration - SSHD configuration - Auto-Fixer (checks important configuration and tries to auto-fix issues) Monitoring - Live Monitoring (Monitor services eg. top, apache stats, mysql…) - Use Java SSH Terminal/Console within panel - Services Configuration (eg. Apache, PHP, MySQL…) - Run shell commands in screen/background Security - CSF Firewall (Best Linux Firewall) - SSL generator - SSL Certificate Manager (quick and easy installation of SSL Certs) - Letsencrypt, Free SSL certificates for all your domains - CloudLinux + CageFS - CSF/LFD BruteForce protection - IP access control - Mod Security + OWASP rules (one click install, easy management) - DoS protection from the Slow-Loris attacks (for Apache) - File System Lock (no more website hacking, all your files are locked from changes) - PHP now shows the script name and path in top or process lists - Apache is limiting number of php processes per user - Automated Backups - Hide system and other user processes SQL - MySQL Database Managment - Add local or remote access user - Live Monitor MySQL process list - Create, Remove database - Add additional users per database - MySQL server configuration - PhpMyAdmin (database managment) - PostgreSQL, phpPgAdmin Support - Remote MySQL support (remove mysql load from web server) - MongoDB Manager/Installer Additional options - TeamSpeak 3 Manager (Voice servers) - Shoutcast Manager (Shoutcast streaming servers) - Auto-update - Backup manager - File Manager - Scripts folder “/scripts” over 15+ scripts - Virtual FTP users per domain - cPanel Account Migration (restores files, databases and database users) - Torrent SeedBox (one click install with Deluge WebGU) - SSH key generator and many many other options… to do List We plan to improve & add following soon - Server monitoring scripts (Load, Memory, Mail Queue, Security) - Live notifications (get notification in CWP about issues on the server) …and many others
  24. για να μην ξεχνάμε και τα free hosting panels προσθέτω κάποια γνωστά https://vestacp.com/ Latest update Vesta 0.9.8-16 from June 27 2016 has just been released. If you havn't enabled autoupdate, to get the latest version, go to "Updates" tab at your Vesta and hit Update button for the Vesta core package. Vesta is free, but if you need some extra features - check out our commercial plugins File Manager and SFTP modules. 1 2 3 4 5 6 7 We made an extremely simple and clear interface. Instead of adding more elements to work with, we prefer to remove as much as possible. The main goal was to improve the ergonomics of the control panel by reducing unnecessary movements and operations. It is all about using less, because less is more. We hope you will love it as we do. Here is what Vesta users say: – What I love about Vesta is that it's fast and easy to use – I have tried almost every panel and Vesta is quite good very simple to install and noob friendly – I was impressed with their overall system – No gear shifting required, the thing just works – It's light, fast, and support is very responsive Web Server DNS server Database Server Mail Server FTP Server Nginx out of the box SSL certificates & SNI Wildcard support Configuration Templates DKIM support Fast Backups Easy update manager System Monitoring AntiSpam / Antivirus WHMCS billing support Simple and Clean GUI Powerful CLI & API Secure Platform GPL v3 License Autoupdates Multilingual Interface english, french, german, dutch, norwegian, finnish, swedish, spanish, portuguese, italian, greek, chinese, taiwanese mandarin, japanese, vietnamese, indonesian, romanian, bosnian, hungarian, czech polish, ukrainian, russian, turkish, arabic Performance "Can my 512MB VPS with VestaCP handle 10k visitors per day?" — take a look at performance review File Manager Beautifully designed File Manager allows you to handle any file or directory Powerfull CLI Like to work in terminal? Vesta gives you full control at your fingertips And there is more Check out Full Feature List / RoadMap / Version History # Supported Operating Systems: # RHEL / CentOS 5,6,7 # Debian 6,7,8 # Ubuntu 12.04-15.10 # Connect to your server as root via SSH ssh root@your.server # Download installation script curl -O http://vestacp.com/pub/vst-install.sh # Run it bash vst-install.sh Advanced Install Settings WEB FTP MAIL DNS Firewall DB MySQL PostgreSQL Additional Repository FileSystem Quota Hostname: Email: Password: While Vesta offers a ton of features and flexibility, there is still some missing functionality from the core software. The best way to fill in the missing pieces, of course, is to get yourself the right plugins. File Manager Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager. $3 per month $50 lifetime SFTP Chroot Restrict users so that they cannot use SSH and access only their home directory. $1 per month $18 lifetime Give it a try, full refund within 30 days, no questions asked. If you need more then 10 licences, please contact us info@vestacp.com, we have special offer for hosting companies We are still working on documentation at the moment and hope to have everything completed really soon. The documentation is intended to be the extended resource for all standard questions on using Vesta Control Panel. Take a look at current documentation page, you might get your question already answered. Feedback is certainly welcomed. Without you this document wouldn't even exist. Get technical support from Vesta engineers. We can help with everything from implementation assistance to upgrades and production down emergencies. To obtain support from our engineers choose from one of the following packages. Basic Basic package includes 60 minutes of support credit Premium Premium package includes 5 hours of support credit Unlimited Unlimited package includes 15 hours of support credit We take your privacy seriously and will take all measures to protect your personal information. Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone. If you’re not 100% satisfied, for any reason, within 30 days you get a full refund, no questions asked.
  25. Ο ΟΤΕ ( η Cosmote πλέον, για να είμαστε ακριβείς ) παρέχει την πιο αξιόπιστη σύνδεση αλλά αν και υπερέχει σε ποιοτικά χαρακτηριστικά είναι ακριβότερη επιλογή.
×