All public logs

Jump to: navigation, search

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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:25, 11 September 2024 Ardika Sulistija talk contribs created page SELinux (Created page with "https://phoenixnap.com/kb/enable-selinux-centos")
  • 14:25, 11 September 2024 Ardika Sulistija talk contribs created page SCSI (Created page with "SCSI CONTROLLERS: ----------------- Windows vCenter ioc0:0:0:4:0 ioc0:0:0:3:0 ioc0:0:0:2:0 ioc0:0:0:0:0 ioc0:0:0:1:0 ioc2:1:0:4:0 you can see the address of device and ioc0, ioc2 mean different SCSI controllers in original vCenter LINUX -- Determine SCSI ID from Device Names in Linux (/dev/sdX) -------------------------------------------------------------------- To determine the SCSI ID from device names enter ls -d /sys/block/sd*/device/scsi_device/* linux:~ #...")
  • 14:24, 11 September 2024 Ardika Sulistija talk contribs created page SCP (Created page with " <B>SCP</B> - Secure copy (remote file copy program) ---- Examples: # Copy files from current directory in local machine to remote host: scp -i "/home/ardika/.ssh/main_ardika_vm_key" ec2_instance.sh num_files_dir.sh subnet_script.sh subnet_script_v2.sh ardika@3.83.174.147:git_scripts # Copy files from remote host directory to local machine: scp -i "~/.ssh/ireland_key" ec2-user@54.216.87.247:~/packetcap.pcap ~/Downloads/ ====Use SCP to download/upload file fr...")
  • 14:24, 11 September 2024 Ardika Sulistija talk contribs created page Rsync (Created page with " <B>rsync</B> - A fast, versattile, remote (and local) file-copying tool. Like SCP, but faster and you can sync. ==== How to Use Rsync Between Remote and Local Servers ==== ---- Basic SSH format: rsync -avpe '[ssh]' [source] [destination@x.x.x.x:/dir/] To copy from remote server to local host: rsync -avpe "ssh -i /home/user/.ssh/key" user@lo.cal.i.p:/home/user/file /dir/file # Example: rsync -avpe "ssh -i /home/ardika/.ssh/home_vm_key" ardika@192.168.0.2:/hom...")
  • 14:24, 11 September 2024 Ardika Sulistija talk contribs created page Rocky Linux (Created page with "https://docs.rockylinux.org/books/admin_guide/10-boot/ https://docs.rockylinux.org/fr/books/admin_guide/12-network/ https://docs.rockylinux.org/guides/network/basic_network_configuration/ ====Rocky Linux 8 in Vmware==== ---- Upon creating a Rocky Linux 8 (minimal) in vCenter, the primary network interface ens192 will only not have an IPv4 because it is deactivated. You can confirm that that by running: nmcli device status To fix this, run: nmtui And then select "Ac...")
  • 14:23, 11 September 2024 Ardika Sulistija talk contribs created page Resize2fs (Created page with "====“resize2fs: Permission denied to resize filesystem” error while online resize of a filesystem==== ---- Reference: https://www.thegeekdiary.com/resize2fs-permission-denied-to-resize-filesystem-error-while-online-resize-of-a-filesystem/ <u>The Problem</u>: On CentOS/RHEL 6, an LVM volume group size has been extended and an attempt to do online resize of ext4 filesystem on LVM volume group failed with following error. resize2fs /dev/mapper/P05TRF1vg-vol_control...")
  • 14:23, 11 September 2024 Ardika Sulistija talk contribs created page Red Hat Satellite (Created page with "====How to Enable a Red Hat Repository in Satellite==== ---- #. Log in to RHEL Satellite #. Go to Content > Red Hat Repositories #. Find the Red Hat Repository you are looking for on the left side, "Available Repositories" #. Then select it and click the plus "+" symbol. It will move it to the right, "Enabled Repositories". ====How to create a new repository in Satellite==== ---- #. Go to Red Hat Satellite > Content > Product (select organization) > Software Center >...")
  • 14:23, 11 September 2024 Ardika Sulistija talk contribs created page RHEL (Created page with "==== Red Hat Enterprise Linux ==== ---- Releases:</br> https://access.redhat.com/articles/3078 Where to download old RHEL ISOs:</br> https://access.redhat.com/downloads/content/69/ver=/rhel---5/5.11/x86_64/product-software ====How to install packages on RHEL5.11 using DVD ISO==== ---- * Note: there is no lsblk command in RHEL5. But you can run things like: ls -al /dev/disk/by-path; Make sure the ISO is attached to the VM. Tested on RHEL5.11: mkdir /mnt/rhel5dvd...")
  • 14:22, 11 September 2024 Ardika Sulistija talk contribs created page RAID (Created page with " <b>RAID</b> - Redundant Array of Inexpensive Disks. ---- Disk failures can be disastrous. RAID is a system that distributes or replicates data across multiple disks. RAID not only helps avoid data loss but also minimizes the downtime associated with hardware failures (often to zero) and potentially increases performance. RAID can do two basic things: * First, it can improve performance by “<b>striping</b>” data across multiple drives, thus allowing several dr...")
  • 14:22, 11 September 2024 Ardika Sulistija talk contribs created page Python (Created page with "To quickly test python scripts, you can use AWS Cloud9 IDE, jupiter notebook, or any windows/Linux machine to run python scritps. Basic Practice: http://codingbat.com/python More Mathematical (and Harder) Practice: https://projecteuler.net/archives List of Practice Problems: http://www.codeabbey.com/index/task_list A SubReddit Devoted to Daily Practice Problems: https://www.reddit.com/r/dailyprogrammer A very tricky website with very few hints and touch problems...")
  • 14:22, 11 September 2024 Ardika Sulistija talk contribs created page Ps (Created page with "<b>ps</b> - report a snapshot of the current processes. ====How to read PS (Basics)==== ---- Example: $ ps PID TTY TIME CMD 8741 pts/0 00:00:00 bash 8863 pts/0 00:00:00 ps * PID = Process ID * pts = Psuedo Terminal Session Show all processes running on the system: $ ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 May10 ? 00:00:25 /usr/lib/systemd/systemd --switched-root --system --deserialize 22 root...")
  • 14:22, 11 September 2024 Ardika Sulistija talk contribs created page Proxy (Created page with " What is Proxy Server? A proxy server is a dedicated computer or a software system running on a computer that acts as an intermediary between an endpoint device, such as a computer, and another server from which a user or client is requesting a service. The proxy server may exist in the same machine as a firewall server or it may be on a separate server, which forwards requests through the firewall. ====How to configure proxy environment variable in Linux using http_p...")
  • 14:22, 11 September 2024 Ardika Sulistija talk contribs created page Processes (Created page with "Related topics: * <b>Zombie Process</b> * <b>Orphan Process</b> * <b>Process Control Block (PCB)</b> * <b>Threads</b> ---- <b>Processes</b>: program in execution. * Address space (memory) the program can use * State (registers, including program counter and stack pointer) * OS keeps track of all processes in a process table. * Processes can create other processes. A <b>program</b> i...")
  • 14:21, 11 September 2024 Ardika Sulistija talk contribs created page Process Control Block (PCB) (Created page with "Related topics: * <b>Processes</b> * <b>Zombie Process</b> * <b>Orphan Process</b> * <b>Threads</b> ---- <b>Process Control Block (PCB)</b> is information associated with each process, which may also be a called a "<i>task control block</i>." It is a data structure that keeps track of process metadata. * <b>Process state</b> - running, waiting, etc. * <b>Program counter</b> - location of instruction t...")
  • 14:21, 11 September 2024 Ardika Sulistija talk contribs created page Postfix (Created page with "<b>Best Postfix Documentation</b>: http://www.postfix.org/BASIC_CONFIGURATION_README.html <b>postfix</b> - Postfix control program The postfix(1) command controls the operation of the Postfix mail system. To submit mail, use the Postfix sendmail(1) command. Postfix has several hundred configuration parameters that are controlled via the <b>main.cf</b> file. Fortunately, all parameters have sensible default values. <u>In many cases, you need to configure only two or t...")
  • 14:21, 11 September 2024 Ardika Sulistija talk contribs created page Port Forwarding (Created page with " ==== Configuration Settings For Your LAMP stack to work (old notes): ==== ---- Useful: http://www.servermom.org/install-lamp-centos-7/1741/</br> (In case you get a new IP address... This was when I was first learning on my VMware box at home.)</br> Update Port forwarding to tell the router what the IP address is for this private server (since you got a new IP address). This will allow you to SSH into your VM from outside your network. Open your browser and enter you...")
  • 14:20, 11 September 2024 Ardika Sulistija talk contribs created page Pokemon (Created page with "{|class="wikitable" ! style="text-align:left;"| Type ! Super Effective ! Weak Against |- |Bug |Grass, Dark, Psychic |Fire, Flying, Rock |- |Dark |Ghost, Psychic |Bug, Fairy, Fighting |- |Dragon |Dragon |Dragon, Fairy, Ice |- |Electric |Flying, Water |Ground |- |Fairy |Fighting, Dark, Dragon |Poison, Steel |- |Fighting |Dark, Ice, Normal, Rock, Steel |Fairy, Flying, Psychic |- |Fire |Bug, Grass, Ice, Steel |Ground, Rock, Water |- |Flying |Bug, Fighting, Grass |Electric,...")
  • 14:20, 11 September 2024 Ardika Sulistija talk contribs created page Ping (Created page with "https://www.thegeekstuff.com/2009/11/ping-tutorial-13-effective-ping-command-examples/")
  • 14:20, 11 September 2024 Ardika Sulistija talk contribs created page Partitions and Filesystems (Created page with "https://docs.google.com/document/d/1wok3tZdFjOWZafD7C8rk8_BoOEPh56J0ndZ7wOZ9FV8/edit https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html https://www.digitalocean.com/community/tutorials/an-introduction-to-storage-terminology-and-concepts-in-linux https://help.ubuntu.com/community/LinuxFilesystemsExplained https://documentation.suse.com/sles/12-SP5/html...")
  • 14:20, 11 September 2024 Ardika Sulistija talk contribs created page Parted (Created page with "Under construction")
  • 14:19, 11 September 2024 Ardika Sulistija talk contribs created page Pam (Created page with " ====Pam_unix==== pam_unix - Module for traditional password authentication https://linux.die.net/man/8/pam_unix You want to restrict Linux users from using previous 5 passwords when changing the password. As clarified over the chat, this is a system admin task outside of AWS scope of support. To assist you on best-effort basis, I found the link [1] with the steps to do the same. I was able to replicate it in my lab successfully using the following steps for Red Hat...")
  • 14:19, 11 September 2024 Ardika Sulistija talk contribs created page Palo Alto (Created page with "Palo Alto Networks URL Filtering: https://urlfiltering.paloaltonetworks.com/query/ Use this to recategorize your website so that it is not blocked on, say, your work's network.")
  • 14:19, 11 September 2024 Ardika Sulistija talk contribs created page PV vs HVM (Created page with ""Linux Amazon Machine Images use one of two types of virtualization: paravirtual (PV) or hardware virtual machine (HVM). The main differences between PV and HVM AMIs are the way in which they boot and whether they can take advantage of special hardware extensions (CPU, network, and storage) for better performance. For the best performance, we recommend that you use current generation instance types and HVM AMIs when you launch your instances. For more information about...")
  • 14:18, 11 September 2024 Ardika Sulistija talk contribs created page PHP (Created page with " ==== How to Install php7 on RHEL 7==== ---- These instructions worked specifically for installing php7.2 on RHEL 7.6: yum update yum install wget wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ivh epel-release-latest-7.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install php72 php72 -v ttps://bobcares.com/blog/phpmyadmin-403-forbidden-error/</br> https://stackoverflow.com/questions/2676...")
  • 14:18, 11 September 2024 Ardika Sulistija talk contribs created page Orphan Process (Created page with "Related topics: * <b>Processes</b> * <b>Zombie Process</b> * <b>Process Control Block (PCB)</b> * <b>Threads</b> ---- <b>Orphan Process</b> - Parent process has finished or terminated, but it remains running. <u>Difference between <b>Orphan</b> process and <b>Zombie</b> process</u>: * In the <b>Orphan</b> process, the parent process has finished or terminated, though it r...")
  • 14:18, 11 September 2024 Ardika Sulistija talk contribs created page Oracle (Created page with "====Download Locations==== ---- * <b>ISOs</b> can be found here:https://yum.oracle.com/oracle-linux-isos.html * <b>Kernels</b> can be found in places like these, just google if you can't find what you're looking for: https://yum.oracle.com/repo/OracleLinux/OL7/UEKR6/x86_64/index.html</br> https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/archive/x86_64/index.html ====How to install kernel-devel in Oracle Linux 7==== ---- [+] Testing in my own environment. Oracl...")
  • 14:17, 11 September 2024 Ardika Sulistija talk contribs created page Openssl (Created page with "====How to test SSL connectivity ==== ---- openssl s_client -showcerts -connect <ip>:<port> # force tls1.2: openssl s_client -tls1_2 -showcerts -connect <ip>:<port> ==== How to check if SSL certificate on an instance has expired==== ---- openssl s_client -connect ec2-x-x-x-x.eu-west-2.compute.amazonaws.com:443 -servername dikapedia.com 2>/dev/null | openssl x509 -noout -dates -issuer -subject notBefore=Oct 1 11:59:06 2021 GMT notAfter=Dec 30 11:...")
  • 14:17, 11 September 2024 Ardika Sulistija talk contribs created page OSI Model & TCP/IP Model (Created page with " ===OSI Model=== ---- <b>OSI Model</b> - Open Systems Interconnection Model. It is a conceptual model that characterizes and standardises the communication functions of a telecommunication or computing system without regard to its underlying internal structure and technology. The OSI model can be seen as a universal language for computer networking. ====The Seven Layers of the OSI Model==== ---- 600px|center|class=img-responsive =====<u>Ap...")
  • 14:15, 11 September 2024 Ardika Sulistija talk contribs created page Nvidia (Created page with "Useful resources: * https://docs.kinetica.com/7.1/install/nvidia_rhel/ * https://developer.nvidia.com/blog/streamlining-nvidia-driver-deployment-on-rhel-8-with-modularity-streams/ * Good Nvidia driver installation guide: https://docs.nvidia.com/cuda/pdf/CUDA_Installation_Guide_Linux.pdf ====How to install NVIDIA driver on RHEL8 for Specific GPU model (using .run file)==== ---- The following steps uses NVIDIA's <b>.run</b> file. For steps on how to install nvidia-drive...")
  • 14:09, 11 September 2024 Ardika Sulistija talk contribs created page Ntpd (Created page with "<b>Ntpd</b> - Newtwork Time Protocol Daemon The Network Time Protocol daemon is an operating system program that maintains the system time in synchronization with time servers using the Network Time Protocol. Wikipedia configuration for ntpd: </br> # /etc/ntp.conf,")
  • 14:09, 11 September 2024 Ardika Sulistija talk contribs created page Nmcli (Created page with "<b>Network Manager Command Line</b> - is used for controlling NetworkManager and reporting network status. ====Check connection status of interfaces==== ---- <b>nmcli dev status</b> # nmcli dev status DEVICE TYPE STATE CONNECTION docker0 bridge connected docker0 virbr0 bridge connected virbr0 enp0s3 ethernet connected enp0s3 virbr0-nic ethernet disconnected -- lo loopback u...")
  • 14:08, 11 September 2024 Ardika Sulistija talk contribs created page Nmap (Created page with " <b>nmap</b> - "Network Mapper", Network exploration tool and security/port scanner. Very useful for troubleshooting and checking if ports are open/closed/filtered. In comparison to telnet, nmap is actually smart enough that it can tell the difference between a closed port that is truly closed and a closed port behind a firewall. * <b>closed</b> - if a port is truly closed or down. * <b>filtered</b> - blocked by some firewall * <b>open</b> open An application...")
  • 14:08, 11 September 2024 Ardika Sulistija talk contribs created page Nginx (Created page with "https://www.tecmint.com/useful-nginx-command-examples/ </br>https://serversforhackers.com/c/redirect-http-to-https-nginx </br>https://linuxize.com/post/redirect-http-to-https-in-nginx/ ====How to find and check Nginx configuration==== ---- $ sudo nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ====How to find php.ini and www.conf==== ---- Find those full file paths using a...")
  • 14:08, 11 September 2024 Ardika Sulistija talk contribs created page Networking and Routing (Created page with " This page is mainly about useful networking/routing commands for Linux. ====/etc/sysconfig/network==== ---- Global default gateway configuration is stored in the <b>/etc/sysconfig/network</b> file. This file specifies gateway and host information for all network interfaces. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/ch-the_sysconfig_directory#s2-sysconfig-network https://access.redhat.com/documentation/en-us/red...")
  • 14:08, 11 September 2024 Ardika Sulistija talk contribs created page NetworkManager (Created page with "In RHEL7, the default networking service is provided by <b>NetworkManager</b>, which is a dynamic network control and configuration daemon that attempts to keep network devices and connections up and active when they are available. * Introduced in RHEL7 * Can configure network aliases IP addresses, static routes, DNS information, and VPN connections, as well as many connection-specific parameters. * Traditional <b>ifcfg</b> type configuration files are still supported.")
  • 00:49, 27 August 2024 Ardika Sulistija talk contribs created page Netstat (Created page with "<b>Netstat</b> is a useful command to learn more about the configuration of your system, and can be useful when troubleshooting connectivity issues related to the Transport and IP layer. Its great for checking your networking configuration and activity. Prints information about Linux Networking subsystems, such as routing tables, interface statistics, masquerade connections, and multicast memberships. https://www.tecmint.com/20-netstat-commands-for-linux-network-manage...")
  • 00:49, 27 August 2024 Ardika Sulistija talk contribs created page Netfilter (Created page with "<b>netfilter</b> - iptables, ufw and pf are all wrappers for netfilter, the network filtering module that provides Pre/Post routing, Input/Output, and packets forwarding. You can block packets using the filter table to route packets to other machines using the NAT table and turn the instance into a router.")
  • 00:48, 27 August 2024 Ardika Sulistija talk contribs created page Netcat (Created page with "https://www.thegeekstuff.com/2012/04/nc-command-examples/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%253A+TheGeekStuff+(The+Geek+Stuff) $ nc -zv dikapedia.com 443 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connected to 23.20.238.64:443. Ncat: 0 bytes sent, 0 bytes received in 0.03 seconds. To start a listening Netcat process: nc -l -p 1500")
  • 00:48, 27 August 2024 Ardika Sulistija talk contribs created page NFS (Created page with "<b>NFS</b> - Network File System ====How to set up an NFS Server and NFS Client==== ---- I haven't done this yet. I wanted to test it out but haven't gotten the chance. Try: https://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-setup-nfs-server-on-centos-7-rhel-7-fedora-22.html https://www.howtoforge.com/nfs-server-and-client-on-centos-7")
  • 00:48, 27 August 2024 Ardika Sulistija talk contribs created page MySQL / MariaDB (Created page with "MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system. ADD: https://dev.mysql.com/doc/refman/8.0/en/memory-use.html ==== Installation ==== ---- yum install mariadb-server mariadb -y apt-get install mariadb mariadb-server ==== Post-install Configuration ==== ---- (Recommend running these in order) Start the MySQL service: # sysVinit service mysqld start service mariadb start # Systemd systemctl st...")
  • 00:47, 27 August 2024 Ardika Sulistija talk contribs created page Mount (Created page with "<b>mount</b> - Command to mount partitions. ---- ====Examples==== ---- Mounts /dev/sdb2 to /mnt/[dir], you would have to create a directory in the /mnt/ directory mount /dev/sdb2 /mnt/[dir] Unmount: umount /dev/sdb2 To view all mounts for further information: mount mount | grep -i /dev/ $ mount | grep /dev/ tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) /dev/nvme0n1p2...")
  • 00:47, 27 August 2024 Ardika Sulistija talk contribs created page Memory (Created page with "===What is Memory?=== ---- What is <b>memory</b>? * Just a form of storage. * Computers have many layers of memory, the higher up you go, the slower to access: ** CPU registers (takes 1 CPU cycle) ** CPU cache, (L1, L2, L3) (takes 3 - 14 CPU cycles) ** RAM (~250 CPU cycles) ** Disk (~40 million) <b>Physical Memory</b> vs <b>Virtual memory</b> * Physical memory (aka main memory) memory is provided as a map to the OS. * This map is divided into page frames of 4KB each...")
  • 00:47, 27 August 2024 Ardika Sulistija talk contribs created page MediaWiki (Created page with "<strong>Powered by MediaWiki.</strong> Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release m...")
  • 00:46, 27 August 2024 Ardika Sulistija talk contribs created page MacOS (Created page with "====Set Persistent $PATH==== ---- cat /etc/paths /usr/local/bin /usr/bin /bin /usr/sbin /sbin /Users/ardikas/.toolbox/bin ====How to combine split zip files (and extract them)==== ---- When you come across split files that end with sequential numbers (e.g. .001, .002, etc...), before you can use the file, you first need to join the split files together into a single, whole file. A split ZIP file could look like this, for instance: 691-5088-A.zip_.001 691-5...")
  • 00:41, 27 August 2024 Ardika Sulistija talk contribs created page MTR (Created page with "https://www.linode.com/docs/networking/diagnostics/diagnosing-network-issues-with-mtr/</br> https://www.tecmint.com/mtr-a-network-diagnostic-tool-for-linux/</br> https://www.datapacket.com/blog/mtr-diagnose-network-issues</br> ADD THIS::: https://www.datapacket.com/blog/mtr-diagnose-network-issues BEST TO RUN WITH TCP FLAG INSTEAD OF DEFAULT ICMP: [May 14, 2020, 1:41 PM] Bawezir, Ahmed: "mtr -P <tcp port> -T -w <destination ip>" When analyzing an MTR output, I loo...")
  • 00:40, 27 August 2024 Ardika Sulistija talk contribs created page Lsusb (Created page with "lsusb - list USB devices (This was on Ubuntu 22.04) USB unplugged from system: $ lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0a5c:5842 Broadcom Corp. 58200 Bus 001 Device 002: ID 0c45:6a1d Microdia Integrated_Webcam_FHD Bus 001 Device 005: ID 8087:0033 Intel Corp. Bus 001 Device 001: ID 1d6...")
  • 00:39, 27 August 2024 Ardika Sulistija talk contribs created page Lspci (Created page with "<b>lspci</b> - list all PCI devices lspci is a utility for displaying information about PCI buses in the system and devices connected to them. It's a good way to determine the make and model of the graphics card in a system without physically inspecting the hardware is the lspci command. $ /sbin/lspci ... 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) ... This command will usually tell you the vendor and mode...")
  • 00:39, 27 August 2024 Ardika Sulistija talk contribs created page Lsof (Created page with "$ lsof | grep -i del . . (Output cut short) . apache2 151110 www-data DEL REG 0,1 81229715 /dev/zero apache2 151110 www-data DEL REG 0,1 74060991 /dev/zero apache2 151110 www-data 8w REG 259,2 12017916902 512005 /var/log/apache2/access.log (deleted) apache2 151110 www-data 9ur REG 259,2 0 5925 /tmp/.ZendSem.SLoNkY (deleted) apache2 151112 www-data DEL REG 0,1 81229715 /dev/zero apache2 151112 www-...")
  • 00:39, 27 August 2024 Ardika Sulistija talk contribs created page Lsblk (Created page with " $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 10G 0 disk ├─nvme0n1p1 259:1 0 10G 0 part / └─nvme0n1p128 259:2 0 1M 0 part $ lsblk -f NAME FSTYPE LABEL UUID MOUNTPOINT nvme0n1 ├─nvme0n1p1 xfs / afcf1342-1d40-41bd-bde9-e4ea5d87e3b6 / └─nvme0n1p128...")
  • 00:39, 27 August 2024 Ardika Sulistija talk contribs created page Logs (Created page with "https://www.eurovps.com/blog/important-linux-log-files-you-must-be-monitoring/ ====Ubuntu Logs==== ---- https://ubuntu.com/tutorials/viewing-and-monitoring-log-files#2-log-files-locations System logs System logs deal with exactly that - the Ubuntu system - as opposed to extra applications added by the user. These logs may contain information about authorizations, system daemons and system messages. Authorization log Location: /var/log/auth.log Keeps track of auth...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)