Pario TechnoBlob
About
Posts
Posts
Howto decompose a SWF Adobe Flash file
This post describes howto decompose a SWF Flash-file using linux and a program named swfextract. The post came to life because I had to do some changes to one of my flash...
HowTo use lftp as a sftp client
lftp is a file transfer program that allows sophisticated ftp, http and other connections to other hosts. If site is specified then lftp will connect to that site otherwise a...
Using DynDNS to access a server with dynamic IP-addresses
This post describes how you can access your server using a host name instead of the dynamic IP addresses (from DHCP) it has assigned at the moment. I’m going to describe how...
Create a empty file using dd
How to create a empty/null file with a specified size # dd if=/dev/zero of=destinationfile.bin bs=1024k count=100 This command creates a 100MB (1024k * 100) sized file.
««
«
1
2
3
…
27
28
29
…
126
»
»»