OCI Routing Between 2 VCNS in Same Region using LPGs
Scenario :- Same Region – Local VCN Peering References Also Check Out :- Peering Between 2 Different Regions
OCI Routing Between 2 VCNS in Same Region using LPGs Read More »
Scenario :- Same Region – Local VCN Peering References Also Check Out :- Peering Between 2 Different Regions
OCI Routing Between 2 VCNS in Same Region using LPGs Read More »
Step1 , Install Apache sudo apt install apache2 -y Step 2 , Install Mysql sudo apt install mysql-server -y sudo mysql_secure_installation Step 3 :- Create Virtual Host for your website Use the Below Command to Create the directory , this is where you must keep the WordPress files :- sudo mkdir /var/www/<your website directory> Using
Setup WordPress LAMP , Ubuntu 22.04 Read More »
Building From Source Compiling Release Branch (production) Release source build Starting FreeSWITCH Set Owner and Permissions Start Freeswitch after installation (Optional) Create systemd freeswith service to auto start freeswitch https://github.com/traviscross/freeswitch/blob/master/debian/freeswitch-systemd.freeswitch.service Refrences Start Doing local extension Calls Freeswitch by default will create some users with pass (1234) for you starting from 1000 to 1019, u can
FreeSWITCH 1.10 installation – build from source debian 11 Read More »
Step 1 change port in registry Using Windows Registry Here is a step-by-step guide on how you can change the port number using the Windows Registry. Step 2 allow it though the firewall Navigate to windows firewall In rule Type select Port Specify the same TCP port you specified in the registry In action select
Change default Remote Desktop Port + (Powershell script) Read More »
Step 1 Enter into the config directory Run the following command to create the new directory Then create a file called Auto start paste the following code in that file then create a file called kiosk.sh using the Nano text editor paste the following code in to it make the file executable using the following
Kiosk Chromium Raspberry Pi Read More »
can cehck ifg ipv6 is enablaed using the following command:- Disable Ipv6 on all interfaces Using sysctl.d directory Create file in the /etc/sysctl.d directory using the following command: Paste (left click on putty) the following line in this file: Save and press ‘Ctrl +X’ then ‘Enter’ to exit from Nano editor Run the below command
Disable ipv6 on debain 10 Read More »
Caution this process will take disk space on host system, if u want to SCP and compress at the same time, with no intermediate save then read this article :- https://linuxguides.net/compress-and-transfer-at-the-same-time-using-ssh/ If u want to create and transfer a archive from your server to another server you can do it with the following commands:- Step
Compress and transfer files to remote server using SCP command Read More »
Use the following command we will pipe the output of tar directly into ssh Where, zcvf stands for -z : Compress archive using gzip program in Linux or Unix -c : Create archive on Linux -v : Verbose i.e display progress while creating archive -f : Archive File name You can extract the archive on the remote server using
Compress and transfer at the same time using SSH Read More »
There are 2 diffrent ways OR Sources https://stackoverflow.com/questions/5456120/how-to-only-get-file-name-with-linux-find http://www.unixcl.com/2009/08/remove-path-from-find-result-in-bash.html
Get only filename from find command without path Read More »