Showing posts with label load. Show all posts
Showing posts with label load. Show all posts
Thursday, September 14, 2017
Twitter how to sign up log in down load and how to find friends on twitter
Twitter how to sign up log in down load and how to find friends on twitter

Register/Sign Up, Login Find friends and how to Download twitters application in your phone in https://twitter.com/
Twitter is is just like any other social networking service that enables users to send and read short 140-character messages called "tweets"Twitter only allow registered users to read and post tweets while unregistered users can only read them. The users of twitter can access it in two ways , you can either access twitter in their official website https://twitter.com/ or you can access it through a mobile device application which am going to put you as we proceed.
Twitter was developed and in March 2006 and lunched in July the same year. As of 2012 twitter recorded having more than 100million active users who in who posted more than 340 million tweet per day so Create twitter account to day and tell the World what you fill and connect with you friends
How to register/create/sign up account and log in twitter account
In other for us enjoy unique futures of twitter you have to have an account with them firstNow this a step by step on how how to create account/ sign up/ register twitter account
- First visit this url/website https://twitter.com/ and a box like this will display on your browser

- Fill in the appropriate information that displayed on the box
- click sign up for twitter
- Another box will also display requiring your username
- Fill it up and click sign up
- Another box will also display requiring your phone number and your country fill it and click verify
- Finally verification code will be sent to your phone put in the box and click verify
- You now have a twitter account start enjoying
Now this is how to log in your twitter account
Just like i said above you can either log in with twitter official website https://twitter.com or you can do it in your phone and that is only when you have the application in your phone, Now this how to log in with the official web- Visit this link/Url/ website https://twitter.com/ and a box like the previous one will display
- Right on the top of the box
- Put your email/phone number or your Username and click log in
Features of twitter
You may one to start using twitter after to day when you know about the unique features of twitter which am going to be listing one after the other here in this online tutorial.- Even though a know registered person can read a post on twitter you can choose to send to your friends alone.
- You can also follow other users
- With twitter you can also update your profile mobile phone
- You can share your post 100millions of User of twitter
- Twitter does not charge in before you can use ( it is free of charge) but accessing it through mobile phone may incur some share by your network provider service is free
download file now
Sunday, September 10, 2017
Unable to load Deep Freeze Configuration Login Program will not be available
Unable to load Deep Freeze Configuration Login Program will not be available
Problem: No Deep Freeze Icon in Taskbar


To Solve This Issue Disable All Faronics Deep Freeze Services
You can done this by simply typing the command services.msc in the run dialog box. Once you are in the services window, locate the service name DFserv and right click on it and select properties (refer to image below).

After clicking properties, stop and disable the service. Refer to the image below for instructions. Note: Restart is needed for changes to take effect on your system.

After restarting, at this point you no longer have any Deep Freeze service or application running at the background of your system. Also the system Deep Freeze Icon should be gone. You are still able re-enable Deep Freeze by reversing the whole process. Note: You can now uninstall deep freeze and re install again.
More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
download file now
Friday, August 18, 2017
Tutorial how to load the 1000 genomes data into Amazon Web Services
Tutorial how to load the 1000 genomes data into Amazon Web Services
The format of this tutorial is done such that it gives written instructions followed by a picture for that step.
Step 1.
Start by logging into AWS. Once you have done that, you will see this page. Click "EC2" virtual services in the cloud.
Click on "Launch Instance"
Step 3. The next page will say "launch with classic wizard." Just click "Continue."
Step 4. The next page will be titled "Request instances wizard." Just click "community AMIs tab".
Step 5. Next to the Viewing all images drop down field, type in"1000HumanGenomes."
Step 7. After that you will be taken to the instance types selection. Click the drop down arrow and select the type of instance you would like to use. I chose "M1 Large."
Step 8. Next you will be prompted to create a password in order to access your AMI. Type your password in the text field shown in the picture.
Step 9. Next you will be prompted with a "Storage device configuration" menu. Just click continue.
Step 10. It will ask you if you want to tag your instance. You can just click continue.
Step 11.
Next you will be prompted to enter your personal key pair. Enter your keypair into the text field marked in the photo.
Step 12. Next, you will be prompted to enter your security group. Just select the default one.
Step 13. In Step 13 you will be shown all the specifics you requested in the previous steps. Click Launch if they are all satisfactory.
Step 14. After that, you will be told that your instance is being launched. Click "close."
Step 15. In your instances section, check the Status Checks section. After a while, it should say "checks past."
Step 16. After that, you are done. If you have a piece of software called Linux bio cloud on a computer with a Ubuntu Linux operating system, you should be able to work with the data!
download file now
Friday, August 4, 2017
Tutorial Load Balance 2 Modem ISP Menggunakan Metode PCC Mikrotik
Tutorial Load Balance 2 Modem ISP Menggunakan Metode PCC Mikrotik
Load balance 2 modem ISP dengan metode PCC sangat cocok digunakan untuk Owner hotspot yang belum tercover jaringan internet dengan bandwitdh besar, dan metode pcc ini tidak lain dilakukan dengan tujuan : mendistribusikan trafik dari user ke 2 wan atau 2 isp secara merata yang fungsinya : membagi beban koneksi kepada kedua isp tersebut agar seimbang.
Usahakan jika menggunakan metode PCC , antara 2 Modem / WAN ISP sama ( seimbang ) misal : 10Mb dengan 10 Mb, 50 Mb dengan 50 Mb begitu seterusnya. supaya hasil dijamin maksimal.
Topologi Jaringan :

Modem / WAN 1
IP Address : 192.168.100.1
Netmask 255.255.255.0
Netmask 255.255.255.0
Modem / WAN 2
IP Address 192.168.15.1
Netmask 255.255.255.0
Netmask 255.255.255.0
- Buat IP Addressnya terlebih dahulu

- Buat 2 Nat Mengarah ke WAN 1 dan WAN 2 , Script sample ada di Mode CLI
- Buat Mangle untuk manage input - out put trafict loud balance nya, seperti gambar dibawah :

- Setelah semua rule mangle komplet , arahkankan routing ke WAN 1 dan WAN 2 di IP => Route

Mode CLI
/ip address
add address=192.168.100.18/24 interface=ether1-WAN1 network=192.168.100.0
add address=192.168.15.2/24 interface=ether5-WAN2 network=192.168.15.0
add address=192.168.19.1/24 interface=ether4-ASP_LAN network=192.168.19.0
/ip firewall nat
add chain=srcnat action=masquerade out-interface=ether1-WAN1 comment="" disabled=no
add chain=srcnat action=masquerade out-interface=ether5-WAN22 comment="" disabled=no
/ip firewall mangle
add action=mark-connection chain=input comment=
"Rule Trafict masuk dari WAN 1 dan WAN 2" disabled=yes in-interface=
ether1-WAN1 new-connection-mark=speedy1
add action=mark-connection chain=input disabled=yes in-interface=ether5-WAN2
new-connection-mark=speedy2
add action=mark-routing chain=output comment=
"Rule Trafict Keluar ke masing2 Gateway" connection-mark=speedy1
disabled=yes new-routing-mark=speedy1 passthrough=no
add action=mark-routing chain=output connection-mark=speedy2 disabled=yes
new-routing-mark=speedy2 passthrough=no
add action=mark-connection chain=prerouting comment=
"Rule Ijin Akses dari LAN ke WAN" disabled=yes dst-address-list=!rfc1918
in-interface=ether4-LAN_ASP new-connection-mark=speedy1
per-connection-classifier=both-addresses:2/0
add action=mark-connection chain=prerouting disabled=yes dst-address-list=
!rfc1918 in-interface=ether4-LAN_ASP new-connection-mark=speedy2
per-connection-classifier=both-addresses:2/1
add action=mark-routing chain=prerouting comment=
"Rule Routing Paket data GW1 dan GW2" connection-mark=speedy1 disabled=
yes in-interface=ether4-LAN_ASP new-routing-mark=to_speedy1
add action=mark-routing chain=prerouting connection-mark=speedy2 disabled=yes
in-interface=ether4-LAN_ASP new-routing-mark=to_speedy2
/ip route
## Distribusi koneksi internet ke Modem WAN1
add distance=1 gateway=192.168.100.1 routing-mark=to_speedy1
## Distribusi koneksi internet ke Modem WAN2
add distance=1 gateway=192.168.15.1 routing-mark=to_speedy2
## Default Gateway
add check-gateway=ping distance=1 gateway=192.168.15.1
Copy - Paste di New TerminalSource/Reference :
- http://mikrotik.co.id
BACA JUGA : ARTIKEL TENTANG SETTING MIKROTIK DIBAWAH INI :
1. Tutorial Setting Mikrotik dari Awal/Dasar Sampai Terkoneksi Dengan Internet
2. Tutorial Upgrade RouterOS Mikrotik ke Versi Terbaru
3. Tutorial Setting Hotspot Mikrotik
4. Setting Mikrotik Sebagai Bandwitdh Limiter Jaringan Internet
5. Tutorial Manajemen Bandwitdh Sama Rata Secara Otomatis Dengan Metode PCQ Mikrotik
6. Tutorial Cara Meremote Winbox Mikrotik Dari Luar Jaringan
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
8. Cara Menghapus (Delete) Log Mikrotik dari Terminal
9. Tutorial Memisahkan Bandwitdh Lokal (iix) dan Internasional (ix) di Mikrotik
10. Menghubungkan Kantor Pusat dengan Kantor Cabang dengan EOIP Mikrotik [VPN]
ARTIKEL MIKROTIK : KUMPULAN TUTORIAL SETTING MIKROTIK LANJUT
download file now
Subscribe to:
Posts (Atom)