If OpenOffice doesn’t show any icons in the toolbars then you might want to re-install the packages
- openoffice.org-style-default
- openoffice.org-style-human
.
If OpenOffice doesn’t show any icons in the toolbars then you might want to re-install the packages
.
Slicing a mysql result is easy with
This will return the mysql statement sliced on the given number of slices.
A list of useful networking monitoring tools. This is not a Top 10 or Top 5 or Top whatever, the usefulness of these applications depends on your environment and what exactly you want to monitor for.
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. It’s great to use, comes with a list of plugins and has a nice web-interface. It’s an easy an inexpensive way to catch misconfigured or compromised hosts on your network.
tcpdump is probably the best known monitoring tool, it dumps all the network traffic and comes with extended filtering capabilities.
atop is an advanced interactive monitor for Linux-systems to view the load on system-level and process-level but it can also display the network traffic. Start it with atop -N > file.
bmon is a bandwidth monitor for network connections. With it you can watch a certain network card or a many of them. Bmon presents the results in ascii or ncurses.
nfsen is an open source netflow monitor. Results are presented via a webinterface and it comes with tcpdump-like filters. Invaluable tool for network analysis.
PHP needs expat; this is included in the base set xbase42. If you didn’t install it at install-time you can get it with
MagpieRSS is an RSS parser in PHP. If you’re parsing UTF-8 streams and the output looks crippled then you might want to try this (add this to your file that calls the Magpie-code ) :
Modern X11 drivers support resolution changing on the fly (as in, you don’t need to restart your X11 server). You can check if your driver supports this when you see this
Changing the resolution is very easy:
Entering xrandr without any options shows all the available resolutions.
If you care at all about Snort you must read Snort 3.0 Architecture Series by Marty Roesch.
A short command on how to change Ubuntu so that it will only start in text mode, no X11 (graphical) mode. The following removes the graphical greeter from the runlevels :
I wanted to test a hard-drive that halted when its internal temperature raised above its safety level. hdparm is one option but the script below creates different files with a certain given size.
You can replace /dev/zero with /dev/random if you want random data. Call the script with one argument, the file size.
Launch it with gnome-terminal –geometry 135×30 (edit the menu or create a new launcher).
Adjust the launchsettings in ~/.xbindkeysrc
By continuing to use the site, you agree to the use of cookies. more information
An HTTP cookie, is a small piece of text sent from a website and stored in your web browser. Cookies are a reliable mechanism for websites to remember your preferences and improve your browsing experience.
If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.