8 Tips for working with Game Backups for PS4 9.00 Jailbreak - https://www.youtube.com/watch?v=kCqZ1g51H5U&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Apply masks to your PS4 System and Game Icons! (Jailbreak Required!) #shorts - https://www.youtube.com/watch?v=I0EIaCMnP1M&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy AUTOMATICALLY Jailbreak your PS4 9.00 with a Raspberry Pi Zero W or 4B! - https://www.youtube.com/watch?v=cQhh54tIvYA&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Change PS4 Startup Sounds AND MORE for PS4 9.00 Jailbreak - https://www.youtube.com/watch?v=oOUrKK5P6kc&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Copy your PS4 Saves Games to ANOTHER PS4! JAILBREAK required - https://youtu.be/yv2JDc3kzsk&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Create, Modify, Delete and Share your Jailbroken PS4's Browser Bookmarks - https://www.youtube.com/watch?v=aeIRk7yXk6c&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Creating your own PS4 9.00 Jailbreak Host with ESP32 boards - https://www.youtube.com/watch?v=ZfU_1_iIBIA&list=PL3Q83485j_
This file contains 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
sudo pacman -S open-vm-tools | |
sudo pacman -Su xf86-input-vmmouse xf86-video-vmware mesa gtk2 gtkmm | |
sudo echo needs_root_rights=yes >>/etc/X11/Xwrapper.config | |
sudo systemctl enable vmtoolsd | |
sudo systemctl start vmtoolsd |
This file contains 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
/ Converted using digiQuack by CedArctic (https://github.com/CedArctic/digiQuack) | |
#include "DigiKeyboard.h" | |
void setup() { | |
delay(1000); | |
DigiKeyboard.sendKeyStroke(0); | |
// CTRL-ALT-T | |
DigiKeyboard.sendKeyStroke(KEY_T, MOD_CONTROL_LEFT | MOD_ALT_RIGHT); | |
DigiKeyboard.delay(1000); |
This file contains 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
How do you go about loving your enemies? | |
1. In order to love your enemies, you must begin by analyzing self. | |
2. A second thing that an individual must do in seeking to love his enemy is to discover the element of good in his enemy, and every time you begin to hate that person and think of hating that person, realize that there is some good there and look at those good points which will over-balance the bad points. | |
3. When the opportunity presents itself for you to defeat your enemy, that is the time which you must not do it. | |
Greek language has 3 powerful words for love | |
1. Eros is a sort of, aesthetic love. when you find some individual that is attractive to you and that you pour out all of your like and your love on that individual. |
This file contains 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
## Kali light xfce4 root autologin (works after lightdm update) | |
# @author intrd - http://dann.com.br/ | |
# @license Creative Commons Attribution-ShareAlike 4.0 International License - http://creativecommons.org/licenses/by-sa/4.0/ | |
After lighdtdm update root autologin is broken fix doing this: | |
nano /etc/lightdm/lightdm.conf | |
at [Seat:*] group uncomment/edit: | |
autologin-user=root | |
autologin-user-timeout=0 |
This file contains 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
//compile the code | |
// gcc -o sd main.c -m32 | |
//test | |
#include <stdio.h> | |
main() | |
{ | |
printf("Hello, Twitch Stream"); |
This file contains 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
There's been a murder in Terminal City, and TCPD needs your help. | |
To figure out whodunit, go to the 'mystery' subdirectory and start working from there. | |
You'll want to start by collecting all the clues at the crime scene (the 'crimescene' file). | |
The officers on the scene are pretty meticulous, so they've written down EVERYTHING in their officer reports. | |
Fortunately the sergeant went through and marked the real clues with the word "CLUE" in all caps. |
This file contains 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
url - https://mystery.knightlab.com/ | |
You vaguely remember that the crime was a murder that occurred sometime on Jan.15, 2018 and that it took place in SQL City. | |
The SQL Murder Mystery is built using SQLite | |
name | |
crime_scene_report | |
drivers_license |
[email protected]:mbcrump/swa-angular.git
cd swa-angular
cd angular-app
npm install
npm start
NewerOlder