The following Oil Filters work with the Honda Civic 2012 excluding the Si and hybrid.
- PH7317
- TG7317
- K&N PS1010
- Bosch W0133-1638275
- Mobil 1 M1-110
This car uses 0w-20 full synthetic oil.
The following Oil Filters work with the Honda Civic 2012 excluding the Si and hybrid.
This car uses 0w-20 full synthetic oil.
Merlin has a custom Asuswrt firmware for the RT-AC66U router which can be found at its new home at http://www.mediafire.com/asuswrt-merlin/#
With this firmware Merlin adds some needed feature that Asus lefted out see below.
Using IPv6 can be a pain without a firewall between you and the world. This is one of the reasons I like Merlin’s version of the firmware,
You can create a file /jffs/scripts/firewall-start on the router to run a custom firewall rules at start up.
Here’s an example of what that file would look like for IPv6 6in4 tunnel with ip6tables:
ip6tables -A INPUT -j DROP
ip6tables -I FORWARD 2 -m state --state RELATED,ESTABLISHED -j ACCEPT
# Allowed inbound rules here, such as this one:
ip6tables -I FORWARD 2 -p tcp -m state --state NEW -i v6in4 --dport 22-j ACCEPT
ip6tables -A FORWARD -i v6in4 -o br0 -p all -j DROP
ip6tables -A FORWARD -i br0 -o any -p all -j ACCEPT
ip6tables -A FORWARD -i br0 -o v6in4 -p all -j ACCEPT
ip6tables -A FORWARD -i any -o br0 -p all -j ACCEPT
ip6tables -A FORWARD -j DROP
Run:
$ apt-get update
$ apt-get -yy install gcc mercurial libpam0g-dev git
$ git clone https://code.google.com/p/google-authenticator/
$ cd google-authenticator/libpam
$ make install
Edit /etc/ssh/sshd_config file and change the ChallengeResponseAuthentication from no to yes
edit /etc/pam.d/common-auth so it looks like
# here are the per-package modules (the "Primary" block)
auth required pam_google_authenticator.so
auth [success=1 default=ignore] pam_unix.so nullok_secure
# here's the fallback if no module succeeds
Run google-authenticator as the user you want to use two factor authentication on.
Paste the generated URL into your browser and a QRCode will be generated.
Scan the QR code with the Google Authenticator app on your iPhone.
Reboot the server and test.
Put the following in /etc/sysconf/iptables and /etc/sysconf/ip6tables:
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --set --name SSH
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 5 --rttl --name SSH -j DROP
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT
restart iptables
/bin/systemctl restart iptables.service
/bin/systemctl restart ip6tables.service
The Kingston USB 3.0 Media Reader is a really fast multi card reader that reads the following cards:
CompactFlash, CF Type I (UDMA 0-6), CF Type II (UDMA 0-6), SD, SDHC, SDHC UHS-I, SDXC, SDXC UHS-I, microSD, microSDHC, microSDXC, Memory Stick/M2, Memory Stick, Memory Stick PRO, Memory Stick Duo, Memory Stick PRO Duo, Memory Stick M2
It’s not as portable as the IOGEAR SuperSpeed USB 3.0 SD but it’s more durable and does support more card types.
It’s a nice design with a cool red logo, the part number is FCR-HS3 and can be found on amazon.com for around $23.
Here’s a salad my Wife found, it’s really good.
Serves 4-6
Ingredients:
2 cpus of cooked qunioa, cooked in vegetable or chicken broth, at room temperature or chilled.
1 (15-once) can black beans, drained and rinsed.
1 medium mango, peeled and diced.
1 red bell pepper, diced.
4 green onions, white and green parts thinly sliced.
1/2 cups chopped fresh cilantro.
4 tablespoons red wine vinegar.
3 tablespoons extra virgin olive oil.
1-2 tablespoons fresh lime juice.
1/2 teaspoon kosher salt.
1/4 teaspoon black pepper.
Directions:
Plece the cooked quinoa in a large bowl. Add mango, red pepper, green onion, black beans, and cilantro.
In a small bowl combine vinegar, olive oil, and lime juice. Whisk until the dressing is smooth and pour on top of the salad. Toss to combine and add salt and pepper (add more to taste if desired). Chill the salad for at least one hour before serving.
Source: Mel’s Kitchen Cafe
The Linux OS the tends keep Cached memory because the it decides that the Cached memory is being used and is needed which can lead to memory issues and slow do your system.
To fix this problem you can force the system to free up the stored Cached memory.
Create a script called /usr/local/bin/clearcache.sh with the following two lines:
#!/bin/sh
sync; echo 3 > /proc/sys/vm/drop_caches
run “crontab -e” and add the following line:
0 * * * * /usr/local/bin/clearcache.sh
Also make the script executable by running “chmod +x /usr/local/bin/clearcache.sh”
This should clear the Cached memory every hour.
If you get the this error message “mount error(12): Cannot allocate memory” while trying to mount a Windows SMB to a linux box.
You need to configure Windows to act as a file server and it will allocate the resources needed.
Change the registry key HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementLargeSystemCache to ‘1′
and Change HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParametersSize to ‘3′
once you have done that do a reboot and try mounting the Samba drive again.
Recently I have started using VMWare Workstation 8, this is really cool and seem to function better than VirtualBox.
If you setup a virtual machine and set it to be shared, you can make it boot up with the Windows OS, hence this could be a headless sever hosting a Linux OS.
You will need to log in as the Administrator to set permission to allow your own user account to use the shared VMware server. Once you have done that you can make any virtual machine boot up as a shared virtual machine without having to be logged in to Windows.
I learnt this from a friend.
If you fold a post it note like a V or check mark sharp and stick it below where you want to drill a hole in the wall, it will catch all or most of the drywall or wood debris of where you are drilling a hole.
This works best with the bigger PostIt Notes.