All public logs
Combined display of all available logs of DikapediaV2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:21, 2 September 2025 Ardika Sulistija talk contribs created page Alias (Created page with " ====How to add color to your commands==== ---- Examples: alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias ls='ls --color=auto' alias l.='ls -d .* --color=auto' alias ll='ls -l --color=auto' alias xzegrep='xzegrep --color=auto' alias xzfgrep='xzfgrep --color=auto' alias xzgrep='xzgrep --color=auto' alias zegrep='zegrep --color=auto' alias zfgrep='zfgrep --color=auto' alias zgrep='zgrep --color=auto'")
- 00:41, 27 August 2025 Ardika Sulistija talk contribs created page Systemd-tmpfiles (Created page with "<b>Systemd-tmpfiles</b> is a component of the systemd suite that manages volatile and temporary files and directories by creating, cleaning, and deleting them based on configuration files found in /etc/tmpfiles.d, /run/tmpfiles.d, and /usr/lib/tmpfiles.d. It uses configuration files with a specific format to define actions for different paths, ensuring that temporary data does not accumulate and consume unnecessary storage space. ====RHEL 7, 8, and other SYSTEMD system...")
- 20:47, 18 August 2025 Ardika Sulistija talk contribs created page Strings (Created page with "<b>strings</b> - print the strings of printable characters in files. The strings command extracts and prints the printable character sequences (strings) found within a file. It is often used to inspect binary files, object files, or other non-text files to find human-readable text embedded within them. sudo strings <some_file>")
- 17:35, 30 July 2025 Ardika Sulistija talk contribs created page Bluetoothctl (Created page with "<b>Bluetoothctl</b> is a command-line tool used to interact with the Bluetooth subsystem on Linux systems. It provides a text-based interface for managing Bluetooth devices, including discovering, pairing, connecting, and configuring Bluetooth devices. Key Features of <b>Bluetoothctl</b>: * <b>Device Discovery</b>: Scan for nearby Bluetooth devices. * <b>Pairing</b>: Pair with Bluetooth devices. * <b>Connecting</b>: Establish a connection with paired devices. * <b>Trust...")
- 17:22, 30 July 2025 Ardika Sulistija talk contribs created page Rfkill (Created page with "<b>rfkill</b> - tool for enabling and disabling wireless devices ====Display current status of all radio devices==== ---- The rfkill list all command is used to display the current status of all radio devices on a Linux system. These radio devices typically include Wi-Fi, Bluetooth, and other wireless communication devices. The rfkill utility provides a user-space interface to the kernel’s RF kill switch subsystem, allowing you to query and control the blocking statu...")
- 16:17, 27 July 2025 Ardika Sulistija talk contribs created page Screen (Created page with "Ref: https://www.geeksforgeeks.org/linux-unix/screen-command-in-linux-with-examples/ ====How to Connect to CISCO Device using Console==== ---- 1. Connect serial console cable or USB (e.g. RJ45 - USB console cable for Cisco devices) to device (router, switch, etc). 2. If you are using a USB cable, identify the serial interface using: ls /dev/tty* or ls /dev/ttyUSB* 3. Use <b>screen</b> command with your interface and 9600 with the correct baud rate. sudo scr...")
- 21:27, 3 April 2025 Ardika Sulistija talk contribs created page CUPS (Created page with "<b>CUPS</b> (Common UNIX Printing System) is a modular printing system for Unix-like operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer ====Install CUPS==== ---- This was tested on <b>RHEL8.10</b> Install CUPS as root: yum install -y cups yum install -y samba-client systemctl start cups systemctl enable cups...")
- 18:25, 13 March 2025 Ardika Sulistija talk contribs created page Xfreerdp (Created page with " ====How to Connect Remote Windows System from Linux Command Line==== ---- https://access.redhat.com/solutions/6177942 - Disable NLA on Windows side or disable FIPS on source side. https://www.linuxtechi.com/connect-windows-system-from-linux-commandline/ From linux: xfreerdp /u:"<username?" /cert-tofu /v:destinationhost:3389")
- 01:28, 25 February 2025 Ardika Sulistija talk contribs created page SMTP (Created page with "Simple Mail Transfer Protocol (SMTP) SMTP Commands Reference: https://www.samlogic.net/articles/smtp-commands-reference.htm")
- 05:15, 24 December 2024 Ardika Sulistija talk contribs created page Apple (Created page with "====IPhone Backup==== ---- On Windows 11, the default location for iPhone iTunes backups is the same as on Windows 10. You can use the same steps as mentioned above to find where are your iPhone backups stored on Windows 11, or follow the steps below: Step 1. Press the Windows key on your keyboard or click on the Windows icon in the taskbar to open the Start menu. Step 2. Click "File Explore," then navigate to "This PC." Step 3. Select C:\Users\Username\AppData\Roam...")