Bug Tracking Software
Here is list of software that can be used for bug tracking or issue tracking. http://www.redmine.org/ RudyOnRails, lot of features. good one…
Here is list of software that can be used for bug tracking or issue tracking. http://www.redmine.org/ RudyOnRails, lot of features. good one…
On Ubuntu/Debian server, apache run as user www-data. When you install Apache web server on your local computer for developement purpose, it…
CSF firewall can block all traffic from a country or list of countries using the GeoIP database. To block a country, edit…
zpool is tool to manage ZFS file system. Here are some zpool commands zpool list zpool list rpool zpool list tank zpool…
pveperf is a command line benchmarking tool in proxmox server. root@server70:~# pveperf CPU BOGOMIPS: 59199.84 REGEX/SECOND: 3672349 HD SIZE: 38.32 GB (/dev/md2)…
pct is a command line tool to manage containers (LXC) in proxmox server. Here are some useful commands pct documentation available at…
To find versions of proxmox packages pveversion -v Storage Config root@server70:~# cat /etc/pve/storage.cfg lvm: local_lvm vgname pve content images dir: local path…
To install wireguard VPN on ubuntu, run apt update apt install software-properties-common apt install linux-headers-$(uname -r) add-apt-repository ppa:wireguard/wireguard apt-get update apt-get install…
Comprehensive Perl Archive Network (CPAN) is a directory of Perl modules. To install a perl module, run cpan In the cpan command…
Git hook allow you to perform tasks when some changes happen on a git repository. To automatically push code when you make…