• About
  • Blog
  • Home
  • OS X Top Essential Terminal Commands

    Rename a file or folder via command line mv oldName newName   Remove directory with files rm -rf dir_name_to_delete -r “recursive” -f “force” (suppress confirmation messages)   See hidden files in directory ls -a ls: “Directory listing”,  -a:”Show with hidden files/folders” -l:”vertical detailed list view”   Delete the content of your app/cache and app/logs folders rm…

    2015/06/18
  • Install Plugins And Update WordPress On Localhost Without FTP Account

    When working on WordPress websites locally the common problem we had is not being able to install plugins from within the plugin backend page. When you try to install a plugin you’re asked to enter FTP credentials to proceed (the ‘FTP connection details’ fields). To resolve this issue; we can simply add the following code to the wp-config.php to…

    2015/06/15
  • How to Customize your Terminal Prompt On OS X Yosemite 10.10

    How to Customize your Terminal Prompt On OS X Yosemite 10.10

    Edit your .bash_profile with terminal command below; nano .bash_profile Add this line: export PS1=”(emoji) \W (emoji) $ ” (emoji) you can simply drag and drop the emoji into the text line.

    2015/06/13
  • WordPress Immigration/transfer and Database Modification

    You finished your WordPress website on your localhost then transferred all files and DB but this is not enough to get it work! Because many link in the DB are still pointing the localhost.

    2015/06/05
  • Creating WordPress Custom Post Type | Advanced

    Registering post type in function.php Create custom related pages. Settings->Permalinks [Update] Done! This post improved version of previous Creating WordPress Custom Post Type | Basic

    2015/05/15
  • Creating WordPress Custom Post Type | Basic

    Registering post type in function.php Create custom related pages. Settings->Permalinks [Update] Done!

    2015/05/15
  • Add a File Extension in a Folder with OS X Terminal Application

    If you need to add file extension for hundred of file in a folder this terminal command will save your life.

    2015/04/16
  • Programming ATtiny85 With Arduino IDE & Arduino Uno as ISP

    Programming ATtiny85 With Arduino IDE & Arduino Uno as ISP

    It’s possible to transfer your Arduino sketches on ATtiny85 by using Arduino Uno (in this example) as ISP programmer.

    2015/04/03
  • RF 433 MHz Frequency Band Analyser | Sniffer

    RF 433 MHz Frequency Band Analyser | Sniffer

    RF 433 MHz Frequency band analyser is an Arduino based simple radio frequency signal detector. According to RF module it catch all signals and show the signal values on LCD screen.

    2015/04/01
  • Using an Arduino as an AVR ISP (In-System Programmer)

    Using an Arduino as an AVR ISP (In-System Programmer)

    This tutorial explains how to use an Arduino board as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader and/or onto AT mega 328.

    2015/03/26
  • Some Useful WordPress Plugins

    Some Useful WordPress Plugins

    Here, I want to make a quick list of some nice useful wp-plugins that I’ve tested.

    2015/03/20
  • How to find the serial port number on Mac OS X?

    How to find the serial port number on Mac OS X?

    To find find your serial port list; It’s a build-in method in Mac OS X to find all ports with a terminal command.

    2015/03/12
←Newer Posts Older Posts→

dejaWorks

Proudly powered by WordPress