Search results
Jump to navigation
Jump to search
Did you mean: page with syntax highlighting errors
- </div> </div> Large Small We can improve text with display-n-4, e.g. display-1,display-2 We can align text with text-center text-left text-right text-justify...28 KB (3,611 words) - 05:11, 5 August 2022
- 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
- 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
- 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
- Spring Setup (category Pages with syntax highlighting errors)This is just a quick setup for Spring and Eclipse on Ubuntu 20.04 I did try with snap but it just did not seem to work. # Get the software wget http://mirror...750 bytes (115 words) - 03:24, 3 April 2021
- 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
- Mongo (category Pages with syntax highlighting errors)start mongod systemctl enable mongod systemctl status mongod Test connection with mongo --eval 'db.runCommand({ connectionStatus: 1 })' Do some stuff to show...2 KB (199 words) - 02:39, 7 November 2020
- Nano Page (category Pages with syntax highlighting errors)chip has it written on it. I could not use this with Arduino IDE 2.1.1 on ubuntu 23.04 as it failed with the dreaded avrdude: stk500_getsync(): not in sync:...2 KB (284 words) - 03:45, 27 August 2023
- 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
- 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
- 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
- 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
- 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