Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Derg

A user with 88 edits. Account created on 9 September 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

5 October 2024

27 September 2024

26 September 2024

  • 16:3816:38, 26 September 2024 diff hist +31 m Systemd service config optionsNo edit summary
  • 15:2215:22, 26 September 2024 diff hist +504 N pistuff.serviceCreated page with " <syntaxhighlight lang="ini"> [Unit] Description=Meta service for all pi stuff OnFailure=servicefailure@%n.service Requires=iotreact.service Requires=znc.service Requires=toirc.service Requires=socketrelay.service Requires=websred_gamepad.service Requires=websred_imgsec.service Requires=websred_img.service Requires=zigbee2mqtt.service Requires=homeassistant.service Requires=tunneler.service Requires=jupyter.service [Service] Type=oneshot ExecStart=/bin/true RemainAfte..." current
  • 13:0013:00, 26 September 2024 diff hist +2,137 N Systemd service config optionsCreated page with " <syntaxhighlight lang="ini"> [Unit] Description= Documentation= Wants= Requires= Requisite= BindsTo= Upholds= Conflicts= Before= After= OnFailure= OnSuccess= PropagateReloadTo= ReloadPropagatedFrom= PropagatesStopTo= StopPropagatedFrom= JoinsNamespaceOf= RequiresMountsFor= WantsMountsFor= OnSuccessJobMode= OnFailureJobMode= IgnoreOnIsolate= StopWhenUnneeded= RefuseManualStart= RefuseManualStop= AllowIsolate= DefaultDependencies= SurviveFinalKillSignal= CollectMode= Fail..."

21 September 2024

  • 16:4716:47, 21 September 2024 diff hist +209 N ensure services.shCreated page with " <syntaxhighlight lang="shell"> #!/bin/sh if [ $(id -u) -ne 0 ]; then echo Must be run as root >&2 exit 1 fi service cron start service atd start service apache2 start #service ssh start </syntaxhighlight>" current

18 September 2024

  • 02:4102:41, 18 September 2024 diff hist +1 m clipthing.htmlformatting current
  • 02:3102:31, 18 September 2024 diff hist +5,474 N clipthing.htmlCreated page with "To try this thing out go to https://kserver.nu/tools/clipthing.php <syntaxhighlight lang="html"> <!DOCTYPE html> <html> <head> <title>ClipThing</title> <style> html { color: #ffffff; background-color: #000000; } #stuff { width: 100%; } .item { background-color: #111111; margin-bottom: 10px; padding: 5px; width: 100%; } .c..."

17 September 2024

15 September 2024

  • 23:4523:45, 15 September 2024 diff hist −35 m .htaccessNo edit summary current
  • 20:2720:27, 15 September 2024 diff hist +42 m .htaccessNo edit summary
  • 05:5005:50, 15 September 2024 diff hist +2,188 N egloreset.yamlCreated page with " <syntaxhighlight lang="yaml"> - id: '1725756517456' alias: EGLO reset device description: '' trigger: [] condition: [] action: - service: switch.turn_on metadata: {} data: {} target: device_id: 600ff73a7ec019441ee0c81accd1f8f8 - wait_template: '' continue_on_timeout: true timeout: '1' - service: switch.turn_off metadata: {} data: {} target: device_id: 600ff73a7ec019441ee0c81accd1f8f8 - wait_template: '' c..." current
  • 05:3505:35, 15 September 2024 diff hist +482 N homo.cppCreated page with " <syntaxhighlight lang="C++"> #include <iostream> #include <string> class Homo { private: public: std::string key; void operator= (std::string index) { std::cout << this->key << " is " << index << std::endl; } }; class Gay { private: public: Homo operator[] (std::string index) { Homo h; h.key = index; return h; } }; int main() { Gay gay; gay["your mom"] = "gay"; return 0; } </syntaxhig..." current
  • 05:1805:18, 15 September 2024 diff hist +597 N .htaccessCreated page with " <syntaxhighlight lang="Apache"> RewriteEngine On RewriteBase / # Ignore if file exists RewriteCond %{REQUEST_FILENAME} !-f # Ignore if directory exists RewriteCond %{REQUEST_FILENAME} !-d # Redirect if old w short path RewriteRule ^w/(.*)$ /$1 [R=301,L] # Redirect if old wiki path RewriteRule ^wiki/(.*)$ /$1 [R=301,L] # Sitemap moved fix RewriteRule ^sitemap.xml*$ mediawiki/sitemap.xml [L,QSA] # Root path rewrite to main page RewriteRule ^$ mediawiki/index.php [L,QSA]..."
  • 02:0802:08, 15 September 2024 diff hist −9 m PunsNo edit summary

14 September 2024

  • 21:4221:42, 14 September 2024 diff hist +4 m TestNo edit summary current
  • 04:0004:00, 14 September 2024 diff hist +158 m Test→‎Basic stuff
  • 03:5403:54, 14 September 2024 diff hist +1,063 N TestCreated page with " This is a text article <syntaxhighlight lang="python"> # You can syntax highlight code def compacttrace(exc: Exception, maxamount: int = 100): out = [] for a in range(maxamount): line = exc.__traceback__.tb_lineno file = exc.__traceback__.tb_frame.f_code.co_filename out.append(f"{exc!a} # line {line} file {file}") if exc.__cause__: out.append("# Caused") elif exc.__context__: out.append("# Happened..."
  • 03:4503:45, 14 September 2024 diff hist +69 N GnollsCreated page with "Gnolls are anthro yeens and very good creatures and I am one at times" current

12 September 2024

10 September 2024

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)