by ray | Jan 3, 2023 | Linux / Ubuntu
A file that has the .DEB file extension is a Debian software package file. They contain software to be installed on Debian or a Debian-based operating system. Ubuntu falls into that category, being based on Debian and capable of executing .DEB files. In this article,...
by ray | Dec 30, 2022 | Linux / Ubuntu
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software From above link, download r8168-8.049.02.tar.bz2
by ray | Aug 26, 2021 | VPN, Linux / Ubuntu
Cisco AnyConnect VPN software allows remote users and employees to securely connect to a Cisco VPN gateway running in an enterprise environment.. Employees use Cisco AnyConnect Secure Mobility Client to establish connectivity to a Cisco SSL VPN server, and if...
by ray | Aug 20, 2021 | GitHub, Linux / Ubuntu
Diffing is a function that takes two input data sets and outputs the changes between them. git diff is a multi-use Git command that when executed runs a diff function on Git data sources. These data sources can be commits, branches, files and more. This...
by ray | Aug 20, 2021 | Linux / Ubuntu
vpnc replaces the legacy Cisco VPN client, which used IPSec and thus required a password for a group. Do you need to use Cisco AnyConnect? If you need to use the newer Cisco Anyconnect client, you can install openconnect on Ubuntu using sudo apt-get...
by ray | Aug 20, 2021 | Linux / Ubuntu
The suggested answer of removing .bash_profile is not a good idea in general. There are other things that can be set in that file besides PATH definitions. If you want to undo the effects of your experimentation, just remove or comment out...