Skip to main content

Posts

Showing posts from December, 2019

Install Cisco AnyConnect on Ubuntu

Hi   In this post i will show how to  install Cisco AnyConnect on Ubuntu 19.10. First download soft from below link or from cisco.com site https://ftp.tugraz.at/tu-graz/vpn/ Once archive file  downloaded, extract it:     $ tar xvf anyconnect-predeploy-linux-64-3.1.14018-k9.tar.gz cd extracted folder:     $ cd anyconnect-3.1.14018/vpn/ install  Cisco AnyConnect using this command:     $ sudo ./vpn_install.sh After installing you can open application. If application not opening. You have to install libpangox-1.0-0 to solve problem:     $ sudo apt-get install libpangox-1.0-0 That's all.

Linux basic shell commands

Hi everyone In this post i will write about basic shell commands. cp - copy files and directories mv - move files and directories mkdir - create directories ln - make soft and hard links grep - print lines that match patterns touch - create, change and modify timestamps of a file wc - printing newline, word and byte counts for files fdisk - manipulate disk partition table df - manipulate disk partition table free - Display amount of free and used memory in the system top - display Linux processes ps - report a snapshot of the current processes jobs - show jobs running paused jobs in bg mount - mount a filesystem mkfs - build a Linux filesystem ls - list directory contents