Posts

Showing posts from November, 2022

siard

WP Backend Installation   Install theme via WordPress Step 1 : Navigate to  Appearance  >  Themes Step 2 : Click  Add New , then click  Upload Theme  >  Choose File Step 3 : Navigate to the  .zip  ( siard-wp-theme.zip ) file on your computer, then click  Install Now Step 4 : When the installation completes, click  Activate . You will be redirected to the Themes page with  Siard  activated. There are required plugins available for the  Siard  theme and these manage many important tasks, including plugin installation, demo data import, and update notifications. Advanced Custom Fields Pro Unyson Framework Demo Installation Theme demo data import lets you have the whole data package in minutes, delivering all kinds of essential things quickly and simply. All you need to do is to navigate to  Unyson. If you want your site to look like exactly the  ‘Siard’  demo, you have to import the demo content successfully. Download  Backup & Demo Content  Extension. IMPORTANT: Installing this

Integrity check failed for "camel-case" (computed integrity doesn't match our records

  yarn cache clean yarn --update-checksums yarn install

how to change strapi port

/home/stax-api.workdaytraining.top/public_html/stax-api root@vmi728455:/home/stax-api.workdaytraining.top/public_html/stax-api# cat .env HOST=0.0.0.0 PORT=1339 APP_KEYS=FQvObQaSR2OTcGELsB5OtA==,Pgic8HSCUBL4VQqbu5Rl1g==,nCesqteZqgWRyyrRCwDlTA==,DNFXPA+8VAdYrSVrQGOxFQ== API_TOKEN_SALT=yugef/wBi20YraZCtlyZCQ== ADMIN_JWT_SECRET=OXnlNnUa4gosIS17Vc6QpA== JWT_SECRET=re4GZkj544v3cSG5XF16xQ== root@vmi728455:/home/stax-api.workdaytraining.top/public_html/stax-api# node server.js  Project information ┌────────────────────┬──────────────────────────────────────────────────┐ │ Time               │ Tue Nov 29 2022 23:21:41 GMT-0500 (Eastern Stan… │ │ Launched in        │ 7797 ms                                          │ │ Environment        │ development                                      │ │ Process PID        │ 1322229                                          │ │ Version            │ 4.2.2 (node v16.18.1)                            │ │ Edition            │ Community                             

exim ssl

Image
 

jupitermeet

For larvel vc24.net set the public folder to root directory  docRoot $VH_ROOT/public_html/public in public_html then https://vc24.net/install Application has been successfully installed. APP_NAME="JupiterMeet" APP_ENV=production APP_KEY=base64:Is+rALdSKwIva+qPhcaUnmgctA/wfUqY3xY3oXCZIXo= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=https://vc24.net DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=vc24_net DB_USERNAME=vc24_net DB_PASSWORD="HbbKmLj8DC@3qqaO" cd server root@vmi728455:/home/vc24.net/public_html/server# cat .env KEY_PATH=/etc/letsencrypt/live/vc24.net/privkey.pem CERT_PATH=/etc/letsencrypt/live/vc24.net/fullchain.pem DOMAIN=https://vc24.net PORT=9006 MAX_FILESIZE=50 USER_LIMIT_PER_MEETING=10 "Error: EACCES: permission denied, open '/root/.pm2/module_conf.json'" run npm run live with the user  serve7089 not as root install php extensions apt install php7.4 php7.4-mbstring php7.4-mysqli php7.4-curl php7.4-

ghost

 workd6783@vmi728455:~/public_html$ sudo npm install ghost-cli@latest -g npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE   package: 'ghost-cli@1.23.1', npm WARN EBADENGINE   required: { node: '^12.22.1 || ^14.17.0 || ^16.13.0' }, npm WARN EBADENGINE   current: { node: 'v18.12.1', npm: '8.19.2' } npm WARN EBADENGINE } /home/workdaytraining.app/.nvm/versions/node/v16.13.0/bin/node sudo npm install ghost-cli@latest -g Do not use sudo else will get wrong node of root user not he user with whom you are trying

Nokia G-2425G-g - Unlock/Root ~ Step by Step detailed guide

  Disclaimer : I'm not responsible if you brick your  router  in-between the process. 1. Open 192.168.1.1 in any browser default username password both is admin 2. Go to Maintenance->backup and restore->export config file on your desktop it will be saved as config.cfg 3. Download & install python on your pc also download this file(python script) on your desktop nokia-router-cfg-tool.py #!/usr/bin/env python3 # # Nokia/Alcatel-Lucent router backup configuration tool # G2425 support added by rajkosto on 20/11/2022 # # Features: # - Unpack/repack .cfg files generated from the backup and restore functionnality # in order to modify the full router configuration # - Decrypt/encrypt the passwords/secret values present in the configuration # # Original author blog post: https://0x41.cf/reversing/2019/10/08/unlocking-nokia-g240wa.html # # Released under the MIT License (http://opensource.org/licenses/MIT) # Copyright (c) Sami Alaoui Kendil (thedroidgeek) # Copyright (c) Rajko