Introduction Today we present one of the topics that will help you get the usual stability of Ubuntu LTS, but with the amazing beauty of Deepin Desktop out of the box. Deepin (DDE) is a work environment with an intuitive interface. The UbuntuDDE project combines the power of Ubuntu with the beauty of Deepin. Ubuntu […]
Ubuntu
ufw Command Options
The Uncomplicated Firewall (UFW) is a firewall management tool that makes it easier to configure the iptables service. UFW originated with Ubuntu® but can be downloaded and installed on other distributions. It is primarily useful for home users who don’t have experience with the intricacies of firewall configuration. The ufw command enables you to work […]
dpkg-reconfigure Command Options
When a package is installed, it may run a configuration script as part of the installation process. To run this configuration script again at some point in the future, use the dpkg-reconfigure command. Although there are some options to this command, they are rarely used. Syntax of the dpkg-reconfigure command: # dpkg-reconfigure [options] source packages […]
How to Install SSHFS on CentOS/RHEL/Ubuntu
Whats is SSHFS There are several ways to share a directory across a network. In enterprise settings, you’ll find the Network Filesystem (NFS), Samba, and various distributed filesystems. SSHFS isn’t used in enterprises quite as much, but it can still come in handy. The beauty of it is that all of its network traffic is […]
Configure Network Bonding in Ubuntu Server
Network bonding is the aggregation or combination of multiple LAN cards into a single bonded interface to provide high availability and redundancy. Network bonding is also known as NIC teaming. In this article, we will discuss how to configure network bonding in Ubuntu 14.04 LTS Server. In my scenario, I have two Lan Cards: eth0 […]
Wallch (Wallpaper Changer) – Rotate Ubuntu Desktop Wallpapers
Wallch is a free and open-source Wallpaper Changer for Ubuntu Desktop. Wallch rotates desktop wallpapers from the set of favorite wallpapers at a particular interval of time and keeps your desktop fresh and new. Some of Common features are listed below: Change Desktop Wallpapers on PC start-up Change Desktop Wallpaper choosing images randomly Change Desktop […]
Glusterfs – Advanced Troubleshooting Tips and Tricks
Friends continuing with the advanced know-how and troubleshooting on glusterfs.In this article, we have a 3 node cluster running on glusterfs3.4. Below are the steps that are used for glusterfs troubleshooting. Step 1: Check the Gluster volume status and information. [root@gluster1 ~]# gluster volume info Step 2: To verify all the details of the replication […]
Installation Steps of jEdit on Ubuntu Linux
jEdit is a Programmer’s Text Editor written in Java. jEdit is a cross-platform text editor & has an extensive feature set that includes syntax highlighting, auto-indent, folding, word wrap, abbreviation expansion, multiple clipboards, powerful search and replace,s and much more. Jedit comes under GNU General Public License Moreover, jEdit is extremely customizable, and extensible, using […]
ttyrec – Record Terminal Session in Linux
ttyrec is a tty(terminal) recorder in a Unix-like operating system & recorded data can be played back with the help of ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. Installation on […]
SSHFS (Secure SHell FileSystem) – Securely Mount remote filesystem over ssh
In Linux like operating systems, we can securely mount a remote file system over ssh protocol using sshfs command. SSHFS stands for Secure SHell FileSystem. SSHFS enables us to mount the remote file system and interact with remote directories and files on a local machine. On the local computer where the SSHFS is mounted, the […]