Search

Tag: ubuntu-server

View:
Karim Buzdar
  • Karim Buzdar
  • May 6, 2021

How to Setup Nextcloud with LAMP on Ubuntu 20.04 LTS

Looking to set up a remote office? NextCloud is an open-source solution that simplifies access to necessary data and secures it on your personal cloud-based workspace. You can sync, access, and share that data fast among your chosen devices. No more need to worry that files are out of reach or outdated anymore.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • July 23, 2020

Configuring Ubuntu Server GUI Remote Access – Part 2 – Using XRDP Server

Part 1 of the topic considered certain basic options, like configuring screen sharing in Ubuntu and connecting to Ubuntu desktop using the VCN Viewer client. However, if you want to connect to an Ubuntu machine using some sort of virtual desktop client without opening a session locally, you may want to look into XRDP Server.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • November 5, 2019

How to Install Django on Ubuntu Server 18.04 LTS – Part 3: Configuring Django to use PostgreSQL database

Creating apps in Ubuntu that will work seamlessly on different platforms may seem like quite the challenge. Nonetheless, with the right knowledge, you can manage that like a pro. By installing Django on Ubuntu Server 18.04 LTS and configuring it to use PostgreSQL (which is focused on SQL standards compliance), you can now easily build apps there using heterogeneous databases.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • September 3, 2019

How to Install Django on Ubuntu Server 18.04 LTS – Part 2: Configuring Django to use MySQL database

You have probably already covered the basics of Django installation on Ubuntu Server 18.04 LTS. This framework now is ready for the ride, but, as you know, there’s always room for improvement. If you have a little interest in using default SQLite database option, then it’s time to opt for better!
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • August 15, 2019

How to: Install Django on Ubuntu Server 18.04 LTS – Part 1 Development environment installation

In times of need, a web framework comes really in hand, since it allows automating web applications running processes as much as it is possible, but there is always a fly in the ointment. In this case, it is an amount of resource required to access re-usable modules which any web site may need. However, unlike a lot of its counterparts, Django web framework provides you with connection and enabling these modules on as needed basis!
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • July 9, 2019

Installing Flask on Ubuntu

Everybody who knows the difference between a standard web framework and a microframework realizes that you can’t make an omelet without breaking eggs. What the latter wins by simplicity and speed it compensates with the lack of functionality. However, if you value a lightweight framework more than everything else, Flask microframework written in Python is your go-to choice.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • May 16, 2019

Configuring Ubuntu Server GUI remote access – Part 1 – Basic Options

Anyone experienced in working with AMP stack on Ubuntu Server 18.04.02 realizes that this novelty, like any other, has its pros and cons. If you are used to convenient and useful Hyper-V enhanced session features, it may seem as though you have lost a shilling and found sixpence. Don’t worry, with Ubuntu Server GUI remote access you can have your cake and eat it.
Read more
Mikhail Rodionov
  • Mikhail Rodionov
  • April 18, 2019

Installing AMP stack on Ubuntu Server 18.04.2

Websites serving a large number of requests or providing services require high uptime. Here AMP (Apache, MySQL, and PHP) stack comes. It performs a logical pooling of resources, distributing workloads across multiple servers. So, with AMP stack you receive improved performance and high availability (HA) of your services.
Read more
Florent Appointaire
  • Florent Appointaire
  • July 14, 2016

Ubuntu: Join a server to an Active Directory domain

Today, we will see how to join an Ubuntu server (version 16.04) to an Active Directory domain. It could be useful in case if you want that your administrators use their domain account to connect to servers, etc.
Read more