Search found 17 matches

by Kosmito
Thu Jun 05, 2025 12:15 am
Forum: Useful commands /// Comandos Utiles
Topic: Netstat - commands you can use...
Replies: 0
Views: 221

Netstat - commands you can use...

The netstat command is like a special tool in Linux that helps you understand and check things about how your computer connects to the internet. It can tell you about the connections your computer is making, the paths it uses to send information, and even some technical details like how many packets...
by Kosmito
Fri May 30, 2025 10:17 pm
Forum: Tutorials for Apps/Docker on BASH
Topic: How to Install Frappe/Erpnext on Ubuntu Server 22.04
Replies: 0
Views: 258

How to Install Frappe/Erpnext on Ubuntu Server 22.04

This is under construction and can be change in any moment if you find some error send mail to -------------------------------------------------------------------------------------------- Kosmitodev@gmail.com -------------------------------------------------------------------------------------------...
by Kosmito
Mon Apr 07, 2025 8:56 pm
Forum: CyberPanel
Topic: How to Change CLI PHP on CyberPanel?
Replies: 0
Views: 228

How to Change CLI PHP on CyberPanel?

How you can change the default version of PHP on CLI? If you have certain needs and PHP 7.4 does not work for certain application you can run following command to update the default PHP on CLI. Set Command line to PHP 7.3 ln -sfn /usr/local/lsws/lsphp7.3/bin/php /usr/bin/php Set Command line to PHP ...
by Kosmito
Tue Apr 02, 2024 1:37 am
Forum: BASH Scripting
Topic: Hexo systemD unit file
Replies: 0
Views: 260

Hexo systemD unit file

Hexo is a simple, lightweight node blog framework. It didn’t include a SystemD Unit file, so I created one: Hexo SystemD Unit File Create the next file on this location # cd /etc/systemd/system/ [Service] WorkingDirectory=/home/YOURDOMAIN/FOLDER WHERE IS INSTALLED ExecStart=/usr/local/bin/hexo serv...
by Kosmito
Sun Feb 18, 2024 9:43 pm
Forum: Test Forum
Topic: more testing
Replies: 0
Views: 142

more testing

googledrive

gif
Image
by Kosmito
Thu Feb 15, 2024 10:28 pm
Forum: CyberPanel
Topic: Reverse Proxy Traffic on CyberPanel (Include New Method)
Replies: 0
Views: 175

Reverse Proxy Traffic on CyberPanel (Include New Method)

With OpenLiteSpeed Old Method Open command line and edit: /usr/local/lsws/conf/httpd_config.conf extprocessor dockerbackend { type proxy address 127.0.0.1:8080 maxConns 100 pcKeepAliveTimeout 60 initTimeout 60 retryTimeout 0 respBuffer 0 } Take note of the address line. Make sure to replace port 80...
by Kosmito
Wed Dec 06, 2023 6:13 pm
Forum: Tutorials for Apps/Docker on BASH
Topic: Minecraft Server (Auto start scripts)
Replies: 0
Views: 199

Minecraft Server (Auto start scripts)

This script allow to send message when you restart or shutdown the server warning the users this script on ubuntu server go on bash#: /etc/systemd/system make a file with the name what ever you like bash#: /etc/systemd/system/nano chooseyourname.service copy this code and change the parts you need [...
by Kosmito
Wed Dec 06, 2023 5:49 pm
Forum: Useful commands /// Comandos Utiles
Topic: How to Generate HASH file on JS, CSS and others files
Replies: 0
Views: 147

How to Generate HASH file on JS, CSS and others files

on Linux console you need to use this command bash#:openssl dgst -sha384 -binary example.js | openssl base64 -A this is going to give you something like this grSmhim7l2CkmGXtqSePI7cwM/7NymZ7eQkKk3WwaZyjfkef6IziTCUrHtz0NfwD with this you go to the script or css line on the html and put this integrity...
by Kosmito
Wed Dec 06, 2023 5:47 pm
Forum: JavaScript
Topic: Set Cookies on Bootstrap 5.3 With Checkbox
Replies: 0
Views: 248

Set Cookies on Bootstrap 5.3 With Checkbox

The code is using a form and a simple disable script with the cookie check This is the Form on HTML <form class="needs-validation" id="disclamer" novalidate> <span class="disclamer"> <p><b>US Citizen or resident</b></p> <p>I am not a U.S Citizen or resident.</p> <p><b>C...
by Kosmito
Tue May 09, 2023 12:16 am
Forum: Tutorials for Apps/Docker on BASH
Topic: Note of Instalation EDSCC (Underconstrution)
Replies: 0
Views: 212

Note of Instalation EDSCC (Underconstrution)

First we start cloning the repo with @backend:/home/edscc-ng# gh repo clone shuki25/edscc-ng we need to install the dependency @backend:/home/edscc-ng# pip install django celery django-environ whitenoise channels django-jazzmin django-allauth django-crispy-forms django-celery_beat djangorestframewor...