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/bash | |
| # IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it! | |
| # IMPORTANT: You will need to run this script from Recovery. In fact, macOS Catalina brings read-only filesystem which prevent this script from working from the main OS. | |
| # This script needs to be run from the volume you wish to use. | |
| # E.g. run it like this: cd /Volumes/Macintosh\ HD && sh /Volumes/Macintosh\ HD/Users/sabri/Desktop/disable.sh | |
| # WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars. | |
| # Get active services: launchctl list | grep -v "\-\t0" | |
| # Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents |
We can't make this file beautiful and searchable because it's too large.
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
| id,username,password,when,country,host_id | |
| 21,admin,7ujMko0admin,2019-02-02 10:39:27,China,0 | |
| 22,pi,jdd,2019-02-02 10:40:09,United Kingdom,1 | |
| 23,pi,kkk,2019-02-02 10:40:11,United Kingdom,1 | |
| 24,pi,lk,2019-02-02 10:40:13,United Kingdom,1 | |
| 25,pi,kk',2019-02-02 10:40:16,United Kingdom,1 | |
| 26,pi,kjj,2019-02-02 10:40:18,United Kingdom,1 | |
| 27,pi,fds,2019-02-02 10:42:55,United Kingdom,1 | |
| 28,pi,eee,2019-02-02 10:42:56,United Kingdom,1 | |
| 29,pi,fds,2019-02-02 10:42:57,United Kingdom,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
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-FEED | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitFeed { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitFeed { | |
| height: 100%; | |
| } |
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
| import React, {Component, createRef} from "react"; | |
| import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
| /** | |
| * This class is used to render the active circuit feed in the console view | |
| */ | |
| export default class ActiveCircuitChat extends Component { | |
| /** | |
| * builds the active circuit chat component for the circuit feed | |
| * @param props |
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
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |
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
| import React, {Component, createRef} from "react"; | |
| import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
| /** | |
| * This class is used to render the active circuit feed in the console view | |
| */ | |
| export default class ActiveCircuitChat extends Component { | |
| /** | |
| * builds the active circuit chat component for the circuit feed | |
| * @param props |
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
| import React, { Component, createRef } from "react"; | |
| import { Icon, Image, Input, Menu, Segment } from "semantic-ui-react"; | |
| /** | |
| * This class is used to render the active circuit feed in the console view | |
| */ | |
| export default class ActiveCircuitFeed extends Component { | |
| /** | |
| * builds the active circuit chat component for the circuit feed | |
| * @param props |
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
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |
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
| import React, { Component } from "react"; | |
| import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
| /** | |
| * This class is used to render the active circuit feed in the console view | |
| */ | |
| export default class ActiveCircuitFeed extends Component { | |
| /** | |
| * builds the active circuit chat component for the circuit feed | |
| * @param props |
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
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |