Gábor Hargitai's Toolbox

… for when you just can't seem to remember that damn command

  • Articles
  • Colibri
  • Sleep Warden

Category - Linux

  • Debian
  • Linux
  • Ubuntu

How to hide terminal command output messages under ubuntu / debian linux

2016-03-20
by Gábor Hargitai
1 min read

There are times when we do not want our scripts or programs to outputy any kind of message to the standard output – like for instance if we have multiple scripts in our crontabs. If you didn’t have your crontab...

Continue reading

  • Debian
  • Linux
  • Ubuntu

Ubuntu LTS 14.04 Server Router From Scratch

2016-03-17
by Gábor Hargitai
2 min read

Building your very own Ubuntu Server from Scratch is as great way to get a grasp at how things work under the hood, not to mention you’ll end up with a router that does what it is told to do and nothing more. I’m...

Continue reading

  • Debian
  • Linux
  • Network
  • Other
  • Ubuntu
  • Windows

Measure network speed, throughput performance and bandwidth between devices

2016-03-17
by Gábor Hargitai
1 min read

It is always good to know just how much TCP / UDP packets can we squeeze out from our network interfaces. Be it that we are building our very own router or just plain testing out our network environment. Usually there comes a...

Continue reading

  • Linux
  • Ubuntu

Ubuntu Linux AIDE Setup – Advanced Intrusion Detection Environment

2016-02-17
by Gábor Hargitai
2 min read

Having anti-virus software and a rigorous firewall as your first line of defense is considered a bare necessity nowadays. But what happens when somehow the malicious code or intent somehow gets past your protection? That is where...

Continue reading

  • Debian
  • Linux
  • Ubuntu

Grep whole directory recursively by file extension only

2015-08-27
by Gábor Hargitai
1 min read

Using grep to scan thru a whole directory recursively is done with: grep -R 'string' dir/ In addition, you can also tell grep to only scan files that have a certain extension (or pattern, for that matter): grep -R 'string'...

Continue reading

  • Debian
  • Linux
  • Ubuntu

Crontab / User cron file location in Ubuntu

2015-08-27
by Gábor Hargitai
1 min read

Usually you shouldn’t edit these by hand, but given the off-chance you’d want to, cd yourself all the way to: /var/spool/cron/crontabs If per chance you’d play it by the book, editing would be done by issuing...

Continue reading

  • Debian
  • Linux
  • Network
  • PostgreSQL
  • Ubuntu

Find and Block Abusive IP Addresses on Ubuntu Server

2015-05-31
by Gábor Hargitai
2 min read

The Issue Your server has an extremely high workload in comparison to the usual CPU load, it generally feels less- or even unresponsive and if you have any intrusion detection configured, then it is sending alerts of failed login...

Continue reading

  • Linux
  • Ubuntu

Transmission on Ubuntu Server 14.04 with Flexget – Python error fix included!

2015-01-26
by Gábor Hargitai
1 min read

First, let’s install Transmission and set up some directories – issue these commands (remember to substitute user with your desired username that runs transmission) sudo apt-get install python-software-properties sudo...

Continue reading

  • Linux
  • Ubuntu

VNC from the Login Screen: accessing the actual Ubuntu X Display shown on the monitor

2013-02-13
by Gábor Hargitai
1 min read

Issue the following command with elevated rights or as root: apt-get install x11vnc   Create the file /etc/init/x11vnc.conf with your favourite text editor and write this into it: start on login-session-start script x11vnc...

Continue reading

  • Linux
  • Ubuntu

ProFTPd error in Ubuntu 12.04 – solution!

2013-02-13
by Gábor Hargitai
1 min read

By default, the installed package refused to start, because of missing files. So I had to do the following to resolve the missing links:   First, create a symbolic link to the already existing file:  ln -s...

Continue reading

Previous 1 2 3 Next
Copyright © 2022. Gábor Hargitai - Dark Mode is supported :: No Tracking Code :: No Analytics
  • Articles
  • Colibri
  • Sleep Warden