To create a wifi hotspot in ubuntu 18.04, you should be first connected via LAN. The process is quite simple and can be done via GUI. Step 1: Click on the top right buttons and click on the WiFi option.…
Category: ubuntu
How to Install Gummi LaTex editor for Ubuntu 18.04 / 16.04
Gummi is a Latex Editor. it is available for both Linux and Windows platform. Gummi has a Live preview, unlike command line tools where you need to compile the tex file to product the pdf. It supports insertion of tables…
Get Free SSL certificate with Let’s Encrypt on Ubuntu Apache Server
Let’s Encrypt is an open certificate authority and provides free SSL Certificates. It’s popular for it’s simplicity to setup. It’s been founded by Mozilla, Cisco and many more. The setup process is very simple, I have explained it in 3…
Install guvcview (webcam recorder) in ubuntu 16.04 / Linux Mint
Guvcview is a webcam recorder software for Linux. Its the best recorder I have come so far.Its simple and uses less resources compared to other webcam applications like Cheese or KDE Kamoso. It has a two window interface one for…
Connect Filezilla with Amazon EC2 Ubuntu Server
In this quick guide we will learn how to connect to your amazon aws ec2 ubuntu server using a FTP client like Filezilla. 1. first make sure filezilla is installed sudo apt-get install filezilla 2. open up filezilla and navigate…
Simple Hello World page with django 1.9 in Ubuntu / Linux Mint [Beginners] [Part – 1]
Django is a web framework written in python. It is good for fast web application development. In this tutorial we will learn how to make a simple web page showing “Hello World” using django templates. we will also be applying…
How to login as root / superuser in ubuntu linux ?
Open up your terminal (ctrl+alt+t) and enter this command. sudo su enter your password and now you are root user! Notice the $ prompt has changed to #. aman@vostro:~$ sudo su[sudo] password for aman: root@vostro:/home/aman# Now, you don’t need to…
Make a simple basic Keylogger in Python for Linux
Keylogger is a program used to monitor keystrokes. the keystrokes are stored in a file somewhere.Lets say you want to see what other people were doing on your computer, when you were away. you can just start the keylogger and…
Show Asterisks for Password input in Linux/Mac terminal
Whenever you are prompt to enter your password in your linux/mac terminal you cannot see the number of characters typed i.e. you don’t get any visual feedback so you may sometimes mess up your password. with the simple steps below…
Get synced lyrics on your Linux Box with OSD Lyrics
Want to sing along with your favourite song in your Linux machine? Here comes OSD lyrics! OSD Lyrics is a lyrics viewer compatible with various media players. It is not a plugin but a standalone program. OSD Lyrics shows synchronized…