Problem: I f you work on you PC daily Patches must be checked and installed. At Debian / Ubuntu the Gnome-Update-Manager does this. But there is NO Shutdown possible after update. Solution: – create Script #sudo nano /root/upgrade-off.sh add inside: apt-get update //for update Patches Database PC apt-get dist-upgrade -y //install Patches automatic apt-get clean //cleanup PC /sbin/init […]
Category: sustainability
Brother Wireless LAN Printer Setup Linux MFC 7840W Cups
Easy Setup: – go www.brother.com downloads the PPD File for your Printer – go to your DSL Router to view the static IP Address of the Printer – on Debian/Ubuntu without Gnome/KDE install Cups Pakets – open URL at Browser http://localhost:631 as root – add Printer at Management Webinterface – select AppSocket/HP-Jetdirect Communication – select […]
SME Server usefull Backup Tips Custom Templates Customizing SME
On SME Server: Data Path which are saved by Console Backup – save all Custom-Scripts which you run with Cron or Root at Location /root – save all modified Custom Templates at /etc/e-smith/templates-custom – all ibays – all /home – if you not know how to make /etc/e-smith/templates-custom files copy the standard templates from /etc/e-smith/templates […]
SME Server USB Disk Stick mount Problem at SME Server Backup Console
Problem: On SME Server the HAL Daemon often not recognize a USB Stick or Disk which you can use for “Console” Backup Program. Solution: – Create a Script with #nano /root/backup.sh – insert: service haldaemon restart service messagebus restart console exit This restart the HAL Environment before Console (SSH-Admin-Tool)is opened. To prevent Users to write […]
Easy Low Cost ISP Setup Debian Server
If you want to host your own old PC as Server for your friends websites, you can easy set up a ISP (Internet Service Provider) Server with Debian Linux. Advantage: – Debian Linux is available 32bit and 64bit – easy update – easy backup and restore All you need: – old PC – Debian CD […]
Simple Protect WordPress Blog Server against Hacking
Simple Protect WordPress and own Apache2 Webserver go into WordPress Installation Folder edit wp-config.php and add line [CODE]define(‘FORCE_SSL_ADMIN’, true);[/CODE] save and close if you control your own Server and DSL Router disable Port 443 Access from Internet now http://mydomain.com/wp-admin is not reachable from Internet login to WordPress-Blog as Admin create new Adminuseer Named “mynewadmin” and […]
List and Remove of installed Packages at Centos or Redhat or Fedora Linux or SME Server
To list packages enter as admin: #rpm -qa to print it into a Textfile do: #rpm -qa > mypakets.txt now you can remove uneeded packages: #yum remove packagename-2.6.8
SME Server config by console
SME Server is controlled by a extra Runlevel 7 of Linux (Default Linux has 6 runlevel). Solution: SME Server set the Runlevel 7 control with some database files located at /home/e-smith/db to set your configuration you have to login with ssh (Putty) as root/admin and enter: #db configgroupname command dbfilename setting status for example: #db […]