Currently Browsing: Manuals, HOWTOs

[How To] accelerate the download of packages installed via apt-get

Do you want to install a program from a terminal on your Ubuntu expensive and you have to wait a long download? The expectations may be reduced a lot ‘if you use a trick. This is a program designed to replace the old command apt-get install and that covers the same functions, but speeding up...

[How To] Install Ubuntu on Android terminals

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 the file in the root of the SD card busybox busybox appointing him Open Root Explorer, and go...

[How To] Increase import file size in phpmyadmin

By default when you want to import sql file in phpmyadmin, in “File to Import:” section you can see (Max: 2MiB). That is php’s file upload limit. To increase it find php.ini file $ locate...

[Default Files] /etc/defaults/rc.conf (FreeBSD system start-up)

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 to system startup you need to change /etc/rc.conf file instead of /etc/defaults/rc.conf. NEWER CHANGE...

[How To] mport: The MidnightBSD Package Management Tools

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 a ports system to compile software and later some package management software. This approach has worked well for power users....

[Review] 18 steps to better Data Security

01 We still use tar Back up with tar. The old ones are the best, and a full backup of your home directory with tar is easy to do and easy to restore from. Put it on a USB stick, external drive, cloud server, or just another computer and you’ll always have a safe copy of your precious data...

[How To] change or setup new ip address in FreeBSD

[How To] change or setup new ip address in FreeBSD Set IP address useing ifconfig command:ex. ifconfig re0 inet 202.54.1.22 To setup up ip permanently open file /etc/rc.conf, then add or modify network information: vim /etc/rc.conf ex. hostname="www.example.com" ifconfig_re0="inet 192.168.10.10 netmask...

[How To] Nano text editor

Open a file To open a text file in nano, change to the directory where the file is stored, type nano and pass the filename as an argument, ex. nano command-notes.txt Start typing The entire terminal screen will be taken over by the nano interface. You can start typing immediately and...

« Older Entries