TUTORIAL - BUILD IMAGE Berbahasa Indonesia build ini tuturial dari bro dedypmi saya hanya copaser ,silahakn bagi yg mau menyimak ,saya simpan disini supaya mudah saya cari Applikasi : DM500S Openpli Aturan : Bebas Copy & Distribusikan Tutorial Ini dengan Mencantumkan sumber asli
Postingan
- Dapatkan link
- X
- Aplikasi Lainnya
Streaming DVB card ke Jaringan Apa itu DVB card? DVB card adalah kartu add on untuk computer yang digunakan untuk menangkap sinyal dari Antena Parabola, dengan kata lain DVB card adalah sebuah receiver digital yang sebenarnya lebih canggih dari receiver standar yang biasa digunakan orang untuk nonton televisi seperti RCTI, SCTV, AnTV, Indosiar dan lain lain. Setelah ngutak-ngatik dan bereksperiment sendiri karena tidak adanya petunjuk tentang streaming DVB carfd menggunakan VLC di mana-mana termasuk di internet maka akhirnya setelah berhari-hari kemudian berminggu-minggu lalu berbulan-bulan akhirnya ketemu juga caranya. Ternyata
- Dapatkan link
- X
- Aplikasi Lainnya
Tutorial Penggunaan Crontab Scheduler di Ubuntu Apa itu cron / crontab ? Crontab adalah aplikasi daemon (berjalan dibalik layar) yang digunakan untuk menjalankan tugas yang dijadwalkan pada suatu waktu di sistem operasi linux. Setiap user di sistem yang memiliki file crontab, mengijinkan file tersebut untuk melakukan suatu aksi yang telah dispesifikasikan sesuai waktu yang telah ditentukan. Crontab biasa
How to activate (enable) telnet client on Windows XP and Windows
- Dapatkan link
- X
- Aplikasi Lainnya
1. Enable / Disable Telnet Client command on Windows XP By default telnet is enabled on Windows XP. However on some messed up Windows installations, cause of viruses or some custom users changes the PATH variable set for command prompt to C:\WINDOWS\system32\ is missing and therefore typing in telnet in cmd.exe fails to find the command. Thus it is good idea before trying to enable telnet with dism command to try running in Command Prompt C:\WINDOWS\system32\telnet.exe, If the command is not found by giving it full path, then you can read down the article how to enable it. Launch command prompt cmd.exe and type: dism /online /Enable-Feature /FeatureName:TelnetClient dism command enable disable telnet client command on windows 7 and windows 2008 servers Launching again: dism /online /Enable-Feature /FeatureName:TelnetClient Disables telnet, whether it is enabled on system, on some systems XP admins might want to do this for increasing system security 2. E...
Enable Telnet through Command Prompt or Control Panel in Windows 7 |
- Dapatkan link
- X
- Aplikasi Lainnya
On Windows 7 or Windows 8, the Telnet Client and Server is disabled by default. If you want to enable it, you can do so using the Command Prompt or via the Control Panel. Enable Telnet using CMD To enable Telnet through Command Prompt: Click on Start and under search type in CMD Right click on CMD and click on Run as administrator Enter the Administrator password if it prompt Then type in pkgmgr /iu:”TelnetClient” to enable the Client And pkgmgr /iu:”TelnetServer” to enable the Server Enable Telnet via Control Panel In case if you want to enable it through Windows Explorer here are the steps: Click on Start and under search type in appwiz.cpl Then click Turn Windows feature on or off from the right side panel There look for Telnet Server and Telnet Client and click on that box Click OK and reboot the system if prompted.