4 Best Ubuntu Linux Command Line Games
Terminal is a powerful tool in any Linux OS with lots of uses. You can also play games in your terminal. Now we are going to see some best Linux command line terminal games on your Ubuntu. Best Linux Command…
Terminal is a powerful tool in any Linux OS with lots of uses. You can also play games in your terminal. Now we are going to see some best Linux command line terminal games on your Ubuntu. Best Linux Command…
Cryptkeeper is a free open source GUI tool to create a password protected folder on your ubuntu system. It will install as a indicator applet on your ubuntu. It uses EncFS Encrypted Filesystem to manage folders. EncFS provides an encrypted…
Y PPA Manager is an all in all PPA (Personal Package Archives) management tool for your Ubuntu system. It helps to manage PPAs easily and friendly manner. And it also helps Ubuntu users stay up to date with third-party apps.…
Vivaldi is a new modern web browser from Vivaldi Technologies, a company founded by former co-founder and CEO of Opera, Jon Stephenson von Tetzchner. It is available for windows, mac and linux OS. You can download it from vivaldi download page.
It will work mostly well with windows but it will cause some flickering or flashing screen problem in ubuntu and some other linux distributions. For example if you play any youtube video on vivaldi browser it will happen. Mainly the flickering depends on you GPU driver.
Indicator Diskman is a free Ubuntu panel based indicator applet to manage drives and partitions on your Ubuntu OS. Using Indicator Diskman, you can mount, unmount, lock, unlock encrypted volumes and ISO files. It is written in Vala and released…
Papirus Icon Theme is a free and open source icon theme for Linux system. It comes with five icon variants Papirus, Papirus Dark, Papirus Light, ePapirus and ePapirus Dark and based on Sam Hewitt’s Paper icon theme. It comes with…
LAMP named as an acronym of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system and the PHP programming language.
L – Linux
A – Apache
M – MYSQL
P – PHP
On Windows Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on windows
On ubuntu Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu
Step 1:
Installing apache
The Apache HTTP Serveris the world’s most used web server software. Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar. And type the below code in terminal and hit enter.
sudo apt-get install apache2
Type your linux mint password and press enter.
Type y and hit enter to confirm apache installation.
Wine is an open source free compatibility layer capable of running Windows applications on linux OS.It allows linux users to run Windows softwares on Unix-like operating systems. Wine translates Windows API calls into POSIX calls on-the-fly. Install Wine on Linux…
If you want to optimize and compress the images for your website or any other purpose without losing its quality, the best available option in your Ubuntu is Trimage. Trimage is a cross-platform tool with GUI and command-line interface to…
First install the required your favorite JDK on your computer such as Oracle Java, OpenJDK or IBM Java. If you don’t have any, please follow the below below link to install Oracle JDK 8 on Linux Mint.
In this tutorial we are going to work manually with Java programming without the use of an IDE.
Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar.