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
import java.awt.Graphics; | |
import impsoft.bots.ColorBot; | |
import impsoft.bots.reflection.PhysicalObject; | |
import impsoft.scripting.ibot.enums.Skill; | |
import impsoft.scripting.ibot.interfaces.AutoPaint; | |
import impsoft.scripting.ibot.structs.AryanTile; | |
import impsoft.scripting.types.ColorScript; | |
import bergCoder.BergUtils; | |
import bergCoder.Object3D; |
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
import java.awt.BasicStroke; | |
import java.awt.Color; | |
import java.awt.Font; | |
import java.awt.Graphics; | |
import java.awt.Graphics2D; | |
import java.awt.Rectangle; | |
import java.awt.RenderingHints; | |
import java.util.Arrays; | |
import java.util.EnumSet; | |
import java.util.Vector; |
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
root@server10 [~]# df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/sda5 9.7G 598M 8.7G 7% / | |
/dev/sda8 996M 845M 100M 90% /tmp | |
/dev/sda7 420G 285G 113G 72% /home | |
/dev/sda3 9.7G 7.6G 1.7G 83% /usr | |
/dev/sda2 9.7G 4.1G 5.2G 44% /var | |
/dev/sda1 99M 23M 72M 24% /boot | |
tmpfs 2.0G 0 2.0G 0% /dev/shm | |
/dev/sdb1 459G 343G 93G 79% /backup |
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
[root@server12 ~]# nslookup urltv.tv ns20.hosthat.com | |
Server: ns20.hosthat.com | |
Address: 67.228.53.244#53 | |
Name: urltv.tv | |
Address: 184.107.130.146 | |
[root@server12 ~]# | |
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
root@iweb [~]# iptables -L | |
Chain INPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain FORWARD (policy ACCEPT) | |
target prot opt source destination | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination |
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
| Id | User | Host | db | Command | Time | State | Info | | |
+-------+--------+-----------+----------+---------+------+--------------------+------------------------------------------------------------------------------------------------------+ | |
| 3 | root | localhost | XPanel | Query | 12 | closing tables | UPDATE users SET bandwidthUsed=bandwidthUsed+300 WHERE domainName='jowe.3host.com' | | |
| 9992 | fbuser | localhost | freeblog | Query | 30 | Creating tmp table | SELECT t.*, tt.*, tr.object_id FROM wp_606_terms AS t INNER JOIN wp_606_term_taxonomy AS tt ON tt.te | | |
| 10011 | fbuser | localhost | freeblog | Query | 8 | Opening tables | SELECT option_value FROM wp_313_options WHERE option_name = 'bsbm_options' LIMIT 1 | | |
| 10013 | fbuser | localhost | freeblog | Query | 15 | closing tables | SELECT option_value FROM wp_9 |
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
------------- | |
This nslook is Ok, return proper IP 96.125.164.211 as listed in Cpanel | |
------------- | |
root@server20 [~]# nslookup royaltyinthenews.com ns251.hostgator.com | |
Server: ns251.hostgator.com | |
Address: 184.173.199.239#53 | |
Name: royaltyinthenews.com |
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
import java.awt.AlphaComposite; | |
import java.awt.Color; | |
import java.awt.Desktop; | |
import java.awt.Font; | |
import java.awt.Graphics; | |
import java.awt.Graphics2D; | |
import java.awt.Image; | |
import java.awt.Point; | |
import java.awt.Rectangle; | |
import java.awt.RenderingHints; |
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
boby@bizhat ~/.config $ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/sdb1 19G 4.6G 13G 27% / | |
none 4.0K 0 4.0K 0% /sys/fs/cgroup | |
udev 2.9G 12K 2.9G 1% /dev | |
tmpfs 596M 1.5M 595M 1% /run | |
none 5.0M 0 5.0M 0% /run/lock | |
none 3.0G 7.6M 3.0G 1% /run/shm | |
none 100M 16K 100M 1% /run/user | |
/dev/sdb6 200G 18G 172G 10% /home |
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
find /etc/lighttpd -name '*.conf' -exec grep 'password6' {} \; -print |
OlderNewer