User contributions for David

From Federal Burro of Information
A user with 31,774 edits. Account created on 11 January 2009.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

1 April 2023

29 March 2023

21 March 2023

20 March 2023

19 March 2023

  • 01:1901:19, 19 March 2023 diff hist +463 N Eve-online/Fitting/CatalystCreated page with " == t2 longbow / mediumg shield no point == <pre> [Catalyst, t2longbow] Magnetic Field Stabilizer II Magnetic Field Stabilizer II Co-Processor I Medium Shield Extender II 5MN Y-T8 Compact Microwarpdrive 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II Small Hyperspatial Velocity Optimizer I Small Ancillary Current Router I Small Polycarbon Engine Housing I Caldari Navy Iridium Charge S x240 </pre>"
  • 01:1801:18, 19 March 2023 diff hist +30 Eve-online/Fitting→‎Destroyer

14 March 2023

9 March 2023

8 March 2023

  • 03:5803:58, 8 March 2023 diff hist +2,039 N Bank's faith in Linux pays dividendsCreated page with "Bank's faith in Linux pays dividends By Liesbeth Evers [24-04-2002] Credit Suisse replaces Unix with Linux on mission-critical financial system Financial giant Credit Suisse First Boston has increased system performance twenty-fold by moving its mission critical application infrastructure from Risc-Unix to a Lintel environment. While incumbents continue to dismiss Linux as unfit for serious enterprise applications, the bank has proved the opposite by trusting its glob..." current
  • 02:0102:01, 8 March 2023 diff hist 0 How to make an FM wireless BUGNo edit summary current
  • 02:0002:00, 8 March 2023 diff hist +3,470 N How to make an FM wireless BUGCreated page with " This handy little device can be used for two purposes. The first is a FM bug, which transmits on the FM frequency, thus making it extremely easy to pick up. The second is a FM station blocker (which can be really fun if you are pissed at someone who just happens to be listening to the radio. In this case, you can do 1 (or both) of these: A) announce through the bug (on their station) that Fred (whoever is listening) has just won 1 years supply of orthopedic shoe pads, o..."

6 March 2023

  • 05:4205:42, 6 March 2023 diff hist +1,579 N Linux in BanksCreated page with "A director once told me that the banks would never use linux. Here are my notes from that. ( all pretty much dead, but I challenge you do see wherethis stuff went to. ) http://www.people.hbs.edu/delfenbein/ Ownership and control rights in Internet portal alliances, 1995-1999 http://www.people.hbs.edu/delfenbein/PortalDeals1.pdf Explaining the Recent Wave of Total IT Outsourcing by Global Banks http://www.people.hbs.edu/delfenbein/Larkin11192003.doc http://www.peo..." current
  • 04:1804:18, 6 March 2023 diff hist +176 QuotesNo edit summary current

28 February 2023

26 February 2023

  • 18:5518:55, 26 February 2023 diff hist +311 Htttest.shNo edit summary current
  • 18:5418:54, 26 February 2023 diff hist +632 N Htttest.shCreated page with "smash apache with ab. <pre> #!/bin/sh # this test the performance of apache alone based on various concurrency levels. #URL="http://66.46.148.83/" COUNT="10000" AB="/usr/local/apache/bin/ab" CONCURS="300" PID=$$ #CONCURS="100 200 300 400 500 600 700 800 900 1000" # sample size N=10 for i in `seq 1 $N` do for CONCUR in $CONCURS do echo Processing run $i CONCUR $CONCUR echo $AB -n $COUNT -c $CONCUR $URL..."
  • 18:4518:45, 26 February 2023 diff hist +111 ShowsizeNo edit summary current
  • 18:4118:41, 26 February 2023 diff hist +859 N ShowsizeCreated page with "a c program to tell you what the size of data types are: showsize.c <pre> #include <sys/types.h> #include <stdio.h> int main(void) { printf("In bits:\n"); printf("%d <-unsigned long\n", sizeof(unsigned long)*8); →‎mul8 to get it in bits: printf("%d <-unsigned long\n", sizeof(unsigned long)); →‎mul8 to get it in bits: printf("%d <-long long\n", sizeof(long long)*8); →‎mul8 to get it in bits: printf("%d <-int\n",..."
  • 18:3718:37, 26 February 2023 diff hist +1,037 N Test http plCreated page with " test_http.pl <pre> #!/usr/bin/perl -w # $Author: staradm $ # $Date: 2006/03/28 14:07:00 $ # $Id: test_http.pl,v 1.3 2006/03/28 14:07:00 staradm Exp $ # $Name: $ # $Revision: 1.3 $ # $State: Exp $ use strict; require HTTP::Request; require LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->credentials( '192.168.1.30:443', 'Restricted Files', 'staradm' => 'XXX' ); my ( $sec, $min, $hour, $day, $month, $year ) = ( localtime ) [ 0, 1, 2, 3, 4, 5 ]; # my..." current
  • 18:3418:34, 26 February 2023 diff hist +846 N Fwlog2sql/fwlog2sql.sqlCreated page with " <pre> CREATE table hit ( hash varchar(32), ID INT, TS TIMESTAMP, hostname varchar(255), PROTO varchar(8), TOS varchar(8), CH varchar(8), RULE varchar(8), PREC varchar(8), DST varchar(15), SRC varchar(15), SPT varchar(8), DPT..." current
  • 18:3418:34, 26 February 2023 diff hist +19 N Fwlog2sqlCreated page with " /fwlog2sql.sql" current
  • 18:3418:34, 26 February 2023 diff hist +7 Randomname.py"No edit summary current
  • 18:3318:33, 26 February 2023 diff hist +2,985 N Randomname.py"Created page with "#!/usr/bin/env python3 import random colours = [] fruits = [ "apple", "apricot", "avocado", "banana", "blackberry", "blackcurrant", "blueberry", "breadfruit", "cactus", "cantaloupe", "cashew", "cherry", "clementine", "coconut", "crabapple", "cranberry", "cucumber", "currant", "date", "dragonfruit", "durian", "eggplant", "elderberry", "fig", "goji", "gooseberry", "grape", "grapefruit", "guava", "honeyberry",..."
  • 18:1718:17, 26 February 2023 diff hist +79 N EpochCreated page with "<pre> #!/bin/sh date -d "1970-01-01 UTC $1 seconds" </pre> category:script" current
  • 18:1618:16, 26 February 2023 diff hist +21 Dhcp.cmdNo edit summary current
  • 17:3917:39, 26 February 2023 diff hist +745 N Dhcp.cmdCreated page with "<pre> # This is a widows cmd script. # It's meant to be run on tio-ads server. # You should change the MAC address, hostname and IP address to match your server. set subnetwork=172.31.4.0 set IPAddress=172.31.4.XX set mac_address=XX set machine_name=ibmbcXXbXX set BootServerIP=172.31.4.250 netsh dhcp server scope %subnetwork% add reservedip %IPAddress% %mac_address% %machine_name% "DHCP for %machine_name%" BOTH netsh dhcp server scope %subnetwork% set reservedoptionvalue..."
  • 17:3517:35, 26 February 2023 diff hist 0 Makedict random.plNo edit summary current
  • 17:3517:35, 26 February 2023 diff hist +1,647 Makedict random.plNo edit summary

25 February 2023

  • 05:5805:58, 25 February 2023 diff hist +404 N CrowCreated page with " <pre> [Crow, 逮住你了(got you)] Nanofiber Internal Structure II Overdrive Injector System II Warp Scrambler II Small Azeotropic Restrained Shield Extender Warp Disruptor II 5MN Quad LiF Restrained Microwarpdrive Interdiction Nullifier I Prototype Cloaking Device I Small Ghoul Compact Energy Nosferatu Small Hyperspatial Velocity Optimizer II Small Hyperspatial Velocity Optimizer II </pre>" current

18 February 2023

17 February 2023

  • 23:5123:51, 17 February 2023 diff hist +434 N Python Machine Learning Data Pre-Processing TemplateCreated page with " <pre> import numpy as np import matplotlib.pyplot as plt import pandas as pd dataset = pd.read_csv('filename.csv') X = dataset.iloc[:, :-1].values y = dataset.iloc[:, -1].values from sklearn.model_selection import train_test_split X_train, X_test , y_train, y_test = train_test_split(X,y,test_size = 0.2 , random_state = 81 ) </pre> source: Udemey "Machine Learning A-Z™: Python & R in Data Science [2023]" category:script" current

16 February 2023

10 February 2023

6 February 2023

26 January 2023

4 January 2023

2 January 2023

  • 20:0220:02, 2 January 2023 diff hist +433 N MdnsCreated page with " automagical dns on local nets. on a windows machine use this to discover services: dns-sd -B _ssh._tcp dns-sd -B _http._tcp dns-sd -B _https._tcp You can get arduino's to advertise their services like this: https://github.com/arduino-libraries/ArduinoMDNS https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html https://support.arduino.cc/hc/en-us/articles/4506515275548-About-mdns-discovery I use this on my esp32's"
  • 19:5819:58, 2 January 2023 diff hist +17 WslNo edit summary current
  • 19:5619:56, 2 January 2023 diff hist +185 N WslCreated page with " dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart"

31 December 2022

  • 20:4320:43, 31 December 2022 diff hist +1,382 Shortbread recipeNo edit summary current
  • 20:4120:41, 31 December 2022 diff hist +1,079 N Shortbread recipeCreated page with " reference: https://www.theendlessmeal.com/melt-in-your-mouth-shortbread/ * whipped * 3 cups all-purpose flour * 2 cups salted butter, at room temperature – see notes * 1 cup powdered sugar * ½ cup cornstarch * 1 teaspoon vanilla steps: 1. You'll start by slowly mixing the salted butter, flour, icing sugar, cornstarch, and vanilla using electric beaters at their lowest setting – this is to prevent a cloud of flour dust from flying out of the bowl. After a minute,..."

29 December 2022

21 December 2022

20 December 2022

19 December 2022

17 December 2022

16 December 2022

12 December 2022

9 December 2022

2 December 2022

1 December 2022

  • 21:2521:25, 1 December 2022 diff hist +3,274 N TinkerCreated page with " == Overview == This machine has put Keres out of service. TrueNas VM == Hardware == FIXME == Services / Apps == * #Grafana * #Prometheus * #Promethes mDNS discovery === Prometheus === === Prometheus mDNS discovery === === Grafana === to do https://grafana.com/docs/grafana/latest/installation === Prometheus Setup === by hand in a screen, ghetto style /usr/local/prometheus/prometheus-2.14.0.linux-amd64 ./prometheus <pre> # my global config..."

25 November 2022

23 November 2022

  • 21:5321:53, 23 November 2022 diff hist +513 Gcp Notes→‎Annoyances
  • 20:1620:16, 23 November 2022 diff hist −1 Python GCPNo edit summary current
  • 20:1620:16, 23 November 2022 diff hist +701 N Python GCPCreated page with " using discover to get the container service client. Then listing clusters. <pre> from googleapiclient import discovery from oauth2client.client import GoogleCredentials credentials = GoogleCredentials.get_application_default() service = discovery.build('container', 'v1', credentials=credentials) gcp_projects = ['project-1', 'project-2', 'project-3'] for project in gcp_projects: request = service.projects().zones().clusters().list(projectId=project, zone='-')..."

21 November 2022

20 November 2022

14 November 2022

12 November 2022

  • 19:0019:00, 12 November 2022 diff hist +200 N RetropiCreated page with " stuff to remeember: sudo mount -t cifs -o rw,guest,vers=1.0 //192.168.7.10/roms/roms /home/pi/RetroPie/roms /home/pi/RetroPie/roms sudo /home/pi/RetroPie-Setup/retropie_packages.sh xpad install" current

11 November 2022

10 November 2022

9 November 2022

5 November 2022

4 November 2022

  • 04:3204:32, 4 November 2022 diff hist +554 N 33k 1% power VengeanceCreated page with "<pre> [Vengeance, 33k Vengeance] Assault Damage Control II Ballistic Control System II Small Ancillary Armor Repairer 200mm Steel Plates II 5MN Quad LiF Restrained Microwarpdrive Faint Epsilon Scoped Warp Scrambler Small Capacitor Booster II [Empty High slot] 'Arbalest' Rocket Launcher I 'Arbalest' Rocket Launcher I 'Arbalest' Rocket Launcher I 'Arbalest' Rocket Launcher I Small Auxiliary Nano Pump I Small Thermal Armor Reinforcer II Navy Cap Booster 400 x5 Calda..." current

2 November 2022

18 October 2022

17 October 2022

14 October 2022

11 October 2022

7 October 2022

6 October 2022

5 October 2022

4 October 2022

3 October 2022

29 September 2022

22 September 2022

20 September 2022

16 September 2022

15 September 2022

14 September 2022

11 September 2022

9 September 2022

6 September 2022

26 August 2022

  • 03:0903:09, 26 August 2022 diff hist +27 MallerNo edit summary current
  • 03:0903:09, 26 August 2022 diff hist +614 N MallerCreated page with "[Maller, Mauler] 800mm Rolled Tungsten Compact Plates Compact Multispectrum Energized Membrane Compact Multispectrum Energized Membrane Medium Ancillary Armor Repairer Damage..."

23 August 2022

21 August 2022

19 August 2022

9 August 2022

8 August 2022

7 August 2022

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