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
diff -r 5a94d526dd3a src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp | |
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp Mon Feb 09 10:51:06 2015 +0330 | |
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp Wed Feb 11 21:22:36 2015 +0330 | |
@@ -188,9 +188,36 @@ | |
bool Execute(uint64 /*eventTime*/, uint32 /*updateTime*/) | |
{ | |
+ | |
+ //start custom code ** create GOs in place of the IceTomb NPC | |
+ std::list<Creature*> IceTombList; |
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
diff -r 5a94d526dd3a src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp | |
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp Mon Feb 09 10:51:06 2015 +0330 | |
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp Thu Feb 12 15:42:01 2015 +0330 | |
@@ -2848,6 +2848,7 @@ | |
void CorrectRange(std::list<WorldObject*>& targets) | |
{ | |
targets.remove_if(ExactDistanceCheck(GetCaster(), 10.0f * GetCaster()->GetObjectScale())); | |
+ targets.remove_if(Trinity::UnitAuraCheck(true, SPELL_HARVEST_SOUL_VALKYR)); | |
} | |
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
(?<=[ ](["']\b))(?:(?=(\\?))\2.)*?(?=\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
<?php | |
$profit = 0; | |
$irt = true; | |
$ir_r = 10000; | |
$ir_t = 10000; | |
$ir_n = 10000; | |
include "../public_html/configuration.php"; |
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
location ~ ^.*/(?P<request_basename>[^/]+\.(mp4))$ { | |
add_header Content-Disposition 'attachment; filename="$request_basename"'; | |
} |
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
db_load -T -t hash -f /etc/vsftpd/virtual_users /etc/vsftpd/virtual_users.db |
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
1. boot up a linux live if you want to resize the root partition | |
2. follow below: | |
Run fdisk on the right disk (X is the correct letter of your disk): fdisk /dev/sdX | |
Check the partition table by pressing p (to view partition details) | |
Delete the partition by pressing d (to delete the partition) | |
Select the right partition that you want to delete, in most cases will be the only on the disk, so press 1 (to select the partition) | |
Create a new partition by pressing n (to create a new partition) and select the partition type whether Primary (by pressing p) and the right number | |
Get the first block from the partition details in point 2 | |
Press enter to accept the default as the last block. | |
Check the partition table by pressing p (to list the partition and confirm) |
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
Show configuration | |
ESXi 5.5 -> /opt/hp/hpssacli/bin/hpssacli ctrl all show config | |
ESXi 6.5 -> /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show config | |
Controller status | |
ESXi 5.5 -> /opt/hp/hpssacli/bin/hpssacli ctrl all show status | |
ESXi 6.5 -> /opt/smartstorageadmin/ssacli/bin/ssacli ctrl all show status | |
Show detailed controller information for all controllers | |
ESXi 5.5 -> /opt/hp/hpssacli/bin/hpssacli ctrl all show detail |
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
firewall-cmd --permanent --zone=public --add-service=http | |
firewall-cmd --permanent --zone=public --add-service=https | |
firewall-cmd --zone=public --permanent --add-port=5000/tcp | |
firewall-cmd --reload |
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
epel-release | |
wget nano htop nload mc net-tools screen iperf3 |
OlderNewer