Posts

Magicstick

  Ah nice 😃 you mean ImageMagick (the “magick” command) — it’s like a Swiss-army knife for images. You can do a lot more than just changing DPI! Here are some powerful things you can try: 🔧 Basic Operations Resize image magick input.jpg -resize 1024x768 output.jpg (Scales to 1024×768 px) Convert format magick input.png output.jpg (PNG → JPG, works with almost all formats) Crop image magick input.jpg -crop 800x600+100+50 output.jpg (Crops to 800×600 starting 100px from left and 50px from top) Rotate image magick input.jpg -rotate 90 output.jpg 🎨 Enhancements Adjust brightness/contrast magick input.jpg -brightness-contrast 20x10 output.jpg Sharpen image magick input.jpg -sharpen 0x1 output.jpg Blur image magick input.jpg -blur 0x5 output.jpg 🖼 ️ Creative Stuff Add text watermark magick input.jpg -font Arial -pointsiz...

Windows Admin Center (WAC)

 27-09-2025 Nice choice 🚀 — **Windows Admin Center (WAC)** is like a geek’s control panel for Windows. It gives you a **web-based interface** to manage your PC, servers, Hyper-V, storage, users, and more, all in one place. Here’s a full breakdown: --- ## 🔧 What is Windows Admin Center? - A **web-based management tool** by Microsoft.      - Runs locally in your browser (no cloud needed).      - Lets you manage:          - System info (CPU, RAM, updates, logs)              - Storage (disks, volumes, shares)              - Users & groups              - Services & scheduled tasks              - Registry & PowerShell remotely              - Hyper-V, Windows Server, Failover Clusters (if enabled)          --- ## 🖥️ How to ...

Windows Techie Services #windows #services #apps

 ### 🔧 **Geeky Services / Features in Windows** 1. **OpenSSH Server**          - Lets you SSH into your Windows machine just like Linux.              - Useful for remote management or automating tasks from another PC.              - Enable via:                  `Add-WindowsCapability -Online -Name OpenSSH.Server`          2. **Windows Subsystem for Linux (WSL)**          - Run Linux alongside Windows without VM overhead.              - Perfect for coding, Docker, networking experiments, and security testing.              - You can install **Ubuntu, Debian, Kali, etc.**          3. **IIS (Internet Information Services)**          - A full web server built into Windows.   ...

Sync Applications

  Here are some apps that allow you to automatically back up files larger than 500MB from your Android file manager to the cloud: 1. AutoSync for Google Drive / OneDrive / Dropbox / Mega 🔹 Features: Auto-sync folders between your phone and cloud storage. Supports Google Drive, OneDrive, Dropbox, MEGA, and Box . Custom sync schedules (instant, periodic, or manual). Works with large files (500MB+). 🔹 Download: Autosync for Google Drive Autosync for OneDrive 2. FolderSync 🔹 Features: Supports Google Drive, Dropbox, OneDrive, MEGA, Box, and FTP/SFTP . Can automatically sync selected folders from your file manager. Allows background syncing for large files. 🔹 Download: FolderSync 3. Resilio Sync (P2P Cloud Backup) 🔹 Features: Backs up files without size limits . No third-party cloud – syncs between your phone and PC/NAS directly. Great for privacy-focused users. ?...

PKM Apps

 PKM (Personal Knowledge Management) apps are tools designed to help individuals capture, organize, and retrieve information efficiently. These apps assist in managing notes, research, tasks, and ideas to enhance learning, creativity, and productivity. Types of PKM Apps Note-taking Apps – For capturing and organizing thoughts. Examples: Obsidian, Notion, Logseq, Evernote Outliners & Mind Mapping Tools – For structuring ideas hierarchically. Examples: Workflowy, Roam Research, MindMeister Second Brain & Zettelkasten Apps – For knowledge retention and linking concepts. Examples: Obsidian, Roam Research, TiddlyWiki Task & Project Management Apps – For managing to-dos and projects. Examples: Todoist, ClickUp, Trello Read-it-later & Research Tools – For saving and annotating web content. Examples: Pocket, Instapaper, Zotero Since you're learning Obsidian, it's a great PKM tool for creating interconnected notes using markdown. Le...

Chrome Extension Apps

Tech  1.Save All The Resources -  

Obsidian

Image
Plugins   obsidian icon folder commander Quick Add Advanced Table Data View  Projects ExcaliDraw Themes Icon changer Directory Sub Directory Core Plugins (Built-in) Daily Notes : Automatically creates and manages daily notes. Templates : Allows you to create and use templates for your notes. Tag Pane : Provides an overview of all tags in your vault. Backlinks : Shows all the notes that link to the current note. Graph View : Visualizes the connections between your notes. Community Plugins (User-Created) Calendar : Adds a calendar view to navigate daily notes easily. Kanban : Enables Kanban boards for task management within Obsidian. Dataview : Allows you to query your notes and display the data in various formats (tables, lists, etc.). QuickAdd : Provides quick addition of notes and templates via a customizable interface. Excalidraw : Integrates Excalidraw for creating hand-drawn diagrams and sketches within notes. Obsidian Git : Syncs your notes with a Git repository for ...