Monthly Archive: November 2014

ການກູ້ ຄືນ Grub boot ຂອງ linux

ການກູ້ ຄືນ Grub boot ຂອງ linux

ປົກກະຕິລຸງໃຊ້ Kali Linux ພໍດີ ລຸງໂອ້ດ ຄິດຢາກລົງ ວິນໂດວ8 ໃຊ້ເປັນ 2 ລະບົບປະຕິບັດການ ເລິຍປະຕິບັດດັ່ງນີ່ 1, ໃຊ້ Live CD or USB ເພື່ອແບ່ງ Partition ໃຫມ່ສຳລັບລົງວິນໂດວ 2 ຈາກນັ້ນກໍຕິດຕັ້ງວິນໂດວ ໃສ່ Partition ຈົນສຳເລັດ 3 ຈາກນັ້ນ ລະບົບຈະບູດເຂົ້າໄດ້ ສະເພາະວິນໂດວ ປັນຫາເກີດຂຶ້ນບ່ອນວ່າ ຈະກູ້ເອົາ Linux ກັບມາໄດ້ແນວໃດ?

stopforumspam bash to .htaccess

stopforumspam bash to .htaccess

ອັນນີ້ແມ່ນລຸງ ກ໋ອບຂອງໄທບ້ານມາໄວ້ຊື່ໆ ເດີ້ ກັນ ລືມ #!/bin/bash cd /tmp wget http://www.stopforumspam.com/downloads/bannedips.zip unzip bannedips.zip rm /tmp/.htaccess cat bannedips.csv | awk ‘{print “deny from ” $1}’ RS=”,” >> /tmp/.htaccess cat /tmp/.htaccess >> /home/laozaa/public_html/.htaccess

ປັນຫາ PHP: “Notice: Undefined variable” and “Notice: Undefined index”

ປັນຫາ PHP: “Notice: Undefined variable” and “Notice: Undefined index”

ຊ່ວງນີ້ລຸງກຳລັງນັ່ງຜັດຂີ້ມ້ຽງ ຢູ່ ໄປຍົກເອົາ CODE PHP ເກົ່າໆມາແປງຫລິ້ນ ເລີິຍມີປັນຫາແດ່ ແລະຫລ້າສຸດແມ່ນປັນຫາ PHP: “Notice: Undefined variable” and “Notice: Undefined index” ໃນ PHP ໂຕຢ່າງລຸງສັ່ງເປັນ <?php echo $_SESSION[‘userID’];?> ແບບນີ້ມັນຈະທ້ວງວ່າ Notice: Undefined variable userID ປະມານນີ້ລະ