Get system information from graphical interface Go to Ubuntu main menu –> Applications –> System Tools -> System Settings find and open System Info[singlepic id=117 w=500 mode=watermark] Get
Edit syslog configuration file vim /etc/rsyslog.d/50-default.conf Restart rsyslog service service rsyslog restart Change owner of the firewall.log file chown syslog:adm /var/log/firewall.log After “kern.* -/var/log/kern.log” line add #iptables Log
Material Needed Android phone with permissions root Sdk installed and running Busybox (Download) UbuntuPack (Download) Process Installing BusyBox: Download from the market and Root Terminal Emulator Explorer Save
Sometimes after installation of apache 2 on Ubuntu, when restarting apache You will get this erorr message $ service apache restart * Restarting web server apache2 apache2: Could
By default when you want to import sql file size is 2MB in PHPMyAdmin. That is PHP’s file upload limit. To change maximum import file size do following
In FreeBSD the primary start-up configuration file is /etc/defaults/rc.conf. System startup scripts such as /etc/rc and /etc/rc.d just include this file. If you want to add other programs
One of the most tedious tasks in setting up and maintaining a personal computer is installing software applications. The BSD community has historically handled this by providing users
Why do we have to have so many different partitions and filesystems on a Linux system? A hard disk is divided into partitions – separate sections that each
Use ifconfig -a command to get names of Ethernet interfaces ifconfig -a Use ifconfig command to set temporary IP address (till rebooting system). ifconfig re0 inet 202.54.1.22 To