How to secure an Ubuntu LTS server
|
|
|
- เพ็ญสุขภรณ์ สโตเกอร์
- 10 years ago
- Views:
Transcription
1 How to secure an Ubuntu LTS server Submitted by The Fan Club on 17 May 2012 Ref: This guide is easy step by step following: 1. ว ธ การตรวจสอบเคร องคอมพ วเตอร ว า CPU เป นแบบ 32bits หร อ 64bits 2. ว ธ ก าหนด Name Server บน Ubuntu SSH Hardening - disable root login and change port. 4. Force sudo to prompt for the root password instead of the password of the invoking user 5. Reset Ubuntu password of root or user 6. Protect su by limiting access only to admin group 7. Secure shared memory - fstab 8. Harden network with sysctl settings 9. Prevent IP Spoofing 10. Install and configure Firewall ufw 11. Apache2 - Disable Directory Indexing 12. Harden PHP for security 13. Install and configure Apache application firewall ModSecurity 14. Protect from DDOS (Denial of Service) attacks with ModEvasive 15. Scan logs and ban suspicious hosts - DenyHosts and Fail2Ban 16. Intrusion Detection - PSAD 17. Check for RootKits - RKHunter and CHKRootKit 18. Scan open Ports - Nmap 19. Analyse system LOG files - LogWatch 20. SELinux - Apparmor 21. Audit your system security - Tiger Page 1
2 1. ว ธ การตรวจสอบเคร องคอมพ วเตอร ว า CPU เป นแบบ 32bits หร อ 64bits ตรวจสอบได โดยใช ค าส ง ด งน หร อ cat /proc/cpuinfo grep flags /proc/cpuinfo ส งเกตจากค า "flags" จะปรากฏข อความ "tm (transparent mode)" or "rm (real mode)" or "lm (long mode)" o หากปรากฏข อความ rm หมายถ ง: 16 bit processor o หากปรากฏข อความ tm หมายถ ง: 32 bit processor o หากปรากฏข อความ lm หมายถ ง: 64 bit processor แล วร ได อย างไรระบบปฎ บ ต การ Ubuntu ท ใช เ ป น 32 bits หร อ 64 bits ตรวจสอบได โดยใช ค าส ง ด งน uname -a ถ าผลล พธ แสดง ผลมาเป น i686 แสดงว าเป น ระบบปฎ บ ต การ 32 bit ถ าผลล พธแสดงผลมาเป น x86_64 แสดงว าเป น ระบบปฎ บ ต การ 64 bit Page 2
3 2. ว ธ ก าหนด Name Server บน Ubuntu เอกสารอ างอ ง: ม การเปล ยนแปลงใน Ubuntu ในเร องการต งค า DNS หร อ Name Server ท จะใชเด ม การต งค า DNS หร อ Name Server จะต องท าท /etc/resolv.conf โดยหากจะระบ Name Server เช นต องการช Name Server เป น ก เข ยนไปว า nameserver แต ใน Ubuntu ม การต ดต ง dnsmasq ซ งจะท าหน าท Cache Name เอาไว โดยผ กก บการท างาน ของ NetworkManager ท าให การ Resolve Name จะไปถาม ซ งด ต อการใช งานพวก VPN ท า ให การท างานเร วข น หากเราไปแก ไข /etc/resolve.conf อย างเด ม จะพบว าเม อ NetworkManager ท างานก จะไปเข ยนท บข อม ล ท เข ยนไว ว ธ แก ไขม 3 แนวทาง แต ตามต วอย างน ขอยกต วอย างเพ ยงว ธ การเด ยวให เห นด งน 1. หากใช ว ธ Fix IP Address ก ให ใส บรรท ด dns-nameservers เข าเพ อระบ Name Server ท จ ะ ใช โ ด ย แก ไขท ไฟล /etc/network/interfaces ด งต วอย าง auto eth0 iface eth0 inet static address netmask gateway dns-nameservers dns-search psu.ac.th Page 3
4 3. SSH Hardening - disable root login and change port. The easiest way to secure SSH is to disable root login and change the SSH port to something different than the standard port 22. Before disabling the root login create a new SSH user and make sure the user belongs to the admin group (see step 4. below regarding the admin group). If you change the SSH port also open the new port you have chosen on the firewall and close port 22. Open a Terminal Window and enter : sudo vi /etc/ssh/sshd_config Change the following and save. Port <ENTER YOUR PORT> Protocol 2 PermitRootLogin no Restart SSH server, open a Terminal Window and enter : sudo /etc/init.d/ssh restart Root account access warning ต องต ดต ง appl เพ มช อ mailutils sudo apt-get install mailutils Add the following to the top of the file /root/.bashrc and you will be informed by when the root account is being accessed. sudo vi /root/.bashrc echo -e "Root Shell Access on `tty` \n `w`" mail -s "Alert: Root Access" [email protected] #You are also required to add the captioned line at the sudoers'.bashrc file. echo -e "Sudoer Shell Access on `tty` \n `w`" mail -s "Alert: Sudoer Access" [email protected] Page 4
5 4. Force sudo to prompt for the root password instead of the password of the invoking user Only relevant if you choose to enable the root account, this will require that a user enters the root password instead of their personal password whenever using sudo. Use the command "visudo" to edit the configuration file /etc/sudoers. Within this file look for the line that begins with "Defaults" and add ",rootpw" at the end. Once you've made your changes, press CTRL+X to exit the editor, followed by Y then ENTER to save the file (/etc/sudoers.tmp). In other words there should be a Defaults entry that appears as follows after you've made your changes: sudo visudo Defaults env_reset,rootpw RootSudoTimeout By default sudo remembers your password for 15 minutes. If you want to change that you can do so by sudo visudo Defaults env_reset,rootpw,timestamp_timeout=1 where X is the timeout expiration in minutes. If you specify 0 you will always be asked the password. If you specify a negative value, the timeout will never expire. E.g. Defaults env_reset,timestamp_timeout=5 Page 5
6 5.Reset Ubuntu password of root or user เม อบ ตหน อจอ Ubuntu ให กด Shift ค างไว จะปรากฏเมน ให เล อกเมน แรก Ubuntu, with Linux generic-pae กดต วอ กษร e เพ อเข าโหมดแก ไข edit the commands เล อนไปหาบรรท ด linux /boot/vmlinuz generic-pae root=uuid=d690681f-204e-401\f-91f5-6e81b22dcfa2 ro text เปล ยนเป น linux /boot/vmlinuz generic-pae root=uuid=d690681f-204e-401\f-91f5-6e81b22dcfa2 rw init=/bin/bash จากน นกดป ม Ctrl + x ลองทดสอบด วยค าส ง whoami ลองใช ค าส ง cat /etc/shadow grep mama ใช ค าส ง passwd mama หากไม สามารถ เปล ยนรห สผ า นได ใ ห ใ ช ง ค าส mount -rw -o remount / ลองใช ค าส ง cat /etc/shadow grep mama หร อทดสอบใช ค าส งเปล ยนรห สผ าน root ด งน passwd root Page 6
7 6. Protect su by limiting access only to admin group. * โดยปกต Ubuntu ต ดต งจะไม ม การต งรห สผ านของ root ท าให su ไม ได ใช ได แต sudo To limit the use of su by admin users only we need to create an admin group, then add users and limit the use of su to the admin group. Add a admin group to the system and add your own admin username to the group by replacing <YOUR ADMIN USERNAME> below with your admin username. Open a terminal window and enter: sudo groupadd admin sudo visudo create new user account yaya sudo useradd -d /home/yaya -m yaya -G admin กรณ ม การสร าง user account ไว แล ว ให เพ มเข ากล ม sudo usermod -a -G admin yaya sudo dpkg-statoverride --update --add root admin 4750 /bin/su SUID, SGID และ Sticky ท ง SUID, SGID และ Sticky ต างก เป นบ ทพ เศษท เอาไว ก าหนดค าการน างานโดยท ง 3 บ ทน จะแสดงในส วน ของ Execute bit โดยแต ละแบบม การท างานด งน SUID เม อม ใครก ตามร นไฟล น โปรเซสน นจะถ กร นโดยใช ช อของเจ าของไฟล SGID เม อม ใครก ตามร นไฟล น โปรเซสน นจะถ กร นโดยใช ช อของกล มท ระบ Sticky ใครก ตามสามารถอ านหร อแก ไขไฟล น ได แต ไฟล น จะไม สามารถถ กคนอ นลบได นอกจาก เจ าของไฟล เท าน น เม อม การก าหนดค า SUID หร อ SGID แล ว บ ทท เป นส วนของ Execute bit จะแสดงส ญล กษณ ต ว S เช น ถ าก าหนด SUID ให ก บไฟล ไฟล น นจะม ส ทธ การใช งานเป น rws เม อม การก าหนดค า Sticky bit ให ก บไฟล บ ทท เป นส วนของ Execute bit จะแสดงส ญล กษณ ต ว t Page 7
8 7. Secure shared memory. /etc/fstab /dev/shm can be used in an attack against a running service, such as httpd. Modify /etc/fstab to make it more secure. Open a Terminal Window and enter the following : sudo vi /etc/fstab Add the following line and save. You will need to reboot for this setting to take effect tmpfs /dev/shm tmpfs defaults,nosuid,noexec,rw 0 0 tmpfs /tmp tmpfs defaults,noatime,mode= noatime: Linux will update the access time property of a file whenever it is read or written, something that is really only useful on servers or if you use mutt for your . I add this option to most of my file systems for a small performance boost. mode=1777: Sticky bit This will give read and write permissions to everybody. dump: If set to 1, dump will make backups of this file system. To not make backups we set to 0. pass: This is the order fsck will check each filesystem. 0 is skip, 1 is reserved for /root and 2 should be used for the rest. ทดสอบโดยการใช โปรแกรม Browser เข ยนข อม ลใน disk cache ต าแหน ง /tmp Speed and security sounds like something I want Chromium to benefit from as well. To move Chromium's cache to our new tmpfs open up/usr/share/applications/chromiumbrowser.desktop. This is the configuration filefor how Chromium appears in menus and is launched. Near the bottom will be a line starting with Exec similar to: Exec=chromium-browser %U Change this to: Exec=chromium-browser --disk-cache-dir="/tmp" %U Page 8
9 8. Harden network with sysctl settings. การทดสอบก อน Harden network with sysctl ท เคร องเซ ร ฟเวอร Ubuntu ใ ห ล องใช ค งจ าส บpacket ด งน $ sudo tcpdump -ni eth0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size bytes 23:40: IP > : ICMP echo request, id 40710, seq 0, length 8 23:40: IP > : ICMP echo reply, id 40710, seq 0, length 8 23:40: IP > : ICMP echo request, id 40710, seq 256, length 8 23:40: IP > : ICMP echo reply, id 40710, seq 256, length 8 เค ร อง ส า หร บ Testing firewall rules ท าการต ดต งโปรแกรม Hping ด งน Hping โปรแกรมจ าพวก Packet Assembly โดยสามารถจะตรวจสอบแพ กเกตประเภท ICMP, TCP และ UDP แล วส งไปย งเคร องคอมพ วเตอร เป าหมายได โดยไม ต องเข ยนโปรแกรม ด งน นเราสามารถจะใช โปรแกรม Hping น เพ อทดสอบไฟร วอลล ส งสแกนพอร ต และทดสอบระบบเคร อข ายในร ปแบบต างๆ สามารถส งได ท งแพ กเกตแบบปกต และในแบบท เป น Fragment ต ดต งโปรแกรม hping3 เพ อทดสอบ $ sudo apt-get install hping3 เร ยกใช ค าส ง hping3 เพ อท าการส ง packet testing ICMP $ sudo hping การทดสอบ Harden network with sysctl settings The /etc/sysctl.conf file contain all the sysctl settings. Prevent source routing of incoming packets and log malformed IP's enter the following in a terminal window: sudo vi /etc/sysctl.conf Edit the /etc/sysctl.conf file and un-comment or add the following lines : # IP Spoofing protection net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 # Ignore ICMP broadcast requests net.ipv4.icmp_echo_ignore_broadcasts = 1 # Disable source packet routing net.ipv4.conf.all.accept_source_route = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv6.conf.default.accept_source_route = 0 Page 9
10 # Ignore send redirects net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.default.send_redirects = 0 # Block SYN attacks net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_max_syn_backlog = 2048 net.ipv4.tcp_synack_retries = 2 net.ipv4.tcp_syn_retries = 5 # Log Martians net.ipv4.conf.all.log_martians = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 # Ignore ICMP redirects net.ipv4.conf.all.accept_redirects = 0 net.ipv6.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv6.conf.default.accept_redirects = 0 # Ignore Directed pings net.ipv4.icmp_echo_ignore_all = 1 To reload sysctl with the latest changes, enter: sudo sysctl p Page 10
11 9. Prevent IP Spoofing. Open a Terminal and enter the following : sudo vi /etc/host.conf Add or edit the following lines : order bind,hosts nospoof on Page 11
12 10. Firewall - UFW A good place to start is to install a Firewall. Install UFW and enable, open a terminal window and enter : sudo apt-get install ufw sudo ufw enable Check the status of the firewall. sudo ufw ufw status verbose Allow SSH and Http services. sudo ufw allow ssh sudo ufw allow http Page 12
13 11. Apache2 - Disable Directory Indexing ก อน Disable Directory Indexing ทดสอบเคร องก อนโดยการสร างไดเร กทอร Create a directory mama in /var/www/ directory on command sudo mkdir /var/www/mama cp /var/www/index.html /var/www/mama/first.html เร ยกโปรแกรม Chromium และเป ดเว บไซต ทดสอบ The Directory Indexing feature prints out the contents of directories (this is especially true where there is no index.html or index.php file in the directory). On a Ubuntu server, there are enabled modules in the /etc/apache/mods-enabled directory. The modules to be removed are: autoindex.load and autoindex.conf. You can remove those files with the following commands: sudo rm -rf /etc/apache2/mods-enabled/autoindex.load sudo rm -rf /etc/apache2/mods-enabled/autoindex.conf For other distributions look for the index option in the particular directory container and remove the option. A directory container starts with <Directory> and ends with </Directory>. Within those tags you will find the line: Options index FollowSymLinks. Just remove the index option, save the file, and restart Apache. Page 13
14 12. Harden PHP for security. Edit the php.ini file : sudo vi /etc/php5/apache2/php.ini Add or edit the following lines : disable_functions = exec,system,shell_exec,passthru register_globals = Off expose_php = Off magic_quotes_gpc = On Page 14
15 13. Web Application Firewall - ModSecurity. Configure ModSecurity rules. sudo mv /etc/modsecurity/modsecurity.conf-recommended /etc/modsecurity/modsecurity.conf sudo vi /etc/modsecurity/modsecurity.conf SecRuleEngine On SecRequestBodyLimit ( increase the request limit to 16 MB ) SecRequestBodyInMemoryLimit ( increase the request limit to 16 MB ) -We need to download and install the latest OWASP ModSecurity Core Rule Set from the project website cd /tmp sudo wget sudo tar -zxvf modsecurity-crs_2.2.5.tar.gz sudo cp -R modsecurity-crs_2.2.5/* /etc/modsecurity/ sudo rm modsecurity-crs_2.2.5.tar.gz sudo rm -rf modsecurity-crs_2.2.5 sudo mv /etc/modsecurity/modsecurity_crs_10_setup.conf.example (ต อ) /etc/modsecurity/modsecurity_crs_10_config.conf -Now we create symbolic links to all activated base rules. Open a terminal window and enter : ls -l /etc/modsecurity/base_rules ls -l /etc/modsecurity/activated_rules cd /etc/modsecurity/base_rules for f in `ls * ` ; do sudo ln -s /etc/modsecurity/base_rules/$f (ต อ) /etc/modsecurity/activated_rules/$f ; done ls -l /etc/modsecurity/activated_rules ls -l /etc/modsecurity/optional_rules cd /etc/modsecurity/optional_rules for f in `ls * grep comment_spam` ; do sudo ln -s /etc/modsecurity/optional_rules/$f /etc/modsecurity/activated_rules/$f ; done ls -l /etc/modsecurity/activated_rules -Now add these rules to Apache2. Open a terminal window and enter: sudo vi /etc/apache2/mods-available/mod-security.conf -Add the following to towards the end of the file with other includes and save the file : Include "/etc/modsecurity/activated_rules/*.conf" -Check if ModSecurity is enabled and restart Apache. -Before restarting Apache2 check if the module has been loaded. Page 15
16 sudo a2enmod mod-security -restart the Apache2 webserver sudo service apache2 restart Page 16
17 14. Protect from DDOS (Denial of Service) attacks - ModEvasive Install ModEvasive. Open the Terminal Window and enter : sudo apt-get install libapache2-mod-evasive Create log file directory for mod_evasive. Open the Terminal Window and enter : sudo mkdir /var/log/mod_evasive Change the log folder permissions : sudo chown www-data:www-data /var/log/mod_evasive/ Create mod-evasive.conf file and configure ModEvasive. Open the Terminal Window and enter : sudo vi /etc/apache2/mods-available/mod-evasive.conf and add the following, changing the value, and other options below as required : <ifmodule mod_evasive20.c> DOSHashTableSize 3097 DOSPageCount 2 DOSSiteCount 50 DOSPageInterval 1 DOSSiteInterval 1 DOSBlockingPeriod 10 DOSLogDir /var/log/mod_evasive DOS Notify @DOMAIN.com DOSWhitelist </ifmodule> 7. Check if ModEvasive is enabled and restart Apache. Before restarting Apache2 check if the module has been loaded. Open the Terminal Window and enter : sudo a2enmod mod-evasive Then restart the Apache2 webserver : sudo /etc/init.d/apache2 restart OR service apache2 restart Page 17
18 15. Scan logs and ban suspicious hosts - DenyHosts and Fail2Ban. DenyHosts is a python program that automatically blocks SSH attacks by adding entries to /etc/hosts.deny. DenyHosts will also inform Linux administrators about offending hosts, attacked users and suspicious logins. Open a Terminal and enter the following : sudo apt-get install denyhosts After installation edit the configuration file /etc/denyhosts.conf and change the , and other settings as required. To edit the admin settings open a terminal window and enter: sudo vi /etc/denyhosts.conf Change the following values as required on your server : ADMIN_ = root@localhost SMTP_HOST = localhost SMTP_PORT = 25 #SMTP_USERNAME=foo #SMTP_PASSWORD=bar SMTP_FROM = DenyHosts nobody@localhost #SYSLOGREPORT=YES Fail2ban is more advanced than DenyHosts as it extends the log monitoring to other services including SSH, Apache, Courier, FTP, and more. Fail2ban scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ftp, ssh, etc). Open a Terminal and enter the following : sudo apt-get install fail2ban After installation edit the configuration file /etc/fail2ban/jail.local and create the filter rules as required. To edit the settings open a terminal window and enter: sudo vi /etc/fail2ban/jail.conf [ssh] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 3 If you would like to receive s from Fail2Ban if hosts are banned change the following line to your address. dest = root@localhost and change the following line to : Page 18
19 action = %(action_mwl)s You can also create rule filters for the various services that you would like fail2ban to monitor that is not supplied by default. sudo vi /etc/fail2ban/jail.local Good instructions on how to configure fail2ban and create the various filters can be found on HowtoForge When done with the configuration of Fail2Ban restart the service with : sudo /etc/init.d/fail2ban restart You can also check the status with. sudo fail2ban-client status Page 19
20 16. Intrusion Detection - PSAD. Cipherdyne PSAD is a collection of three lightweight system daemons that run on Linux machines and analyze iptables log messages to detect port scans and other suspicious traffic. Currently version 2.1 causes errors during install on Ubuntu 12.04, but apparently does work. Version 2.2 resolves these issues but is not yet available on the Ubuntu software repositories. It is recommended to manually compile and install version 2.2 from the source files available on the Ciperdyne website. To install the latest version from the source files follow these instruction : How to install PSAD Intrusion Detection on Ubuntu LTS server OR install the older version from the Ubuntu software repositories, open a Terminal and enter the following : sudo apt-get install psad Edit the PSAD configuration file. vi /etc/psad/psad.conf _ADDRESSES - change this to your address. HOSTNAME - this is set during install - but double check and change to a FQDN if needed. ENABLE_AUTO_IDS - set this to Y if you could like PSAD to take action - read configuration instructions before setting this to Y. ENABLE_AUTO_IDS_ S - set this to Y if you would like to receive notifications of intrusions that are detected. Add iptables LOG rules for both IPv4 and IPv6. For an explanation of this step click here. Add the following iptables policies : iptables -A INPUT -j LOG iptables -A FORWARD -j LOG ip6tables -A INPUT -j LOG ip6tables -A FORWARD -j LOG Reload and update PSAD. To restart, update the signature file and reload PSAD to complete the install open a Terminal Window and enter : psad -R psad --sig-update psad -H psad --Status To check the status of PSAD, open a Terminal Window and enter : psad --Status Page 20
21 17. Check for rootkits - RKHunter and CHKRootKit. Both RKHunter and CHKRootkit basically do the same thing - check your system for rootkits. No harm in using both. Open a Terminal and enter the following : sudo apt-get install rkhunter chkrootkit To run chkrootkit open a terminal window and enter : sudo chkrootkit To update and run RKHunter. Open a Terminal and enter the following : sudo rkhunter --update sudo rkhunter --propupd sudo rkhunter --check Page 21
22 18. Scan open ports - Nmap. Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. Open a Terminal and enter the following : sudo apt-get install nmap Scan your system for open ports with : nmap -v -st localhost SYN scanning with the following : sudo nmap -v -ss localhost Page 22
23 19. Analyse system LOG files - LogWatch. Logwatch is a customizable log analysis system. Logwatch parses through your system's logs and creates a report analyzing areas that you specify. Logwatch is easy to use and will work right out of the package on most systems. Open a Terminal and enter the following : sudo apt-get install logwatch libdate-manip-perl To view logwatch output use less : sudo logwatch less To a logwatch report for the past 7 days to an address, enter the following and replace [email protected] with the required . : sudo logwatch --mailto [email protected] --output mail --format html --range 'between -7 days and today' Page 23
24 20. SELinux - Apparmor. National Security Agency (NSA) has taken Linux to the next level with the introduction of Security-Enhanced Linux (SELinux). SELinux takes the existing GNU/Linux operating system and extends it with kernel and user-space modifications to make it bullet-proof. More information can be found here. Ubuntu Server Guide - Apparmor It is installed by default since Ubuntu Open a Terminal and enter the following : sudo apt-get install apparmor apparmor-profiles Check to see if things are running : sudo apparmor_status Page 24
25 21. Audit your system security - Tiger. Tiger is a security tool that can be use both as a security audit and intrusion detection system. Open a Terminal and enter the following : sudo apt-get install tiger To run tiger enter : sudo tiger All Tiger output can be found in the /var/log/tiger To view the tiger security reports, open a Terminal and enter the following : sudo less /var/log/tiger/security.report.* Page 25
How To Download Polis 2.2.7.2 From Pc Or Mac Or Mac (Windows Xp) On Pc Or Ipad) On A Microsoft Mac Or Ipa (Windows) On An Ipa Or Ipam (Windows V
การ Download และ ต ดต ง โปรแกรม Smart Card ระบบ Polis (1) การ Download โปรแกรม MOI Smart Card 1. เป ด Internet Explorer แล ว ป อน URL ท ช อง address https://polisweb.go.th/polis หร อ https://172.17.2.66/polis
Thai For Documents To Go User Manual. For Palm OS Garnet
1 Thai For Documents To Go User Manual For Palm OS Garnet 2 Contents Introduction.. 3 Thai For Documents To Go................................................. 3 ความต องการของระบบ.......................................................
E Office ส าน กงานเขตพ นท การศ กษานครราชส มา เขต 6
E Office ส าน กงานเขตพ นท การศ กษานครราชส มา เขต 6 ความเป นมา ส าน กงานอ ตโนม ต เก ดจากความพยายามขององค กร ท จะท าให งาน ขององค กรถ กต อง รวดเร ว ตรวจสอบได และเจ าหน าท ขององค กร ไม ม ข อจ าก ดด านสถานท
บทท 3 ระบบการแจ งข าวสารประชาส มพ นธ อ เล กทรอน กส
บทท 3 ระบบการแจ งข าวสารประชาส มพ นธ อ เล กทรอน กส 3-1 บทท 3 ระบบการแจ งข าวสารประชาส มพ นธ อ เล กทรอน กส 3.1 ร จ กระบบการแจ งข าวสารประชาส มพ นธ อ เล กทรอน กส ระบบการแจ งข าวประชาส มพ นธ ค อ โปรแกรมระบบงานท
การจ ดการก บแฟ มข อม ล จ ดเก บเอกสาร (Save)
12 การจ ดการก บแฟ มข อม ล จ ดเก บเอกสาร (Save) ใช ไอคอน แทนการเร ยกเมน File, Save ได เม อสร างงานด วย Word ควรท าการจ ดเก บงานน นไว ในฮาร ดด สก จากน นจ งค อย ท าการค ดลอก (Copy) หร อย าย (Move) ไปไว ในแผ
ค ม อการใช งาน PIA Excel Input Template เบ องต น ฝ ายสถ ต และข อสนเทศ -1-
ฝ ายสถ ต และข อสนเทศ -1- Document information Revision history Version Effective Revision Released Date Summary of changes number Date marks 1.0 10 October 2014 1 January 2015 First version No ฝ ายสถ ต
Page 1 of 12. ค ม อการใช งาน IPv6 Home Gateway Router Version 1.0
Page 1 of 12 ค ม อการใช งาน IPv6 Home Gateway Router Version 1.0 Page 2 of 12 สารบ ญ ค ม อการใช งาน 1 ร ปแบบทดสอบการให บร การ IPv6 Trial Services 3 ร ปแบบการต ดต งในบร การต าง ๆ 3 การบร หารจ ดการอ ปกรณ
ท างานก บข อม ล การเล อนต าแหน ง
17 ท างานก บข อม ล การเล อนต าแหน ง งานเอกสารม กจะม ปร มาณของงานเป นจ านวนมาก ด งน นการเล อนต าแหน ง เพ อ ไปย งจ ดท ต องการได อย างรวดเร ว จะท าให การท างานเอกสารน น ๆ เก ดผลส าเร จ อย างรวดเร วตามไปด
การตรวจสอบการต ดต งโปรแกรมสแกนเอกสารและการด ภาพสแกน ค ม อทางด านเทคน ค
เพ อให การใช งานระบบงานสารบรรณและระบบจ ดเก บเอกสารอ เล กทรอน กส สามารถใช งานได อย างม ประส ทธ ภาพส งส ด ผ ใช งานระบบจาเป นจะต องเตร ยมความพร อมของเคร องคอมพ วเตอร ท จะใช งานระบบระบบงาน สารบรรณและระบบจ
5. การใช งานระบบ e-office ผ านอ ปกรณ Tablet: Samsung Galaxy Tab 10.1 ระบบปฏ บ ต การ Android version 3.1
การใช งานระบบ e-office ผ านอ ปกรณ Tablet: Samsung Galaxy tab 10.1 ระบบปฏ บ ต การ Android version 3.1 หน าท 5-1 5. การใช งานระบบ e-office ผ านอ ปกรณ Tablet: Samsung Galaxy Tab 10.1 ระบบปฏ บ ต การ Android
Microsoft SharePoint 2013 Installations Workflow and BI
Microsoft SharePoint 2013 Installations Workflow and BI Last Update on 14/07/2013 Introduction Name Company affiliation Title/function Job responsibility Systems administration experience Microsoft Windows
ค ม อว ธ การต งค าเคร องถ ายเอกสาร ให ใช งานฟ งก ช น Scan และว ธ ต ดต งโปรแกรมท ใช ในการ Scan
ค ม อว ธ การต งค าเคร องถ ายเอกสาร ให ใช งานฟ งก ช น Scan และว ธ ต ดต งโปรแกรมท ใช ในการ Scan สารบ ญ เน อหา หน า ว ธ การต งค าเคร องถ ายเอกสาร ให ใช งานฟ งก ช น Scan 1 การเป ดฟ งก ช น Scan ท เคร องถ ายเอกสาร
ค ม อการใช งานOneDrive
P a g e 1 ค ม อการใช งานOneDrive OneDrive เป นส วนหน งของการใช งานระบบเมล ของมหาว ทยาล ย การใช งาน จะใช User & Password ต วเด ยวก บระบบอ เมล ร ปแบบ User/ Password อ เมล ท กาหนดให น กศ กษาใช งานเป นด งน
การต ดต งโปรแกรม ArcGIS 9.x ข นตอนการเช คระบบเคร องคอมพ วเตอร ก อนลงโปรแกรม
1 การต ดต งโปรแกรม ArcGIS 9.x ข นตอนการเช คระบบเคร องคอมพ วเตอร ก อนลงโปรแกรม ข นตอนการต ดต งโปรแกรม Arcgis 9.x ต องทาการตรวจสอบระบบปฏ บ ต การท จะทาการต ดต งก อนว าเป น 32 bit หร อ 64 bit โดยทาตามข นตอน
ค ม อระบบงานสารบรรณอ เล กทรอน กส ซ - 1 ภาคผนวก ซ
ค ม อระบบงานสารบรรณอ เล กทรอน กส ซ - 1 ภาคผนวก ซ โปรแกรมแจ งเต อนเอกสารเข าใหม (CryptBot e-office/e-document Alert ) ก อนใช งาน ท านจะต องต ดต งโปรแกรมแจ งเต อนเอกสารเข าใหม และต งค าเร มต นก อน จ งจะสามารถต
Implementing Microsoft SharePoint Server 2010
Implementing Microsoft SharePoint Server 2010 Last Update on 22/06/2010 Introduction Name Company affiliation Title/function Job responsibility Systems administration experience Microsoft Windows Server
เอกสารประกอบการต ดต ง OpenOffice.org
การต ดต ง OpenOffice.org ช ดต ดต ง OpenOffice.org ม ต วอย างร ปแบบช อไฟล OOo_3.2.1_Win_x86_install-wJRE_en- US.exe โดยม ความหมายด งน OOo เป นต วย อของ OpenOffice.org 3.2.1 แสดงร น (Version) ของโปรแกรม
เป นเมน ท ใช ในการจ ดการภาพเอกกสาร โดยม รายละเอ ยดด งน
ค าอธ บายส ญล กษณ ในการใช งานโปรแกรมเสร มส าหร บจ ดการภาพ เน องจากระบบจ ดเก บเอกสารอ เล กทรอน กส น ต องม การน าเข าภาพเอกสาร ซ งในระบบจะม โปรแกรมเสร มส าหร บจ ดการภาพเอกสาร ซ งรายละเอ ยดในการต ดต งสามารถด
U S E R T R A I N I N G. A C C O U N T I N G W E B R e d e s ig n
U S E R T R A I N I N G A C C O U N T I N G W E B R e d e s ig n ส าหร บ ผ ร บเหมาใหม ข นตอนส าหร บ พ มพ ใบแจ งหน ผ าน Web เข า Link: www.scglogistics.co.th หล งจากท ท าการแต งต ง ผรม.เสร จเร ยบร อยแล
ตารางว เคราะห เน อหาหน วยการสอน
ตารางว เคราะห เน อหาหน วยการสอน หน วยท ช อหน วย/ห วข อการสอน จ านวน (ช วโมง) 1 จร ยธรรมและความร บผ ดชอบในการใช คอมพ วเตอร และ ระบบสารสนเทศ 1.1 จร ยธรรมในการใช ระบบคอมพ วเตอร 1.2 จรรยาบรรณในการใช คอมพ วเตอร
ต วอย างการใช งาน โปรแกรมกฎหมายส งแวดล อม ความปลอดภ ยและ การประเม นความสอดคล อง
ต วอย างการใช งาน โปรแกรมกฎหมายส งแวดล อม ความปลอดภ ยและ การประเม นความสอดคล อง 1 ต วอย างการใช งานโปรแกรม 1. เม อผ ใช งานเป ดโปรแกรมข นมา ระบบจะให ท าการลงทะเบ ยนเพ อจะท าการบ นท กข อม ลลงระบบ ซ งท าให
การเช อมโยงภาพน ง ว ธ สร างการเช อมโยง
27 การเช อมโยงภาพน ง บางคร งเราไม ต องการเสนอภาพตามล าด บ แต ต องการน าเสนอในล กษณะสล บไปมา หร อ ต องการแสดงข อม ลบนอ นเทอร เน ต หร อ แม แต เร ยกใช งานโปรแกรมอ น ๆ เช น CAI หร อ โปรแกรมประย กต อ น ๆ ก
ค ม อการใช งาน (ส าหร บผ จ ดก จกรรม) โครงการ พ ฒนาระบบบร หารจ ดการฐานข อม ล เคร อข ายผ ม ส วนได เส ยในการประกอบก จการพล งงาน
ค ม อการใช งาน (ส าหร บผ จ ดก จกรรม) โครงการ พ ฒนาระบบบร หารจ ดการฐานข อม ล เคร อข ายผ ม ส วนได เส ยในการประกอบก จการพล งงาน http://recc.erc.or.th/ercnetwork โครงการ พ ฒนาระบบบร หารจ ดการฐานข อม ล เคร
ค ม อการส ารองระบบจดหมายอ เล กทรอน กส กรมโยธาธ การและผ งเม อง (@dpt.go.th) และ
ค ม อการส ารองระบบจดหมายอ เล กทรอน กส กรมโยธาธ การและผ งเม อง (@dpt.go.th) และ น าเข าข อม ลผ ใช ระบบจดหมายอ เล กทรอน กส กลางเพ อการส อสารในภาคร ฐ (@dpt.mail.go.th) การส ารองระบบจดหมายอ เล กทรอน กส กรมฯ
การต ดต งระบบ Supreme2004 บนระบบปฏ บ ต การ Windows 7
a tour of new features การต ดต งระบบ Supreme2004 บนระบบปฏ บ ต การ Windows 7 จ ดท าโดย นางสาวอมรร ตน เอ อมานะสก ล น กว ชาการคอมพ วเตอร ฝ ายระบบสารสนเทศ ส าน กคอมพ วเตอร มหาว ทยาล ยศร นคร นทรว โรฒ การต ดต
ค ม อการส ารองระบบจดหมายอ เล กทรอน กส กรมโยธาธ การและผ งเม อง (@dpt.go.th) และ
ค ม อการส ารองระบบจดหมายอ เล กทรอน กส กรมโยธาธ การและผ งเม อง (@dpt.go.th) และ น าเข าข อม ลผ ใช ระบบจดหมายอ เล กทรอน กส กลางเพ อการส อสารในภาคร ฐ (@dpt.mail.go.th) การส ารองระบบจดหมายอ เล กทรอน กส กรมฯ
CryptBot e-office/e-document Alert TM
CryptBot e-office/e-document Alert TM (ระบบแจ งเต อนเอกสารอ เล กทรอน กส ) สามารถแจ งเต อนเม อได ร บเอกสารอ เล กทรอน กส เข าใหม ผ านทางหน าจอ Desktop ได โดยไม ต อง Logon หร อ เป ด ระบบe-Office ค างไว หร
ตอนท 3 การนาเข าข อม ล
Page 27 ตอนท 3 การนาเข าข อม ล 3.1 การเร ยกเมน สาหร บกรอกรายงาน การกรอกรายงาน จาเป นต อง Login เข าส ระบบก อน เพ อเป นการตรวจสอบส ทธ การใช งาน (ด ห วข อการ Log in เข าส ระบบ) โดยการกรอกรายงานสามารถดาเน
(cluster01:192.168.1.101 และ cluster02:192.168.1.102)
บทท 4 ผลการด าเน นงาน การประย กต ใช Ubuntu ในการบร หารจ ดการ Cluster และ Load balance ผ ศ กษาน าเสนอ การทดสอบระบบและผลการทดสอบระบบ ซ งจะม การแสดงผลการทดสอบระบบในกรณ ต างๆ โดยม ข นตอนด งน 4.1 การทดสอบระบบ
เอกสาร ค ม อการใช งาน โปรแกรม e-office ส าหร บผ ใช งานท วไป
เอกสาร ค ม อการใช งาน โปรแกรม e-office ส าหร บผ ใช งานท วไป 1 สารบ ญ 1.จ ดการเอกสาร... 3 1.1 ส งเอกสาร.3 1.2 เอกสารร บเข า..10 1.3 เอกสารส งออก...17 2. บ นท กเอกสาร...22 2.1 บ นท กเอกสารเข า...22 2.2 บ
An Authors Guide to Submitting a Paper to ThaiPOD conference 2015
An Authors Guide to Submitting a Paper to ThaiPOD conference 2015 This guide is intended to support authors in the different stages required for ThaiPOD-National Conference 2015 paper submissions. Page
ค ม อระบบรายงานผลการดาเน นงานรายเด อน ความร เบ องต นในการใช โปรแกรม
ค ม อระบบรายงานการดาเน นงานรายเด อน (version 2.0) 1 ค ม อระบบรายงานผลการดาเน นงานรายเด อน ความร เบ องต นในการใช โปรแกรม 1. เป นป มท ใช เพ อล างค าของข อม ลท ใช ในการกาหนดเง อนไขในการค นหาของแต ละเมน 2.
ค ม อการใช งานเว บไซต สาเร จร ป. FreeWebFree.com
ค ม อการใช งานเว บไซต สาเร จร ป FreeWebFree.com Page 2 of 23 สารบ ญ การเข าส ระบบ 3 การแก ไขส วนแสดงผลด านบนห วเว บไซต 4 การแก ไขส วนแสดงผลด านล างเว บไซต 5 การแก ไขเมน บาร, เมน บร การร านค า, เมน หมวดหม
ค ม อการต ดต งโปรแกรม ระบบบร หารงานว จ ยแห งชาต แบบ Offline (NRPM Offline) ส าหร บเจ าหน าท หน วยงาน
ค ม อการต ดต งโปรแกรม ระบบบร หารงานว จ ยแห งชาต แบบ Offline (NRPM Offline) ส าหร บเจ าหน าท หน วยงาน - 74 - ค ม อต ดต งโปรแกรมระบบบร หารงานว จ ยแห งชาต (NRPM Offline) การต ดต งโปรแกรม NRMP Offline 1. ต
Nature4thai Application
ค ม อการใช งานระบบจ ดการเน อหา Nature4thai Application สถานการณ ประจาว นด านทร พยากรธรรมชาต และส งแวดล อม User Manual หน า 1 ถ ง 12 สารบ ญ ค ม อการใช งานระบบจ ดการเน อหา (CMS) หน า คาแนะนาในการเตร ยมข
ค ม อการใช งานโปรแกรมระบบจ ดการคล งข อสอบส วนกลาง
ค ม อการใช งานโปรแกรม ระบบจ ดการคล งข อสอบส วนกลาง (เอกสารประกอบการประช มปฏ บ ต การช แจงและซ กซ อมความเข าใจการสร างข อสอบ Online) สาน กงานเขตพ นท การศ กษาม ธยมศ กษา เขต 5 :ส งห บ ร :ลพบ ร :ช ยนาท:อ างทอง:
การพ มพ /แก ไขเอกสาร โหมดการพ มพ ภาษาไทย / ภาษาอ งกฤษ
7 การพ มพ /แก ไขเอกสาร โหมดการพ มพ ภาษาไทย / ภาษาอ งกฤษ การพ มพ ข อความด วย Word สามารถพ มพ ผสมก นได ท งภาษาไทย และภาษา อ งกฤษ โดยตรวจสอบโหมดการพ มพ ได จากแถบงาน (Task Bar) ของ Windows ตรวจสอบโหมดการพ
ค ม อการใช งานโปรแกรม FileZilla
ค ม อการใช งานโปรแกรม FileZilla FileZilla เป นโปรแกรมประเภท FTP Client ท ใช สำหร บกำรส งไฟล หร อร บไฟล ระหว ำงเคร อง คอมพ วเตอร ของเรำซ งเร ยกว ำ Client ก บคอมพ วเตอร แม ข ำยซ งเร ยกว ำ Hosting หร อจะพ
ค ม อการต ดต ง Lan โปรแกรมบร หารงานเอกสาร ส าหร บ SME
ค ม อการต ดต ง Lan โปรแกรมบร หารงานเอกสาร ส าหร บ SME Version 2.13 8 ม นาคม 2551 โดย บร ษ ท บล บ อกซ เทคโนโลย จ าก ด 876/1 ถนน ประชาราษฎร สาย 1 บางซ อ กร งเทพ 10800. โทร. : 02 911 7433 แฟกซ. : 02 911 7434
ค ม อการใช งาน การใช งานโปรแกรมท าเน ยบส วนราชการ CONTROL MENU INFORMATION PORT
ค ม อการใช งาน การใช งานโปรแกรมท าเน ยบส วนราชการ โปรแกรมท าเน ยบส วนราชการ (Provincial-directory: P-dir) เป นโปรแกรมส าหร บแสดง รายช อ/ส บค นข อม ลหน วยงาน และรายช อห วหน าส วนราชการภายในจ งหว ด การท
ค ม อการใช งาน DPU Office 365 สาหร บบ คลากรและอาจารย
การใช งาน SkyDrive การใช งาน SkyDrive เป นการใช งานเก ยวก บเอกสารและการเก บข อม ลต างๆ ย ง สามารถเผยแพร เอกสาร ไฟล ต างๆให สมาช กสามารถเข ามาดาวโหลดและศ กษาเพ มเต มได ในหน า My Documents (A) ค อหน าสาหร
ค ม อการน าเข า Personal Information ของ โปรแกรม A1 V 0.5
ค ม อการน าเข า Personal Information ของ โปรแกรม A1 V 0.5 1 1. การใส ข อม ลเข าโปรแกรม A1 แบบ manual a) การใส Organization setting i. เป ดโปรแกรม A1 แล วเข าไปท Personnel Information -> Organization setting
การต ดต งโปรแกรม INFOMA WEBSCAN Version 3.0 ส าหร บ Windows XP และ Windows 7
การต ดต งโปรแกรม INFOMA WEBSCAN Version 3.0 ส าหร บ Windows XP และ Windows 7 โปรแกรม INFOMA : WEBSCAN Version 3.0 ใช ต ดต งก บเคร องคอมพ วเตอร ท เช อมต อก บเคร องสแกนเนอร ท ม ต ดต งไดร ฟเวอร มาตรฐานแบบ
มหาว ทยาล ยราชภ ฏกาแพงเพชร. ค ม อการใช ระบบบร หารงานบ คคล แบบอ เล กทรอน กส (E-Personal) สาหร บงานธ รการ กองกลาง ส าน กงานอธ การบด
ค ม อการใช ระบบบร หารงานบ คคล แบบอ เล กทรอน กส (E-Personal) สาหร บงานธ รการ กองกลาง ส าน กงานอธ การบด มหาว ทยาล ยราชภ ฏกาแพงเพชร สามารถ Download File ค ม อการใช ระบบได ท www.kpru.ac.th เล อกใช ระบบบร หารงานบ
โปรแกรมบร หารจ ดการทร พยากรบ คคล เทศบาลนครพ ษณ โลก ส าหร บพน กงานเทศบาล ล กจ างประจ า พน กงานจ าง
ค ม อการใช งาน โปรแกรมบร หารจ ดการทร พยากรบ คคล เทศบาลนครพ ษณ โลก ส าหร บพน กงานเทศบาล ล กจ างประจ า พน กงานจ าง งานเทคโนโลย สารสนเทศ (ICT) กองว ชาการและแผนงาน เทศบาลนครพ ษณ โลก โทรศ พท 0-5598-3221 ถ ง
ค ม อ กระทรวงศ กษาธ การ สาน กงานคณะกรรมการการอาช วศ กษา
ค ม อ ศธ. 02 โปรแกรมงานทะเบ ยนและว ดผลการศ กษา การสารองข อม ล เพ อนาไปใช รายงานภาวะการม งานทา (งานแนะแนวฯ) สาน กงานคณะกรรมการการอาช วศ กษา กระทรวงศ กษาธ การ # 1 การสารองข อม ลจากงานทะเบ ยน ในกรณ ท ใช งานโปรแกรม
How To Set Up Pfsense On A Pc Or Mac Or Ipad (For Mac) On A Mac Or Mac (For Pc Or Ipa) On An Ipa Or Mac) For Free
MultiWAN - Load Balance Failover Networks and computers in a multi WAN installation www.laontalk.com Multi-WAN Load Balance Fail Over 1 Finishing pfsense console setup ก าหนดค าต าง ๆ ส าหร บ LAN Interface
ค ม อการใช งานระบบงานสารบรรณ E-Office ส าน กงานสาธารณส ขจ งหว ดพ ษณ โลก
ค ม อการใช งานระบบงานสารบรรณ E-Office ส าน กงานสาธารณส ขจ งหว ดพ ษณ โลก เร มการใช งาน สามารถเข าหน าหล กของระบบงานสารบรรณโดยเข าท www.plkhealth.go.th/archivesn หร อเข าทางล งค ในหน าหล กเว บไซท ของส าน
การน าค าพ ก ด XY มาสร างข อม ล Point และ Polygon ด วยโปรแกรม ArcGIS 9.2
1 การน าค าพ ก ด XY มาสร างข อม ล Point และ Polygon ด วยโปรแกรม ArcGIS 9.2 ค าพ ก ดแหล งก าเน ดมลพ ษส งแวดล อมต าง ๆ เช น จ ดต าแหน งท อน าเส ย จ ดอาคารประเภท ก. จ ดท ต งน คมอ ตสาหกรรมและโรงงานอ ตสาหกรรม
How To Read A Book
โปรแกรมบร หารจ ดการหอพ ก การต ดต ง 1.1 การต ดต งโปรแกรม Appserv ด บเบ ลคล กท ต วต ดต ง Appserv เพ อเร มการต ดต ง กด Next 1.2 กด Agree 3. เล อกโฟลเดอร ท จะเก บ 1.4 การต งค าโปรแกรม Appserv เล อกต ดต งส
สารบ ญ. ค ม อการใช งาน MORE CONNECTIONS Co., Ltd. บร ษ ท มอร คอนเนคช นส 423-425 ถนนส พระยา แขวงส พระยา เขตบางร ก กร งเทพฯ 10500
สารบ ญ แรก 1 1. 4 1.1 4 1.2 5 1.3 6 1.4 7 1.5 8 2. 9 9 2.1 9 2.2 10 2.3 11 2.4 12 2.5 13 2.6 14 2.7 15 2.8 16 3. 17 3.1 17 3.2 18 3.3 19 จอเข าส ระบบ 20 Admin 20 - การเพ มรายการ / แก ไขรายการ 22 บร ษ ท
ค ม อการใช งาน สาหร บคร ผ สอน,คร ท ปร กษา
ค ม อการใช งาน สาหร บคร ผ สอน,คร ท ปร กษา www.ats.co.th บร ษ ท อย ธยาเทคโนโลย เซอร ว ส จ าก ด ( - ) EDR / 1 / 2 3 / 1.1 3.1 / 1.2 / / 3.2 / ค ม อการเข าใช งานระบบ การเข าใช งานระบบซอฟแวร บร หารจ ดการศ
ส วนเจ าหน าท ผ บทท 1 ส าน กบร หารงานกลาง น าเข าข อม ล ท วไป จ งเล อนเง นเด อนน ก ไขข อม ลผลการ ดรอบการประ ม น 2. เล อกป งบประมาณ 1-1 โดย บร ษ ท
บทท 1 ส วนเจ าหน าท ผ น าเข าข อม ล ส าน กบร หารงานกลาง 1-1 ประกอบด วยผ ใช งานท เก ยวข อง 3 ส วนค อ ส วนเจ จ าหน าท ผ น าเข าข อม ล ส าน กบร หารงานกลาง ส วนผ ใช งานน ท วไป ได แก ข าราชการท กคนของส าน กงานฯ
Guideline: VPN-14. Windows 7
กล มงานบร การระบบเคร อข ายและส อสาร ศ นย คอมพ วเตอร มหาว ทยาล ยสงขลานคร นทร Guideline: VPN-4 พรพ ท กษ ส นต ภาพถาวร โทร. 07489 พฤศจ กายน 556 เวอร ช น:.00 ข นตอนการต ดต ง LTP/IPSec VPN Client ส าหร บเคร
การสร างบทเร ยน e-learning ด วย Captivate
การสร างบทเร ยน e-learning ด วย Captivate สว สด ป ใหม 2555 ค ะ เม อป ท แล ว เราได พ ดถ ง ถ งเวลาของ e-learning แล วหร อย ง บางหน วยงานหร อบางท านอาจม ข อสร ปหร อม ค าตอบแล ว ส าหร บฉบ บน จะกล าวถ งการสร
ค ม อการใช งาน WAC TIME STAMP
ค ม อการใช งาน WAC TIME STAMP ระบบบ นท กเวลาด วยลายน วม อ -ENROLL OFFICE- บร ษ ท แวค ร เส ร ช จ าก ด โทร. 025381038, 025399352, 025303809 Fax. 025383098 E-mail : [email protected] www.wacinfotech.com
ค ม อ ระบบบร หารโปรแกรมงานทะเบ ยนและว ดผลการศ กษา ส าหร บผ ด แลระบบ
ค ม อ ระบบบร หารโปรแกรมงานทะเบ ยนและว ดผลการศ กษา ส าหร บผ ด แลระบบ (Admin) ส าน กงานคณะกรรมการการอาช วศ กษา กระทรวงศ กษาธ การ 1 1. การก าหนดต าแหน งการเร ยกใช ข อม ล เล อกเมน File => Constant เมน น เป
การแก ไขข อม ลอ ตราใน ท าเน ยบก าล งพลอ เล กทรอน กส ปร บปร ง เม อ 12 ก.ย. 57
การแก ไขข อม ลอ ตราใน ท าเน ยบก าล งพลอ เล กทรอน กส ปร บปร ง เม อ 12 ก.ย. 57 1. ผ ใช งานเข าส ระบบ PDX ท pdx.rta.mi.th เพ อเข าส หน า LOGIN ด งภาพด านล าง 2. เม อเข าส ระบบแล ว ไปท เมน ด านซ าย คล กท แล
เอกสารประกอบการเร ยนรายว ชาเพ มเต ม
1 เอกสารประกอบการเร ยนรายว ชาเพ มเต ม ว ชาคอมพ วเตอร เร อง Microsoft PowerPoint 2010 ประส ทธ อ ดหน น โรงเร ยนบ านเม องแก ส าน กงานเขตพ นท การศ กษาประถมศ กษาส ร นทร เขต 2 สารบ ญ เร อง หน า ส วนประกอบของโปรแกรม
μ μ Èß Web Server π åõ Ÿ
99 Ë 7 ช ยโย เตโชน ม ต μ μ Èß Web Server π åõ Ÿ ว ตถ ประสงค การเร ยนร คำว า Web Application หร อท บางคนเร ยกส นๆว า WebApp หากให ความหมายง ายๆ จะหมายถ ง โปรแกรมท สามารถเร ยกใช งานผ าน Web Browser โดยผ
บทท 1 เร มต นการใช งาน
1 บทท 1 เร มต นการใช งาน 1. เป ดโปรแกรม Internet Explorer ข นมา จากน นเข าเว บไซต ของส าน กงาน กศน.จ งหว ด ค อ http://lpa.nfe.go.th จากน น ใช เมาส คล กไปท กล อง e-office กศน.ล าปาง (ตามล กศร ช ) ด งภาพ
ค ม อการใช งาน ระบบจ ดส งรายช ออาจารย ผ สอนผ านเคร อข ายอ นเตอร เน ต
ค ม อการใช งาน ระบบจ ดส งรายช ออาจารย ผ สอนผ านเคร อข ายอ นเตอร เน ต ระบบจ ดส งรายช ออาจารย ผ สอนผ านเคร อข ายอ นเตอร เน ต จ ดท าข นเพ ออ านวยความสะดวกให ก บ ภาคว ชาและคณะได ท าการจ ดอาจารย ผ สอนลงตามคาบเวลาตามท
ค ม อการปฎ บ ต งานโปรแกรม Turnitin ส าหร บผ แลระบบ (Administrator)
ค ม อการปฎ บ ต งานโปรแกรม Turnitin ส าหร บผ แลระบบ (Administrator) 1. การล อกอ นเพ อเข าโปรแกรม Turnitin 2.หน าจอโฮมเพจของผ ด แลระบบ (Administrator) บร ษ ท บ คโปรโมช น แอนด เซอร ว ส จ าก ด ปร บปร งล าส
การน า Dropbox มาใช ในการท างาน ส าน กงานว ทยาเขตจ กรพงษภ วนารถ
การน า Dropbox มาใช ในการท างาน ส าน กงานว ทยาเขตจ กรพงษภ วนารถ Dropbox ค ออะไร? Dropbox เป นเว บแอพล เคช นท ให บร การฝากข อม ล แบบออนไลน ซ งผ ใช งานสามารถจ ดเก บและแบ งป นข อม ล ร วมก บคนในองค กร ให เข
How To Get A Lotus Note
อน ม ต โดย ตรวจสอบโดย จ ดท าโดย -------------------------- (...) กรรมการ / ผ จ ดการใหญ ผ แทนฝ ายบร หาร -------------------------- (...) ผ ช วยผ จ ดการ แผนกมาตรฐานค ณภาพ และความปลอดภ ย --------------------------
หล กส ตร การบ าร งร กษาคอมพ วเตอร เบ องต น
หล กส ตร การบ าร งร กษาคอมพ วเตอร เบ องต น (สมรรถนะท 2 การบ าร งร กษาคอมพ วเตอร เบ องต น) (เวลา 55 ช วโมง) แนวค ด เป นหล กส ตรท จ ดข นเพ อให ความร ในการบ าร งร กษาคอมพ วเตอร เบ องต น เม อเก ดป ญหาเพ ยงเล
บทท 3 การบร หารจ ดการ ระบบสารสนเทศภ ม ศาสตร ป าช มชน
ค ม อผ ด แลระบบสารสนเทศภ ม ศาสตร ป าช มชน บทท 3 การบร หารจ ดการระบบสารสนเทศภ ม ศาสตร ป าช มชนระบบสารสนเทศภ ม ศาสตร ป าช มชน - ๑ บทท 3 การบร หารจ ดการ ระบบสารสนเทศภ ม ศาสตร ป าช มชน เจ าหน าท ผ ใช งานระบบสารสนเทศภ
การต ดต ง Windows 98 Second Edition พร อมต วอย างต งแต เร มต น
1 การต ดต ง Windows 98 Second Edition พร อมต วอย างต งแต เร มต น การต ดต ง ระบบปฏ บ ต การ Windows 98 ในท น จะกล าวถ งแต เฉพาะการต ดต งแบบลงใหม ท งหมด เท าน น ซ งท จร งแล ว เราสามารถท จะทาการต ดต ง Windows
How To Get A Free Ride From A Car To The Beach
ค ม อการใช งาน ระบบบ คลากรเทศบาลนครขอนแก น ความสามารถของระบบ ระบบบ คลากรเทศบาลนครขอนแก น สามารถบ นท กข อม ลอ ตราก าล งเทศบาลนคร ขอนแก น อ นประกอบไปด วย ข อม ลต าแหน ง ข อม ลบ คลากร ข อม ลเง นเด อน ประว
ค ม อการใช งานผ ค าก บภาคร ฐ (Electronic Bidding : e-bidding)
ค ม อการใช งานผ ค าก บภาคร ฐ (Electronic Bidding : e-bidding) จ ดท าโดย กล มงานมาตรฐานการจ ดซ อจ ดจ างด วยว ธ การทางอ เล กทรอน กส สารบ ญ 1. ขอร บ/ ช อเอกสาร... 1 หน า 2. เสนอราคา... 16 ค ม อการใช งานของผ
หล กส ตร การสร าง E-book ด วยโปรแกรม DeskTop Author
หล กการและเหต ผล หล กส ตร การสร าง E-book ด วยโปรแกรม DeskTop Author ตามนโยบายของส าน กงานคณะกรรมการการศ กษาข นพ นฐานและส าน กงานเขตพ นท การศ กษา ขอนแก น เขต 2 ท ต องการพ ฒนาบ คลากรให ม ความร ด าน ICT
โปรแกรมระบบเผยแพร ผลงาน และนว ตกรรมทางการศ กษา (E-innovation)
โปรแกรมระบบเผยแพร ผลงาน และนว ตกรรมทางการศ กษา (E-innovation) จ ดท าโดย อภ ว ฒน ก นศร เว ยง กล มนโยบายและแผน ส าน กงานเขตพ นท การศ กษาเช ยงราย เขต 1 http://www.cri1.obec.go.th ค าน า โปรแกรมระบบเผยแพร
ค ม อการใช งาน ระบบรายงานผลการด าเน นงานค มครองผ บร โภคด านผล ตภ ณฑ ส ขภาพในส วนภ ม ภาค (แบบรายงาน คบส.)
ค ม อการใช งาน ระบบรายงานผลการด าเน นงานค มครองผ บร โภคด านผล ตภ ณฑ ส ขภาพในส วนภ ม ภาค (แบบรายงาน คบส.) 1 หน า 1. การเข าส ระบบรายงานผลการด าเน นงาน คบส. 2 2. Menu การใช งานระบบรายงาน คบส. 5 3. การรายงานผลการด
ว ธ การเข าใช งาน. ภาพท 1 หน าจอ Login
1 ระบบงานบร หารงานเคร อข าย ระบบงานบร หารงานเคร อข าย เป นระบบงานท เก บรวบรวมข อม ล เก ยวก บเคร อข ายต างๆ ประกอบด วย องค กรสว สด การส งคมและอาสาสม คร รวมท งข อม ลในด านอ นๆ เป นต นว าก จกรรมการด าเน นงาน
การต ดต งโปรแกรม ส าหร บระบบจ ดเก บเอกสารอ เล กทรอน กส. (Electronic Document Management System: EDMS)
การต ดต งโปรแกรม ส าหร บระบบจ ดเก บเอกสารอ เล กทรอน กส (Electronic Document Management System: EDMS) ระบบจ ดเก บเอกสารอ เล กทรอน กส (EDMS) เป น ระบบท พ ฒนาข นด วยโปรแกรม Lotus notes ซ งสามารถใช งานในล
เอกสารค ม อการใช ระบบงาน เวอร ช น 1.0.1 โครงการพ ฒนาระบบคอมพ วเตอร และระบบฐานข อม ล
1. ข นตอนการใช งานในแต ละโปรแกรม 1.1 WVPODT01 : ค นหารายการแจ งความต องการจ ดหา ว ตถ ประสงค : เพ อค นหารายการแจ งความต องการจ ดหาท หน วยงานท าการบ นท กไว ผ ใช : หน วยงานท ต องการขอซ อ/จ าง เง อนไข : หากม
ค ม อการใช งาน ระบบร บ - ส งหน งส อราชการ (e-office) ส วนการใช งานของ กศน.อาเภอ
ค ม อการใช งาน ระบบร บ - ส งหน งส อราชการ (e-office) ส วนการใช งานของ กศน.อาเภอ กล มย ทธศาสตร และการพ ฒนา สาน กงานส งเสร มการศ กษานอกระบบและการศ กษาตามอ ธยาศ ย จ งหว ดนครศร ธรรมราช จ ดทำโดย น.ส.ญำณ ศชำ
ค ม อการใช งานโปรแกรม @Updater
ค ม อการใช งานโปรแกรม @Updater ความต องการของระบบ (System Requirement) - Operation System : Windows XP, Windows 7 - CPU : Intel i3 3.0 GHz หร อส งกว า - Memory : RAM 4 GB หร อส งกว า - Free Disk Space
ข นตอนการต ดต งระบบปฏ บ ต การ Microsoft Windows XP Professional โดยใช โปรแกรมจ าลอง (VMware Workstratitioin)
หน า 1 ข นตอนการต ดต งระบบปฏ บ ต การ Microsoft Windows XP Professional โดยใช โปรแกรมจ าลอง (VMware Workstratitioin) ---------------------- ให น กเร ยนปฏ บ ต ตามข นตอนต างๆ ด งต อไปน (ส งท กล าวต อไปน ค
การใช ระบบบ ญช ค มเคร องคอมพ วเตอร และอ ปกรณ
การใช ระบบบ ญช ค มเคร องคอมพ วเตอร และอ ปกรณ ข นตอนการใช งานหน าจอโปรแกรม ๑. การเข าใช งานระบบ สามารถเข าได ทางเว บไซค โรงเร ยนเตร ยมทหาร(www.afaps.ac.th) ด งภาพท ๑.๑ ภาพท ๑.๑ การเข าใช งานระบบ ๒. หน าจอเพ
ค ม อการต ดต งโปรแกรม
ค ม อการต ดต งโปรแกรม โครงการพ ฒนาระบบควบค มและกาหนดส ทธ ของแท บเล ตพ ซ เพ อสน นสน นการจ ดการเร ยนการสอนโดยใช เคร องคอมพ วเตอร พกพา กระทรวงเทคโนโลย สารสนเทศและการส อสาร 1. ข นตอนการต งค าเคร องแท บเล ตพ
การจ ดและตกแต งข อความ
======================================================= หน า1 การจ ดและตกแต งข อความ การใช ข อความใน Dreamweaver 8 สามารถเหม อนโปรแกรมท เก ยวก บงานเอกสาร เช น Microsoft Office 1. การปร บเปล ยนภาษาการต
การจ ดก จกรรมต างๆ โดยใช ACTIVITY DIAGRAM
Chapter 8 การจ ดก จกรรมต างๆ โดยใช ACTIVITY DIAGRAM 1 เน อหา ล กษณะของ Activity Diagram ร ปแบบการใช Activity Diagram การระบ ส วนของข อม ลให แก ก จกรรม การจ ดระเบ ยบข อม ล การสร างท พ ก/เก บข อม ล การแบ
บร การส บค นข อม ลหน งส อราชการ
1 บร การส บค นข อม ลหน งส อราชการ บร กำรส บค นข อม ลหน งส อรำชกำร ม 6 เมน ย อย ค อ 1. สอบถำมหน งส อ 2. สอบถำมข อม ลหน งส อส งภำยนอก 3. รำยงำนสม ดทะเบ ยน 4. รำยงำนสถ ต กำรด ำเน นงำนของเจ ำหน ำท ปฏ บ ต งำน
ค ม อการใชงาน SMS Corporate (http://tsms.ttt.co.th)
ค ม อการใชงาน SMS Corporate () การเข าใชงาน TSMS พ มพ ชอล อกอ น (ชอสมาชก ) และ รห สผ าน ของผ ใชในชองสเหล ยม ด งร ปด านล าง ซงรห สผ าน จะเห นเป น (*) เท าน น เน องจากรห สผ านเป นความล บเฉพาะของแต ละบ คคล
ค ม อการใช งานระบบประเม นค ณภาพการศ กษา (e-sar) สาน กคอมพ วเตอร มหาว ทยาล ยท กษ ณ
ค ม อการใช งานระบบประเม นค ณภาพการศ กษา (e-sar) สาน กคอมพ วเตอร มหาว ทยาล ยท กษ ณ เมน การใช งาน แบ งตามกล มผ ใช งานได ด งน. เมน การใช งานสาหร บผ กาหนดองค ประกอบ. เมน การใช งานสาหร บผ จ ดการองค ประกอบ.
ระบบสารบรรณอ เล กทรอน กส
เพ อประส ทธ ภาพในการท างาน ระบบสารบรรณอ เล กทรอน กส ได ร บการออกแบบให เก บข อม ลเป นป เช นเด ยวก บ สม ดทะเบ ยนร บส งเอกสาร ท แยกสม ดร บ-ส งเป นป เม อข นป ใหม ท านจะส งเกตเห นป ฐานข อม ลให เล อก ด งภาพ
สาธ ต Project Management application tool Dot Project
สาธ ต Project Management application tool Dot Project Dot project เป น tool open source ท ช วยในการจ ดการบร หารโครงการ คล ายก บการใช งาน Microsoft project แบบง ายๆได ฟ งก ช นท ม ใน dot project User Management
ค ม อการใช งาน ระบบการบร หารจ ดการบร การทางการศ กษา ระด บว ทยาเขต ส าหร บอาจารย ส าหร บอาจารย
ค ม อการใช งาน ระบบการบร หารจ ดการบร การทางการศ กษา ระด บว ทยาเขต ส าหร บอาจารย ส าหร บอาจารย ว ธ การเข าส ระบบ ระบบ E - education เป นโปรแกรมประเภท web base application สามารถเข าใช งานผ าน ระบบ internet
Microsoft Exchange Server 2013
Microsoft Exchange Server 2013 Microsoft Exchange Server ค อเซ ร ฟเวอร การต ดต อส อสารเพ อการทางานร วมก นท องค กรหลายๆ แห ง ใช นอกจากน ผ ให บร การอ เมลบางรายจะให บร การบ ญช ผ ใช Exchange สาหร บบ ญช ผ ใช
BMS INVENTORY ข อม ลพ นฐาน
BMS INVENTORY ข อม ลพ นฐาน ว ตถ ประสงค เพ อพ ฒนาศ กยภาพบ คลากรผ เก ยวข องให ม ความร ความเข าใจ ความส าค ญในการก าหนดข อม ลพ นฐาน (Master File) และข อม ล พ นฐานท พ ฒนาข นมาใหม ในโปรแกรม BMS INVENTORY เพ
การออกจากโปรแกรมฝ กพ มพ (Microsoft word)
1. เล อกเมน แฟ ม 2. เล อกจบการท างาน การออกจากโปรแกรมฝ กพ มพ (Microsoft word) การจ ดเก บเอกสารท พ มพ เม อพ มพ งานเสร จ ก อนจะป ดโปรแกรม ควรจ ดเก บเอกสารก อนเพ อท เราจะได เร ยกใช เอกสารน ในคร งต อไปได ว
1584DLTSMS.COM ศ นย ค มครองผ โดยสารและร บเร องร องเร ยน กรมการขนส งทางบก. October 14, 2556 BE
October 4, 2556 BE ระบบส งข อความส น (sms) เพ อเพ ม ประส ทธ ภาพ การแจ ง ผลการด าเน นการ จ ดการข อร องเร ยนและ ช องทางการส อสารของ ศ นย ค มครองผ โดยสาร และร บเร องร องเร ยน 584DLTSMS.COM ศ นย ค มครองผ โดยสารและร
User Manual Editor Tool Proposal V1.0
KMIT-GROUP CO., LTD. User Manual Editor Tool Proposal V1.0 2 User Manual Editor Tool Table of Content 1. ส วนเคร องม อท ไว ส าหร บ จ ดการข อม ล Content ท เป นข อความ.. 3 2. ส วนเคร องม อพ เศษ ไว ส าหร
การ Activate Windows 7, Windows 8 และ Office 2010 แบบภายใน โดยใช Campus Licenses
การ Activate Windows 7, Windows 8 และ Office 2010 แบบภายใน โดยใช Campus Licenses ในตอนแรกท เราใช Windows XP เราจะไม ม ป ญหาในการ Activate เคร องเพราะว า Windows XP ใน ใช ว ธ การ Activate แบบ เก า ต อมา
ค ม อการปอนขอม ล ระบบศ นยขอม ลกลางกระทรวงมหาดไทยและจ งหว ด. การป อนข อม ลของศ นย ข อม ลกลางแนะน าให ใช Internet Explorer เป นต วเป ดเว บไซต
1 ค ม อการปอนขอม ล ระบบศ นยขอม ลกลางกระทรวงมหาดไทยและจ งหว ด การป อนข อม ลของศ นย ข อม ลกลางแนะน าให ใช Internet Explorer เป นต วเป ดเว บไซต 1. เขาเว บไซต www.lamphun.go.th 2. คล ก banner ตามหมายเลข 2
