Web Server

Well it looks like dbus is broken on my Ubuntu 11.10 server after doing a dist-upgrade. Possibly due to a third party script that didn't execute correctly.

Upon startup I get a message stating:
"Waiting for network configuration..."
"Waiting an additional 60 seconds for network"
"System will be booted without full network support"


Taking a look at /var/log/dmesg I can see the errors at the end of the file:
[17.029623] init: dbus main process (696) terminated with status 1
[17.029649] init: dbus main process ended, respawning
[17.030584] init: Unable to connect to the system bus: Failed to
connect to socket /var/run/dbus/system_bus_socket: Connection refused
[17.057128] init: plymouth-upstart-bridge main process (702)
terminated with status 1

Read more...

I was trying to upgrading php 5.2.4 above php 5.2.6 so I could use json.

# cd /etc/apt/root
# vi sources.list

deb http://packages.dotdeb.org/ oldstable all

apt-get update
apt-get install php5-cli

http://ubuntuforums.org/showthread.php?t=1134021&highlight=apt-get+php+5.3+upgrade

This is a small Cheat Sheet for the Linux Noobies out there.

Tar with permissions

tar -pczf filename.tar.gz www/

UnTar with permissions

tar xvfz filename.tar.gz

Restart Apache

/etc/init.d/httpd restart

Stop Apache

/etc/init.d/httpd stop

Start Apache

/etc/init.d/httpd start

Permissions with recursive

chown -R user:group httpdocs/

Read more...

If any of you have updated Filezilla over the past few months and are using FTPS (SSL/TLS) you may have received this error.

Read more...

Using Secure FTP is a great way to add security to your site. Regular FTP sends the username and password in plain text. To Secure your FTP connection there is two choices SSH and SSL. SSH uses a secure shell.

Read more...

Page 2 of 2

2
Next
End