Sponsored Content
The Lounge What is on Your Mind? What Social Networks Do You Use Regularly? Post 302902632 by Neo on Wednesday 21st of May 2014 12:10:56 PM
Old 05-21-2014
Because a lot of people use social media very effectively.... you are only looking at it from the negative side; and if you have friends who are posting of "their dumps" then perhaps you should evaluate and critique your friends, not the social network.

A social network is a reflection of your friends; so if your social network is about as boring as "watching paint dry".. then you are making a statement about your social network, not the enabler of the social network.

I'm surprised that you guys do not understand this. A social network is about people, the technology is only the enabler; but the core are the people in your network.

I have friends in my social network who are avid scuba divers, adventurers, and sportsman who share common sporting interests (like squash); and I have people in my network from my pre-teen years, high school days, university ... and I can take one photo and share with all of them.

If they are bored with me; they unsubscribe to me; and likewise, I can do the same.

To argue that social networking is useless is the same as arguing that computers are useless because you have a calculator. What you are really saying is that you don't have an active social network; or your friends are not interesting enough to network with, or you simply do not understand how to effectively build and use your own social network!
This User Gave Thanks to Neo For This Post:
 

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Server goes down regularly- Please help

Hi , I need a clarification on an issue that we have been facing for two weeks now. From past one year we had issue with space on our Linux machine on which our application ( View VC, CVS) hosted on it. Due to swap memeory configuration being 0 and very less space on the server, the server... (7 Replies)
Discussion started by: bsandeep_80
7 Replies
IP-NETNS(8)							       Linux							       IP-NETNS(8)

NAME
ip-netns - process network namespace management SYNOPSIS
ip [ OPTIONS ] netns { COMMAND | help } ip netns { list } ip netns { add | delete } NETNSNAME ip netns exec NETNSNAME command ... DESCRIPTION
A network namespace is logically another copy of the network stack, with it's own routes, firewall rules, and network devices. By convention a named network namespace is an object at /var/run/netns/NAME that can be opened. The file descriptor resulting from opening /var/run/netns/NAME refers to the specified network namespace. Holding that file descriptor open keeps the network namespace alive. The file descriptor can be used with the setns(2) system call to change the network namespace associated with a task. The convention for network namespace aware applications is to look for global network configuration files first in /etc/netns/NAME/ then in /etc/. For example, if you want a different version of /etc/resolv.conf for a network namespace used to isolate your vpn you would name it /etc/netns/myvpn/resolv.conf. ip netns exec automates handling of this configuration, file convention for network namespace unaware applications, by creating a mount namespace and bind mounting all of the per network namespace configure files into their traditional location in /etc. ip netns list - show all of the named network namespaces ip netns add NAME - create a new named network namespace ip netns delete NAME - delete the name of a network namespace ip netns exec NAME cmd ... - Run cmd in the named network namespace EXAMPLES
SEE ALSO
ip(8) AUTHOR
Original Manpage by Eric W. Biederman iproute2 20 Dec 2011 IP-NETNS(8)
All times are GMT -4. The time now is 07:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy