Search results

Jump to navigation Jump to search
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Azure Queries (category Pages with syntax highlighting errors)
    SecurityIoTRawEvent | where RawEventName == "ConnectionCreate" | project RemoteAddress=extractjson("$.RemoteAddress", EventDetails, typeof(string))...
    195 bytes (11 words) - 20:23, 23 October 2019
  • VS Code (category Pages with syntax highlighting errors)
    This is a page to capcha things with VS code The response data was not formatting properly for version snap version 1.195.2 (Snap 175). See [here]. To...
    364 bytes (38 words) - 01:06, 8 November 2024
  • Android Emulator (category Pages with syntax highlighting errors)
    emulator -list-avds emulator -avd Pixel_3a_API_30_x86 adb -s emulator-5554 emu kill adb push /home/user/test.txt /sdcard/Download/test.txt...
    368 bytes (26 words) - 23:07, 12 December 2020
  • Elastic Search (category Pages with syntax highlighting errors)
    First dive into elastic search. I followed the install directions on here I did not use the ssl and add kibana.local to my host file The logstash had the...
    517 bytes (52 words) - 06:06, 20 September 2024
  • Apple Setup (category Pages with syntax highlighting errors)
    To get the keyboard home + end keys Create a file in ~/Library/KeyBindings/DefaultKeyBinding.dict { "\UF729" = moveToBeginningOfParagraph:; // home "\UF72B"...
    664 bytes (47 words) - 06:23, 9 July 2022
  • Android Clean (category Pages with syntax highlighting errors)
    This suppresses the depreciation at compile time @Suppress("DEPRECATION") val isConnected: Boolean get() = (context.getSystemService(Context.CONNECTIVITY_SERVICE)...
    455 bytes (43 words) - 04:15, 10 February 2022
  • GoAccess (category Pages with syntax highlighting errors)
    This page is to capture the goaccess setup. Well it is not too completed apt install goacess To configure you should create a .goaccessrc as this allows...
    858 bytes (112 words) - 05:24, 6 May 2025
  • Raspberry Pi (category Pages with syntax highlighting errors)
    10 where 6 is gnd, 8 is TXD and 10 is RX. Don't forget RX->TX and TX->RX with UART...
    771 bytes (108 words) - 11:50, 19 May 2021
  • Cassandra (category Pages with syntax highlighting errors)
    Haven't done much with this, made by Apache and is a distributed. I my case I put this in a docker-compose. Here is the yaml version: '2' services: cassandra:...
    2 KB (194 words) - 04:48, 30 September 2021
  • YouTube Channels (category Pages with syntax highlighting errors)
    Coder ❯ Linux ➟ Learn Linux TV ❯ DevOps ➟ DevOpsToolkit ❯ CI/CD ➟ TechWorld with Nana ❯ Docker ➟ Bret Fisher ❯ Kubernetes ➟ Kubesimplify ❯ Microservices ➟...
    2 KB (203 words) - 07:16, 30 August 2023
  • Factored Form Equations (category Pages with syntax highlighting errors)
    could be y = 3x² + 8x + 4 Here we have to multiply the Quadratic Terms number with the constant i.e. 3 x 4 = 12. Then repeat above to find factors which add...
    1 KB (223 words) - 04:35, 22 April 2025
  • Cli favourites (category Pages with syntax highlighting errors)
    appConfig.KEY_PEM) throw new Error('You must provide a server key') ws/bcDataSend.ts:if (!appConfig.KEY_CERT) throw new Error('You must provide a server...
    1 KB (182 words) - 22:12, 24 January 2023
  • Nano Page (category Pages with syntax highlighting errors)
    You can tell this because the chip has it written on it. Using the board with the Ardiuno boardmanager failed for both bootloader options it provides....
    2 KB (361 words) - 22:38, 26 December 2024
  • Linear Equations (category Pages with syntax highlighting errors)
    12 This is called Gaussian elimination method. Where you are left with 3 equations with 3, 2 and one variables and is known as the echelon form Sometimes...
    2 KB (359 words) - 23:57, 22 April 2025
  • Python Data Analysis (category Pages with syntax highlighting errors)
    you can create environments with the create command conda create -n py27 python=2.7 conda activate py27 conda deactivate With Anaconda installed we can run...
    3 KB (315 words) - 05:34, 28 February 2021
  • Setting up localhost SSL Cert (category Pages with syntax highlighting errors)
    Import the rootCA.pem into chrome under the authorities page We can convert this to a .p12 with the following command openssl pkcs12 -export -out server...
    2 KB (229 words) - 03:22, 10 April 2025
  • Mongo (category Pages with syntax highlighting errors)
    sudo systemctl enable mongod sudo systemctl status mongod Test connection with mongosh --eval 'db.runCommand({ connectionStatus: 1 })' Do some stuff to...
    3 KB (336 words) - 21:11, 22 February 2025
  • Web Site Building (category Pages with syntax highlighting errors)
    Cleanup return () => { resizeObserver.disconnect(); }; }, []); So this is done with copilot and here for reference // Detect screen size useEffect(() => { const...
    4 KB (338 words) - 06:21, 5 April 2025
  • SQL One Liners (category Pages with syntax highlighting errors)
    4 1869 2 2023-06-27 2023-06-24 5 1869 2 2023-06-28 2023-06-24 Now the row with consecutive dates have the same Prev Start Date. We can count PREV_START_DATE...
    2 KB (304 words) - 01:37, 30 May 2024
  • Postgres (category Pages with syntax highlighting errors)
    and restart postgres Found that by default it does not work. Sigh! Tested with psql --host=localhost --dbname=test_db --username=test_user To fix this sudo...
    4 KB (458 words) - 02:46, 25 April 2025
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)