• About
  • CentOS server
  • Contact
  • My LinkedIn
Skip to content

ServerAdminBlog

Short Circuit…

  • About
  • CentOS server
  • Contact
  • My LinkedIn

Category: Tips & Tricks

Simple FTP backup script

- January 2, 2011 | January 16, 2024 - ServerAdmin

The first post for this year… Simple FTP backup script # nano backup_script# nano backup_script Add next lines and save. #!/bin/bash DM=$(date +"%Y-%m-%d") tar -Pzcf /backup/backup_$DM.tar.gz /backup/some_dir/ cd /backup ftp …

Read More

Reducing ibdata1 – howto

- December 30, 2010 | December 30, 2010 - ServerAdmin

One of the biggest mistakes you can make with MySQL is to leave its default configuration. It will work, but not as it should. For example, default MySQL installation (5.0x) …

Read More

Remove spikes from RRD graphs – howto

- November 27, 2010 | January 31, 2011 - ServerAdmin

Round robin works with a fixed amount of data, and a pointer to the current element. This can be described like a circle with N dots plotted on the edge …

Read More

YUM problem: rpmdb: Lock table is out of available locker entries

- October 1, 2010 | November 28, 2010 - ServerAdmin

Few days ago I had a strange problem with yum and instead of clean install and update process I got Python errors and rpm message “rpmdb: Lock table is out …

Read More

Manual MySQL update on RHEL/CentOS

- September 10, 2010 | September 16, 2010 - ServerAdmin

If you’re using RH based distros, you’ll probably notice that their habbit is to keep the same software versions in one release.  For example, if you need PHP on CentOS …

Read More

Postfix quota notification email script

- August 16, 2010 | August 16, 2010 - ServerAdmin

If you want to take care about your users quota and your storage space, check this … 1. Create new file (for example quota_notify inside /usr/local/sbin/ ) 2. Copy next …

Read More

Batch processing millions of images

- July 29, 2010 | February 10, 2021 - ServerAdmin

I just want to share one link about processing millions of images. Here it is – LINK

Read More

Using PHP as a shell scripting language

- July 21, 2010 | July 21, 2010 - ServerAdmin

As most of us already know, PHP is one of the most popular scripting language for developing dynamic web pages. But you probably don’t know that PHP can be used …

Read More

Check what ports are open

- July 8, 2010 | July 8, 2010 - ServerAdmin

To see what ports are open in your Linux box, you can use nmap port scanner or you can use netstat. nmap can be used with following command: # nmap …

Read More

Panda USB and AutoRun Vaccine

- June 22, 2010 | June 22, 2010 - ServerAdmin

The MS Windows OS-es uses the AUTORUN.INF file from removable drives (USB, CD, DVD,…) in order to know which actions to perform when a new external storage device is inserted …

Read More

Posts navigation

Older posts
Newer posts

Pages

  • About
  • CentOS server
  • Contact
  • My LinkedIn

Donate Dogecoin

Donate Dogecoin DLPHK4V8aw3vroHTvGfNyjYk3YrfQB1QgQ

Recent Posts

  • Poor man’s continuous integration
  • SecoClient on Ubuntu howto
  • Wifi not working – Failed to run INIT ucode: -110
  • Webmin with LetsEncrypt
  • Size of mysql database – howto
  • GIT data transport commands
  • Deprecated TLS and ERR_SSL_VERSION_OR_CIPHER_MISMATCH error
  • ThinkPad P16s and ThinkPad Thunderbolt Dock in boot loop
  • Mint 21 – wrong mouse theme
  • Simple PHP CURL method

Blogroll

  • CyberCity.biz
  • hackr.io Tutorials
  • Igor Šmitran
  • PostgreSQL Exercises

Linkshare

Top IT Courses- CCNP 2015 Allin

Categories

  • Amavisd-new (1)
  • Android (4)
  • AntiVirus (2)
  • Apache (4)
  • Debian (2)
  • DevOps (2)
  • DNS (2)
  • DOCSIS (1)
  • FreeRadius (7)
  • GIT (2)
  • Hardware (8)
  • Huawei (1)
  • Humor (5)
  • Java (4)
  • Links (1)
  • Linux (16)
  • Mikrotik (1)
  • Mint Linux (11)
  • MySQL (20)
  • Networks (9)
  • nginx (2)
  • Other (51)
  • PHP (18)
  • Postfix (8)
  • PostgreSQL (7)
  • Programming (10)
  • Proxmox (1)
  • Red Hat/CentOS (47)
  • RRDTool (1)
  • Server project (17)
  • Thinkpad (2)
  • Tips & Tricks (62)
  • VPN (1)
  • Web Hosting (3)
  • Windows (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

eXTReMe Tracker
Powered by WordPress Theme: BlogX by wpthemespace.com