Category: Tutoriale
ISPConfig3 – Postfix Improvement
I am using ISPConfig for years now. It is a good management software for hosting servers. Not as good and stuffy as CPanel, but it will do the job. Because we don’t have MailScanner out-of-box in ISPConfig and because I don’t want to configure it manually for all the websites,…
RaspberryPi – how to increase SWAP size
By default the raspberry pi comes with just 100mb of SWAP size, which in some cases is a little to small. In order to increase it, or change it, just follow the next steps. 1. Stop de SWAP: sudo dphys-swapfile swapoff 2. Change the size with the desired one by…
How to change Linux Mint boot logo
…or any other Linux. For Mint, go to /usr/share/plymouth/themes/mint-logo and replace the image with your custom one After that run: sudo update-initramfs -u Reboot and enjoy!
How to add custom font to WordPress
Upload via ftp the *.ttf font to a location on server, for example /var/www/website/wp-content/themes/fonts/ Once the file is uploaded add to the stylesheet (style.css) the following: @font-face { font-family: Custom Font; src: url(http://www.yourwebsite.com/wp-content/themes/fonts/custom-font.ttf); font-weight: normal/italic/bold; } Call it where needed: .h1 site-title { font-family: “Custom Font”, Arial; }
Cum sa scapi/repari #more tag
Ce este acest “more tag”? Scrii un text cat 7 zile de post dar nu vrei ca pe prima a blogului tau acesta sa iti umple tot sau sa iti ingreuneze incarcarea paginii. Acesta este moment cand trunchiezi textul prin apasarea butonului “Read more”, ceea ce va duce in pagina…
Setarea unei conexiuni VPN
Daca tot am inceput sa fac tutoriale despre diverse chestii am sa incerc sa fac o traditie din asta, chiar daca sunt maruntisuri pe care multi dintre voi le stiu. Astfel, astazi mi-am propus sa fac un tutorial despre setarea unei conexiuni VPN pentru ca atat in vechiul loc de…
Reparare WP-PostViews care nu mai contorizeaza in WP 2.9.*
Recent mi-am facut upgrade la versiunea de WordPress si am constatat ca acele vizualizari ramaneau la 0, nu mai erau contorizate. Rezolvarea este simpla. 1. Editati /wp-content/wp-postviews/wp-postviews.php si la linia 62 adaugati if (is_int($post)) { $post = get_post($post); }
Comments counting
Unele teme de wordpress au implicit o numerotare a comentariilor, alte nu. Daca vreti sa aveti si voi comentariile “numarate”, asa cum este de exemplu in postul de aici, tot ce aveti de facut este sa deschideti fisierul comments.php aflat in directorul temei (de obicei /w-content/themes/numeletemei/comments.php)si sa puneti in sursa…
MySQL basics, create database, create user
Un alt post adresat vorbitorilor de Linux 🙂 E un maruntis, foarte folositor, dar pe care da nu il stii nu mai e atat de maruntis. Marea majoritatea a site-urilor facute astazi si toate blogurile si alte cms-uri gen joomla, mambo, zencart, oscommerce, etc folosesc si au nevoie de o…
10 FireFox Add-ons
Nu stiu voi, dar eu folosesc ca browser Firefox pentru ca permite instalarea unor addons-uri, pluginuri, foarte la indemana pentru diverse. O sa le iau pe rand si o sa vi le povestesc pe cele pe care le folosesc eu. 1. Tab Mix Plus (link) Este un utilitar care ne…