loading...

Linux

Latest Posts
CACTI

====================== Basic Configuration ====================== # timedatectl set-timezone Asia/Dhaka# timedatectl  # vi /etc/selinux/config SELINUX=disabled:x # chkconfig firewalld on#reboot # hostnamectl set-hostname graph.nmslab.net# logout # hostname # nmtui# nmcli…

Apex Code

=============================================================================https://www.youtube.com/watch?v=P_iYWgzaRek 1. Create An App with default settings –> Step1: We Need a table Login.->Run in SQL Commands CREATE TABLE…

Install Oracle Apex – Linux

1. Create User: oracle2. RAM 8 GB, Space 30 GB ======================================================================================================Following software are installed in the given order for Apex.   1-jdk-16.0.2_linux-x64_bin.tar.gz 2-Oracle Database…

Install Oracle Apex – Win

============ Option 01 ============= –>>>>>>>>>>> How to Install Oracle Database 12c on Windows 10https://www.youtube.com/watch?v=uS1nLECyQRw&list=PL6dR9qqdUVLRSCnOwol3XNdIlhS9Ka5nb&index=6 –>>>>>>>>>>> How to Install Oracle Apex…

VNC – VS Code – Zsh

======================== VNC ====================================# sudo apt install x11vnc # sudo x11vnc Now goto Mobaxterm –> Start New Romte Session –> VNC…

LVM

# lsblk# fdisk -l# pvscan# fdisk /dev/sdb# lsblk# pvcreate# pvcreate /dev/sdb1# vgdisplay# vgextend rhel /dev/sdb1# pvscan# lvdisplay# lvextend /dev/rhel/root /dev/sdb1#…

1 2