Langsung ke konten utama

Open VPN

Euro1 OpenVPN Certificate Bundle
Euro2 OpenVPN Certificate Bundle
US1 OpenVPN Certificate Bundle (optimized for fast web surfing; no p2p downloading)
US2 OpenVPN Certificate Bundle (optimized for fast web surfing; no p2p downloading)
CA OpenVPN Certificate Bundle (optimized for fast web surfing; no p2p downloading)
DE OpenVPN Certificate Bundle (optimized for fast web surfing; no p2p downloading)
All bundles include UDP53, UDP 25000, TCP 80, TCP 443 profile
Username: vpnbook
Password: phu5sh8

Komentar

Postingan populer dari blog ini

How to Install Configure and Create Virtual Machine on Ubuntu with KVM

1 .  Check whether CPU has hardware virtualization support. KVM only works if your CPU has hardware virtualization support –  either Intel VT-x or AMD-V. To determine whether your CPU includes these features,  run the following command: #sudo grep -c "svm\|vmx" /proc/cpuinfo A 0 indicates that your CPU doesn’t support hardware virtualization,  while a 1 or more indicates that it does. 2 .  Install KVM and supporting packages.  Virt-Manager is a graphical application for managing your virtual machines —  you can use the kvm command directly, but libvirt and Virt-Manager simp...

Partitioning Drive in Linux

To create the first partition, the  root  partition, select the free space (the shrink space from Windows created earlier) and hit on the  +  icon below. On partition settings use the following configurations and hit  OK  to apply changes: 1.   Size = at least  20000  MB 2.   Type for the new partition =  Primary 3.   Location for the new partition =  Beginning 4.   Use as =  EXT4  journaling file system 5.   Mount point =  / Create the  home  partition using the same steps as above. Use all the available free space left for home partition...