Category: Linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Installing and configuring NFS server on Debian 8 Jessie

NFS is a file system that can be shared by several hosts. In this tutorial, we’ll explain how to install and configure an NFS server on Debian 8 Jessie. Installing and configuring an NFS server First, we use the command below to install the NFS server: apt-get install nfs-kernel-server Our folder to be shared will

Standard

Changing the TimeZone in Debian 8 Jessie

The TimeZone in Debian 8 can be changed with just one command. To list the available timezones, use the command: timedatectl list-timezones Simply choose a TimeZone from the list shown, and then use the command to “set” the desired TimeZone. Considering that we have chosen the TimeZone “America/Sao_Paulo”, we use the command: timedatectl set-timezone America/Sao_Paulo

Standard

Fedora won’t suspend/hibernate when closing laptop

There is a configuration file in Fedora that, by default, prevents the Notebook from going into sleep mode or hibernating when you close the Notebook. To solve these problems: Edit the file “/etc/systemd/logind.conf“ Removes the comment from the line “#HandleLidSwitchDocked=suspend” Restart the service “systemctl restart systemd-logind“ That’s it! Now when you close your notebook, it

Standard

Internet speed test on Linux

There is a tool on the speedtest.net website that allows us to carry out speed tests on our connection via the browser.   But how do you perform this test on a Linux server via SSH?   We’re going to use a python script provided by speedtest.net. First, let’s install python: apt-get install python-minimal We

Latest news

Latest news directly from our blog.