- Buka terminal
- Jalankan perintah berikut:
lspci
Tag Archives: terminal
Tips & Trik Terminal, Print Informasi USB Controllers
Pada tulisan ini, saya tunjukan bagaimana mendapatkan informasi USB controller pada mesin ubuntu. Sesuatu yang sangat sederhana namun sangat bermanfaat.
Berikut ini caranya:
- Buka terminal
- Jalankan perintah berikut
lsusb
Melihat System Hardware Information dari Mesin Ubuntu dalam bentuk HTML
Masih terkait hardware mesin ubuntu. Sekarang saya tulis, bagaimana cara membuat report dalam bentuk file html terkait dengan hardware mesin ubuntu milik kita? Beikut ini caranya:
Tips & Trik Terminal, Melihat Log System Ubuntu secara realtime di terminal
Disable Apport Reporting di Ubuntu
Open Drop Down Terminal From Thunar File Manager [Xubuntu]
I have a written about the latest XFCE Terminal which adds drop down Terminal functionality like Guake or Yakuake. If you don’t read it, please click here to read and install the latest version of XFCE Terminal so you can follow this tutorial. As far as I know, Thunar file manager comes with “Open Terminal Here” context menu. You can see it by right clicking on any folder from Thunar File Manager.
By default, it will open the default XFCE Terminal in a normal window. I want to open it on drop down XFCE Terminal, how can I do that? Well, today I want to share a little trick on how to do that.
Please make sure you have installed and configured drop down XFCE Terminal properly, please click here for the instruction. Open Thunar File Manager and navigate to “Edit > Configure custom actions …” and you will see a dialog windows like picture below: Continue reading Open Drop Down Terminal From Thunar File Manager [Xubuntu]
Tips & Trik Terminal, generate MD5 Hash suatu file di ubuntu
Ketika kita download suatu file (.iso misalnya), biasanya disertai file md5 atau di sediakan di web tempat kita download. Biasanya digunakan untuk mengetahui apakah file tersebut corrupt atau tidak.
Pada tulisan ini, saya akan menunjukan bagaimana meng-generate md5 hash pada terminal ubuntu. Misalnya saya mau meng-generate dari file iso zorin os yang saya unduh,
Langkah-langkah:
Get Hardware Information with Dmidecode Command on Linux
In this article we’ll see how we can use Dmidecode command to retrieve hardware information of any Linux system. Suppose if we want to upgrade a system we need to gather information like Memory, BIOS and CPU etc. With help of Dmidecode command we will come to know the details without opening system chasis. Dmidecode command works for RHEL/CentOS/Fedora/Ubuntu Linux.
Dmidecode tool read DMI (some say SMBIOS) table to fetch data and displays useful system informations like hardware details, serial numbers and BIOS version, Processor etc. in human readable format. You may require root priviledge to execute dmidecode command.
Continue reading Get Hardware Information with Dmidecode Command on Linux
Tips & Trik Terminal, Display Running Processes Pada Terminal
Tips & Trik Terminal, Membuat List Struktur Suatu Direktori beserta Ukurannya dalam Suatu file teks
Pernahkah kita ingin membuat list struktur suatu direktori?
Atau ingin tahu ada file apa saja dalam suatu direktori?
Berikut ini saya tulis bagaimana cara melakukan itu melalui terminal ubuntu.
Langkah-langkah: