Skip to content
No results
  • All articles
  • Showcase
  • About
  • Contact
draghici.net
  • All articles
  • Showcase
  • About
  • Contact
draghici.net
  • Useful tools

gource – a video from your git repository

  • Cristi Draghici
  • June 29, 2016

Here is some info from the project’s website: Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre.…

Read Moregource – a video from your git repository
  • Programming

OS X – Useful development programs for beginners

  • Cristi Draghici
  • June 28, 2016

If you are new as a developer on mac os, you might find the following free tools useful: Other interesting, but paid software is: Honorable mentions:

Read MoreOS X – Useful development programs for beginners
  • Programming

Change node.js version

  • Cristi Draghici
  • June 26, 2016

Use the following commands to change the node.js version: sudo npm cache clean -f sudo npm install -g n sudo n 5.1.1 Instead of 5.1.1 you can write…

Read MoreChange node.js version
  • Programming

Ubuntu – Autostart PPTP VPN in Raspberry

  • Cristi Draghici
  • June 21, 2016

Login with your SSH account and execute the command: Then, add the following line at the end of the file: Save and close the file and you’re done!

Read MoreUbuntu – Autostart PPTP VPN in Raspberry
  • Programming

MariaDB – allow user to connect from anyhost

  • Cristi Draghici
  • June 15, 2016

Use the following command in your server to allow user to connect from anyhost:

Read MoreMariaDB – allow user to connect from anyhost
  • Useful tools

Brackets.io – a new code editor

  • Cristi Draghici
  • June 13, 2016

For a few months I have been using Brackets.io as my main editor.

Read MoreBrackets.io – a new code editor
  • Useful tools
two black computer monitors on black table

megaboilerplate bundles

  • Cristi Draghici
  • June 13, 2016

With megaboilerplate you can choose the type of node project (Node.js, Static site, JS Library, Electron), Express or Meteor, the template system, whether you want built in authentication…

Read Moremegaboilerplate bundles
  • Programming

Disable ajaxStart and ajaxStop events for a single request

  • Cristi Draghici
  • June 1, 2016

To disable the ajaxStart and ajaxStop  events, add global: false in the request. Example:

Read MoreDisable ajaxStart and ajaxStop events for a single request
  • Programming

WordPress – Show the thumbnail and the title of a WP post with Bootstrap media

  • Cristi Draghici
  • April 28, 2016

Add the following code to your theme’s functions.php file:

Read MoreWordPress – Show the thumbnail and the title of a WP post with Bootstrap media
  • Programming

WordPress – Adding Bootstrap to wp_list_categories()

  • Cristi Draghici
  • April 25, 2016

Add the following code to your theme’s functions.php file: Use the categories list function like this:

Read MoreWordPress – Adding Bootstrap to wp_list_categories()
  • Programming

Make USB stick bootable

  • Cristi Draghici
  • April 18, 2016

When trying to make a USB stick bootable, one might try to take the following steps: Sources:

Read MoreMake USB stick bootable
  • Programming

WordPress – Allow HTML code in taxonomy description

  • Cristi Draghici
  • April 11, 2016

To allow HTML code in the taxonomy description in WordPress, add the following code to your theme’s function.php file:

Read MoreWordPress – Allow HTML code in taxonomy description
Prev1 … 8 9 10 11 12 13 14 … 17Next
No more posts to load

Recently updated

  • Host old apps in containers with Debian 12
  • Setting up my new Raspberry Pi
  • How to test your frontend applications
  • Family tree – Genealogy application with React
  • Modernizing the internals of an old notes taking app

A quick note

I post here articles that I found interesting, solutions to problems I have encountered and last but not least, display information about my projects and achievements.

Categories

Everything else (85) Programming (177) Useful tools (23)

draghici.net © 2006 - 2025 - Most of the rights reserved