ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

Topic List

โดย Little Bear on 4 มิ.ย. 52 00:15

กำลังหาทางติดตั้ง CentOS 5.3 กับ ISPConfig 3.0.1.3 อยู่ ขอเก็บลิงก์ที่เกี่ยวข้องไว้ก่อน

แก้ error "blowfish_secret" ของ phpmyadmin โดยแก้ไขไฟล์ /etc/phpmyadmin/config.inc.php เพิ่มบรรทัดนี้ไว้ด้านล่าง

$cfg['blowfish_secret'] = 'your hash here';

โดยแทน "your hash here" ด้วยอักษร "JFxf53DW3HtalwEkkusnEmjuQ" หรือ อื่น ๆ

ยังติดปัญหาเรื่อง start pure-ftpd ไม่ได้ เลยใช้ proftpd แทนไปก่อน โดยการ

yum install proftpd
service proftpd start
chkconfig --levels 235 proftpd on
โดย Little Bear on 28 เม.ย. 52 21:21

Server ของพรรคพวกที่ใช้ทำ Express Accounting เริ่มมีปัญหา อาจจะเกิดจาก Harddisk หรือ Mainboard ยังไม่แน่ใจ แต่คาดว่าจะต้องลงใหม่แน่นอน จึงปิ๊งไอเดียว่า "ถ้าหากใช้ Linux เป็น server แทน Windows Server น่าจะดีกว่า" จึงลองเสาะหาจากอาจารย์กู แล้วลองนำมาประมวลเขียนใหม่อีกที

ตอนแรกว่าจะใช้ CentOS มาทำเป็น server แต่มีปัญหาเรื่องแผ่นนิดหน่อย ก็เลยตัดสินใจใช้ Ubuntu Server แทน

ขั้นตอนการติดตั้ง

1.ติดตั้ง Ubuntu Server โดยไม่ต้องติดตั้ง package ใด ๆ เราจะมาติดตั้ง Samba กันตอนหลัง

2.ติดตั้ง Samba

sudo apt-get install samba

3.แก้ไขคอนฟิกของ Samba

sudo nano /etc/samba/smb.conf

4.เปลี่ยนค่าใน global ของคอนฟิก อย่าลืมสร้าง share directory ด้วยนะ ส่วนกลุ่ม Sharing หากยังไม่มีก็ป้อนเข้าไปใหม่ทั้งหมด

[global]
workgroup = YOUR_WORK_GROUP
netbios name = YOUR_COMPUTER_NAME
security = SHARE
auth methods = guest
domain master = No
wins support = Yes

[Sharing]
comment=My Ubuntu
path = /home/your_home_directory/Sharing
read only = No
guest ok = Yes

5.บันทึกให้เรียบร้อย แล้วสั่ง restart Samba

smbd restart

อ้างอิงจาก

ปล. อาจจะต้องซื้อ server ใหม่ และ คอมมือสอง แบบถูก ๆ มาเพิ่มด้วย

โดย Little Bear on 4 มี.ค. 52 11:12

มีคนรวบรวมและเขียนไว้ให้อ่านแล้ว ขอเก็บลิงค์ไว้ก่อนสำหรับอ้างอิงภายหลัง

ลองอ่านดูแล้ว มีประโยชน์มาก ทั้งต่อคนที่เพิ่งเข้าสู่วงการหรือเข้าสู่วงการนานแล้วแต่ไม่ได้ศึกษา command line อย่างจริงจัง

ตอนนี้เริ่มมี VPS เป็นของตัวเอง ซึ่งสามารถเล่นอะไรได้มากขึ้น แต่ต้องใช้ command line เจ้านี่ก็จะมีประโยชน์เป็นอย่างมากสำหรับผม

ที่มา : http://www.linuxcentrix.com

โดย Little Bear on 16 ก.พ. 52 09:42

ช่วงนี้เป็นช่วงที่ต้องตัดสินใจในเรื่องการตั้ง server ของตนเอง ซึ่งแนวทางล่าสุดคือการซื้อ server สักเครื่องและหาที่วางสักแห่ง งานที่ยากก็คือการติดตั้ง software และ configuration ซึ่งเป็นงานที่ยังไม่เคยทำเลย อาจจะถึงเวลาที่ได้ศึกษาเรื่องนี้อย่างจริงจังเสียที

ลำดับของงานที่ต้องเตรียมการ

  1. หา server สักเครื่อง
  2. หาที่ตั้งเครื่อง ซึ่งมีตัวเลือกทั้งที่กรุงเทพ และหาดใหญ่ (หาดใหญ่จะเริ่มใช้งานได้ประมาณกลางเดือนมีนาคม 52)
  3. ติดตั้ง virtual environment ซึ่งอาจจะใช้ Proxmox VE ที่ดูเหมือนว่าจะติดตั้งง่ายเพราะการกำหนดค่าต่าง ๆ ผ่านหน้าเว็บเสียเป็นส่วนใหญ่ มีวิธีการติดตั้งจาก howtoforge หรือจะเป็น Virtualization With Xen 3.3.1 On Debian Etch ซึ่งดูออกจะยากไปนิด ทุกอย่างอยู่บน command line หมดเลย
  4. หาเครื่องมาจำลองและติดตั้งเพื่อทดลองศึกษาก่อนใช้งานจริง
  5. ติดตั้ง control panel
โดย Little Bear on 4 ก.ค. 51 11:44
  • Server World - Build Network Server

    This Site is the Note that I wrote when I established the Network Server connected Internet at Home. I wrote this Note in order to be able to Re-establish quickly if needed. This Documents are written about Configurations on Fedora 7 or CentOS 5 , Debian GNU/Linux 4.0 which are Kinds of Linux. I am happy if this Note would be usefull to you.

  • วิธีสำรองรายชื่อแพกเกจทั้งหมดก่อนติดตั้งใหม่

    อาจมีบางครั้งที่เราจำเป็นต้องลง Ubuntu ใหม่ ไม่ว่าจะเป็น การอัพเกรดแบบ fresh install (ลงใหม่) หรือต้องการล้างเครื่อง แก้ไขปัญหาบางอย่าง แต่เพราะลง applications ไว้เยอะ จะสำรองรายชื่อแล้วติดตั้งใหม่อย่างไรดี

โดย Little Bear on 1 มิ.ย. 51 10:53
  • sudo lshw -short -sanitize -html : View hardware information

  • sudo lsusb : View USB device information

  • dmesg : for "diagnostic message"

  • cat /proc/cpuinfo : View CPU information

  • cat /proc/meminfo : View memory information

  • lspci : View PCI device information

  • sudo aptitude purge php mysql apache : Clean remove all LAMP

  • nm-tool : Network Manager Tool

  • คำสัง Unix linux พื้นฐาน ใช้ได้ freebsd

โดย Little Bear on 29 พ.ค. 51 20:11

My Linux's application collection lists.

  • recordMyDesktop as video from getbeb

  • VirtualBox make many OS on my computer. Download from virtualbox.org and how to install. Fixed keyboard bug on Ubuntu 8.04 by installing scim-bridge-client-qt package

  • Netspeed Applet. A little applet that displays some information on the traffic on the specified network device.

    sudo apt-get install netspeed
    Right click on Panel and Add to panel. Select Network Monitor (Netspeed Applet) then click Add.

  • Audacity for audio recorder. Require LAME encoder to export to MP3.

  • Resize photo by right click on Nautilus

    sudo apt-get install nautilus-gksu nautilus-image-converter nautilus-open-terminal

  • nrg2iso for change nrg format (Nero) to ISO format

    #sudo apt-get install nrg2iso

    use : nrg2iso [nrg-file] [iso-file]

โดย Little Bear on 22 พ.ค. 51 23:04

After I install Audacity by this command

#sudo apt-get install audacity

It cannot export my recording to MP3. It require LAME Encoder.

Require file is libmp3lame.so.0

I try to download from http://lame.sourceforge.net and try to complie. It still don't work.

This http://ubuntuforums.org/showthread.php?t=466421&page=2 told me to install LAMP and liblame0 by Administration / Synaptic Package Manager

Select package  LAMP and liblame0 and then click Apply.

It work!!!!

โดย Little Bear on 15 พ.ค. 51 20:31

My home have 3 computer. I want to share internet for all computer.

I search from internet and found Howto Share internet connection from http://ubuntuforums.org.

Following this step and it work!!!!!!

Note: Type all the following commands in a root terminal, DO NOT use sudo. Please use su or sudo su -

  1. Start by configuring the network card that interfaces to the other computers on you network:

    # ifconfig ethX ip

    where ethX is the network card and ip is your desired server ip address (Usually 192.168.0.1 is used)

    My note : My ethX was eth0 and ip was 192.168.1.1

  2. Then configure the NAT as follows:

    # iptables -t nat -A POSTROUTING -o ethX -j MASQUERADE

    where ethX is the network card that the Internet is coming from

    # echo 1 > /proc/sys/net/ipv4/ip_forward

  3. Install dnsmasq and ipmasq using apt-get:

    # apt-get install dnsmasq ipmasq

  4. Restart dnsmasq:

    # /etc/init.d/dnsmasq restart

  5. Reconfigure ipmasq to start after networking has been started:

    # dpkg-reconfigure ipmasq

  6. Repeat steps 1 and 2.

  7. Add the line "net.ipv4.ip_forward = 1" to /etc/sysctl.conf

    # gedit /etc/sysctl.conf

  8. Reboot. (Optional)

After reboot , It's work and I set Windows XP on VMware 2Beta to use this share by set DNS to my ISP.

Everything OK!!!!!

Thank for anaoum from http://ubuntuforums.org very much.

From : http://ubuntuforums.org

และมีคำแนะนำให้ใช้ firewall ชื่อ firestarter install (Its just a frontend to iptables.In its preferences, set "internet connected device" to the internet, and "local network device" to the local device. Then enable NAT and DHCP if you want...) โดย

sudo apt-get install firestarter

ที่ http://www.opentle.org บอกว่า

ไม่ต้องลงอะไรเพิ่มแค่พิมพ์ตามนี้ (แต่ต้องเป็น root ก่อน)

echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

(eth0 คือขาที่ ออกเน็ต) เครื่อง ลูกก็ ตั้งให้ ip class เดียวกับ eth0 เอา ถ้าไม่อยากแจก dhcp ถ้าอยากแจกก็ ลง package dhcp ซะ

ยังไม่ได้ลองเลย ไว้มีโอกาสค่อยลองดูนะครับ

โดย Little Bear on 13 เม.ย. 51 15:48

softganz@softganz-desktop:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head

  134  ls
  101  sudo
  62  cd
  15  wine
  15  chmod
  14  ping
  13  grep
  10  ps
  10  bin/nas200
    7  top

เอามั่ง(เหมือนกัน) ฐานที่เลิกใช้ Windows หันมาหา Ubuntu เต็มตัว

ปล. แต่ก็ยังมี wine อยู่นะ