How to configure Nginx for WordPress permalinksnixCraft Updated Tutorials/Posts
I switched from Apache to Nginx web server. How do I configure permalinks under WordPress blog? How can I configure Nginx for WordPress permalinks using virtual hosting?The post How to configure Nginx...
View ArticleHow to add comments to iptables rules on LinuxnixCraft
I am a new Linux sysadmin. How can I add comments to iptables rules on Linux using the iptables command?The post How to add comments to iptables rules on Linux appeared first on nixCraft.
View ArticleHow Do I Find Out My Linux Gateway / Router IP Address?nixCraft Updated...
How do I find out my gateway IP for a computer or a network device that allows or controls access to another computer or network under Linux / UNIX-like operating systems? How can I find out my Linux...
View ArticleDebian Linux Install GNU GCC Compiler and Development EnvironmentnixCraft...
How do I install GNU/GCC compiler and related tools (such as make, debugger, man pages) collection under Debian Linux system using command line options?The post Debian Linux Install GNU GCC Compiler...
View ArticleLinux list a KVM vm guest using virsh commandnixCraft
How do I list a KVM vm guest using virsh command on a Linux based hypervisor?The post Linux list a KVM vm guest using virsh command appeared first on nixCraft.
View ArticleHow to reset a KVM clone virtual Machines with virt-sysprep on LinuxnixCraft
I know how to clone a KVM VM. Once cloned I would like to reset cloned VM. How do I reset, unconfigure or customize a virtual machine so clones can be made? How can I reset a KVM clone virtual Machines...
View Article16 Places To Buy A Laptop With Linux PreloadednixCraft Updated Tutorials/Posts
I want a Linux system without having to pay a Microsoft tax. The hardest part of using Linux is to find out the correct hardware. Hardware compatibility and drivers can be a big issue. But where one...
View ArticleUbuntu Linux Remove/Delete PPAs apt-get commandnixCraft Updated Tutorials/Posts
Over time I have added way too many PPAs using the add-apt-repository command on Ubuntu Linux 16.04/18.04 LTS server for testing purpose. How can I delete or remove those PPAs? Is there a command to...
View ArticleFreeBSD Allow Normal Users To Mount CDROMs/DVDs/USB DevicesnixCraft Updated...
How do I allow any ordinary users (such as my son or wife) to mount CD-ROMs, DVDs, USB drives, and other removable media on our home server powered by FreeBSD operating systems?The post FreeBSD Allow...
View Article6 Github alternatives that are open source and self-hostednixCraft
Git is a version control system. Linus Torvalds created Git in 2005 for development of the Linux kernel. Git is mainly used for software source code management. However, it can be used to keep track of...
View ArticleDebian Linux 7 Long Term Support reached end-of-lifenixCraft
The Debian Linux version 7 (codenamed "Wheezy") support ended on 31st May 2018. It was initial release on May 4, 2013. Each LTS ( initial release on May 4, 2013) support lasts for five years. It means...
View ArticleHow to Restart Linux server using putty ssh client on WindowsnixCraft
I am using Windows version 7 or 10 on my desktop. How can I use putty client to restart Linux server? What is the procedure to restart Linux server using putty from Windows 7 or 10 desktop?The post How...
View ArticleShutter: The Ultimate Linux Screenshot ProgramnixCraft Updated Tutorials/Posts
Shutter is a free, open-source, feature-rich, and ultimate Linux screenshot program screenshot tool for GNU/Linux distributions. I use this tool frequently when I am creating resources for this site or...
View ArticleLinux / UNIX: Find Out If File Exists With Conditional Expressions in a Bash...
With the help of BASH shell and IF command, it is possible to find out if a file exists or not on the filesystem. A conditional expression (also know as "evaluating expressions") can be used by [[...
View ArticleLinux Display Bandwidth Usage on Network Interface By Host Using iftop...
The iftop command listens to network traffic on a named network interface, or on the first interface, it can find which looks like an external interface if none is specified, and displays a table of...
View ArticleShow All Running Processes in Linux using ps/htop commandsnixCraft Updated...
How do I see all running process in Linux operating systems using command line or GUI options? How can I show all running Processes in Linux operating system?The post Show All Running Processes in...
View ArticleHow To: Ubuntu / Debian Linux Regenerate OpenSSH Host KeysnixCraft Updated...
How do I regenerate OpenSSH sshd server host keys stored in /etc/ssh/ssh_host_* files? Can I safely regenerate ssh host keys using remote ssh session as my existing ssh connections shouldn't be...
View ArticleHow to open DNS port 53 using ufw on Ubuntu/Debian LinuxnixCraft
How do I allow incoming DNS tcp/udp port 53 connections from a specific IP address or subnet on a Ubuntu or Debian Linux server using ufw? How can I open DNS port 53 using ufw firewall?The post How to...
View ArticlePHP.INI settings Disable exec, shell_exec, system, popen and Other Functions...
I run a small Apache based web-server for my personal use, and it is shared with friends and family. However, most script kiddie try to exploit php application such as WordPress using exec(),...
View ArticleLinux Command: Put Laptop / Netbook In Hibernate / Suspend ModenixCraft...
How do I suspend or hibernate from bash shell command line under Linux operating systems? How do I suspend or hibernate my Ubuntu Dell laptop using command line, without using additional software?The...
View Article