Nginx is a lightweight webserver that supports most of the functionality of Apache, but is faster and uses less memory. It is suited to websites that have a large amount of static content, or virtual machines with limited memory. For more information, see http://wiki.nginx.org/Main
Category: Informacione tehnologije
Create swap partition on Ubuntu
To create a swap partition after an Ubuntu installation create an empty partition that should have no holes. Continue reading “Create swap partition on Ubuntu”
Installing Ubuntu 12.04 LTS on a XenServer VM
The following steps can be taken to install Ubuntu 12.04 LTS on a VM running on XenServer 6.
10 korisnih Linux komandi (po mom izboru)
Često naiđem na listu 10 korisnih linux komandi (npr http://itstuffallaround.blogspot.com/2013/10/useful-linux-commands.html). Teško je izdvojiti koje su zapravo najkorisnije, ali mora se priznati da su članci korisni.
Nekada, kada se radilo pretežno sa terminalima, najčešće se koristi drugačiji set komandi. Continue reading “10 korisnih Linux komandi (po mom izboru)”
Da li se (i kome) isplati preprodaja (nacionalnih) domena?
Prvi avgust bio je važan datum za kompanije JAT Airways i Etihad: predstavljen je novi naziv kompanije JAT – Air Serbia, kao i vizuelni identitet. Osvrnuli smo se odmah na veb adresu koju će kompanija koristiti, i činjenicu da nacionalni avio prevoznik, po svemu sudeći, nema i nacionalni domen. Adresa airserbia.rs je zauzeta još od 2008. godine, a u međuvremenu od četvrtka do sada je neko kupio i air-serbia.rs. No, koja prava ima ova, i svaka druga domaća kompanija, u vezi sa nazivom svoje firme i posedovanjem odgovarajućih domena?
Continue reading “Da li se (i kome) isplati preprodaja (nacionalnih) domena?”
Install Nemo File Manager in Ubuntu 13.04 Raring/12.10 Quantal
Nemo is a complete fork of Nautilus and its goal is to extend the Cinnamon user experience to desktop and file management. Nemo has features like: compact view, all desktop icons, etc.. which are missing in Nautilus 3.6 version, Open in terminal and open as root, File operation progress while copy/move files shows percentage and details, Has nice GTK bookmarks management, up/forward/back and refresh buttons, Nice proper status bar, better search, better widgets and many more.
Continue reading “Install Nemo File Manager in Ubuntu 13.04 Raring/12.10 Quantal”
Free Public DNS
Public DNS service is a free, global Domain Name System (DNS) resolution service that everyone in the world can can use as an alternative to his/her current DNS provider. It can be used in any TCP/IP stack equipped network appliances, tablets computers, desktop PC or smartphones. Once the free DNS service applied to the internet devices, all client programs running in the devices will perform all DNS lookups using the new Public DNS for a faster, accurate, secure and smooth web browsing experience. Continue reading “Free Public DNS”
JQuery UI je koristan, ali…
Neke osobine u jQueryUI css mogu da naruše css sajta.Recimo,
.ui-helper-clearfix:after {
clear: both;
}
valjalo bi zameniti sa
.ui-helper-clearfix:after {
overflow: auto;
width: 100%
}
Koristan link: http://www.quirksmode.org/css/clearing.html
Značajan napredak e-uprave u Srbiji
PHP sada ima ugrađeni veb server
Dočekali smo i PHP verziju 5.4.0.
New features in PHP
- Improvements in memory management and performance.
- Traits – A new mechanism for code reuse. It reduces the limitations of single inheritance.
- Shortened Array syntax. Now use
[...]
instead ofarray(...)
to create arrays. - Magic Quotes have been deprecated and entirely removed in PHP 5.4.0. Other language features that have been given the boot are safe mode,
break
/continue
, and$var
syntax. - WordPress, Drupal, and every other PHP based websites will run faster when they start using PHP 5.4.0.
- Built-in Web server – PHP 5.4.0 now bundles its own web server which can be used for testing purpose. So you don’t need to install Apache web server to learn PHP/develop a website any more.
- New version of Zend Framework.