All public logs

Jump to navigation Jump to search

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

Logs
  • 10:40, 20 August 2024 Jay.prost talk contribs created page IT:Secure (Created page with "== Base Setup == #install apache2<pre>apt install apache2</pre> # enable SSL and headers <pre>a2enmod enable ssl headers proxy_fcgi</pre> # Append stapeling to ssl mod <pre> SSLStaplingCache shmcb:/tmp/ocsp(128000)</pre> == Copy over files from old install == (note: this will change) sudo rsync -av root@secure.smus.ca:/var/www/ /var/www/ sudo rsync -av root@secure.smus.ca:/etc/logrotate.d/apache2 /etc/logrotate.d/ sudo /etc/init.d/apache2 restart")
  • 10:12, 20 August 2024 Jay.prost talk contribs created page IT:RT (Created page with "== Base setup == # Install base items<pre>apt install rt5-apache2 apache2 rt5-db-mysql rt5-apache2 request-tracker5 postfix libcrypt-ssleay-perl libnet-ldap-perl libapache-dbi-perl libapache2-mod-fcgid</pre> # Enable SSL and heddersv<pre>a2enmod enable ssl headers redirect proxy_fcgi</pre> # Append stapeling to ssl mod<pre>SSLStaplingCache shmcb:/tmp/ocsp(128000)</pre> === Tweak Mail === * Edit mail delivery <pre> sudo vi /etc/postfix/main.cf </pre> # Append rt.smus.c...")
  • 11:52, 16 July 2024 Jay.prost talk contribs created page IT:SDS Beta (Created page with "== Base setup == # Update and upgrade system <pre>apt-get update && apt-get upgrade</pre> # Install base items <pre>apt install php-fpm php php-ldap apache2 php-mysql php-pear php-pgsql php-imap php-curl php-ldap php-gd php-pspell php-pear libmagic-dev mysql-client imagemagick zip unzip php-mail php-mail-mime php-db php-log php-net-socket php-date php-http php-net-smtp aspell-en php-auth-sasl php-net-sieve php-intl php-xmlrpc php-memcache php-snmp php-zip php-soap php-ig...")
  • 12:11, 26 June 2024 Jay.prost talk contribs created page IT:Wiki (Created page with "== Base setup == # install dependencies <pre>apt-get install apache2 php php-mysql libapache2-mod-php php-xml php-mbstring php-intl</pre>")
  • 09:01, 25 June 2024 Jay.prost talk contribs created page IT:Uniforms Build (Created page with "= Base setup = # apt install php php-cli php-common php-imap php-fpm php-snmp php-xml php-zip php-mbstring php-curl php-mysqli php-gd php-intl apache2 vim")
  • 10:45, 19 June 2024 Jay.prost talk contribs created page IT:SDS Latest Build (Created page with "=== Install Packages === <pre> sudo apt-get install php-fpm php php-ldap apache2 php-mysql php-pear php-pgsql php-imap php-curl php-ldap php-gd php-pspell php-pear libmagic-dev mysql-client imagemagick zip unzip php-mail php-mail-mime php-db php-log php-net-socket php-date php-http php-net-smtp aspell-en php-auth-sasl php-net-sieve php-intl php-xmlrpc php-memcache php-snmp php-zip php-soap php-igbinary php-memcached libapache2-mod-fcgid php-cgi php-raphf supervisor vim <...")
  • 11:14, 26 March 2024 Jay.prost talk contribs created page IT:Proxmox CT Base Config (Created page with "== Provision the server == *Make sure your CT is downloaded to CT storage # Make new Server choosing: #* Create CT # Use the following settings #* CT ID -- Something related to last octet of IP for machine #* Hostname -- Name of machine #* (confirm) Password -- Password for root access #* Choose next #* Choose your template from appropriate storage location #* Choose next #* Add disk(s) #* Choose next #* set CPUs #* Choose next #* Set memory #* Set Swap #* Choose next #...")
  • 07:03, 13 March 2024 Jay.prost talk contribs created page IT:Proxmox Migrate From VMWare (Created page with "'''Note: Step 1 is confirm weather you want to do a full machine migration or a smaller CT migration''' = CT Migration = = VM migration =")
  • 08:38, 5 March 2024 Jay.prost talk contribs created page IT:Proxmox Standard Config (Created page with "=== Instaltion === * Download latest iso from proxmox.com and write to usb * Install Proxmox via usb and configure appropriately * Add password to KeyPass === Configuaration ===")
  • 14:21, 7 February 2024 Jay.prost talk contribs created page SDSHOWTO:HowTo...Delete Statments (Created page with "Connect to mysql for the Version you are working on Run the following lines in order replacing ? with the statement item * DELETE statement_line_item.* FROM statement_line_item INNER JOIN rel_person_statement ON rel_person_statement.rel_person_statement_id = statement_line_item.rel_person_statement_id WHERE rel_person_statement.statement_id=265; * DELETE FROM rel_person_statement WHERE statement_id=269; * DELETE FROM statement WHERE statement_id=269;")
  • 11:14, 15 September 2022 Jay.prost talk contribs created page IT:PHPUpgrades (Created page with "==Apache== ''As we use php-fpm slight modifications are needed each time php have a version change'' # Setup #* On servers with clustering copy existing config #*: <pre>cp /mn...")
  • 10:08, 14 July 2022 Jay.prost talk contribs created page IT:Manually Add OAuth token (Created page with "'' This process should be avoided unless absolutely necessary and may change after time of writing this process '' ===Tools=== You will need the following items * Postman * A...")
  • 09:39, 10 June 2022 Jay.prost talk contribs created page IT:Linux Standard Config Ubuntu 22.04 (Created page with "== Provision the server == # Make new Server choosing: #* Deploy VM from Template # Select a template #* Data Center -> SMUS Senior -> Ubuntu 22.04 # Give VM name # Assign Com...")
  • 09:32, 14 April 2022 Jay.prost talk contribs moved page SDSHELP:SDSAPIGuide to SDSHELP:SDS Laravel Guide
  • 13:57, 5 November 2021 Jay.prost talk contribs created page IT:KubernetesM (Created page with "== Security == === Configure Firewall === sudo ufw allow 8091/tcp # Platform API Server sudo ufw allow 8090/tcp # Platform Agent sudo ufw allow 10250/tcp # Kubernetes kubel...")
  • 13:45, 5 November 2021 Jay.prost talk contribs created page IT:KubernetesS (Created page with "== Security == === Configure Firewall === sudo ufw allow 8091/tcp # Platform API Server sudo ufw allow 8090/tcp # Platform Agent sudo ufw allow 10250/tcp # Kubernetes kubel...")
  • 11:35, 5 May 2021 Jay.prost talk contribs created page SDSHELP:SDSAPIGuide (Created page with "This guide is intended as a training manual for developers joining the SDS team to setup an API environment. = Introduction = In an effort to modernize some aspects of SDS wit...")
  • 09:48, 8 February 2021 Jay.prost talk contribs created page IT:MySQL8 (Created page with "==Galera== '''Normal Status''' If the node is having issues for the most part it should attempt to repair itself below is an example of a node repairing <pre> ● mysql.servi...")
  • 15:12, 19 January 2021 Jay.prost talk contribs created page IT:MySQLw Build (Created page with "== Security == === Configure Firewall === sudo ufw allow 3306/tcp # MySQL sudo ufw enable == Samhain settings == yule> sudo vi /var/lib/yule/rc.mysql3.smus.ca In the /va...")
  • 08:59, 30 October 2020 Jay.prost talk contribs created page IT:MySQLb Build (Created page with "== Security == === Configure Firewall === sudo ufw allow 3306/tcp # MySQL sudo ufw enable == Samhain settings == yule> sudo vi /var/lib/yule/rc.mysql3.smus.ca In the /va...")
  • 10:59, 23 September 2020 Jay.prost talk contribs created page IT:MySQL3 Build (Created page with "== Configure Firewall == sudo ufw allow 3306/tcp # MySQL sudo ufw allow proto tcp from 172.31.20.0/24 to any port 22 #DRSDS sudo ufw enable == Samhain settings == yule>...")
  • 12:39, 28 October 2018 User account Jay.prost talk contribs was created automatically