Assuming line is required, the following 39 results were found.
-
Everyone's raving about LINE--especially here in Japan. It's the hot trendy free communication app all the cool kids are using these days, which means I just HAVE to try it too. What do you have to lose? It's totally free. Right, Mom? So I sign up. I...
- Type: Article
- Author: Mondaiji
- Category: General
-
I found this awesome Windows powershell script that allows you to install fonts via the command line. This is very convenient for mass deployment. $ssfFonts = 0x14 $fontSourceFolder = "\\PATH\TO\FONTS" $Shell = New-Object -ComObject Shell.Application...
- Type: Article
- Author: Mondaiji
- Category: IT
-
admit that I'm an anal person. I'm never late, obsessively tidy, impeccably organized, and borderline OCD. I'm not without vices, however. I drink rum like a pirate and am sadly addicted to nori potato chips. Getting back to the point--maybe the reason...
- Type: Article
- Author: Mondaiji
- Category: General
-
crank-call friends in the USA Here are my snap impressions and notes I made during my research. Services I actually tried... Line * Japan-focused and hugely popular in Asia * Games and stickers allow for communication solely through cute icons--what...
- Type: Article
- Author: Mondaiji
- Category: IT
-
If a colleague's PC crashes, Windows will restart into start-up recovery. The problem here is that start-up recovery often makes an even bigger mess of the computer by removing it from AD. These commands disable Windows start-up recovery. Use at your...
- Type: Article
- Author: Mondaiji
- Category: IT
-
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 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
-
upon. Lastly, be sure that seat belts are fastened for both the passengers and the driver. It is not rare to see confusing lines on the road. Typically, you will see yellow, white, solid and even dashed lines. You have to know what those lines mean so...
- Type: Article
- Author: Japanatron
- Category: General
-
City and worked in downtown LA. Instead of commuting on the infamous 101 freeway each morning, I opted for the Metro Red Line. I insisted on using the stairs in the Red Line stations. I was hoping to ride a bike to the station from home, but I dreaded...
- Type: Article
- Author: Mondaiji
- Category: General
-
I didn't have any money (which was true cuz I had yet to go to the ATM). I felt like I was delivering the often-heard movie line: "I don't have the money! I need more time!" Next time he comes I'm gonna say I don't own a TV. That'll be funny cuz I'll...
- Type: Article
- Author: Mondaiji
- Category: Countryside
-
Why Linux is Coolhttps://japanatron.com/blog/other/it/10147-why-linux-is-cool
proudly sits in a very special place in the heart of the IT world. Watching Linux pros clack away at the command line inspires a sense of awe and adoration in the heart of many a techie and non-techie alike. Even mere utterance of the word "Linux"...
- Type: Article
- Author: Mondaiji
- Category: IT
-
wish. ssh-keygen -t rsa Display the public key. more .ssh/id_rsa.pub Copy / paste the key to a text editor and remove any line breaks. The key should appear on 1 line. Leave the spaces intact (e.g. the space after "ssh-rsa"). Copy / paste the key to...
- Type: Article
- Author: Mondaiji
- 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
-
Wipe the device I do this to remove any old partition tables, etc., and I think the easiest way to do it is on the command line. Change the "of" device to your unassigned device. Confirm you have the right device! dd if=/dev/null of=/dev/sdb1 3) Create...
- 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
-
Yes, I know it's a security feature, but it's very frustrating for my colleagues that constantly download PDFs via Internet Explorer, confirming each and every file download individually. This reg add command will disable that file download...
- Type: Article
- Author: Mondaiji
- Category: IT
-
footer menu in Joomla 2.5. 1. Add this somewhere at the bottom of your template.css file: ul.menuflat li { display: inline; padding: 10px; } 2. Next, edit the module that displays your footer menu. You'll see a box called "menu suffix." Enter "flat"...
- Type: Article
- Author: Mondaiji
- Category: IT
-
If you're lazy like me, you can even opt to run the audio from the mixer straight into the camera, saving you from having to line up the audio later. Rolling Shutter As excited as a 12 year-old boy with a new BB gun, I took my a6300 outside to a nearby...
- Type: Article
- Author: Japanatron
- Category: General
-
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 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