Quantcast
Channel: add – Securitron Linux blog.
Browsing latest articles
Browse All 15 View Live

Adding Adsense advertisements to a Pagelines WordPress theme.

The Pagelines Framework theme is an outstanding theme for the WordPress blogging software, and adding Adsense ad units is a good way to monetise your website. If you edit the...

View Article


Interesting and useful commands available using the BASH shell on Linux.

This is an interesting command to view your command history when you are using Bash. [flynn@flynn-grid-runner Desktop]$ hash hits command 3 /usr/bin/sudo 1 /bin/ls [flynn@flynn-grid-runner Desktop]$...

View Article


Another look at the new Ubuntu 12.10 Quantal Quetzal Unity desktop.

View Article

How to put line numbers on the output of a command and other useful Linux...

If you want to put line numbers in the output of a command; then feed it through the nl command. This will put the required line numbers there for you. [john@deusexmachina]:~/Desktop> ls -hula | nl...

View Article

How to add a swapfile with Linux and thoughts on the Die Hard 4.0 movie.

To create a new swapfile on your Linux machine to complement the existing /swap partition; the dd command will come in handy. This command will create the swap file as a loopback filesystem....

View Article


How to add a new user in Linux and some other useful networking commands.

This the sequence of events when you are creating a new user. Use the sudo adduser jsmith command to add a new user named jsmith. After that you can type other information to identify your user and...

View Article

How to add a new user on Ubuntu server 12.04 and add a desktop environment if...

Adding a new user on Ubuntu server is very simple. The useradd command may be used in a script to create multiple users very easily. sudo useradd $username -m -s /bin/bash -G users Then you will need...

View Article

How to create a new user on Linux and add a password in one go.

The useradd command can create a new user on your Linux system. Here is how to add a password as well all in one simple operation. root@neo:/home/jason# useradd -m -s /bin/bash -g users -p $(openssl...

View Article


Create a new group on Linux and add a new user to it easily.

To add a new group to a Linux system, enter this command as root. root@neo:/home/jason# groupadd dept Then, create our new user with this command. root@neo:/home/jason# useradd -m -g dept -d /home/user...

View Article


How to add a Red Hat Linux 7.2 subscription after installation.

To add a subscription after installing Red Hat Enterprise Linux 7.2, type this command as root. [root@localhost jason]# subscription-manager register --username USERNAME --password "PASSWORD" This will...

View Article

How to add a new user on Ubuntu 20.04.

This is how to add a new user account on your Ubuntu Linux machine. This is very simple using the useradd command. Useradd takes parameters instead of asking for details like adduser, this means it is...

View Article

How to add subtitles to a movie with ffmpeg on Linux.

Merging a subtitle *.srt file to a move on Linux is very easy. Just download a suitable srt file from the Internet, then put it in the same directory as the TV show or movie you have. Then do this to...

View Article

How to add a new user on Linux and some other useful tips.

Adding a new user on Linux is very easy, this can be done with the groupadd and useradd commands. I am adding a new user group to Linux and then adding the new user to it. Firstly, add the new user...

View Article


How to add a second IP address to the loopback device.

How to add another IP address to the loopback device on Linux.

View Article

How to add a script to an item in the Arma Reforger editor.

How to add a script to an object in the Arma Reforger editor.

View Article

Browsing latest articles
Browse All 15 View Live