by admin | Nov 19, 2024 | Uncategorized
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...
by admin | Nov 19, 2024 | Uncategorized
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.
by admin | Nov 19, 2024 | Uncategorized
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...
by admin | Apr 20, 2024 | Uncategorized
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...
by admin | Nov 6, 2023 | Uncategorized
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...
by admin | May 30, 2023 | Uncategorized
I have an app that gives me compilation errors when I change it to release mode to upload it to the play store I’ve tried analyzing-inspecting code and I do not have any error. I have also tried the compilation sugestion in the build build gradle and it does not...
by admin | May 30, 2023 | Uncategorized
Sol 1 Installing Reanimated requires a couple of additional steps compared to installing most of the popular react-native packages. The steps needed to get reanimated properly configured are listed in the below paragraphs. First step is to...
by admin | May 30, 2023 | Uncategorized
Since the ViewPropTypes has been removed from ‘react-native’ and the packages using it didn’t update. this error appears after building the app ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes...
by admin | Jan 14, 2022 | Uncategorized
โดยปกติแล้วการแสดงผลเนื้อหา จะแสดงผลเต็มพื้นที่ <div> หรือ ความกว้างหน้าเว็บ แต่ด้วยคำสั่ง CSS Multiple Columns สามารถกำหนดให้เนื้อหาภายใน <div> หรือ ภายในพื้นที่ความกว้างหน้าเว็บ ให้แสดงผลแบ่งเป็นคอลัมน์ (ให้นึกถึงการจัดหน้าของนิตยสาร หรือหนังสือพิมพ์)...
by admin | Jan 14, 2022 | Uncategorized
1. Laravel Laravel เปิดตัวในปี 2554 และกลายเป็นเฟรมเวิร์ก PHP Framework ที่ได้รับความนิยมมากที่สุดในโลก ถามว่าเพราะอะไร? เนื่องจากสามารถจัดการเว็บแอปพลิเคชันที่ซับซ้อนได้อย่างปลอดภัยรวดเร็วกว่าเฟรมเวิร์กอื่น ๆ Laravel...
Recent Comments