Most bin bash related news are at:

blog.computer-tipps.info – Yet another Linux Blog | Yet another Linux Blog

Auf wiedersehen – und auch herzlich willkommen! 11 Feb 2013 | 03:30 am

Mittlerweile ist Yet another Linux Blog nun schon seit vielen Monaten verwaist. Daher habe ich mich nun entschlossen, das Blog einzumotten. Aber man gibt ja nicht einfach so auf. Mit viel frischem Win...

Bin ich schon offline? 12 Jan 2012 | 04:39 am

Gerade auf 1Live: “Ein Computer-Virus verhindert bei tausenden Usern den Zugriff auf das Internet. Ob Euer Rechner befallen ist, könnt Ihr auf 1live.de testen!”

More bin bash related news:

Debian安装PPTP和L2TP一键安装包 8ke.in 29 Dec 2011 | 11:44 pm

第一步:确认拥有Root权限 第二步:下载、运行脚本 测试用户名与密码为:test / 8ke,记录于 /etc/ppp/chap-secrets 。enjoy it. 如果重启后用不了 编辑/etc/rc.local文件 把第一行改成 #!/bin/bash 然后去掉exit 0那行就行了 这个是Debian启动脚本的问题

shell自动上传文件至服务器 phpcat.org 17 Feb 2011 | 02:22 pm

最近遇到一个文章,就是采集过来的图片太多,打包上传,总是没有那么多时候,所以就试了试放到本地服务器端,通过服务器端上传,一开始在本地服务器装了个FileZilla,结果上传的时候总是出错,配置不清楚,所以干脆写个SHELL上传,中间也遇到一些问题,希望有经验的朋友分享一下 #!/bin/bash cd /home/ysllyfe/img/ftp for i in `ls` do mv $...

Multiadb: adb on more than one device wallofcraze.keyboardsurfer.de 1 Nov 2010 | 08:06 am

Ever had problems when connecting multiple Android devices via usb to your linux machine? Here's a solution for running a command on all connected devices: #!/bin/bash DEVICES=`adb devices | grep de...

Remove Text from Multiple Files xxoom.com 19 Feb 2010 | 09:39 am

Shell script to remove some text from multiple files Here is a small script that reads all *.txt  or all *.html, all *.php  files and delete all lines between word1 and word2: #!/bin/bash FILES="*....

Unix shell scripts – Display Total, Used and Free Memory wiwin.web.id 19 Aug 2010 | 04:31 am

Bash script berikut akan menampilkan total memori yang digunakan dan yang tidak digunakan. Buat file menggunakan editor dan simpan dengan nama mem.sh Berikut source code-nya: #! /bin/bash # Total memo...

Unix shell scripts – Display Logged in users and who is using high CPU percentage wiwin.web.id 19 Aug 2010 | 04:26 am

Bash script ini berfungsi untuk menampilkan sedikit informasi mengenai user-user yang baru saja login dan apa yang mereka lakukan. Source code : loggedin.sh #! /bin/bash w > /tmp/a echo "Total number ...

Unix shell scripts – List Processes based on %CPU and Memory Usage wiwin.web.id 19 Aug 2010 | 03:30 am

Bash scripts berikut digunakan untuk mengetahui daftar proses dalam CPU dan penggunaan memori $ pico processes.sh #! /bin/bash echo "Start Time" `date` # By default, it display the list of processes b...

Using Color Text in Bash Scripts sterlinghamilton.artician.com 14 May 2009 | 01:03 pm

Need to style some of that text in your bash script? Well then use this bad boy: !/bin/bash # # Example usage: # echo ${RedF}This text will be red!${Reset} # echo ${BlueF}{$BoldOn}This will be b...

ssh ile server’a otomatik bağlanma scripti linuxogren.com 13 Nov 2010 | 07:54 am

Alttaki script ile ssh kullanarak otomatik ssh server olan herhangi bir yere bağlantı sağlayabilirsiniz. #!/bin/bash HOST="baglanilacak ip adresi yada dns name yazın" USER="kullanici" PASS="sifre" CMD...

Firewall Anti DDos judynet.ir 24 May 2012 | 04:29 am

#!/bin/bash #### ## Load Madule modprobe ipt_recent ## Rule echo "Block TCP-CONNECT scan attempts (SYN bit packets)" iptables -A INPUT -p tcp --syn -j DROP echo "Block TCP-SYN scan attempts (only SYN...

Recently parsed news:

Recent keywords:

Recent searches: