กำลังลองเขียน ออกแบบโปรแกรมจัดการคลินิกเวชกรรมที่เป็น Web based application ด้วย Apache,
PHP และ PostgreSQL อยู่ ที่ผ่านมาก็ได้แค่ลองลงระบบปฏิบัติการเรื่อยมา ไม่มีงานเป็นชิ้นเป็นอัน ตอนนี้
งานประจำก็อยู่ตัวแล้วจะลองเขียนเอามาใช้งานจริง ๆ สักที
กำลังลองเขียน ออกแบบโปรแกรมจัดการคลินิกเวชกรรมที่เป็น Web based application ด้วย Apache,
PHP และ PostgreSQL อยู่ ที่ผ่านมาก็ได้แค่ลองลงระบบปฏิบัติการเรื่อยมา ไม่มีงานเป็นชิ้นเป็นอัน ตอนนี้
งานประจำก็อยู่ตัวแล้วจะลองเขียนเอามาใช้งานจริง ๆ สักที
Add the following in /etc/apache2/apache2.conf post enable PHP script
#Add user directory for php usage
<IfModule mod_userdir.c>
<Directory /home/*/public_html>
php_admin_value engine On
</Directory>
</IfModule>
สวย ๆ กะแต่งหนัก ๆ เน้น Image Processing, Computer Vision, Machine Learning กะขุดความรู้จาก Python โพสโค้ดให้ Github ทำตัวเป็น Youtuber ช่อง LinuxSiam
How to install proprietary Broadcom wireless card driver to connect to the Internet through Wi-Fi in Debian
lthough I have read some questions that suggest it is troublesome, I have not yet read any report that says it absolutely will not work. It is easy enough to find out. Install the driver and see!
With a working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
The installation of the driver does the required blacklisting for you. However, if you wanted to undertake it manually, I suggest:
sudo gedit /etc/modprobe.d/blacklist.conf
Use nano or kate or leafpad if you don't have the text editor gedit. Add the following lines at the very end to the existing text:
blacklist b43
blacklist bcma
blacklist ssb
Proofread carefully, save and close the text editor. Reboot and tell us if the wireless is working.
Credit : https://askubuntu.com/questions/765584/is-it-possible-to-use-broadcom-bcm43142-wifi-in-ubuntu-16-04





Stretchreleased
Stretch), which will be supported for the next 5 years thanks to the combined work of the Debian Security team and of the Debian Long Term Support team.
Stretch, the default MySQL variant is now MariaDB. The replacement of packages for MySQL 5.5 or 5.6 by the MariaDB 10.1 variant will happen automatically upon upgrade.
Stretch, and replace their debranded versions Iceweasel and Icedove, which were present in the archive for more than 10 years.
rootprivileges to run.
Stretchrelease is the first version of Debian to feature the
modernbranch of GnuPG in the
gnupgpackage. This brings with it elliptic curve cryptography, better defaults, a more modular architecture, and improved smartcard support. We will continue to supply the
classicbranch of GnuPG as gnupg1 for people who need it, but it is now deprecated.
Stretch. A new
dbg-symrepository can be added to the APT source list to provide debug symbols automatically for many packages.
Unified Extensible Firmware Interface) support first introduced in
Wheezycontinues to be greatly improved in
Stretch, and also supports installing on 32-bit UEFI firmware with a 64-bit kernel. The Debian live images now include support for UEFI booting as a new feature, too.
Stretchfulfills the high expectations that users have of a stable Debian release.
amd64), 32-bit PC / Intel IA-32 (i386), 64-bit little-endian Motorola/IBM PowerPC (ppc64el), 64-bit IBM S/390 (s390x), for ARM, armel and armhf for older and more recent 32-bit hardware, plus arm64 for the 64-bit AArch64architecture, and for MIPS, in addition to the two 32-bit
mips (big-endian) and mipsel (little-endian), there is a new mips64el architecture for 64-bit little-endian hardware. Support for 32-bit Motorola/IBM PowerPC (powerpc) has been removed in Stretch.