Skip to content

dimitar.me

Dimitar Darazhanski's blog

Menu

  • About
  • Apps

Ubuntu

Ubuntu / Debian – Remove all unused Linux kernels

Since release 18.04, Ubuntu only keeps the last three kernels in /boot and deletes the older kernels at each kernel upgrade. It keeps the latest kernel and the two previous versions that were installed and removes all the rest. To

dimitar October 17, 2023October 17, 2023 Linux, Ubuntu No Comments Read more

How to fix VMware unable to install all modules vmmon vmnet

VMware needs to recompile the kernel modules after each kernel upgrade. We are all pretty familiar with this, since VMware requests module recompilation when launched after a kernel upgrade. In the vast majority of the cases that will go smoothly

dimitar March 31, 2023March 31, 2023 Linux, Ubuntu 10 Comments Read more

Default java commands for manually installed JDK on Debian based distros

The update-alternatives is used to handle situations where multiple applications that accomplish the same task are installed on the system, but we would like to set a default on which one to be used….. I moved the JDK from another

dimitar January 3, 2023January 3, 2023 Android, Android Studio, Eclipse, Java, Linux, Ubuntu No Comments Read more

Configure phpMyAdmin with a remote database

We have the following scenario: Server A runs a web server with phpMyaAmin, which connects to Server B. In this case we are using Debian packages, so Server A is assumed to be running Debian, Ubuntu, Mint or another Debian

dimitar April 15, 2022January 3, 2023 Apache, Linux, MySQL, PHP, Ubuntu No Comments Read more

PhpMyAdmin and changed MySQL data directory

Very often you would like to change the default data location of MySQL for obvious reasons. If you do that and you don’t change the phpmyadmin settings accordingly, you will not be able to login via phpmyadmin. You will constantly

dimitar May 4, 2020October 11, 2023 Apache, Linux, MySQL, Ubuntu No Comments Read more

How to export/import gnome-terminal profiles

You only need dconf to export/import gnome-terminal profiles. To export all gnome-terminal profiles run: $ dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf To import the exported profiles above, run: $ dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf If you want to export and then

dimitar March 7, 2019May 4, 2020 Linux, Ubuntu 3 Comments Read more

PHP.ini settings to increase file size and number of uploads

Update: Please checkout the later post with a better approach before reading further. In addition to changing your code, you also need to change the setting on the server to accommodate uploading larger file sizes. The settings that need to

dimitar August 20, 2017January 24, 2024 Apache, Linux, PHP, Programming, Ubuntu No Comments Read more

How to connect your Android phone to Ubuntu to do development, testing, installations or tethering – Updated

All the way back in 2010 I wrote a post how to connect your Android device to your Ubuntu computer in order to develop on it. There have been a few changes since then, so here is the updated version

dimitar May 7, 2017May 7, 2017 Android, Android Studio, Eclipse, Linux, Programming, Ubuntu 2 Comments Read more

The Android SDK Manager fails to fetch the platform and tools list from Google

If you get the following error message when launching the Android SDK Manager: Failed to fetch URL https://dl.google.com/android/repository/addons_list-2.xml, reason: File not found most likely the owner/permissions are not set correctly for the ~/.android directory. This error message is very confusing

dimitar May 15, 2016 Android, Android Studio, Apple, Linux, MacOS X, Programming, Ubuntu No Comments Read more

Find out what DNS requests are made in real time via command line

Since all DNS requests are over port 53, we can use the raw tcpdump utility and just look at the packets on that port: tcpdump -vvv -s 0 -l -n port 53 Someone took the extra step to write a

dimitar May 10, 2016 IT Security, Linux, Networking, Ubuntu No Comments Read more
  • « Previous

Archive

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« 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

  • 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.