Wmctrl Recap – Placing Windows Automatically on Boot – Compiz Viewports
Wmctrl allows you to move windows around the screen, resize windows and other options. For a full list of options use: wmctrl --help For compiz, the desktop is extended in either/and the x y directions. For example if you have 4 sides to the cube your x direction is extended 4 times. If you desktop is 1920 wide, then the second viewport, or the second side of the cube starts at x position 1921. To move a windows to the second cube face you want to relocate it to x position 1921. The -e option of wmctrl does exactly this. Use -r to select the window that you want to automatically relocate. An example of the code to use in a startup script is as follows. This code snippet replaces mythtv to the second face of my desktop cube. wmctrl -r "mythfrontend.real" -e 0,1921,0,1920,1080
No trackbacks yet.
Cable Internet – Isolate the Problem
February 17, 2010 - 9:40 am
Tags: cable, cable company, cable modem, caption, email services, external ip address, house, line, months service, problem, Wikipedia
Posted in Server, Uncategorized, cable, internet, mail, main, website | No comments
After rewiring my entire house the ultimate way to isolate the problem is to put the cable modem directly on the main line. Replace all splitters, and ask the cable company to drop a new main line, and you can feel confident that the problem is no longer in your house. I rewired my entire [...]
Apache2 Server Side Includes
February 16, 2010 - 9:32 am
Tags: benifit, caption, client web, code, directory, directory path, document, gt options, host containers, html, Server, server parameters, shtml, side, sudo, Wikipedia
Posted in Server, apache2, include, side, ssi | No comments
Server side includes allow for external html documents to be injected into a page prior to it rendering on the client web browser. The benifit of this is eliminating the need to repetitiously repeat code over and over again. If you include the same scripts, on each of your website pages, you can create an [...]
Nvidia Driver on Linux – Easy, and Quick
February 7, 2010 - 9:07 am
Tags: desktop, desktop cd, driver, gdm, modules package, nvidia, nvidia driver, open source driver, startup settings, sudo
Posted in driver, gcc, headers, linux, modules, nvidia, xorg | 1 comment
Image via CrunchBase There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. [...]
Linux Anti Virus for Websites
January 30, 2010 - 9:56 am
Tags: caption, ClamAV, command, cron job, cronjob, level directories, linux, linux machine, malware, root crontab
Posted in ClamAV, anti, linux, malware, virus | 3 comments
Just because you run linux does not mean you completely forgo anti virus. Your website can be broadcasting Windows viruses or malware. Clamav, run from the command line, will scan your web directories recursively to identify various concerns. Install Clamav: sudo apt-get install clamav Then you can run Clam manually or you can install a [...]
Reasonable Backup Routines – Service and Desktop Integrity
January 27, 2010 - 1:25 pm
Tags: backup, backup drive, caption, cronjob, desktop machine, directory, hardware failure, media directory, rsync, user
Posted in backup, crontab, network, rsync | No comments
You should have backups of all your files all the time. For a desktop machine always have a backup of your entire /home partition. Use a cronjob and rsync. Mount a usb drive to the /media directory. Use a cronjob as follows: 1 1 0 0 0 rsync -r /home/user /media/backup/user The above rsync will [...]
Your Server – The Boot Process
December 9, 2009 - 9:49 am
Tags: background processes, client, client side applications, desktop, dession, hard drive, host system, mail server, process, Server, server features, session, side, System, Thunderbird
Posted in MythTV, Server, VBoxTool, desktop, gdm | 1 comment
You want to isolate all your server features into background process. You don’t want any server features to be dependent on graphical or client side applications. I previously had my mail server dependent on the client side filtering capabilities of Thunderbird. This was a no no because it required me to maintain a desktop session. [...]
Fsck – Debian – Ubuntu File System Check
December 6, 2009 - 10:06 am
Tags: asus eeepc, block, c option, desktop, drive, fsck, run, sudo, terminal windows, unmount
Posted in block, filesystem, fsck, ssd | No comments
You cannot run fsck from within a desktop session. A desktop session requires run-level 2, and there are way to many applications running to not damage your hard drive irreparably. Therefore open a terminal windows and type: sudo init 1 Then unmount everything: sudo umount -a Then you can run fsck. Run fsck with the [...]
iPhone Error 9 Cannot Restore
December 4, 2009 - 5:20 pm
Tags: cannot, caption, different computer, error, iPhone, mac, phone, sensitive aspect
Posted in 9, broken, error, iPhone, restore | 4 comments
Apparent there is either a sensitive aspect to iPhone software, or an integrated kill mechanism. I have a friends iPhone that simply cannot be restored. There is an error 9 that cannot be avoided. I have placed the phone in DFU mode, which is apparently the ultimate restore mode, from which even the most damaged [...]
Swap Lag – Time to Retreive Data
October 25, 2009 - 3:36 pm
Tags: desktop, desktop interface, gnome desktop, graphical application, nohup command, Server, session, swap, system responsiveness, Thunderbird
Posted in Server, Thunderbird, nice, responsive, sieve, swap | 4 comments
I have a virtual machine, a MythTV server, and an email server running on my computer at home. The compiz desktop environment will lag substantially when I get home from work. I conclude that this is because during the day the desktop interface is not being use therefore it is thrown to the swap. There [...]
Personal Cloud Computing From Your Own Server – EyeOS
October 25, 2009 - 11:20 am
Tags: browser, caption, cloud, desktop, desktop experience, EyeOS, file storage, personal cloud, things in time, web
Posted in EyeOS, Server, cloud, desktop | No comments
EyeOS is a fully functional personal cloud desktop. Install it on your server, with or without mysql database support. The software supports flat file storage, so basically drag and drop the package, set a couple of file and folder permissions, walk through the administrator panel and your good to go with your own personal cloud [...]

November 29, 2009 - 4:50 am
Hi there,
http://www.bgevolution.com – da best. Keep it going!