Monday, April 27, 2026

Verifone

New Acquisition

1. ADP attaendance machine for sites

2. Check if trendar on site

3. IF MNSP cyber required and unbranded then send request to cole for new cybera 

4. if sites will move to pdi request to creat site on pdi server

5. MID account opening request to Merchant

6. New Internet if Att, New Internet if comcast

7. Panelcfg and screencfg from verifone import utility - for register screen make sure choose correct location

8. PDI Setup - PDI tunnel or Cisco VPN, pdi software installation through manual

9. Phone line setup porting or connection

10. Site addition to fuleman send request to abdel moulaye

11. Site Computer and printer setup

12. Skupos setup

13. Small terminal shipping

14. Snap for Sites

15. SS4, Sales Tax permit, Snap for small terminal and MID account & Modisoft account

16. Western union machine shipping or account


Commander 























------------------------------------------------------------------------------------------------------------------
Register

























Saturday, April 25, 2026

AI Tools & uses

 




1. Google AI Studio -> All in one (Video Image Website App )
Search in google (google ai studio) then signin with a email
Playground - you can perform here (code chatm, image generation, video generation, text to speech, real-time) like real time to talk to english for learning simply click to talk button and start conversation.




Share Screen - You can share screen and take help regarding issues






Build - You can build mobile app and websites here. You just need to type a prompt you can get a good prompt from chatgpt



2. Grok -> Type in google (grok and signin, it can be use for writing purpose like latter, email, document, blog, article, simply click pick personas


3. google notebooklm -> good for learning pupose like you can say What AI and it's future


4. google flow ->  for video creation, you can creat video through text or image. simply upload image and type prompt " I want this girl or boy saying I am going to visit the world who will be with me in this journey"

labs.google

click new project then upload image or video or text






5. Claude ai -> 

6 perplexity.ai ->  This tools is good for video genration also for Tell me best phone under 20k or Tell me best laptop under 36k (advise or suggestions) 

if you wanna generate video in perplexity check image below


upload image check beow image, if you don't have image you can also generate in perplexity.


Image uploaded now type prompt and hot enter or aero as below image




7. Arena.ai -> Select battle mode in this so it will use two ai tools and will provide you two different responses. let's support 




Tuesday, April 21, 2026

Help Desk and system troubleshooting

Every help desk person should be familiar with these basic commands

ncpa.cpl -     Opens network windows
sysdm.cpl -     Opens system properties
firewall.cpl -     Opens system firewall window
compmgmt.msc -     Opens Computer management
devmgmt.msc -     Opens device manager
diskmgmt.msc -     Opens disk management
dsa.msc -     Active directory user management
gpmc.msc - 
mstsc -     Remote desktop
hostname -     Show computer name
ipconfig -     IP details
ipconfig /all -  IP details
ipconfig /renew -     Renew ipd addre
msconfig -     system config for startup
dxdiag -     DirectX system detail
servcies.msc -     Windows services
nslookup -     Check DNSlookup
tracert -     Follow route for destination
ping -     Check response from remote locations
gpedit.msc -     Group policy
powercfg /batteryreport -     laptop Battery report checking
gpupdate.msc








Saturday, April 11, 2026

Install Ubuntu Server with Mysql, PHP myadmin and Webmin aapanel

 Install ubuntu server then insall mysql phpmyadmin then try few databases from linux side and webportal using queries, Install Webmin.

Follow below instructions



Update your package list: sudo apt update

Upgrade installed packages: sudo apt upgrade -y

lsb_release -a

cat /etc/os-release

hostnamectl

sudo apt update && sudo apt upgrade -y   - install the latest software patches

sudo reboot

Install package: sudo apt install mysql-server

Verify status: Check if the service is running with sudo systemctl status mysql

Access MySQL: sudo mysql.

Set root password: Replace 'your_password' with a strong one

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '6300';

EXIT;

PHPMYAdmin

Run the following commands to update your local package index and install the necessary files: 

sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl

ifconfig: An older, deprecated tool. If it is not found, you can install it via sudo apt install net-tools

sudo mysql -u root -p SHOW DATABASES;

Type the following command in the text field: CREATE DATABASE my_database_name;

http://192.168.5.152/phpmyadmin



Webmin Install and Setup :  go to webmin site and follow script and commands




use this file to allow permission on ip
sudo nano /etc/webmin/miniserv.conf




Backup database and restore from Webmin







OR You can also backup by clicking on databse then select all 





Choose whether you want backup in server or wanna download in your computer through browser





Now Lets restore databases



Let's restore from remote computer that was download through browser



Download Free Template extract and past in /var/www/html and check demo website





another powerful Webserver and mostly widely used then acpache is nginx, let install nginx and install it's aapanel for GUI (web Interface)

You can install nginx using commands

sudo apt install nginx -y
Allow both HTTP and HTTPS: sudo ufw allow 'Nginx Full'
Stop: sudo systemctl stop nginx
Start: sudo systemctl start nginx
Restart: sudo systemctl restart nginx
Reload (apply changes without downtime): sudo systemctl reload nginx
Enable (start on boot): sudo systemctl enable nginx 

Install aapanel for nginx web interafce using command below or search in google

wget -O install.sh https://www.aapanel.com/script/install_7.0_en.sh && sudo bash install.sh


Once aapanel installed you need to reset ID/Password using command sudo bt then number 5 and 6 for new user/password.



go to web browser enter server ip:port and enter user/password