Chuyển đến nội dung chính

Tạp chí Full Circle Số 33-34-35-36

http://fullcirclemagazine.org/wp-content/uploads/logo_final.png

Full Circle Magazine là một tạp chí miễn phí dành cho người dùng Ubuntu Linux. Tạp chí đã được dịch sang một vài ngôn ngữ (Việt Nam, Pháp, Nga, Trung Quốc, Indonesia, Hungary,...).

  1. Tạp chí Full Circle (Số 0 - số 9)
  2. Tạp chí Full Circle (Số 10 - số 19)
  3. Tạp chí Full Circle (Số 20 - số 31)

    Tạp chí Full Circle Số 32

 

Issue 33

  • Command and Conquer.
  • How-To : Program in Python – Part 7, Create A Media Center with a Revo, Ubuntu and Boxee, and The Perfect Server – Part 3.
  • My Story – Ubuntu in Public Education, and Why I Use Linux.
  • Review – Exaile.
  • MOTU Interview – Didier Roche.
  • Top 5 – Synchronization Clients.
  • Ubuntu Women, Ubuntu Games and all the usual goodness!


English

 


Russian

 

 

Issue 34

This month:

  • Command and Conquer.
  • How-To : Program in Python – Part 8, Digitally Retouching a Photo in GIMP, and The Perfect Server – Part 4.
  • My Story – a Linux User, and Powerpets.
  • Review – Acer UL30-A laptop.
  • MOTU Interview – Roderick Greening.
  • Top 5 – Reference Tools.
  • Ubuntu Women, Ubuntu Games, My Opinion, and all the usual goodness!


English

 


Hungarian

 


Russian

 

 

Issue 35

This month:
* Command and Conquer.
* How-To : Program in Python – Part 9, Digitally Retouching a Photo in GIMP – Part 2, and Installing Google SketchUp using Wine.
* Review – Motorola Milestone/Droid.
* MOTU Interview – Pedro Fragoso.
* Top 5 – Android Applications.
* Ubuntu Women, Ubuntu Games, My Opinion, My Story, and all the usual goodness!


English

 

Issue 36

It’s our 3rd anniversary!

This month:

  • Some thoughts on year three of FCM.
  • Command and Conquer.
  • How To: Program in Python – Part 10, Retouching in GIMP – Part 3, and Use Google Effectively.
  • Book Review – Automating Linux and Unix System Administration.
  • MOTU Interview – Jo Shields.
  • Top 5 – Scanning Applications.
  • Plus: Ubuntu Women, Ubuntu Games, My Opinion, My Story, and all the usual goodness!


English

Bài đăng phổ biến từ blog này

Thay đổi thuộc tính file php.ini cho từng website trong Apache

Đối với 1 hệ thống máy chủ hỗ trợ PHP mà có nhiều website hoạt động trên đó, thì việc điều chỉnh thông số kỹ thuật của file cấu hình php.ini đôi khi trở nên rắc rối. Thông thường sử dụng cú pháp ini_set() hoặc .htaccess để can thiệp . Giả sử, có 1 website với thư mục lưu trữ gốc là /var/www/html/example/ , với domain www.example.com . Để kiểm tra, trước tiên tạo file /var/www/html/example/phpinfo.php : <?php phpinfo(); ?>

Linux IP Commands

Display Current Config for all NIC's: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Ping: ping -c 3 192.168.1.1

DOS / Windows IP Commands

Display Connection Configuration: ipconfig /all Display DNS Cache Info: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release