CATEGORY

Tips and Tricks

How to create user in Linux? [SOLVED]

If you have not integrated Linux servers into a central user authentication such as LDAP/Active Directory, you will have to create local users many times.

By omercakmak · 6 min read · Tips and Tricks

How to install 32bit application with Wine? [SOLVED]

Wine is a free application that enables Windows software to run on POSIX- compliant operating systems such as Linux and Mac OS X. Wine stands for "Wine Is Not

By omercakmak · 4 min read · Tips and Tricks

wget command not found [SOLVED]

There are two possible reasons for wget command not found error. Either the wget package is not installed on your server or PATH variable is wrongly set.

By omercakmak · 4 min read · Tips and Tricks

How to DROP connection in IPTABLES? [SOLVED]

iptables is a GPL licensed utility that allows the Linux kernel firewall to configure IP packet filter rules. Filters are organized in different tables that

By omercakmak · 4 min read · Tips and Tricks