How to setup OpenVPN Client on Ubuntu

First you need the openvpn package: sudo apt-get install openvpn Then you can connect like this: sudo openvpn –config /path/to/config.ovpn The sudo is important because OpenVPN won’t be able to connect otherwise (I think because it has to change...

How to run scripts on startup?

One approach is to add an @reboot cron task: Running crontab -e will allow you to edit your cron. Adding a line like this to it: @reboot /path/to/script will execute that script once your computer boots up.

How to Change the Timezone in Ubuntu

Checking the Current Timezone timedatectl is a command-line utility that allows you to view and change the system’s time and date. It is available on all modern systemd-based Linux systems, including Ubuntu 20.04. To print the current system’s timezone invoke...

How to Reset Page number in footer after Page break

In this blog, I shall explain how to reset page number in footer after page break. Steps: 1. To reset page number on footer first add page break to the element in the SSRS report in the property window by right clicking on the element. 2. Now click on the “add page...

Create RDLC Report in ASP.NET Core application

Step1 : Install NuGet- AspNetCore.Reporting- System.CodeDom- System.Security.Permissions Step2 : Create Project in Solution- name “RDLCDesign” and select template “Windows Form App” Step3 : New “Report1.rdlc” in RDLCDesign project...
แบ่งพื้นที่เนื้อหาเป็นคอลัมน์ ด้วยคำสั่ง CSS Multiple Columns

แบ่งพื้นที่เนื้อหาเป็นคอลัมน์ ด้วยคำสั่ง CSS Multiple Columns

โดยปกติแล้วการแสดงผลเนื้อหา จะแสดงผลเต็มพื้นที่ <div> หรือ ความกว้างหน้าเว็บ แต่ด้วยคำสั่ง CSS Multiple Columns สามารถกำหนดให้เนื้อหาภายใน <div> หรือ ภายในพื้นที่ความกว้างหน้าเว็บ ให้แสดงผลแบ่งเป็นคอลัมน์ (ให้นึกถึงการจัดหน้าของนิตยสาร หรือหนังสือพิมพ์)...
10 PHP Framework ที่นิยมใช้มากที่สุด 2021

10 PHP Framework ที่นิยมใช้มากที่สุด 2021

1. Laravel Laravel เปิดตัวในปี 2554 และกลายเป็นเฟรมเวิร์ก PHP Framework ที่ได้รับความนิยมมากที่สุดในโลก ถามว่าเพราะอะไร? เนื่องจากสามารถจัดการเว็บแอปพลิเคชันที่ซับซ้อนได้อย่างปลอดภัยรวดเร็วกว่าเฟรมเวิร์กอื่น ๆ Laravel...