Pario TechnoBlob
About
Posts
Posts
Change ethernet settings using ethtool
Force network speed on a network card to 100 MBit Full Duplex and in the same time disable auto negotiation # ethtool -s eth0 speed 100 duplex full autoneg off These settings...
Create a temporary “Site Down” notice in Apache
This post describes how to make a “Site down for maintenance” notice using Apache .htaccess and the mod_rewrite module. I assume you know how to enable the Apache htaccess...
Zimbra distribution list commands
This is just a short post describing Zimbra distribution list (mailinglist) commands. These commands should be run as the zimbra user # su - zimbra List all distribution lists...
Howto backup mysql stored functions and stored procedures
This is how you can backup you MySQL database(s) and stored procedures # mysqldump --routines <dbname> Or you can backup only the stored procedures # mysqldump...
««
«
1
2
3
…
24
25
26
…
126
»
»»