arrow_upward

  Logo
Posted by: catfan - 09-13-2015, 10:59 AM - Forum: Suggestions and Feedback - Replies (3)
I tried to ignore but it seems our logo is look like very short and thick private part. I do not mind this much. Server board with compressed dong on top is very funny in my opinion but some people maybe think it is offensive? I do not know but maybe add more cloud or put middle thing sideways to avoid negative impact? I fear sensitive people maybe not want to join after seeing big bar with inflated tire in top row.
Posted by: catfan - 09-13-2015, 10:04 AM - Forum: Tutorials - Replies (3)
Today i will show you how to make a network with cat 5 cable.

You need:
  • 3x cat 5 cable with ethernet plug
  • 1x switch
  • 1x bad/old pc
  • 2x new/shiny pc
  • 3x network card or onboard lan (100mbit)

Step 1:
You put 1 network card in all pc or do nothing if it have onboard lan already.

Step 2:
Install linux on the bad/old pc. Any linux is ok i think but dont install gui. It just waste resource.

Step 3:
Take 1 cat 5 cable and connect the bad/old pc to uplink on your switch.

Step 4:
Take other 2 cat 5 cables and connect shiny pcs to normal switch port.

Step 5:
Boot bad pc and issue this command in root terminal:
Code:
echo 1 > /proc/sys/net/ipv4/ip_forward

Step 6:
Your network is very dumb so you must configure IP address of all pc now. For bad pc issue this command in root terminal (if you ignored advice to use onboard lan and still put extra network it maybe is different device so you must use eth1 or look at ifconfig output to see which has cable connected):
Code:
ifconfig eth0 192.168.0.1 netmask 255.255.255.0
For good pcs it depend on your OS but be sure you choose 192.168.0.x but not with x as used by other pc in your network and put 192.168.0.1 for gateway.

Step 7:
You are done and your network is ready.

Advanced (maybe for next tutorial):
  • Make startup scripts and firewall
  • Setup up internet and nat on your bad pc (router!)
  • Give your network dns and dhcp (make it is less dumb) so you can have hostnames and not need to give ip by hand anymore
  • Use nicer ips. rfc1918 is boring... better to have secret service network!!

Posted by: catfan - 09-13-2015, 09:15 AM - Forum: Hardware & Technology - Replies (1)
Internet science research

Internet is a complicated thing. It is very fascinating how it works or who is in charge but often it is hard to understand so we need science to find out and explain. Some day i found this article that is very enlightning and easy to understand so i want to share with you this link. I think this research is very good.

http://gizmodo.com/1728316152

Science is great and now we know! Have a day nice and post comment what you think Tongue Tongue Tongue
Posted by: Dynamo - 09-13-2015, 08:32 AM - Forum: Free VPS Providers - Replies (6)
What is not allowed in offers
  • Credit card or debit card verification
  • earning Links in thread like adfl.y
  • VPS trials which are shorter than 4 days
  • phone verification
  • Sites with nulled/removed copyright software.
What a offer thread atleast contain
  • VPS specification
  • For how much time the offered VPS will be there
  • What we have to do for getting VPS

Blacklisted Free VPS Providers


  1. Gratisvps.net
  2. 5jelly.com
  3. Guhat
  4. Fortacloud.co
  5. freevpshosting.net
  6. 3jelly
  7. Chunkhost (closed free VPS)
  8. onhosti
  9. Yocats
  10. VPSforHire
  11. VPS hit
  12. SubNetWeb (Reason why SubNetWeb are in this list is here )
  13. Dexbweb / SharkHost / LAMBDEN (Reason why they are in this list is here )





Have I missed any ?

Then Comment below



Posted by: catfan - 09-12-2015, 08:44 PM - Forum: Web Design & Projects - Replies (2)
Maybe i want to make some site like http://www.icanhascheezeburger.com/ but i think it has bad design. Pictures are to small and so much junk that you dont need. Also it is very pale. I like colors like green and red but not white so maybe i can improve there to be better competition. I dont know yet but it can be. Do you guys think i am right or what would you improve? Any suggestion?
  cat
Posted by: catfan - 09-12-2015, 08:17 PM - Forum: Scripting & Programming - No Replies
cat is a popular command in unix. It has nothing to do with the animal but only maybe the inventors liked writing the name lots of times per day (many people do i think). I dont know but it is possible because they could have called it dog but did not do it. Also many people use cat and in over 40 years noone has tried renaming it to dog or anything else. Only Bill Gates made a cheap copy named type that is worse. Maybe he is alergic to some hair and dont want to be reminded. I dont know but it can be and enough with history now. Here is some useful example of how to use cat:

Basic usage (print some file):
Code:
cat /path/to/file

Inform yourself about your CPU:
Code:
cat /proc/cpuinfo

Write a file without any editor:
Code:
cat > /path/to/file

Continue write a file without any editor:
Code:
cat >> /path/to/file

Look at garbage (and maybe break terminal):
Code:
cat /dev/urandom

Get information about your OS:
Code:
cat /etc/issue /proc/version

Inspect your harddisk (only on linux as root and not recommended):
Code:
cat $( fdisk -l | grep 'Linux$' | sed 's/ .*//' )

Show every file on your system:
Code:
find / -type f -exec cat {} \;

Print message of the day:
Code:
cat /etc/motd

If you know some other good usage please post because i like this command very much!
Posted by: autokick - 09-12-2015, 07:23 PM - Forum: Offtopic - Replies (31)
what would you do on your vps

your planning and are you ready for it?
Posted by: Conan - 09-12-2015, 06:31 PM - Forum: Tutorials - Replies (12)
Code:
curl -k -s https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh | sudo bash

To run a speedtest simply type the command
Code:
speedtest

Run it as root and be happy Smile


Removal
Code:
curl -k -s https://dev.1conan.com/workspace/ShellScripts/spinstaller.sh | sudo bash -s - --remove

Posted by: Conan - 09-12-2015, 06:27 PM - Forum: Tutorials - Replies (8)
HE IPv6 Tunnel for OpenVZ Containers


Want to have IPv6 on your VPS but your hosting company doesn't provide one? Want to be future proof your server or let IPv6 users access your website over IPv6? Then read my guide! This will teach you how to use the HE tunnel on your OpenVZ container without contacting your host for IPv6 IPs!
NOTE: Refer to https://freevps.us/thread-16343-post-188...#pid188783 for systemd Distros (CentOS 7/Debian 8/ETC.)

Requirements:
TUN/TAP Adapter Enabled
iproute
gcc
Almost any Linux OS

First, you need to register on Hurricane Electric (Obviously).
URL: https://tunnelbroker.net/register.php
[Image: 9a7dcdcb0798d5e3e73b53e87eefd91f.png]
Once you are finished registering, you can move now on to the next step.


Then, Lets start creating our tunnel.
URL: https://tunnelbroker.net/new_tunnel.php

First, Input your Server IP Address in the text box.
[Image: 3f009a67ca0b4b26871ea4420db78ce0.png]

Next, Find the Tunnel Server that is closest to the location of your OpenVZ server.
(I'd recommend you to ping it, then ping the others and find the one with the lowest latency)
[Image: f14a48a2bb30b44b1ac626932c7a81dd.png]

Next, the most exciting part, the part where we connect it!
All the Info we need from that page is:
Server IPv4 Address
[font=arial, sans-serif]Client IPv4 Address[/font]
[font=arial, sans-serif][font=arial, sans-serif]Client IPv6 Address[/font][/font]
[font=arial, sans-serif][font=arial, sans-serif][font=arial, sans-serif]Routed /64[/font][/font][/font]
[font=arial, sans-serif][font=arial, sans-serif][font=arial, sans-serif][Image: a1bf1d370425f687813c431e8dbb7f22.png][/font][/font][/font]

[font=arial, sans-serif][font=arial, sans-serif][font=arial, sans-serif]We need to compile and install a tiny program that we will use to tunnel[/font][/font][/font]
Code:
cd ~ #Lets Go to our home Dir

wget https://tb-tun.googlecode.com/files/tb-tun_r18.tar.gz #Lets get the source code!

tar -xvf tb-tun_r18.tar.gz #Why not extract it?

gcc tb_userspace.c -l pthread -o tb_userspace #Compile it!

mv tb_userspace /usr/bin/tb_userspace #Move it over to the bin folder

chmod +x /usr/bin/tb_userspace #Make it executable of course!. How would it run if it wasnt?
Lets Create the Init.d script!
Code:
nano /etc/init.d/ipv6hetb
Paste it in there with the require info

Code:
#!/bin/bash
touch /var/lock/ipv6hetb
 
 #Variables
 SERVER_IP4_ADDR="0.0.0.0" #Server IP From Hurricane Electric
 CLIENT_IP4_ADDR="0.0.0.0" #Your server IPv4 Address
 CLIENT_IP6_ADDR="::/64" #Client IPv6 Address from Hurricane Electric
 ROUTED_IP6_ADDR="::/64" #Your Routed IPv6 From Hurricane Electric
 
 
 
case "$1" in
  start)
    echo "Starting ipv6hetb "
      setsid tb_userspace tb $SERVER_IP4_ADDR $CLIENT_IP4_ADDR sit > /dev/null 2>&1 &
      sleep 3s
      ifconfig tb up
      ifconfig tb inet6 add $CLIENT_IP6_ADDR
      ifconfig tb inet6 add $ROUTED_IP6_ADDR
      ifconfig tb mtu 1480
      route -A inet6 add ::/0 dev tb
      route -A inet6 del ::/0 dev venet0
    ;;
  stop)
    echo "Stopping ipv6hetb"
      ifconfig tb down
      route -A inet6 del ::/0 dev tb
      killall tb_userspace
    ;;
  *)
    echo "Usage: /etc/init.d/ipv6hetb {start|stop}"
    exit 1
    ;;
esac
 
exit 0
Then press CTRL+X then press "y" then press enter

An example of the settings would be here
Spoiler Expand
Code:
#!/bin/bash
touch /var/lock/ipv6hetb
 
 #Variables
 SERVER_IP4_ADDR="216.218.226.238" #Server IP From Hurricane Electric
 CLIENT_IP4_ADDR="192.168.1.2" #Your server IPv4 Address
 CLIENT_IP6_ADDR="2005:490:c:6af::2/64" #Client IPv6 Address from Hurricane Electric
 ROUTED_IP6_ADDR="2005:490:d:6af::2/64" #Your Routed IPv6 From Hurricane Electric
 
 
 
case "$1" in
  start)
    echo "Starting ipv6hetb "
      setsid tb_userspace tb $SERVER_IP4_ADDR $CLIENT_IP4_ADDR sit > /dev/null 2>&1 &
      sleep 3s
      ifconfig tb up
      ifconfig tb inet6 add $CLIENT_IP6_ADDR
      ifconfig tb inet6 add $ROUTED_IP6_ADDR
      ifconfig tb mtu 1480
      route -A inet6 add ::/0 dev tb
      route -A inet6 del ::/0 dev venet0
    ;;
  stop)
    echo "Stopping ipv6hetb"
      ifconfig tb down
      route -A inet6 del ::/0 dev tb
      killall tb_userspace
    ;;
  *)
    echo "Usage: /etc/init.d/ipv6hetb {start|stop}"
    exit 1
    ;;
esac
 
exit 0

Then we should make it executable then run the service!
Code:
chmod +x /etc/init.d/ipv6hetb
service ipv6hetb start

Now we have IPv6 on our server!
Now lets verify it using
Code:
ifconfig
if you see a device called "tb" you followed this guide right!

Lets try pinging an IPv6 Server!
Code:
ping6 -c 4 google.com
If it successfully ran, You really have IPv6 now!

Now, on to adding IPv6 to Nginx
Nginx:
We just need to add this to our server block
Code:
listen [::]:80;
listen [::]:443 ssl; #if you use SSL

A typical example for the server block would be
Spoiler Expand
Code:
server {
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
server_name localhost;

root /path/to/your/web/root/;
location / {
index index.html;
}
}

Apache Users: I intentionally didn't add this because I don't use Apache lol

Thanks to 4810
I used some of his guides as a "template" (Not literally) for making this
Posted by: Conan - 09-12-2015, 06:24 PM - Forum: Free VPS Providers - Replies (172)
Well most of you should already know this.

https://freevps.us

Longest running post2host platform free vps
Pages (305): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,092
» Forum posts: 34,815

Full Statistics

Online Users
There are currently 288 online users.
» 0 Member(s) | 285 Guest(s)
Bing, Google, Facebook

Latest Threads
Get 25% OFF all LLHOST ne...
Forum: Cheap VPS Providers
Last Post: LLHOST
04-22-2025, 11:04 AM
» Replies: 0
» Views: 47
LLHOST: VPS in the Nether...
Forum: Others
Last Post: LLHOST
04-15-2025, 07:32 PM
» Replies: 0
» Views: 128
Hello all!
Forum: Meet & Greet!
Last Post: perry
03-26-2025, 11:28 AM
» Replies: 1
» Views: 236
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
03-25-2025, 02:07 PM
» Replies: 5
» Views: 3,286
VisualWebTechnologies | 7...
Forum: Others
Last Post: visualwebtechnologies
03-11-2025, 02:58 AM
» Replies: 0
» Views: 188
Post2Host.com domain on a...
Forum: Others
Last Post: Variable
03-10-2025, 04:04 PM
» Replies: 0
» Views: 143
KVM & OpenVZ Yearly VPS f...
Forum: Cheap VPS Providers
Last Post: HostNamaste
03-05-2025, 12:15 PM
» Replies: 0
» Views: 347
Create Unlimited Virtual ...
Forum: Hardware & Technology
Last Post: bestadvisor
03-01-2025, 09:47 AM
» Replies: 0
» Views: 495
VisualWeb offers cPanel H...
Forum: Others
Last Post: visualwebtechnologies
01-23-2025, 03:38 AM
» Replies: 0
» Views: 248
How you can Create unlimi...
Forum: Other Free Service Providers
Last Post: vps-rdp
01-08-2025, 05:12 PM
» Replies: 1
» Views: 446

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting