Assuming ubuntu is required, the following 18 results were found.
-
What follows is an outline I compiled while building an Ubuntu server for running the Joomla CMS on the Nginx web server. NOTE: Ubuntu 14.04 LTS was used for this. Ubuntu Server * choose SSH server during the install * setup static IP address Install...
- Type: Article
- Author: Mondaiji
- Category: IT
-
I re-built my LEMP web-server fresh on Ubuntu 24.04 and learned some things along the way. This is my base build outline mostly created for my own notes. INSTALL PACKAGES nginx nginx-extras mysql-server php php-curl php-fpm php-gd php-mysql php-xmlrpc...
- Type: Article
- Author: Japanatron
- Category: IT
-
I re-built my LEMP web-server fresh on Ubuntu 22.04 and learned some things along the way. This is my base build outline mostly created for my own notes. INSTALL PACKAGES nginx nginx-extras mysql-server php php-curl php-fpm php-gd php-mysql php-xmlrpc...
- Type: Article
- Author: Japanatron
- Category: IT
-
What follows is an outline I compiled while researching how to tighten security on a Nginx web server. NOTE 1: Ubuntu 14.04 LTS was used for this. NOTE 2: This is a continuation of this article: Joomla Running on Nginx and Ubuntu Server - Setting Up...
- Type: Article
- Author: Mondaiji
- Category: IT
-
I re-built my LEMP web-server fresh on Ubuntu 20.04, and learned some things along the way. This is my base build outline. INSTALL PACKAGES nginx-extras mysql-server php php-curl php-fpm php-gd php-mysql php-xmlrpc php-memcache php-uploadprogress...
- Type: Article
- Author: Japanatron
- Category: IT
-
is listed. Perhaps you have to adjust your scores. UPDATE - 2014/10/23 I updated this article for Zimbra 8.5 running on Ubuntu 14.04. UPDATE - 2015/2/20 Tested and working with Zimbra 8.6.
- Type: Article
- Author: Mondaiji
- Category: IT
-
The following is a task outline for building an Ubuntu-based web-server to run Joomla and JomSocial. I created this for my own notes, so apologies if it's a bit cryptic. Ubuntu server minimum install choose LAMP & SSH server during install static IP...
- Type: Article
- Author: Mondaiji
- Category: IT
-
Ubuntuhttps://japanatron.com/component/tags/tag/ubuntu
- Type: Tag
- Author: Japanatron
-
ffmpeg -loop 1 -i image-file.jpg -i audio-file.mp3 -shortest -acodec copy -f mov video-file.mov Notes * The above is on Ubuntu Server 12.04 LTS. Other ffmpeg versions may require tweaking of command options, hence the reason this took me extensive...
- Type: Article
- Author: Mondaiji
- Category: IT
-
This example was done on Ubuntu server. * Enable VM direct I/O in the BIOS. * Open /etc/default/grub using an editor like nano or something. * Find GRUB_CMDLINE_LINUX_DEFAULT and add intel_iommu=on as a parameter. Make sure it's lowercase. Save and...
- Type: Article
- Author: Mondaiji
- Category: IT
-
so it could work for those moving on from the now defunct Windows Home Server. * based on well-known distros Fedora & Ubuntu Bad * This statement taken from an Amahi email irked me: "IMPORTANT: We do not know of any data loss within our users, however...
- Type: Article
- Author: Mondaiji
- Category: IT
-
options, or software I required. Thus, I migrated my email account from my web host to my very own email server built on Ubuntu server and Zimbra. Out of the box Zimbra includes impressive spam & virus filtering—ClamAV, Spam Assassin, spam training, and...
- Type: Article
- Author: Mondaiji
- Category: IT
-
I've been figuring out how to block or redirect web traffic in Nginx based on the country geoIP. NOTES * You need the package nginx-extras for this because this package has the geoIP Nginx plugin. * I used Japan (JP) in these examples, so change the...
- Type: Article
- Author: Japanatron
- Category: IT
-
My domain name registrar offers email aliases and forwarding; however, this feature causes my mail server's SPF checks to fail because the registrar's mail relay sends on behalf of the originating server. I fixed it by white-listing the registrar's...
- Type: Article
- Author: Japanatron
- Category: IT
-
By default Zimbra automatically discards inbound mail that receives a high spam score (aka "super spam"). Although the score is configurable up to 100, this default could cause false positive email to disappear and make troubleshooting spam scoring...
- Type: Article
- Author: Japanatron
- Category: IT
-
I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line. In short, you need to use the -r option. For example: echo "Enter your message here. Thank you." | mail -s "Enter your subject here"...
- Type: Article
- Author: Mondaiji
- Category: IT
-
Go to /root on 1st server. ssh root@server1 cd /root FreeNAS OS drive is mounted read-only, so mount it RW. mount -o rw / Generate an RSA key & leave the passphrase blank. You can use another supported algorithm if you wish. ssh-keygen -t rsa Display...
- Type: Article
- Author: Mondaiji
- Category: IT
-
How to Look at Internet Pornhttps://japanatron.com/blog/other/it/10142-how-to-look-at-internet-porn
streetwalker. Oh, and Linux is a hell of a lot cheaper than a Mac. Here are my 2 favorite Linux distros: * Linux Mint * Ubuntu Backup Your Data You can't legally drive a car without knowing how to brake and steer. So if you don't know how to backup your...
- Type: Article
- Author: Mondaiji
- Category: IT