Xem tất cả các file php đang chạy

Xem các file php đang chạy (hoặc loop) ps aux | grep php Xem các process đang chiếm cổng: netstat -tulpn VD cổng 55555: netstat -tulpn | grep 55555 Tắt 1 process: kill [processid] Nếu kill xong nó lại quay lại, hoặc kill mãi ko được, thì dùng lệnh kill -9 [processid] . . . Read more

Hiệu ứng text gold-transparent

  display:inline-block; background: linear-gradient(to right, #69402b 0%, #744d31 4%, #825c38 8%, #c1a459 21%, #d7bd65 27%, #e4cb6a 31%, #ead26d 35%, #ead26a 45%, #e6ca64 52%, #d9b859 61%, #bd9645 76%, #b68e41 81%, #9c7238 88%, #7d542f 94%, #6a412b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;

Format đĩa ubuntu core cho raspberry pi 3

Create installation medias for Ubuntu Core These steps will walk you through creating a bootable Ubuntu Core SD Card or USB flash drive. This will erase any existing content on the removable drive. The process is the same on any operating system, you will: download an image file, insert your . . . Read more