https://t.me/ubuntu_indo
atau
@ubuntu_indo
Ubuntu Indonesia (Channel)
@ubuntu_id
Are you a fan of Ubuntu operating system and based in Indonesia? Look no further, because the Ubuntu Indonesia Telegram channel is here to cater to all your needs! With the username @ubuntu_id, this channel is the official group for Ubuntu enthusiasts in Indonesia. Whether you are a seasoned Ubuntu user or just starting out, this channel is the perfect place for you to connect with like-minded individuals, share tips and tricks, and stay updated on the latest news and developments in the world of Ubuntu. Join us at https://t.me/ubuntu_indo and become a part of the vibrant Ubuntu community in Indonesia. Let's learn, collaborate, and grow together with Ubuntu Indonesia!
18 Aug, 17:23
11 Jun, 13:32
21 Dec, 20:55
26 Sep, 06:15
$ uname -a
12 May, 11:58
$ find /home/eko -type f
find
tetapi hasilnya tidak berurutan sesuai abjad. Bagaimana cara agar berurutan?$ find /home/eko -type f | sort
$ man find
03 May, 11:18
29 Feb, 12:22
$ sudo dmidecode -t 16
03 Dec, 10:15
$ lsblk
$ sudo blkid
$ sudo fdisk -l
17 Sep, 09:33
$ lscpu
01 Sep, 01:55
$ mkdir -v coba1
$ mkdir -v /home/edi/coba1
$ mkdir -v coba1 coba2
$ mkdir -v coba1 -m 755
$ mkdir -pv /home/edi/coba/coba1/aa
$ man mkdir
02 Aug, 11:56
$ lsb_release -a
22 Jun, 00:20
paket.txt
melalui terminal?$ rm -v paket.txt
$ rm -v /home/edi/paket.txt
permission denied
atau semacamnya, tambahkan sudo di awal perintah.$ sudo rm -v paket.txt
$ rm -v /home/edi/*.txt
$ man rm
30 May, 10:26
paket.txt
?mv
seperti halnya rename. Misalnya$ mv -v /home/edi/paket.txt /home/bambang/
$ man mv
28 May, 22:28
paket.txt
menjadi coba.txt
melalui terminal?$ mv -v paket.txt coba.txt
$ mv -v /home/edi/paket.txt /home/edi/coba.txt
$ sudo mv -v paket.txt coba.txt
$ man mv
26 May, 08:23
paket.txt
melalui terminal?$ cp -v paket.txt coba.txt
$ cp -v /home/edi/paket.txt /tmp/
$ cp -v /home/edi/paket.txt /tmp/coba.txt
13 May, 02:26
$ dpkg --get-selections | grep -iv deinstall
$ dpkg -l | grep -i ^ii
09 May, 08:56
coba.txt
melalui terminal?$ touch coba.txt
$ nano coba.txt
07 May, 10:17
02 May, 04:21
/etc/apt/sources.list
$ cat /etc/apt/sources.list
$ sudo nano /etc/apt/sources.list
30 Apr, 11:47
$ sudo timedatectl set-time 2019-04-30
$ sudo timedatectl set-time 12:34:56
$ sudo timedatectl set-time "2019-04-30 12:34:56"
$ man timedatectl