11 Reasons Why You Don’t Have Many Friends

Communication Relationships by Amy Morin

Finding and keeping friends in adulthood is different from the days when you played on the playground at recess. It takes work to maintain friendships over time. If you don’t have many friends, it’s important to consider the possible reasons why.

1. You Complain A Lot
if you’re constantly complaining about your job, lack of money, or unfair life, people won’t care to spend a lot of time with you. Complaining gets old fast. Try to develop a more positive attitude and look for more interesting topics to discuss rather than what’s going wrong in your life.

2. You Ditch Your Friends When You’re in a Relationship
If you’re guilty of ditching your friends every time you begin dating someone new, it’s likely your friends won’t sit around and wait to hear your breakup story. Instead, they’ll move on without you. It’s important to find a balance between spending time with your pals and your latest romantic interest.

3. You’re Selfish
Consider whether or not being selfish contributes to the fact that you don’t have friends. Friendship requires you to give sometimes, even when you don’t feel like it. If you’re only willing to do what you want, when you want it, it’s unlikely that your friends will tolerate it for very long.

4. You Don’t Care About Your Friends
If you don’t care what’s happening in your friends’ lives, your friends might not keep you around. It’s important to show interest in how your friends are doing. People will likely grow insulted if you don’t care to ask about them or you don’t care about their feelings.

5. You Stir Up Drama
If you’re guilty of stirring up trouble, it’s likely that people will try to avoid the drama. If you blame others, don’t keep secrets, or try to irritate people on purpose, you’ll likely have difficulty convincing people why they should stick around.

6. You Keep Score
Keeping score has no place in true friendship. If you try to keep score about whose turn it is to choose where you’re going to dinner or whose turn it is to call who, you will likely turn your friends away. Be willing to give to the relationship, rather than focus on trying to keep everything fair.

7. You Get Jealous
If you feel jealous when your friend buys a new car, gets a promotion at work, or enters into a new relationship, it’s likely going to lead to problems. It’s important to celebrate with your friends and feel happy for them when they succeed. If you’re always feeling jealous, you’re attitude will likely shine through, even if you try to hide it.

8. You Expect Too Much From Friends
If you expect your friends to always be available or always meet your needs, you’ll be disappointed. Your friends will hurt your feelings sometimes and will likely disappoint you from time to time. But that doesn’t meant they aren’t good people or that you shouldn’t remain friends with them. Practice forgiveness when your feelings get hurt.

9. You Gossip
If you gossip non-stop, people will recognize that you likely talk about them as well. Don’t talk negatively about other people or spread rumors. Instead, show that you can be trusted to respect people’s privacy.

10. You Bully Your Friends
Bullying doesn’t end in high school for many people. If you’re guilty of bossing your friends around or making demands, it’s likely that people won’t like you. It’s okay to be assertive with people, but make sure you don’t cross the line into behaving aggressively. Respect other people’s rights and work on developing healthy relationships.

11. You Don’t Get Out Enough
Of course, there is also a good chance that not having friends isn’t related to a specific character flaw. Instead, it might just be because you haven’t had the opportunity to meet people whose company you enjoy. If that’s the case, create opportunities to meet other people based on your interests and activities and be willing to take a chance on striking up a conversation with a stranger. It just might turn into a lifelong friendship.

Want to be a better friend? 10 Ways To Be A Better Friend

Format and Clone a USB Flash Drive (The best Acronis True Image)

usb_particio
If you have DOS or a Command Prompt window you can use Xcopy to move your files and clone a USB flash drive. To do this, you will need to know the drive letters of both of your USB flash drives. In this example, if your old USB drive is drive “H” and your new drive is drive “G”, you would type the following in the command prompt window: xcopy H:\*.* G: /e /h /k and then press .

L’únic que m’ha funcionat ha sigut el programa CRONIS TRUE IMAGE.

MediaMonkey

MediaMonkey és el reproductor de àudio i vídeo que últimament m’he instal·lat. vaig començar en musicmatch jukebox fa més de vint anys. Per a mi va ser un pioner en la reproducció de mp3 molt abans que spoty i altres mitjans que avui en dia existeixen. Després durant molt de temps vaig fer servir MediaJukebos-xx en les seves diferents versions. La veritat es que en el reproductor multimèdia de Windows   mai m’hi he pogut familiaritzar.

Característiques bàsiques de MediaMonkey

Manage 100,000+ music and video files without bogging down.
Record CDs and download music, movies, and podcasts.
Automatically lookup and intuitively tag album art, lyrics and other metadata.
Manage any audio / video genres: Rock, Classical, Audiobooks, Podcasts, Home movies, tv, etc.
Wi-Fi Sync with MediaMonkey for Android.

Play MP3s and other audio formats, and never again worry about varying volume.
Create playlists and let Auto-DJ & Party Mode take care of your party.
Sync Android, iPhone, iPod, iPad & others, converting & leveling tracks on-the-fly.
Share via DLNA and convert MP3s, M4A, OGG, FLAC, WMA, MP4, AVI, and WMV to support most devices.

mediamonkey1

  • Fent clic a la caràtula es es passa de mode imatge a mode ‘lirycs’
  • Fent clic amb el botó dret es pot afegit la lletra o editarla
  • You can change font size at Tools | Options | Skin
  • També choose fields text size-> 22 px

 

Movent WordPress: de servidor, canviant el nom de la carpeta …

MOVENT DE SERVIDOR PERÒ MANTENINT NOMS DE CARPETES

UPDATE wp_1options SET option_value = replace(option_value, ‘http://192.168.1.40/beseit’ , ‘http://www.beseit.net’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’

UPDATE wp_1posts SET guid = replace(guid, ‘http://192.168.1.40/beseit’ , ‘http://www.beseit.net’)

UPDATE wp_1posts SET post_content = replace(post_content, ‘http://192.168.1.40/beseit’ , ‘http://www.beseit.net’)

UPDATE wp_1postmeta SET meta_value = replace(meta_value, ‘http://192.168.1.40/beseit’ , ‘http://www.beseit.net’)
————— —————–
UPDATE wp_1options SET option_value = replace(option_value, ‘http://www.beseit.net’ , ‘http://192.168.1.40/beseit’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’

UPDATE wp_1posts SET guid = replace(guid, ‘http://www.beseit.net’ , ‘http://192.168.1.40/beseit’)

UPDATE wp_1posts SET post_content = replace(post_content, ‘http://www.beseit.net’ , ‘http://192.168.1.40/beseit’)

UPDATE wp_1postmeta SET meta_value = replace(meta_value, ‘http://www.beseit.net’, ‘http://192.168.1.40/beseit’)
————— —————–

UPDATE wp_1options SET option_value = replace(option_value, ‘http://www.beseit.net’, ‘http://192.168.1.40/beseit’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

UPDATE wp_1posts SET guid = replace(guid, ‘http://www.beseit.net’, ‘http://192.168.1.40/beseit’);

UPDATE wp_1posts SET post_content = replace(post_content, ‘http://www.beseit.net’, ‘http://192.168.1.40/beseit’);

UPDATE wp_1postmeta SET meta_value = replace(meta_value, ‘http://www.beseit.net’, ‘http://192.168.1.40/beseit’);

————— —————–
urquizu local-> justhost
UPDATE wp_1options SET option_value = replace(option_value, ‘http://192.168.1.40/urquizu’, ‘http://www.urquizu.info’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;# MySQL ha retornat un conjunt buit (p.e. cap fila).

UPDATE wp_1posts SET guid = replace(guid, ‘http://192.168.1.40/urquizu’, ‘http://www.urquizu.info’);# 47 files afectades.

UPDATE wp_1posts SET post_content = replace(post_content, ‘http://192.168.1.40/urquizu’, ‘http://www.urquizu.info’);# MySQL ha retornat un conjunt buit (p.e. cap fila).

UPDATE wp_1postmeta SET meta_value = replace(meta_value, ‘http://192.168.1.40/urquizu’, ‘http://www.urquizu.info’);# MySQL ha retornat un conjunt buit (p.e. cap fila).

Moving Directories On Your Existing Server

He tingut necessitat de canviar el nom de la carpeta que contenia la web http://192.168.1.40/english —-> http://192.168.1.40/english_note/

Aquest canvi és més complexe del que sembla a primera vista. Ja que per exemple hi ha post que apunten a english/upload …

He partit del supòsit que si a la bd MySQL canvio tots els registres que contenen english a english_note, la cosa hauria de funcionar. He fet la prova i sembla que ha funcionat. Si surt algun inconvenient ja ho anotaré. De moment va bé.

Les taules que contenen /english/ són :

  • wp_comments -> 1 reg
  • wp_options -> 4 reg
  • wp_postmeta (tots al meta_value) ->290
  • wp_post (camps: postcontent , guid) 2967)

Les sentències SQL serien:
UPDATE `wp_postmeta` SET `meta_value` = REPLACE(`meta_value`, ‘%/english/%’, ‘%/english_note/%’) WHERE `meta_value` LIKE ‘%%/english/%%’ COLLATE utf8mb4_bin
UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, ‘/english/’, ‘/english_note/’) WHERE `post_content` LIKE ‘%/english/%’ COLLATE utf8mb4_bin
UPDATE `wp_posts` SET `guid` = REPLACE(`guid`, ‘/english/’, ‘/english_note/’) WHERE `guid` LIKE ‘%/english/%’ COLLATE utf8mb4_bin

ho he fet en l’administrador MySQL.

PER SEGURETAT HI HA QUE FER UN BACKUP DE LA BD PRÈVIAMENT I FER-HO EN LOCAL
————— —————–

COM ES POT SABER QUINES CON LES TAULES QUE CONTENEN /ENGLIS/?

BD/CERCA/selecciona tot/executa

cerca

synology com a servidor de nom de domini privat

Abans de començar

Abans de configurar DNS Server, consulteu els requisits següents:

1 Instal·lar DNS Server: per instal·lar i executar el paquet DNS Server de Synology, entreu en DSM i visiteu el Centre de paquets.

2 Obtenir una adreça IP pública i fixa: per configurar un servei DNS públic, ha d’adquirir una adreça IP fixa per a la seva Synology NAS. (213.4.33.41).

3 Registrar un nom de domini: moniker->  beseit.net. Quan el registrador li notifiqui que el seu nom de domini s’ha registrat correctament, pot crear una zona màster per al domini en Synology DNS Server.

4 Comprovar la configuració del tallafocs o del reenviament de port: els serveis DNS requereixen l’ús del port 53 de TCP i UDP. Si el Synology NAS utilitza un tallafocs, s’ha d’obrir aquest port. Si el servidor NAS es connecta a Internet a través d’un encaminador, configureu regles de reenviament de port i obriu el port TCP i UDP 53. (alejandra 192.168.1.1 ; 1234, beseit00)
Registrar el seu dispositiu: no ha d’oblidar registrar l’adreça IP i altra informació necessària de la seva Synology NAS en el proveïdor del seu nom de domini. Altrament, els clients no podran consultar el seu Synology NAS a través d’Internet. Consulti al seu proveïdor de noms de domini per a més informació. En funció de la configuració per als servidors de noms de domini per al proveïdor, els canvis en servidors de resolució DNS poden aplicar-se en un termini de 48 hores o més.

5 Canviar la configuració de l’encaminador: si va a configurar el seu servidor DNS per a la seva xarxa local, de modificar la configuració del servidor DNS en el seu encaminador o el seu dispositiu client de manera que el servidor DNS pugui ser consultat. Per a més informació, consulteu el manual de la encaminador o el dispositiu client.
Traductor de Google per a empreses:Translator ToolkitTraductor de llocs webGlobal Market Finder

dbForge Studio for MySql (professional edition 6.3.358)-

Les bd MySql les gestiono amb dbForge Studio for MySql (professional edition 6.3.358). També he instalat EMD MySQL manger. Les connexions són:

a ) conexió matarranya.cat

 

matarranya_cat

b) localhost

localDesprés d’actualitzar el paquet appserv 32-2.5.10 -> appserv 32-8.1.0 dbForge Studio for MySql no podia obrir les BD existens en local. sortia l’error: ADV ERTÈNCIA: ‘INFORMATION_SCHEMA.SESSION_VARIABLES’ feature is disabled; see the documentation for ‘show_compatibility_56’

això es soluciona executam aquesta instrucció de SQL des del phpMyAdmin:

set @@global.show_compatibility_56=ON;

c ) beseit.synology.me

beseit.synology.me

d ) synology_valldoreix

synology_valldoreix

Update old URL to new URL in word-press mysql Query:

És freqüent tenir la necessitat de passar el blog personal del servidor on s’allotja normalment a un servidor local o al inrevés.   Des de  la secció paràmetres general es pot  modificar Adreça del WordPress (URL). Però a més d’això hi ha altes adresses dins de la BD de MySql que cal canvia:

Es pot entrar directament a phpMyAdmin i executar el comandament SQL següents:

[php]

UPDATE wp_options SET option_value = replace(option_value, ‘http://81.0.60.37/english_note’, ‘http://81.0.60.36/english_note’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

UPDATE wp_posts SET post_content = replace(post_content, ‘http://213.4.33.41/english_note’, ‘http://81.0.60.36/english_note’) ;

[/php]

ELECCIONS 27-S

Quan avui he llegit el resultats del 27S amb totes les dades de participació he sentit una alegria agredolça pels resultats. Ja que ens segueixen faltant un grapat de vots independentistes que donin una majoria en un hipotètic referèndum que tard o d’hora s’haurà de celebrar a aquest país per tal de restablir la normalitat democràtica.

També em quedo sorprès de l’acurada estimació que vaig fer el 9N de l’any passat per a un referèndum:
estimació de cens: 5,4 milions -> real 27S 5,314,913 milions (votants 4,115,807)
Estimació de participació: 80% -> real 27S 77,44%
Vots si-si 9N: 1,86Milions p
Vots clars si 27N:1.957.348 vots

En aquella ocasió (9N) ens van “faltar” 260.000 vots. quants ens falten ara?

vots: 4,115,807 -> si 2,058milions de vots + 1 -> ara ens falten 100. 555 vots

Personalment opino que el govern està legitimat per emprendre les accions que consideri oportunes per poder seguir el mandat que ha rebut de les urnes. Però tard o d’hora aquest referèndum s’haurà de fer. encara necessitem 100.000 vots

 

NAS Synology model:DS214se

Des que he instal·lat aquest disc dur de xarxa estic molt més tranquil pel que fa a la seguretat de les dades dels meus ordinadors. Però apart d’aquesta important funció en fa moltes altres. Avui descriuré el passos a fer per allotjar una pàgina web o blog wordpress, per exemple, accessibles per internet:

 External accessexternal access
2 IMPORTANT!: obrir els ports del router. En aquest cas el port 81 ha fallat perquè el té reservat Netports (a Beseit)
Shot003Network/network interface

Shot007Shot008Shot0093 Hem de configurar el servei de WEB

Shot010Un cop hem activat aquesta pestanya hem de veure això:

Shot012

Sempre és possible tornar el servidor als paràmetres de fàbrica:
synology_inici