Monday, June 28, 2010
Monday, June 07, 2010
What is hiberfil.sys and how to delete in Windows 7 free up hard drive space
The best way to delete hiberfil.sys or disable hibernate:
* Go to Start menu, type “cmd” open up command prompt
* Type “powercfg.exe -h off” [make sure you are an Administrator]
* ENTER
* Type “exit”
* ENTER
* Go to Start menu, type “cmd” open up command prompt
* Type “powercfg.exe -h off” [make sure you are an Administrator]
* ENTER
* Type “exit”
* ENTER
Thursday, May 27, 2010
Thursday, April 29, 2010
Tuesday, April 27, 2010
Don’t steal software, on the street
Don’t steal software, on the street: "
Apparently students from the University of Technology Sydney and Sydney TAFE are more tempted by street-side packaged software than one could possibly imagine. Microsoft Australia catches them in the act. Of course one can’t assume all of them were trying to “steal” software, at the same time that doesn’t make their reactions any less enjoyable.
Apparently students from the University of Technology Sydney and Sydney TAFE are more tempted by street-side packaged software than one could possibly imagine. Microsoft Australia catches them in the act. Of course one can’t assume all of them were trying to “steal” software, at the same time that doesn’t make their reactions any less enjoyable.
Monday, April 19, 2010
Howto Install PHP and Mysql in Ubuntu 10.04
$ sudo apt-get install apache2
$ sudo apt-get install php5
$ sudo apt-get install mysql-server
$ sudo apt-get install php5-mysql
$ sudo /etc/init.d/apache2 restart
$ sudo apt-get install php5
$ sudo apt-get install mysql-server
$ sudo apt-get install php5-mysql
$ sudo /etc/init.d/apache2 restart
Subscribe to:
Posts (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
-
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd