Skip to content

Instantly share code, notes, and snippets.

@eghojansu
eghojansu / anydesk-enable-remote-access.md
Created April 30, 2023 05:39 — forked from imami/anydesk-enable-remote-access.md
AnyDesk - How Enable Remote Access from ubuntu/debian terminal

###AnyDesk - How Enable Remote Access from ubuntu/debian terminal.

Note:

Here are the commands might be usefull in this purpose:

  • anydesk --get-status : To get current status of anydesk, which might be offlien,online or nothing.
  • anydesk --get-id : To get the ID that your system can be accessed by.
  • anydesk --service : To start anydesk service if not already running (for Linux).
  • anydesk --restart-service : To restart anydesk service
  • anydesk --stop-service : To stop anydesk service
@eghojansu
eghojansu / Terbilang.php
Last active August 29, 2015 14:26 — forked from ruliarmando/Terbilang.php
Terbilang Class
<?php
class Terbilang
{
public static function generate($angka) {
$angka = (float)$angka;
$bilangan = array(
'',
'satu',
'dua',