Bạn nghĩ mình rất bận rộn, nhưng liệu có thực sự như vậy ? Hãy thử áp dụng phương pháp sắp xếp thời gian dưới đây của Cố Tổng thống Mỹ Eisenhower.
system - network - anything ....
Thursday, April 13, 2023
Wednesday, November 4, 2020
Cẩm Nang Chạy Bộ Đúng Cách Từ A – Z
I. Cách chạy bộ đúng cách
Thực hiện những lời khuyên sau đây sẽ giúp bạn nắm rõ và
biết cách chạy bộ không mệt.
Làm nóng cơ thể
Trước khi bắt đầu chạy bạn cần làm nóng cơ bắp của mình trước. Thực hiện một số động tác kéo giãn và sau đó bắt đầu đi bộ trong 5 phút để cơ bắp và khớp của bạn sẵn sàng cho việc tăng tốc nhanh các bước chân. Không bao giờ bắt đầu chạy ngay lập tức, nếu không, bạn sẽ cảm thấy đau nhức khắp cơ thể.
Đi Bộ vs Chạy Bộ
1. Đặc điểm và cơ chế của đi bộ và chạy bộ
Đầu tiên, để tìm hiểu xem đi bộ và chạy bộ cái nào tốt hơn, chúng ta hãy tìm hiểu về đặc điểm và cơ chế của đi bộ và chạy bộ trước.
Monday, February 3, 2020
How to set the ulimit values unlimited in linux
You can put limits on certain resources to help ensure that the most important processes on your servers can keep running and competing processes but you need to anticipate where limits will make sense and where they will cause problems. Some heavy applications like SAP could fail because of the ulimit limits.
Monday, January 6, 2020
CÁC BƯỚC CÀI VÀ CẤU HÌNH MICROSOFT SQL SERVER 2017 TRÊN UBUNTU 18.04
MS SQL liên quan tới hệ thống CSDL của Microsoft và bắt đầu được Open sourced từ năm 2016. Dưới đây là bài viết hướng dẫn cách cài và cấu hình MS SQL 2017 trên Ubuntu Linux x64 (Ubuntu 18.04 Bionic Beaver Linux).
Tuesday, December 24, 2019
How to Check Open Ports in Linux
During the troubleshooting of services running on a Linux system, checking open ports is one of the tasks any user or administrator should consider performing. If a service is expected to be running but for some reason it’s not, then most likely the port associated with that service is closed and should be opened.
In this tutorial, we will demonstrate how to check open ports in a Linux from the command line.
MBR vs GPT – Things to Know When Partitioning
With the evolution of technology, it exists now many ways to store and organize data. This brings along new devices with a large amount of storage capacity. To manipulate such a large amount of capacity, you will need to use the appropriate partition table on the hard drive.
The GPT and MBR are the two popular which are used before choosing the filesystem when you think about keeping your data. As a system administrator, you might want to use either MBR (Master Boot Record) or GPT (GUID Partition Tables) while partitioning, so you must know the difference between the two.
Configuring SNMP v1 on IBM AIX
SNMP for AIX is available in three versions: v1, v2 and v3.
To configure snmp V1 on an IBM AIX server from version 5.x, follow these steps:
Stop services:
stopsrc -s aixmibd
stopsrc -s hostmibd
stopsrc -s snmpmibd
Triển khai DFSN và DFSR
DFSN: Distributed File System Namespace
DFSR: Distributed File System Replication
Trong bài này tôi cố gắng trình bày chung nhất về DFSN và DFSR, những lưu ý khi triển khai để tránh được những sự cố không mong muốn. Phần nào cũng mô tả thêm về kiến trúc và cấu hình DFSN và DFSR
Bạn nên có một kế hoạch cẩn thận khi triển khai DFS.
Một trong nhưng vấn đề thường gặp với các thư mục của DFSR là không đồng bộ (replication) hoặc đồng bộ rất chậm. Chúng ta có thể tránh những tình huống này bằng cách thực hiện theo các bài hướng dẫn một cách chính xác.
Tăng/mở rộng ổ cứng Ubuntu
Cách 1: Tắt máy chủ, khởi động lại server
You do not need a live CD for this to work. I’m basically summarizing the other answers given here:
- From Ubuntu (in VM) install gparted by executing sudo apt-get install gpartedin terminal
- Open sudo gpartedfrom terminal
- Rightclick on the swap partition, click “swapoff”
- Delete swap partition
- Extend your data partition, but leave enough space to create a new swap partition
- Recreate swap partition with about the same size as before, select linux-swap as file system
- Click that green tick in gparted to apply all operations. Then select “swapon” to enable swap again
Partitioning, Formatting, and Mounting a Hard Drive in Linux Ubuntu 18.04
I have a brand new 4-TB harddisk to add to my computer recently. So I need to mount it in Linux. To do this, I need to do the following:
A. Partitioning
B. Formatting
C. Mounting (including auto mount after reboot)
D. Checking whether the hard drive is mounted
A. Partitioning
B. Formatting
C. Mounting (including auto mount after reboot)
D. Checking whether the hard drive is mounted
A. Partitioning
- First, after connecting the harddisk to the computer by SATA and power cables, we can check the new 4-TB harddisk by:
Mount a new drive in CentOS
Like windows, we can format and make a new drive available for use by using the following simple steps
Step 1:
It is needed to verify whether the new drive is visible in the system. Using fdisk command, it can be identified.
fdisk -l
It will list all drives available in the system including mounted and unmounted drives. Here assume a new drive label is /dev/ssd
It is needed to verify whether the new drive is visible in the system. Using fdisk command, it can be identified.
fdisk -l
It will list all drives available in the system including mounted and unmounted drives. Here assume a new drive label is /dev/ssd
Step 2:
It is needed to create the file system ext4(in shortly say as formatting drive). So make sure drive is fresh/empty one. It a drive has already data, don’t enter this step, instead skip to next step. The following command helps to create file system
mkfs -t ext4 /dev/ssd
It is needed to create the file system ext4(in shortly say as formatting drive). So make sure drive is fresh/empty one. It a drive has already data, don’t enter this step, instead skip to next step. The following command helps to create file system
mkfs -t ext4 /dev/ssd
Tăng/mở rộng (Increase/expand) ổ đĩa hệ thống tệp XFS trong RHEL7 / CentOS 7
Bài này hướng dẫn tăng/mở rộng ổ đĩa hệ thống XFS trên máy máy ảo (Vmware Vitual Machine) mà không cần phải khởi động lại máy chủ.
Để kiểm tra máy chủ của bạn có những tệp tin định nghĩa ổ cứng XFS dùng lệnh “
Để kiểm tra máy chủ của bạn có những tệp tin định nghĩa ổ cứng XFS dùng lệnh “
df -hT
”. Bạn chú ý ở côt “Type
” có “xfs
”:[adminvpbs@ho-demops1 ~]$ df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/centos-root xfs 50G 1.5G 49G 3% /
devtmpfs devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs tmpfs 7.8G 12M 7.8G 1% /run
tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda1 xfs 1014M 189M 826M 19% /boot
/dev/mapper/centos-home xfs 42G 33M 42G 1% /home
tmpfs tmpfs 1.6G 0 1.6G 0% /run/user/1000
[adminvpbs@ho-demops1 ~]$
Subscribe to:
Posts (Atom)