Spotify is essentially a cloud-based version of iTunes except that it’s a subscription based service and music is DRM protected. Its music library boasts around 15 […]
Tag: Linux
Linus Torvalds wins 2012 Millennium Technology Prize
Congratulations to Linus Torvalds the creator of Linux on winning the 2012 Millennium Technology Prize this award is equivalent to winning a Nobel Prize. The […]
Reset Your Lost Ubuntu Password
From the boot menu or the boot disk select recovery mode, which is usually the second boot option. After you select recovery mode and wait for […]
Apache MySQL PHP PHPAdmin Install
Installing Apache 2 To only install the apache2 webserver, use any method to install apache2 It requires a restart for it to work sudo /etc/init.d/apache2 restart […]
Setup VirtualBox with Fedora 12
To Setup Virtual Box with Fedora 12. This little tweek is needed 1. su to root 2. Then run the following command yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel 3. After […]
Quick Snort Setup on Fedora 12
Quick Snort Setup on Fedora 12 rpm -ivh snort-2.8.0.2-1.RH5.i386.rpm simple snorting snort -v simple logging to a directory snort -l myLogDir/ snort ls myLogDir/
Modify Proc Directory
Here is that command for changing settings in the proc directory. sysctl -w .net.ipv4. = ie sysctl -w .net.ipv4.tcp_keepalive_time=120. This will change the value for […]
Setup Ubuntu VSFTPD Server
First Install VSFTPD Server – sudo apt-get install vsftpd Then Enter VI or Nano to make changes sudo vi /etc/vsftpd.conf or sudo nano /etc/vsftpd.conf Allow local login capability – local_enable=YES […]