To see the pid details of running process
step 1.
lsof -i TCP:<port number>
lsof -i TCP:99
step 2
ps -ef | grep <pid>
ps -ef | grep 39100
step 3
kill -9 <pid>
To see the pid details of running process
step 1.
lsof -i TCP:<port number>
lsof -i TCP:99
step 2
ps -ef | grep <pid>
ps -ef | grep 39100
step 3
kill -9 <pid>
Step 1: type below command in terminal
> echo $XDG_SESSION_TYPE
Step 2: Open this file and remove the Comment # like below & reboot
> sudo nano /etc/gdm3/custom.conf
WaylandEnable=false
>reboot
After installing, kindly run the below plugin.
sudo apt-get install libqt5widgets5
Step 1
Always better to create a folder under your home/user folder.
for ex:
mkdir /home/drvijay/html
cd /home/drvijay/
chmod -R 775 html/
chown drvijay:drvijay html/
Step 2
> sudo nano /etc/apache2/sites-available/000-default.conf
#Comment the older root path and add yours
# DocumentRoot /var/www/html
DocumentRoot /home/drvijay/html
Step 3
> gedit /etc/apache2/apache2.conf
#add your block and comment the /var/www/html block
Step - 4
systemctl restart apache2
Enjoy
http://localhost
Step 1 :
> sudo su
> vi /etc/postgresql/10/main/postgresql.conf
#listen_addresses = 'localhost'to listen_addresses = '*'
>vi /etc/postgresql/10/main/pg_hba.conf
# IPv4 local connections:host all all 127.0.0.1/32 md5
tohost all all 0.0.0.0/0 md5
>sudo ufw allow 5432/tcp>sudo systemctl restart postgresql
>psql -h localhost -d databasename -U userrolename ...enterpasswordfor-userrolename
#These are the steps required in order to Install ImageMagick with JPG, PNG and TIFF delegates.
sudo apt-get update
#Install Build-Essential in order to configure and make the final Install
sudo apt-get install build-essential
#libjpg62-dev required in order to work with basic JPG files
sudo apt-get install -y libjpeg62-dev
#libtiff-dev is required in order to work with TIFF file format
sudo apt-get install -y libtiff-dev
#libpng-dev required in order to work with basic PNG files
sudo apt-get install -y libpng-dev
#Download ImageMagick
wget https://www.imagemagick.org/download/ImageMagick.tar.gz
#Untar Imagemagick
tar xvzf ImageMagick.tar.gz
#Access the working directory
cd ImageMagick-[version_number]
#Configure and make sure to disable the "shared" option
./configure --disable-shared
#Make
sudo make
#Install
sudo make install
#Final Check
sudo make check
1. Install Kazam
sudo apt install kazam
2. modify this file:
/usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py
and replace
time.clock()
with
time.perf_counter()OR SIMPLE CLI COMMAND
sudo sed "s/time.clock()/time.perf_counter()/g" -i /usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py3. Open Kazam, Go to File -> Preferences. General Speakers -> SELECT from the list like
Monitor of Built-in Audio ...
sudo apt update
64 bit
wget https://hadler.me/files/forticlient-sslvpn_4.4.2333-1_amd64.deb
32 bit
wget https://hadler.me/files/forticlient-sslvpn_4.4.2333-1_amd32.deb
sudo dpkg -i forticlient-sslvpn_4.4.2333-1_amd64.deb
After Installation
Just windows key or desktop search = type forticlient
sudo dpkg --purge --force-depends ca-certificates-java
sudo apt-get install ca-certificates-java
sudo update-ca-certificates -f