
Shane B.
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 10
Activity overview
Latest activity by Shane B.-
Shane B. created an article,
Resize your disk partition on Windows 10
Resizing partitions in Windows is now made easy! Follow these steps to resize your disk! Press the Start button and type 'Partition' Press Enter. With Shells, the default Partition is C:/ ...
-
Shane B. commented,
Have you tried rebooting your shell? Feel free to contact us at https://support.shells.net and file a ticket. We offer live chat as well. Usually if this happens, the Shell just needs a reboot. ...
-
Shane B. created an article,
Do I lose my data when I reboot?
No you do not lose your data when you reboot. Only the unsaved data will be lost if it has not been saved to your Shell's hard drive.
-
Shane B. created an article,
What hardware and bandwidth do the main servers for Shells™ use?
Each Point of Presence contains multiple:4U 8 Blade X9DRFR 48x 2.5" Bay Server SuperServer F617R20R72+Each Blade (X9DRFR):2x E5-2697 V2 2.7Ghz 12 Core128GB+ RAM (8x 16Gb PC3-10600R)Dual 10GB SFP+ N...
-
Shane B. commented,
#### To block all TOR Connections with this IPSet: #### ## INTERFACE="`route | grep '^default' | grep -o '[^ ]*$'`" #sudo ipset destroy tor #sudo ipset -N tor iphash # create a new set named "tor...
-
Shane B. created a post,
Get all TOR IP Addresses and add them to an IPSet to Control how TOR accesses your server
#!/usr/bin/env bash ipset destroy tor ipset -N tor iphash # create a new set named "tor" # get the list, don't forget to put your service's IP in the query stringcurl -s https://check.torproject.or...
-
Shane B. created a post,
Firewall Anti-DDoS IP Tables for IRC, web, and TOR Abuse`
## This ip tables script is to protect your server from floods / abnormal behaviors for TCP connections. INTERFACE="`route | grep '^default' | grep -o '[^ ]*$'`" sudo iptables --flushsudo iptable...