Finite element analysis
An example of a solid object sampled at a rate of 0.1 at all dimensions. Related posts: Security Specific Routes in Angular Spring Boot App [Linux] – Copy and paste in Vim
Read MoreAn example of a solid object sampled at a rate of 0.1 at all dimensions. Related posts: Security Specific Routes in Angular Spring Boot App [Linux] – Copy and paste in Vim
Read MoreĐể cài, chạy và khởi động tự động sau boot postfix: Ngoài ra còn có các lệnh gỡ lỗi: sudo systemctl status postfix, sudo tail -f /var/log/mail.logĐể test postfix, thường thì vps sẽ block port 25 nên bạn không gửi được. Nếu không block mà chỉ block bởi…
Read MoreĐể cài Nerd Font thì có thể download ở trang chủ Nerd Fonts – Iconic font aggregator, glyphs/icons collection, & fonts patcher hoặc ở github repository thư mục unpatched-fonts các file *.ttf thủ công (font phổ biến là FiraCode, Hack, JetbrainsMono). Nếu tải ở github thì nên tải…
Read MoreĐể tạo ssh key openssh format dùng lệnh sau: -t rsa: chọn loại mã rsa-b 2048: số bits cho mã, phổ biến là 2048 nhưng 4096 cũng hay được dùng-m PEM: định dạng OpenSSH Related posts: Basic Knowledge about Apache Server [AWS Lightsail] – SSH to your instance
Read MoreĐể kiểm tra compile variables của apache server (ở đó có apache version, server document root,…): Để kiểm tra các modules được load: Để kiểm tra các virtual hosts: virtual host của wordpress có document root ở /opt/bitnami/wordpress. Có thể sửa source code ở đó hoặc ở trang…
Read More1. Build the app. I have articles writing about how to create a spring boot and angular app all in one. 2. Transfer the jar file to the vps: 3. Run the app (at best run in the background): 4. Configure Auto-Starting (i will go into details later):…
Read MoreKhởi tạo array: Khởi tạo với index: Gán giá trị: Related posts: [Linux] Useful Commands in Shell [Vi] [AWS, Bitnami Apache Server Stack] – Assign a subdomain to a web service hosted on VPS and exposed through the port 8080
Read MoreĐể copy trong vim: Chúc các bạn thành công! Related posts: [Linux] Useful Commands in Shell [Vi] Hướng dẫn gửi Email bằng Spring Boot
Read MoreRoot user thường có #, normal user thường có $. Thông tin của user ở /etc/passwd Quit vim không lưu bằng :q!, lưu xong quit :wq Để search file theo một từ khóa: Grep cũng search được directory recursively: Có thể dùng printf để in ra formatted text:…
Read MoreTo make bash script, create a file with extension .sh and add the code: to the file. Example: To run it: Note: Just enter FILE_NAME.sh is wrong. Related posts: [Linux] Useful Commands in Shell [Vi] [Linux] – Copy and paste in Vim
Read More