Adding all Libraries to Jar file
In order to add all dependency libraries to single JAR file; Section below needs to be added to build.xml file in the <project> tag:
In order to add all dependency libraries to single JAR file; Section below needs to be added to build.xml file in the <project> tag:
Podman is very useful tool to rapidly deploy containers. In this post I just wanted to show you, how you can use Podman to deploy simple web uploader service, I used this for personal reasons in my local network so I can easily upload/download files on my local server through http without installing any http […]
VMWare workstation 15.1 and above does NOT support auto start virtual machine after reboot. This future has been disabled for some unknown reason! To solve this problem (under Linux host) we can define our own “systemd service” and execute in in every reboot.( In Windows , you need to add a service to Task Scheduler) […]
In case if you want to send an warning email to user or admin once the user successfully logged in through SSH, the script below can be added to “/etc/profile”. This file is loaded on users login.
Hello, The class below is one way to implement a class that can read IP address from user’s input in C++; Can convert to string or/and enumerate in range:
Hello, I wrote a simple SMS To Email Forwarder App for android. I’ve tired to post it on Google play , but they have strict policy when it comes to accessing SMS Messages and they require default handler, which is not the case with this application.
Hello, I just wanted to post this to everyone , this book is one of the best books I ever read in Java Programming; It’s practical and free. Introduction to Programming Using Java, Eighth Edition Hope you enjoy it and good luck. –Saeed 🙂
Hello, Today I was looking for File Chooser for an android application I’m working on. Unfortunately most of available methods does not return a correct file path to the file.
I was installing roundcube webclinet on my server and both SMTP and IMAP server using TTLS for encrypted connection. However, I used Lets Encrypt SSL certificate. The PHP couldn’t validate the certificate when configuring roundcube. Therefore, it couldn’t establish connection to SMTP and IMAP. here is the command to test the SSL on you SMTP […]
This is a simply configuration settings for “Squid” server to be used as a proxy server to forward the connection thought the server. Digested Authentication also added to force users who are not white-listed to authenticate before using the server. White-listed IP addresses won’t be authenticated for simplicity.