Posts
Installing Django on Dreamhost
… xzvf Django-1.3.tar.gz cd Django-1.3 sudo python setup.py install [/bash] Create a folder django and move …
How to Save file in vi not opened with sudo
… dont have permission for it. If only I had opened it with sudo. I found a solution for this issue. It was actually a simple command and here it is [shell] :w !sudo tee % [/shell] Just use the above command in command mode in vi and …
BSNL Dataone Auto Downloader
… ‘+%s’ -d”{}” > /sys/class/rtc/rtc0/wakealarm sudo killall deluge sleep 5; (echo "admin"; sleep 1; echo … 1; echo "1"; sleep 40; )|telnet 192.168.1.1 sudo shutdown -h now [/shell] We use the crontab to schedule and run it at 7 …
Display Reminders In Gnome Panel
… install this using sudo perl -MCPAN -e ‘install ‘ Linux Package: … install this using sudo apt-get install Thus the perl file content is …
Microsoft Servers in Linux
… of yours called Windows Server edition? [shell] $sudo nmap -O download.microsoft.com Starting Nmap 4.11 ( …
Automatic Desktop Wallpaper Changer for Linux
… /var/lib/dbus/machine-id`-0) sudo -u $ON_USER $DBUS_SESSION /usr/bin/gconftool-2 -t string -s … the command below to enter the crontab [bash]sudo crontab -e[/bash] Enter the crontab entry as [bash]*/15 * * * * … the entry using [bash]sudo crontab -l[/bash] That’s all!!! Anyone tried? Worked? Comment me …
Find Invisible Users In Gmail
… packages open the CPAN shell using the command [bash]sudo perl -MCPAN -e ‘shell’[/bash] Followed by [bash]install <module … the package send-xmpp and it’s dependecies [bash]sudo apt-get install send-xmpp[/bash] Run the program by running it …
Restoring the Grub after reinstalling Windows
… go into the grub mode interface using the command sudo grub This will get you a “grub>” prompt (i.e. the grub shell). At … stage1 file or even recognize the drive. Use this method. sudo mkdir /mnt/root sudo mount -t ext3 /dev/sda6 /mnt/root Then …
Recent Comments