Skip to content

Instantly share code, notes, and snippets.

View moosavimaleki's full-sized avatar
🎯
Focusing

Seyed hamed moosavi moosavimaleki

🎯
Focusing
View GitHub Profile
xfreerdp3 /v:127.0.0.1:3389 /u:MyWindowsUser /p:MyWindowsPassword /cert:ignore +clipboard /dynamic-resolution
python /home/h-mousavi/.local/bin/linoffice/gui/linoffice.py
~/.local/bin/linoffice/venv/bin/podman-compose --file ~/.local/bin/linoffice/config/compose.yaml up
xfreerdp3 /v:127.0.0.1:3389 /u:MyWindowsUser /p:MyWindowsPassword /cert:ignore +clipboard /dynamic-resolution /drive:linux_home,/home/h-mousavi/
------------------------
@moosavimaleki
moosavimaleki / AppImageDesktopInstaller.md
Last active October 6, 2025 09:01
AppImage Desktop Installer / نصب‌کننده دسکتاپ برای AppImage

AppImage Desktop Installer / نصب‌کننده دسکتاپ برای AppImage


📦 What is this?

A universal bash script that automatically creates desktop entries for any AppImage file on Linux. No more manual .desktop file creation!

@moosavimaleki
moosavimaleki / README.md
Last active July 2, 2021 18:03
add postgres seq (sequence) to all table (automatic add sequence to all table in postgresql with php script[laravel])

automatic add sequence to all table in postgresql with php script [laravel]

run this code in laravel

change owner or schema or ...

code steps:

  1. get all tables
  2. get max id in each table