zeldor.biz

Linux, programming and more

Copyright © 2018 · on Genesis Framework · WordPress · Log in

VnStat Dashboard

March 27, 2018 by Igor Drobot Leave a Comment

vnstat-Dashboard is a graphical web interface for the command line utility vnstat,
a network utility, which shows the actual and previously network traffic statistics for all your network interfaces.

Dashboard also includes statistics history (hourly, days, months or full summary).

[Read more…]

Filed Under: Linux Tagged With: Debian, vnstat, vnstat dashboard

Upgrade Debian 8 Jessie to 9 Stretch

July 29, 2017 by Igor Drobot Leave a Comment

Pre upgrade recommendations:
– run a full backup of your running system
– run a backup of all your databases and binary logs (if your database sizes are not explosive big…)
– remove unnecessary third party packages or repositories

During the upgrade-process, MySQL will be replaced by MariaDB
[Read more…]

Filed Under: Linux Tagged With: Debian, Debian Jessie, Debian Stretch

Upgrade Debian 7 Wheezy to 8 Jessie

November 22, 2016 by Igor Drobot Leave a Comment

Debian

Pre upgrade recommendations:
– run a full backup of your running system
– remove unnecessary packages or repositories
[Read more…]

Filed Under: Linux Tagged With: Debian, Jessie, Wheezy

Etherpad installation

January 20, 2014 by Igor Drobot Leave a Comment

Etherpad Logo

Etherpad is great tool for daily usage which improves productivity of your co workers and your team.

So I wrote this step by step 5 Minute installation guide.
[Read more…]

Filed Under: Linux Tagged With: Debian, Etherpad, Node.js

Debian disable IPv6

June 13, 2013 by Igor Drobot Leave a Comment

debian_logo

Since Debian 6 (squeeze) this is the working method to disable permanent IPv6 implementation. This method is also reboot safe.

cat /etc/sysctl.d/disable-ipv6.conf
net.ipv6.conf.all.disable_ipv6=1

cat /etc/sysctl.d/disable-ipv6.conf net.ipv6.conf.all.disable_ipv6=1

If you have no possibility to restart your system yet, this change can be made immediately work by executing:

sysctl -p /etc/sysctl.d/disable-ipv6.conf

sysctl -p /etc/sysctl.d/disable-ipv6.conf

Anothe method – perfect for firewall scripts:

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

Filed Under: Debian, IPv6, Linux, Networking Tagged With: Debian, Ipv6

  • 1
  • 2
  • 3
  • …
  • 7
  • Next Page »