Skip to content
  • View menu
  • View sidebar

Ronniee

Software Engineer

  • Home
  • About Me
  • Quran
October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Sep    

Recent Posts

  • Windows workflow to set up and run the Python AI agent that generates posts with OpenAI and publishes them to WordPress.
  • how to generate .pot file for a custom WP plugin using WP cli
  • Get all $_POST in Joomla 3.X
  • Show the list of files
  • Get Super users in Joomla

Categories

  • AI
  • GIT Command
  • Javascript
  • Joomla2.5.X
  • Joomla3.X
  • jQuery
  • PHP
  • Uncategorized
  • WordPress

Category / GIT Command

November 28, 2016November 28, 2016 by admin

Show the list of files

  • GIT Command
  • Leave a comment

ls -t1

This will list all files ordered by access time

head -n 5

list the latest 5 files in the directory

November 28, 2013November 28, 2013 by admin

Ignore a file/directory

  • GIT Command
  • Leave a comment