Category: batch script
November 13, 2014
BASH Shell, batch script, code, linux, programming languages, tools / utilities, tricks, Virtual Private Server, web programming, webhosting
Linux is a very powerful but tricky Operating System. One tiny mistake on configuration can lead to crash or system hung up. In this tutorial, we know how to …
Many software e.g. CCleaner has the powerful/advanced functionalities to search and clean the trash from your Windows system. However, if you don’t fancy installing too many software just to …
The Linux Shell provides a useful calculator which is bc. It may be short for ‘bash calculator’. The bc takes the following parameters. root@uploadbeta:~# bc --help usage: bc -h …
September 14, 2014
BASH Shell, batch script, beginner, code, code library, implementation, linux, programming languages, Shell Scripts, ubuntu
Bash script can be very powerful. In Linux shells, with BASH script, it is possible to solve maths problems easily. It is a full programming language and arithmetic operations …
September 14, 2014
algorithms, BASH Shell, batch script, beginner, code, code library, console, data structure, implementation, linux, programming languages, Shell Scripts
If you major in Computer Science, you must know the 8-queens problem, which is a classical Artificial Intelligent problem that can be solved using back tracing. Previous posts can …