Main public logs

From wiki
Jump to navigationJump to search

Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:35, 16 August 2026 Admin talk contribs created page Websites (Created page with "=== SME === : http://smebox.uk/mirror/releases/ : http://mirror.canada.pialasse.com/releases/ : http://www.mirrorservice.org/sites/mirror.contribs.org/smeserver/releases/ : https://wiki.koozali.org/Category:Contrib === KVM === : https://wiki.debian.org/KVM : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/index : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/...")
  • 19:32, 16 August 2026 Admin talk contribs created page Apcupsd (Created page with " Configuration Directives Used to Set the UPS EEPROM These directives have no effect on the operation of apcupsd but are reserved for use by apctest when bulk programming the values of the UPS EEPROM configuration variables in a Smart-UPS model. UPSNAME <string> Name of UPS. Maximum of 8 characters. BATTDATE [ mm/dd/yy | dd/mm/yy ] Last battery replacement date. Maximum of 8 characters. SENSITIVITY [ H | M | L ] H : High (most sensitive setting) M : Me...")
  • 19:29, 16 August 2026 Admin talk contribs created page Debian APT (Created page with " =Check for unused packages= dpkg -l | awk '/^rc/ { print $2 }' apt-get purge xxx apt-mark hold smartmontools ALL in one go; apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }') dpkg --get-selections | grep 'hold$' apt-mark unhold openssh-server apt-mark unhold net-tools apt-mark unhold bridge-utils")
  • 19:28, 16 August 2026 Admin talk contribs created page Debian Sudo (Created page with " apt-get install sudo SVR:/etc# cat sudoers # # This file MUST be edited with the 'visudo' command as root. # # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file. # # See the man page for details on how to write a sudoers file. # Defaults env_reset Defaults mail_badpass Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Host alias specification # User alias specificati...")
  • 18:55, 16 August 2026 Admin talk contribs created page DNS Record Types (Created page with "== Resource Records == {| class="wikitable sortable" |- ! |Code ! |Number ! width="90pt"|Defining RFC ! class="unsortable"|Description ! class="unsortable"|Function |- | <div id="A"/>A |1 |RFC 1035 | '''address record'''|| Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc. |- | <div id="AAAA"/>AAAA |28 |RFC 3596 | '''IPv6 address record'''|| Returns a 128-bit I...")
  • 18:54, 16 August 2026 Admin talk contribs created page Disk Maintenance (Created page with " ===Burn ISO to USB=== dd if=xxx.iso of=/dev/sdc bs=64K sync ===dd copy continue on errors=== dd if=/dev/sda conv=noerror,sync of=/dev/sdb bs=64K ===ddrescue=== ddrescue -d -f -r3 /dev/sda /dev/sdb -b8192 In this example rescue /dev/sda to /dev/sdb ## No need to partition /dev/sdb beforehand, but if the partition table on /dev/sda ## ## is damaged, you will need to recreate it somehow on /dev/sdb. ## ddrescue -f -n /dev/sda /dev/sdb logfile ddres...")
  • 11:26, 15 August 2026 Admin talk contribs created page SMEServer GeoIP (Created page with "copied from; https://wiki.koozali.org/GeoIP (This page was last edited on 7 September 2025, at 11:37) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we define th...")
  • 11:11, 15 August 2026 Admin talk contribs created page SMEServer Useful (Created page with "Copied from; https://wiki.koozali.org/Useful_Commands (This page was last modified on 28 July 2025, at 12:05.) {{usefulnote}} ==SME Server locale== By default the sme server 8 locale is ISO-8859-1ldapsear ==ACL== ===See ACL=== getfacl /path/2/files/or/folders ===set ACL=== setfacl -P -R -m u:apache:rwX,d:u:apache:rwX /path/2/files/or/folders -R : recursive<br /> -P : physical, follow symlinks ==Apache Related Commands== ===Apache options to ibay=== ====Expand <...")
  • 11:00, 15 August 2026 Admin talk contribs created page SMEServer Qpsmtpd (Created page with "Copied from; https://wiki.koozali.org/Qpsmtpd/sme11 (This page was last modified on 28 April 2024, at 22:45.) {{WIP box|this is a work in progress for the new SME 11 qpsmtpd configuration}} TODO: update Email#qpsmtpd for SME11 =qpsmtpd= qpsmtpd has been a core component of SME Server since SME 7, providing advanced spam fighting capabilities. SME Server 9.2 introduced qpsmtpd 0.96 with several new capabilities. At the same time, smeserver-q...")
  • 10:58, 15 August 2026 Admin talk contribs created page SMEServer PHP (Created page with "Copied from; https://wiki.koozali.org/PHP (This page was last modified on 17 July 2024, at 14:50.) {{Languages|PHP}} Starting with SME 10, the '''php''' module is no longer used for httpd. Instead we rely on '''php-fpm''' which can enable every available version of php. By default we provide the following versions: *54 (maintained by Red-Hat up to CentOS 7 EOL: 30 Jun 2024). *55,56,70,71,72 (Note: unsupported!). *73 (supported up to 6 Dec 2021). *74 (supported up to...")
  • 10:57, 15 August 2026 Admin talk contribs created page SMEServer Openvpn-s2s (Created page with "Copied from; https://wiki.koozali.org/OpenVPN_SiteToSite (This page was last edited on 13 September 2025, at 07:34.) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-openvpn-s2s }} <!-- we define the language --> {{#var...")
  • 10:55, 15 August 2026 Admin talk contribs created page SMEServer Nextcloud (Created page with "Copied from; https://wiki.koozali.org/Nextcloud (This page was last modified on 13 November 2025, at 07:32.) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we de...")
  • 10:54, 15 August 2026 Admin talk contribs created page SMEServer Ipset (Created page with "Copied from https://wiki.koozali.org/Ipset (280626) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we define the language --> {{#vardefine:lang| {{lc: {{#titlep...")
  • 10:53, 15 August 2026 Admin talk contribs created page SMEServer Firewall (Created page with "Copied from https://wiki.koozali.org/Firewall (This page was last edited on 9 March 2022, at 13:30.) {{usefulnote}} The server manager is the GUI front end for the firewall. The firewall is modified automatically in response to changes you make in the configuration, such as enabling/disabling services, marking them public/private, forwarding ports, etc. If you wish to make changes beyond those provided for by the server manager, you can do so by setting DB records or p...")
  • 10:52, 15 August 2026 Admin talk contribs created page SMEServer Fail2ban (Created page with "Copied from; https://wiki.koozali.org/Fail2ban (This page was last modified on 30 July 2022, at 20:25.) {{Languages|Fail2ban}} == Fail2ban for SME Server == {{Level|Easy|The instructions on this page can be followed by a beginner.}} == Maintainer == Daniel B.<br /> [http://www.firewall-services.com Firewall Services]<br> mailto:daniel@firewall-services.com Please discuss, provide feedback and share experiences on the forums [http://forums.contribs.or...")
  • 10:51, 15 August 2026 Admin talk contribs created page SMEServer FTP (Created page with "Copied from; https://wiki.koozali.org/Ftp (This page was last modified on 26 September 2025, at 18:18.) In short SME uses port 21 for FTP. Default mode used is passive. To use it you will need a custom template and enabling ports (PassivePort https://bugs.koozali.org/show_bug.cgi?id=12454). Starting SME10, ftp default is to use explicit TLS over ftp (FTPs explicite) '''Easy filezilla connexion to SME would use url with FTPES://.''' {| class="wikitable" |+disambiguat...")
  • 10:50, 15 August 2026 Admin talk contribs created page SMEServer Email (Created page with "Copied from; https://wiki.koozali.org/Email (This page was last modified on 10 June 2023, at 09:56.) {{usefulnote}} {{Languages}} Information on the email subsystem used in SME Server covering sending/recieving, spam filtering, virus checking, webmail, domains and users. ==Troubleshooting== I am having trouble getting sme to send and receive email. Sending and receiving email are separate functions. You need to investigate each individually. ===Sending=== If SME ser...")
  • 10:49, 15 August 2026 Admin talk contribs created page SMEServer DB Variables (Created page with "Copied from; https://wiki.koozali.org/DB_Variables_Configuration (This page was last edited on 2 January 2024, at 00:18.) {{usefulnote}} == Database variables == {{Note box|See following wiki pages for the syntax of access to the configuration database entries from the command line [http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual:Section2#Access_from_the_command_line Access from the Command Line] and a [http://wiki.contribs.org/Db_command_tutorial db...")
  • 10:48, 15 August 2026 Admin talk contribs created page SMEServer DB Command (Created page with "copied from; https://wiki.koozali.org/Db_command_tutorial#Signal-event (This page was last edited on 5 March 2022, at 19:31.) ==db command tutorial== The '''db''' command is unique to SME Server, and is the command line user interface to the '''db system'''. It is used to manipulate configuration setting of the various configuration databases which are then incorporated into the standard configuration files in /etc/.... via the template expansion process. The '''db sy...")
  • 10:47, 15 August 2026 Admin talk contribs created page SMEServer Crowdsec (Created page with "Copied from; https://wiki.koozali.org/Crowdsec (270626) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we define the language --> {{#vardefine:lang| {{lc: {{#ti...")
  • 10:46, 15 August 2026 Admin talk contribs created page SMEServer Collabora (Created page with "Copied from; https://wiki.koozali.org/Collabora (This page was last edited on 14 November 2025, at 06:40.) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we defi...")
  • 10:45, 15 August 2026 Admin talk contribs created page SMEServer AutoDiscover (Created page with "Copied from; https://wiki.koozali.org/Autodiscover (last changed; 9 June 2026) {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we define the language --> {{#varde...")
  • 18:14, 9 August 2026 Admin talk contribs created page File:Freedombox.jpg
  • 18:14, 9 August 2026 Admin talk contribs uploaded File:Freedombox.jpg
  • 18:14, 9 August 2026 Admin talk contribs deleted page File:Freedombox.jpg (content was: "", and the only contributor was "Admin" (talk))
  • 17:40, 9 August 2026 Admin talk contribs created page File:Freedombox.jpg
  • 17:40, 9 August 2026 Admin talk contribs uploaded File:Freedombox.jpg
  • 17:39, 9 August 2026 Admin talk contribs deleted page File:Freedombox.jpg (content was: "", and the only contributor was "Admin" (talk))
  • 17:34, 9 August 2026 Admin talk contribs created page File:Freedombox.jpg
  • 17:34, 9 August 2026 Admin talk contribs uploaded File:Freedombox.jpg
  • 17:29, 9 August 2026 Admin talk contribs deleted page File:Freedombox.png (content was: "", and the only contributor was "Admin" (talk))
  • 17:28, 9 August 2026 Admin talk contribs created page File:Freedombox.png
  • 17:28, 9 August 2026 Admin talk contribs uploaded File:Freedombox.png
  • 17:28, 9 August 2026 Admin talk contribs created page FreedomBox (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=100px> File:freedombox.png|https://www.freedombox.org/ </gallery> <br> ==<SMALL >'''FreedomBox'''</SMALL >== :'''FreedomBox is a private server for non-experts: it lets you install and configure server applications with only a few clicks. It runs on cheap hardware of your choice, uses your internet connection and power, and is under your control. ''' <br> '''FreedomBox is free and open source''' – there are no lim...")
  • 13:45, 9 August 2026 Admin talk contribs created page File:WebERP.png
  • 13:45, 9 August 2026 Admin talk contribs uploaded File:WebERP.png
  • 13:45, 9 August 2026 Admin talk contribs deleted page File:193px-WebERP.png (content was: "", and the only contributor was "Admin" (talk))
  • 13:43, 9 August 2026 Admin talk contribs created page File:193px-WebERP.png
  • 13:43, 9 August 2026 Admin talk contribs uploaded File:193px-WebERP.png
  • 13:41, 9 August 2026 Admin talk contribs created page Virtual Private Networking (Created page with "<br> <gallery mode="packed-hover" widths=150px heights=75px> File:Wireguard.png|https://www.wireguard.com/ File:Openvpn.png|https://openvpn.net/community/ </gallery> <br> ==<SMALL >'''Virtual Private Network'''</SMALL >== :'''A virtual private network is a mechanism for creating a secure connection between a computing device and a computer network, or between two networks, using an insecure communication medium such as the public Internet.''' <br> :'''WireGuard®''' is...")
  • 13:40, 9 August 2026 Admin talk contribs created page WebERP (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:WebERP.png|https://www.weberp.org/ </gallery> <br> ==<SMALL >'''webERP is a complete web-based open-source accounting, business management and ERP (Enterprise Resource Planning) system'''</SMALL >== :webERP is provided according to the terms of the GNU General Public License v2. As of 24/11/2025 the current release of webERP is v5.0.0 for PHP v8. :'''webERP has been in active development and use for mor...")
  • 13:39, 9 August 2026 Admin talk contribs created page IncrediblePBX (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:IncrediblePBX.png|https://wiki.incrediblepbx.com/ </gallery> <br> =='''Freedom to Communicate'''== <br> :'''Incredible PBX''' is an open source, GPL aggregation which bundles industry-leading components to provide a production-ready, turnkey unified communications VoIP platform with support for SIP and IAX. IncrediblePBX® includes a choice of Debian®, Rocky®, Ubuntu®, or Raspbian® operating systems c...")
  • 13:38, 9 August 2026 Admin talk contribs created page Collabora Online (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=100px> File:Collabora-online.png|https://www.collaboraoffice.com </gallery> <br> ==<SMALL >'''Your own private office suite in the Cloud'''</SMALL >== <br> ===<SMALL>Collabora Online is a powerful LibreOffice-based online office that supports all major document, spreadsheet and presentation file formats, which you can integrate into your own infrastructure.</SMALL>=== *Key features are collaborative editing and exc...")
  • 13:38, 9 August 2026 Admin talk contribs created page Nextcloud (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:Nextcloud.png|https://nextcloud.com </gallery> <br> ==<SMALL >'''Nextcloud is a suite of client-server software for creating private file hosting services, and using them.'''</SMALL >== <br> :'''Nextcloud is the most deployed alternative to Office365.''' <br> ===Nextcloud offers the most comprehensive, deeply integrated on-premises collaboration platform on the market, replacing dozens of other tools.===...")
  • 13:37, 9 August 2026 Admin talk contribs created page Email Server (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=100px> File:QMail.jpeg|https://cr.yp.to/qmail.html File:Postfix.png|http://www.postfix.org/ File:Qpsmtpd.png|https://smtpd.github.io/qpsmtpd/ File:Dovecot.png|https://www.dovecot.org/ File:ClamAV.png|https://www.clamav.net/ File:Spamassassin.jpeg|https://spamassassin.apache.org/ File:Geoiplite2.jpeg|https://www.maxmind.com/ File:Letsencrypt.png|https://letsencrypt.org/ </gallery> <br> ==<SMALL >'''A private open sour...")
  • 13:36, 9 August 2026 Admin talk contribs created page SME Server (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:Koozali.png|https://www.koozali.org </gallery> <br> ==<SMALL >'''Koozali SME Server provides a complete ‘all-in-one’ open source Linux Business Server solution for Small to Medium Enterprises.'''</SMALL >== :'''SME Server and open source applications are free for unlimited users, extremely reliable, scalable, and secure, offering the lowest cost-of-ownership Business Server Solutions.''' :'''Providin...")
  • 13:36, 9 August 2026 Admin talk contribs created page Icinga Monitoring (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:Icinga.png|https://icinga.com </gallery> <br> ==<SMALL >'''Icinga takes open source monitoring to the next level.'''</SMALL >== :'''Icinga is an open source monitoring software project that began as a fork of Nagios.''' :The Icinga Project maintains two branches in parallel: Icinga 1 and Icinga 2. :Icinga 1 and Icinga 2 are enterprise-grade open source monitoring systems that keep watch over a netwo...")
  • 13:35, 9 August 2026 Admin talk contribs created page Virtualisation (Created page with "<br> <gallery mode="packed-hover" widths=150px heights=75px> File:KVM.png|https://www.linux-kvm.org File:QEMU.png|https://www.qemu.org File:Libvirt.png|https://libvirt.org/ File:VirtManager.png|https://virt-manager.org/ </gallery> <br> ==<SMALL >'''Virtualization is the process of creating several virtual machines (VMs) from one physical machine using software called a hypervisor.'''</SMALL >== :'''The virtual machines act and perform just like physical machines, shari...")
  • 13:34, 9 August 2026 Admin talk contribs created page Rocky Linux (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=100px> File:Rocky.png|https://rockylinux.org/ </gallery> <br> ==<SMALL >'''Enterprise Linux, the community way'''</SMALL >== :'''Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.''' <br> '''Rocky Linux is free and open source''' – there are no limitations and you can inspect, integrate, extend and modify however you want. <br><br><br>")
  • 13:33, 9 August 2026 Admin talk contribs created page Debian Linux (Created page with "<br> <gallery mode="packed-hover" widths=200px heights=120px> File:Debian.png|https://www.debian.org/intro/why_debian </gallery> <br> ==<SMALL >'''Debian is a Unix-like computer operating system that is composed entirely of free software'''</SMALL >== :'''The Debian Project was first announced in 1993 by Ian Murdock,''' Debian 0.01 was released on September 15 1993, and the first stable release was made in 1996. :The Debian stable release branch is one of the most po...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)