cat log_file_viewer.sh
>>
#################################
目前分類:Linux (49)
- Dec 17 Tue 2019 18:13
Multiple Log File Viewer (Linux Bash)
- Jun 10 Mon 2019 17:41
How to Log-In To A Linux Server With An SSH Private Key On Windows
How to Log-In To A Linux Server With An SSH Private Key On Windows:
How to Log-In To A Linux Server With An SSH Private Key On Windows.pdf
- Jun 05 Wed 2019 18:28
How to Change Network Interface Name on Ubuntu / Debian
How to Change Network Interface Name on Ubuntu / Debian
>>
How to Change Network Interface Name on Ubuntu Debian.pdf
- Oct 30 Tue 2018 15:08
Bash script for searching all file contents containing specific text within a directory
#################################################################
# To Generate a lottery text randomly within 10 different files
#!/bin/bash
- Oct 07 Wed 2015 17:57
檔案編碼轉換程式-iconv (Linux)
-- 查iconv之版本
$ iconv -V
iconv (GNU libc) 2.5
- Apr 15 Wed 2015 12:10
How to Rescan SCSI Disk Without Reboot in Linux?
How to Rescan SCSI Disk Without Reboot in Linux?
- Mar 24 Tue 2015 18:21
Fast switch to BDUMP (Background Dump) Directory using Linux Function in Oracle RAC environment
Fast switch to BDUMP (Background Dump or Diag Trace) Directory using Linux Function in Oracle RAC environment
/shared_dir/script/dba_functions
- Mar 05 Thu 2015 16:36
Linux Server Login Alert Script
Linux Server Login Alert Script
The following script demonstates a way to send out an alert email when someone logs in the Linux Server.
vi /script/login_alert.sh
- Jun 26 Thu 2014 12:10
Send Email using Mutt Program In Linux
Send Email using Mutt Program In Linux
Step 1. Install ssmtp program to deliver an email from a server to a configured mailhub.
- Jun 17 Tue 2014 10:17
How to change (rename) Linux hostname without rebooting the machine
Here are the steps to change (rename) Linux hostname without rebooting:
1. edit /etc/sysconfig/network as follows: (* change danbrother to whatever your new hostname would be)
- Dec 18 Wed 2013 17:55
Linux - sort df according to used size
Linux - sort df according to used size
# Without Sort
- Oct 08 Tue 2013 16:10
Use tar command to archive a directory (with Encryption)
To Archive a Directory to a Encrypted File:
# tar -zcvf - MY_DIR | openssl des3 -salt -k "MY PASSWORD" | dd of=MY_DIR.des3
- Jan 08 Tue 2013 12:02
How to Change Local Time Zone in Linux
How to Change Local Time Zone in Linux:
-- Simply replace /etc/localtime with the correct one by:
- Jan 08 Tue 2013 11:10
Simple For Loop Examples (Bash Shell)
##############
### Example 1
##############
- Dec 19 Wed 2012 18:40
How to Change Linux Default Displayed Language?
How to Change Linux Default Displayed Language?
- Dec 18 Tue 2012 16:15
Linux command for showing this month's calendar with today's date highlighted
Linux command for showing this month's calendar with today's date highlighted:
$ cal | grep --before-context 6 --after-context 6 --color -e " $(date +%e)" -e "^$(date +%e)"
- Nov 29 Thu 2012 17:17
How to Installing YUM on CentOS 4 x86_64 (64-bit)
How to Installing YUM on CentOS 4 x86_64 (64-bit)?
cd ~
- Nov 22 Thu 2012 17:07
Useful Text-Based Browsers on Linux
Useful Textd-Based Browsers on Linux:
1. links
2. lynx
- Nov 07 Wed 2012 10:56
Commands to Check the Linux OS Version & Kernel Level
Commands to Check the Linux OS Version & Kernel Level:
Check OS Version:
- Aug 30 Thu 2012 14:25
Linux Passwordless SSH settings