How to prevent Spammers from accessing your Linux Server

I run an article directory on a dedicated Linux server and provide full article RSS feeds for any query or tag. When spammers find the...
autor Mirela | data 4 years ago

Linux commands - most commonly used

Linux is a very simple Operating system to use and the commands that you use on them span across the vast majority of Linux distros....
autor Mirela | data 4 years ago

Linux commands. The most used

Linux is a very simple Operating system to use and the commands that you use on them span across the vast majority of Linux distros. I have...
autor Mirela | data 4 years ago

ACL: Setting Access Control List for non privileged users

There are two type of ACLs Access ACL The user and group access permissions for all kinds of...
autor Mirela | data 4 years ago

How to Setup a Home Network Using Static Addresses

If you have more than one computer at home, you’ll probably want to set up a network so that they can communicate. This way you’ll be...
autor Mirela | data 4 years ago

10 ways to make Linux boot faster

Linux rarely needs to be rebooted. But when it does, it’s often slow to boot. Fortunately, there are ways to speed things up....
autor Mirela | data 4 years ago

RAID - Redundant array of independent disks

RAID is an acronym for Redundant Array of Independent Disks. With RAID enabled on a storage system you can connect two or more drives in the system...
autor Mirela | data 4 years ago

IPtables - Basic concepts

The IPTables program that comes with Linux distributions allows administrators to configure the operating system so that it allows...
autor Mirela | data 4 years ago

How to record a UNIX terminal session

Start the recording of Unix terminal session with script command. And start doing your important configurations, it will recorded...
autor Mirela | data 4 years ago

Securing Your Network by Filtering MAC Addresses

If you live in the middle of nowhere you probably wonder why you should secure the access to your network. If you’re setting...
autor Mirela | data 4 years ago

Sever Administration - mail troubleshooting

Go through this post to troubleshoot mail issues on your server.. Check emails in mail queue ...
autor Mirela | data 4 years ago

john (John the Ripper) — a password cracker for Linux and Windows

John the Ripper (a.k.a. JtR, or simply john) is a popular fast password cracker for both Linux and Windows . It is quite useful for...
autor Mirela | data 4 years ago

No volume control GStreamer ... found — no sound on Ubuntu

I was introduced to Linux via RedHat distributions, such Fedora or CentOS. With Fedora you tend to learn a lot because so many things are...
autor Mirela | data 4 years ago

Network config files in Linux

In most cases, the DNS configuration is stored within /etc/resolv.conf. To add a DNS server, you can simply add a line “namespace...
autor Mirela | data 4 years ago

9 Server Configuration checking useful commands

Server Configuration checking commands: 1.HTTP Webserver: ...
autor Mirela | data 4 years ago

Connection reset by peer — ssh sshfs error

Recently, after re-installation of Ubuntu Linux, sshfs mount, from a Fedora Core, has failed with the following error message, read:...
autor Mirela | data 4 years ago

Basic commands a system admin need to know

Basic commands a system admin need to know. - tty – tty command will tells you current terminal. autor Mirela | data 4 years ago

How To Perform HTTP-GET via Curl Commands inside PHP

PHP supports libcurl that allows you to connect and communicate to many different types of servers with many different types of...
autor Mirela | data 4 years ago

important uses of LSOF Command for Linux admin

Important uses of LSOF Command - lsof is a Linux utility which lists the information about files opened by processes.LSOF is one of the...
autor Mirela | data 4 years ago

lsof | grep snd — how to free a Linux sound device

A program attempting to open a sound device for exclusive access may fail, if that audio device is already in use by another program....
autor Mirela | data 4 years ago

aspell — spelling with foreign dictionaries

Regardless of whether you are a spelling genius or a spelling disaster, like myself, it is useful to have a spellchecker handy. There are...
autor Mirela | data 4 years ago

lprm — cancel print jobs

lprm is a useful tool for removal of active or queued print jobs. Lets start by having a look at line printer queue status using lpq utility....
autor Mirela | data 4 years ago

./ — dealing with a leading minus in filenames under Linux shell

Dealing with files whose filenames contain special shell characters can be tricky. Unless you know how to handle their filenames...
autor Mirela | data 4 years ago

tar — how to create and extract tar.gz and tar.bz2 archives

The commonly employed archive types on Linux and Unix systems are tar, tar.gz and tar.bz2 archives. Note that tar.gz and tar.bz2...
autor Mirela | data 4 years ago