Tampilkan postingan dengan label OS(Operasi System). Tampilkan semua postingan
Tampilkan postingan dengan label OS(Operasi System). Tampilkan semua postingan

SETTING DNS, WEB SERVER ,SQUID , FTP DI UBUNTU SERVER

Posted by Unknown Rabu, 13 Maret 2013 1 komentar


1.KONEKSI INTERNET
langkah langkahnya
$ nano /etc/network/interface
auto  lo iface lo net loopback
#untuk ubuntu server
iface eth0 inet static
address 192.168.3.112
netmask 255.255.255.0
gateway 192.168.3.1
network 192.168.3.0
dns_nameservers 192.168.3.1 124.81.119.50
#untuk client
auto eth1
address 192.168.50.1
netmask 255.255.255.0
gateway 192.168.50.1

#bila ip lebih dari 1 maka perlu ditambahkan
iface eth1:0
iface eth1:0 inet static
address 202.100.4.65
netmask 255.255.255.0

kemudian save ctrl-x
lalu restart
/etc/init.d/networking restart


2. SETTING ICS
masuk terminal
cd /proc/sys/net/ipv4
$ nano ip_forward
$ nano /etc/sysctl.conf
$ nano iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
$ nano /etc/rc/local
pada tulisan dibawah exit di tulis
# sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
kemudian save ctrl-x
lalu restart
$ nano /etc/init.d/networking restart

3. SETTING DNS
masuk terminal
sudo apt-get install bind9
$ nano /etc/bind/named.conf – options
tambahkan forwaders 192.168.3.1 ; ( ip dns server )
192.168.3.112 ;
$ nano /etc/bind/named.conf.local
zone “smk3.sch.id”{
type master;
file ” /etc/bind/db.smk3.sch.id”;
};
zone”www.profilku.com”{
type master;
file ” /etc/bind/db.www.profilku.com
};
zone”50.168.192. in-addr.arpa”{
type master;
file ” /etc/bind/db.192″;
};
langkah berikutnya
 cd  /etc/bind# cp.db.local db.smk3.sch.id ,  cp.db.profilku.com
db.local db.smk3.sch.id di bawah ini:
-IN SOA ns.smk3.sch.id  root.smk3.sch.id
@ IN NS          ns.smk3.sch.id
@ IN  A           192.168.50.1
@ IN  AAAA   :: 1
@ IN A             192.168.50.1
@ www             192.168.50.1
db.profilku.com dibawah ini
file
-IN SOA ns.www.profilku.com root.www.profilku.com
@ IN NS         ns.www.profilku.com
@ IN A            127.0.0.1
@ IN  AAA      ::1
@ NS IN  A     10.0.0.2
@ www IN      CNAME  ns.
cd  /etc/bind# cp db.127 db.192
ketik db.192
-IN SOA  ns.smk3.sch.id  root.smk3.sch.id
@ IN NS  ns
@ 1.0.0  IN PTR  ns.smk3.sch.id
@ IN PTR  www.profilku.com
$ nano /etc/resolv.conf
nameserver 192.168.3.112
nameserver 10.10.10.1
restart bind9
$ nano /etc/init.d/bind9 restart
4. SETTING SQUID
$ sudo apt get install squid.conf
$ sudo nano /etc/squid.conf
tuliskan dibaris paling bawah
-acl blokir dstdomain “/etc/squid/blokir.txt”
http_access deny blokir
_acl kunci url_regex -i “/etc/squid/kunci.txt”
http_access deny kunci
_acl jaringan SRC 192.168.50.0/24
http_access allow jaringan
cache_mgr pitriaoktaa@yahoo.co.id
cache_swap_low 98
cache_swap_high 99
kemudian ctrl-x -> y
#membuat folder blokir txt
$ sudo /etc /squid# nano blokir.txt
www.profilku.com
profilku.com
#membuat folder kunci
$ sudo /etc/squid# nano kunci.txt
www.profilku.com
profilku.com
kemudian untuk mengecek berhasil atau tidaknya
ketik : squid -k reconfigure
# masuk ke folder nano /etc/rc.local
isikan perintah :
iptables -t nat -A POSTROUTING 192.168.50.0/24 -p tcp -dport  80 -j REDIRECT -to-ports 3128
#kemudian  iptables di folder squid
iptables -t nat -A POSTROUTING -s  192.168.50.0/24 -p tcp -dport 80 -j REDIRECT -to-ports 3128
#kemudian restart
/etc/init.d/squid restart
5. SETTING WEB SERVER
# Add user = smk3.sch.id
# id /home/smk3.sch.id
# mkdir public_html
# cd  /home/smk3.sch.id /public_html
# nano index.html
# mkdir logs
# apt-get install apache2
lalu ke alamat http: // localhost/
jika berhasil akan muncul : it works !
# sudo  /etc/init.d/apache2 start
# sudo  /etc/init.d/apache stop
# sudo  /etc/init.d/restart
# sudo apt-get install myqsl_server
user : root
pasword : root
# sudo apt-get install phpmyadmin
# sudo cp  /etc/phpmyadmin/apache2.conf /etc/apache2 /conf.d
# sudo /etc/init.d /apache2 restart
ke alamat : http : // localhost /phpmyadmin
masukan user : root
pasword : root
# sudo apt-get install php5 libapache2-mod-php5
# sudo /etc/init.d/apache2 restart
untuk mncoba anda bisa membuat skrip php pada directory /var/www anda bisa membuat php info.php
# sudo gedit / var/www/php info.php
<? php
phpinfo };
?>
lalu save ctrl-x -> y
# ke web browser http : // localhost/phpinfo.php
6. SETTING FTP
# apt-get install proftpd –> pilih stand lon
# cd  /etc/proftpd –> ls
# nano proftpd.conf –> on –> diganti off ( sett of)
servername diganti smk3
# adduser fitri
pasword : tkjfitri
# service proftpd restart


Baca Selengkapnya ....

Linux (Apa itu Linux…..?)

Posted by Unknown Senin, 11 Juni 2012 1 komentar

Linux (Apa itu Linux…..?)

Hay Sobat Blogger kali ini aku akan memposting tentang Linux, Pasti ada yang sudah dengar dan ada yang belum tau,pasti kalian bertanya
bertanya apa sich yang di maksut Linux….?
Linux adalah Sistem Operasi yang mengutaman text berbeda dengan Windows, di Linux kita bisa membuat folder,file,dan aplikasi melalui dengan Terminal kalo di Windows namanya Command Front(CMD). Linux tidak hanya mempunyai satu nama aja sobat blogger ama juga dengan Windows
Contohnya          :
1.       Windows 98
2.       Windows 2000
3.       Windows xp
4.       Windows 7
5.       Pengeluaran terbaru Windows ialah Windows 8 masih dalam tahap percobaan.

Dan Linux mempunyai juga beberapa versi yaitu               :
1.       Ubuntu
2.       Ubuntu Server cuman berbasic Text aja
3.       Slackware
4.       Debian ada GUI dan ada Text
5.       Redhat
6.       Pengeluaran terakhir linux yang memiliki grafis yang lumayan kren adalah Mint

Di Linux kita bisa melalukan webhosting sendiri beda dengan Windows, Linux di buat untuk para programen handal yang ahli dalam bahasa programan. Beda dengan Windows Jika kita ingin tambahkan aplikasi kita harus Tanya dulu ama paman Google tapi di Linux semua program yang mau kita pasang bisa langsung kita download tanpa harus search dulu ke paman Google.
Sebenarnya Linux banyak dikuasai oleh anak SMK jurusan TKJ karena di kelas 2 ampe 3 mereka mempunyai materi tentang pembelajaran Linux tapi paling umum adalah Ubuntu. Jika kita bertanya ama anak SMK apa itu Linux…..? Pasti jawabannya adalah “Suatu system operasi yang kebanyakan menggunakan text” karena aku aja masih sekolah kelas 2 SMK hahahahhaha……..
Jadi intinya sobat blogger jika kita ingin menguasai bahasa programan baiknya gunakan Linux…..
Tapi jika udah ahli kalian gunakan Linux Ubuntu Server karena tidak mempunyai grafis hanya text doank……
Seperti kebanyakan hacker hebat tinkat dunia….Wooooooooooooow…………..
Jadi sekian dulu sobat blogger semoga artikel ini bermanfaat buat kalian yang ingin tau sekitar Linux….

Baca Selengkapnya ....

Download Windows XP sp3 Original ISO

Posted by Unknown Minggu, 20 Mei 2012 0 komentar
Windows XP SP3 Genuine ini dapat anda pergunakan untuk keperluan anda sehari-hari adapun aplikasi tambahannya meliputi winamp 556 + Skin, Firetune untuk mempercepat browsing dengan Mozilla Firefox, Firefox 3.5.2, wrar 380,Microsoft Genuine Advantage Diagnostic Tool untuk cek keaslian windows xp, net frame work 2, Flash Player, K-Lite Codec, Yahoo Messenger 10, Iconpackager 4.1, Clean Uninstaller 3.01, lebih kurang 24 buah theme windows xp sp3 melebihi sebelemnya


Dan Inilah Gambar Screenshotnya :>>>




Perlu anda ketahui bahwa aplikasi tambahannya tidak langsung dipasang saat instalasi OS windows xp sp3 ini namun anda harus menginstalnya secara manual yang mana semua aplikasinya disimpan di C:\Documents and Settings seperti gambar dibawah ini

Apabila anda ingin menginstal tema windows xp silahkan klik disini untuk panduannya dan untuk cara memasang startdock iconpackage silahkan ikuti tutorialnya disini
 
Part 01 Download | Part 03 Download
Part 02 Download | Part 04 Download

PERHATIAN!
Untuk cara downloadnya Anda akan diarahkan ke adf.ly kemudian tunggu 5 detik dan cari tombol SKIP AD yang berada di sebelah kanan atas monitor anda.



Baca Selengkapnya ....

Download Windows Seven(7)

Posted by Unknown 0 komentar
Windows 7 is the next release of the Windows client operating system, built on the secure foundation of Windows Vista and Windows Server. Performance, reliability, security, and compatibility are core tenets of this release as we collect your feedback to meet our engineering goals of making Windows 7 the best-performing and most stable Windows operating system to date. All the new innovations in this product are meant to enhance your capability as an IT professional to better provision and manage increasingly mobile PCs, to protect data, and to improve end-user and personal productivity. Welcome to the Windows 7 Enterprise 90-day Trial. It is designed specifically for IT Professionals, so that you can test your software and hardware on a final version of the product. In addition, it provides the opportunity for you to become more familiar with the key improvements over previous versions of the Windows operating system, and experience firsthand how Windows 7 can make your PC environment more productive, secure, and manageable.
Windows 7 is more than Vista done right, but you can't deny that it's based on Microsoft's embattled operating system. Despite improvements made over two service packs, users never took to Windows Vista. This is trial software designed for IT Professionals interested in experiencing the Windows 7 Enterprise on behalf of their organization so please read the following to get an idea of the risks and key things you need to know before you install. We do not recommend that you install this if you are a not an IT Professional or not professionally managing corporate networks, Guidelines on usage For Windows 7 Free Terbaru :
  1. Protect your PC and data. Be sure to back up your data and please don’t test Windows 7 on your primary home or business PC.
  2. You have 10 days to activate the product. If not activated within 10 days, the system will shut down once every hour until activated.
  3. The 90-day Trial is the full working version of the Windows 7 Enterprise, the version most of you will be working with in your corporate environment. It will not require a product key (it is embedded with the download).
  4. The 90-day Trial will shut down once every hour when you have reached the end of the 90-day evaluation period.
  5. The 90-day Trial is offered for a limited time and in limited quantity. The download will be available through December 31, 2011, while supplies last.
  6. After the 90-day Trial expires, if you wish to continue to use Windows 7 Enterprise, please note that you will be required to purchase and perform a clean installation of Windows 7http://kolombloggratis.blogspot.com/2011/06/download-software-windows-7-full.html, including drivers and applications.
  7. Technical details / updates / questions.
  8. Stay informed. You can keep up with general technical information and news by following the Springboard Series blog. Want technical guidance, tips, and tools? Visit the Springboard Series on TechNet.
  9. Keep your PC updated : Be sure to turn on automatic updates in Windows Update in case we publish updates for the 90-day Trial.
  10. Learn more about Windows 7 on the Microsoft Partner Portal.

Jika Agan-agan ingin download windows 7 COMPLETE GUIDE silakan klik download di bawah ini.......Lets Have Fun....

 
Untuk spesifikasi normalnya kalian bisa liat di bawah :::::>>>>
1 GHz or faster 32-bit ( x86 ) or 64-bit ( x64 ) processor, 1 GB of RAM ( 32-bit ) / 2 GB RAM (64-bit), 16 GB available disk space ( 32-bit ) / 20 GB ( 64-bit ), DirectX 9 graphics processor with WDDM 1.0 or higher driver, DVD-compatible drive, Internet access ( fees may apply ). 


Baca Selengkapnya ....

Pages

Modified by info update - Panduan Blogging SEO. Original by Bamz | Copyright of MaiL CrowzeR.