Thursday, December 27, 2018

instal dude pada linux

apt-get install wine msttcorefonts
cp /usr/share/fonts/truetype/msttcorefonts/* ~/.wine/drive_c/windows/Fonts/
cd ~/Downloads
wine dude-install-4.0beta3.exewine

~/.wine/drive_c/Program\ Files\ \(x86\)/Dude/dude.exe

Link Download CMS ( untuk melihat Tampilan cctv ) atau NVR PC ALTERNATIVE

bisa d hunakan dengan Ip kamera atau d hubungkan dengan DVR melalui sebuah komputer
silahkan klik link d bawah ini

download di sini

Thursday, December 20, 2018

website your connection is not private

Your Connection Is Not Privatesumber : https://whatsabyte.com/featured/your-connection-is-not-private/
hanya sebagai catatan saja

cari tulisan advanced > lalu di klik .
lalu klik tulisan proced to xxxx ( tulisan bergaris di bawah )

untuk yg berbahasa indonesia

cari tulisan lanjutkan > lalu di klik .
lalu klik tulisan  lanjutkan ke xxxx ( tulisan bergaris di bawah )

atau muncul tulisan lainnya hanya beda bahasa 
tata letak tetap sama

Monday, December 17, 2018

cara Menghilangkan Recent Items dari Dash Ubuntu

Caranya yaitu, Anda hanya perlu memodifikasi file recently-used.xbel. Cara ini bisa diterapkan pada Ubuntu 11.04, Ubuntu 11.10 dan yang terbaru dengan desktop Unity dan GNOME Shell.
  1. Buka Terminal, dan jalankan perintah di bawah ini untuk menghapus file recently-used.xbel:
  2. Setelah menghapusnya, buat lagi sebuah file baru yang kosong, caranya:
  3. Kemudian berikan atribut khusus supaya filenya tidak bisa dimodifikasi:
Kalau suatu saat Anda ingin mengembalikan lagi fungsi dari fitur recent items ini, jalankan perintah ini:

Beberapa situs Uploader yg dapat menghasilkan uang

https://userscloud.com/

https://dailyuploads.net/

https://rapidgator.net/

https://ziddu.com/

Tuesday, December 4, 2018

cara seting host linux mint

this is my personal notes...

As hosts it is a system file, you'll need administrative rights to save changes to the file.However, you can edit it using terminal commands such as
Terminal
Shekin@mypc~$
sudo nano /etc/hosts
or
Terminal
Shekin@mypc~$
sudo gedit /etc/hosts
You can also replace the nano or gedit on the command to start your favorite text editorWhen you're finished editing the file in nanoyou can press Ctrl+X and then y to confirm the overwriting of changes.
How to understand the format of the contents of the hosts file?
In the hosts file each record is on its own line. For the purposes of our article you can use a very simple syntax - you type the IP address to which you want to redirect the host name (domain)then the tab character (TAB) and the actual domainFor exampleto block Facebookyou can enter 127.0.0.1-facebook.com where is - the Tab key on your keyboardTo make sure it is entered correctlyyou can also look at the screenshot and compare it with what is in your file.
Hosts - change and manage the /etc/hosts file
Here is another example of use of this opportunityFor exampleif your home network isthe computer (for example, its IP address is 192.168.100.1running a simple websitethat makes something useful for you. You can enter the following in the hosts file192.168.100.1-myhomeserverNowif you open your browser and just type in the address bar http://myhomeserver it will automatically show you the contents of the host192.168.100.10It is much easier than to enter the IP address every time.
Potential problems
The only problem that I came across, related to the work of the Chrome browser. Chrome tends to ignore the hosts file, if you don't do at least one of two possible things:
- to enter http:// in front of each address. For example, if you blocked Facebook via hosts file, Chrome will bypass the lock if you simply enter facebook.com in the address bar. If you enter http://facebook.com in the address bar, Chrome "listen" hosts file and block the website of this social network.
- disable the option "Use a web service to help resolve navigation errors" in the Chrome settings, and then you don't have to type http:// before the address each time

source : https://mintguide.org/system/466-hosts-change-and-manage-the-etc-hosts-file-in-linux-mint.html