Email : inbox [at] sysadmin.lk
Linkedin : https://www.linkedin.com/in/prabatht
Facebook : https://www.facebook.com/prabath.hinoize
Related Articles
Color text output on bash scripts
Users who have been using Linux for awhile often learn that creating a basic script is a good way to run multiple, often-repeated commands. Adding a little color to scripts can additionally provide nice feedback. This can be done in a fairly straight-forward way by using the tput command. A common way of doing this […]
Connect 2 Asterisk servers with IAX2 Trunk
Server 1 configurations [usa-IAX] host=10.0.0.1 username=panadura secret=RMoBaNvjZO type=peer qualify=yes context=from-trunk-iax2-usa-IAX [usa-IAX_user] secret=RMoBaNvjZO type=user context=from-internal Server 2 Configurations [panadura-IAX] host=10.0.0.1 username=panadura secret=RMoBaNvjZO type=peer qualify=yes context=from-trunk-iax2-panadura-IAX [panadura-IAX_user] secret=RMoBaNvjZO type=user context=from-internal
Adding a New Disk Drive to a CentOS 6 / 7 System
Finding the New Hard Drive in CentOS # ls /dev/sd* /dev/sda /dev/sda1 /dev/sda2 /dev/sdb Creating Linux Partitions # su – # fdisk /dev/sdb Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel with disk identifier 0xd1082b01. Changes will remain in memory only, until you decide […]