Skip to content

dimitar.me

Dimitar Darazhanski's blog

Menu

  • About
  • Apps

Linux

Block a range of IP addresses from reaching your server

When your Linux server gets bombarded with malicious requests the quickest and easiest thing is to block the offending IP address (or the entire range) using iptables: To block just one IP address: $ sudo iptables -A INPUT -s 103.10.86.53

dimitar November 22, 2014October 14, 2025 IT Security, Linux, Networking, Ubuntu Read more

How to create an ftp user and allow write to the apache root directory with proper permissions

I do not recommend having a set up like this due to the multiple security vulnerabilities that it presents. There are much better and more secure ways to develop and deploy to a server. If you can use WebDAV, scp,

dimitar July 23, 2014October 14, 2025 IT Security, Linux, Ubuntu Read more

Software Center in Ubuntu 12.04 crashes on startup

Recently the Software Center started crashing on startup. Initially I thought it was due to network issues, but after a further examination it turned out not to be the case. Running it from the panel will not give you any

dimitar May 23, 2012October 14, 2025 Linux, Ubuntu Read more

Remove vim color coding in Ubuntu

By default Ubuntu’s vim utility is configured to color code certain keywords, comments, extensions, etc. I personally do not like this. So I just disable that feature. And while I am at it, I also enable the ruler, which displays

dimitar November 7, 2011October 14, 2025 Linux, Ubuntu Read more

How to enable the ath9k wireless driver on Ubuntu Lucid (10.04)

Ath9k is the latest wireless driver for the newer Atheros chipsets and just like the MadWifi driver could be used to put your NIC in a promiscuous mode, do packet injection, etc. in order to crack WEP. Check the compatibility

dimitar September 17, 2010October 14, 2025 Linux, Ubuntu Read more

Change the date and time (or any other EXIF image meta-data) of pictures with Ubuntu

There is a very flexible and easy Linux tool that helps you change the EXIF meta-data of images. It allows you to change individual files or whole bunch of them with one command. You can also put different rules about

dimitar August 11, 2010October 14, 2025 Linux, Ubuntu Read more

Just Upgraded my Nexus One from Android 2.1 to Android 2.2

The latest Android OS version 2.2 (“Froyo”) was announced at the Google I/O conference on the 11th of May. As you already probably know it adds multiple enhancements like tethering, wifi hotspot functionality, full support for Flash, etc. Since I

dimitar July 2, 2010October 14, 2025 Android, Apple, Linux Read more

Find the Geopgraphical Location of an IP Address

There are a few applications that give the geographical location of an IP address *. My favorite one is VisualRoute. It not only maps the location of the source and destination IP addresses, but also all the hops in between.

dimitar June 28, 2010October 14, 2025 Linux, Networking Read more

Install Subversion and Subclipse for Eclipse on Ubuntu

If you do not have Eclipse installed yet, run: sudo apt-get install eclipse Install Subversion sudo apt-get install subversion Install the Subversion plugin for Eclipse Get the Java bindings for Subversion: sudo apt-get install libsvn-java Now we are ready to

dimitar June 17, 2010October 14, 2025 Eclipse, Linux, Ubuntu Read more

Extract Audio (.mp3) from Video Files Like .flv, .mov, .avi and Others with Ubuntu

It is very easy to extract the audio track from video files using Linux. All you need is ffmpeg and some codecs. Let’s get started… Note: The commands below are for Ubuntu (or Debian derivatives) but you can do the

dimitar January 20, 2010October 14, 2025 Linux, Ubuntu Read more
  • « Previous
  • Next »

Archive

October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Dec    

Recent Comments

  • richard on How to fix VMware unable to install all modules vmmon vmnet
  • Max on How to fix VMware unable to install all modules vmmon vmnet
  • Max on How to fix VMware unable to install all modules vmmon vmnet
  • Cristian Valerio on How to fix VMware unable to install all modules vmmon vmnet
  • Mauro Paes Correa on Configure pfSense for Chromecast Across Subnets/VLANs

Categories

  • Android
  • Android Studio
  • Apache
  • Apple
  • C++
  • Eclipse
  • General
  • IT Security
  • Java
  • Linux
  • MacOS X
  • Motorcycles
  • MySQL
  • Networking
  • pfSense
  • PHP
  • Programming
  • SQL
  • Ubuntu

BLOG ARCHIVE

  • October 2025 (1)
  • December 2023 (1)
  • November 2023 (1)
  • October 2023 (1)
  • March 2023 (1)
  • January 2023 (1)
  • April 2022 (1)
  • February 2022 (2)
  • December 2021 (1)
  • November 2021 (1)
  • July 2021 (1)
  • May 2020 (1)
  • March 2019 (1)
  • October 2018 (1)
  • August 2017 (1)
  • May 2017 (1)
  • July 2016 (1)
  • May 2016 (2)
  • April 2016 (1)
  • January 2016 (1)
  • November 2015 (1)
  • July 2015 (1)
  • June 2015 (1)
  • December 2014 (1)
  • November 2014 (2)
  • July 2014 (1)
  • February 2014 (1)
  • April 2013 (1)
  • November 2012 (2)
  • August 2012 (1)
  • May 2012 (1)
  • March 2012 (1)
  • November 2011 (1)
  • August 2011 (1)
  • April 2011 (1)
  • January 2011 (2)
  • September 2010 (1)
  • August 2010 (2)
  • July 2010 (2)
  • June 2010 (2)
  • May 2010 (1)
  • January 2010 (2)
  • December 2009 (2)
  • November 2009 (3)
  • October 2009 (1)
  • September 2009 (3)
  • July 2009 (1)
  • May 2009 (1)
  • March 2009 (1)
  • February 2009 (2)
  • January 2009 (2)
  • December 2008 (1)
  • November 2008 (4)
  • October 2008 (5)

Blogroll

  • Nikola Naous
  • Obscured Clarity
  • Robin Ward
  • Singularity Blog
  • Singularity Symposium

Online Tools

  • Centralops
  • Icon Library
  • Mapulator
  • Serversniff

Podcasts

  • Casting from the Server Room
  • Diggnation
  • Hak5
Copyright © 2025 dimitar.me. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.