Skip to content

Making Life Simple

Tech Tips and Tricks

Menu

Primary menu

  • Home

Category Archives: linux

Enable Mate desktop with vnc

Posted on January 27, 2020 by lalit — No Comments ↓

Once you install vnc4server on Linux, you need to tweak $HOME/.vnc/xstartup file to enable complete desktop (in my case Mate) through VNC. Following is the file which worked for me: !/bin/sh unset DBUS_SESSION_BUS_ADDRESS [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup Continue reading Enable Mate desktop with vnc→

Posted in linux | Tagged linux, vnc | Leave a reply

Share Linux home directory using samba

Posted on November 7, 2013 by lalit — No Comments ↓

Let’s say you are logged in on your linux environment as “lalit” Edit /etc/samba/smb.conf and add the following at the end of the file [MyHomes] comment = Lalit’s Linux Box path = /home/lalit browseable = yes guest ok = no Continue reading Share Linux home directory using samba→

Posted in linux | Leave a reply

CentOS on VirtualBox does not show eth0

Posted on November 1, 2013 by lalit — No Comments ↓

For some reason when I started my CentOS VirtualBox, I was unable to connect to eth0. When I tried ifup eth0 I get “Device eth0 does not seem to be present, delaying initialization” The fix for this issue is to Continue reading CentOS on VirtualBox does not show eth0→

Posted in linux | Leave a reply

Boot back to Windows from grub-rescue prompt

Posted on August 12, 2013 by lalit — No Comments ↓

I had Windows 8 and wanted to try Ubuntu Linux. I installed Ubuntu and enabled it through dual boot. For some reason after couple of days I decided to remove Ubuntu Linux. To retrieve the space back, I booted to Continue reading Boot back to Windows from grub-rescue prompt→

Posted in linux, Windoze | Leave a reply

Steps to speed up Eclipse

Posted on November 8, 2011 by lalit — No Comments ↓

I found an interesting link which helped me to speed up the eclipse loading time. Let me know if that helped you.

Posted in java, linux | Tagged eclipse, java, linux | Leave a reply

Access AWS with Putty

Posted on July 22, 2011 by lalit — No Comments ↓

When accessing EC2 amazon cloud, you would receive a .pem file to login to the shell. Putty does not use .pem file and you would need to convert that file to .ppk file which putty uses. In order to convert Continue reading Access AWS with Putty→

Posted in linux | Tagged aws, linux | Leave a reply

Integrate Apache 2 with Tomcat 6

Posted on January 18, 2010 by lalit — No Comments ↓

I have been trying to configure apache/tomcat is such a way that apache comes on the front-end so that I can have all the features of apache like URL rewriting, virtual hosts, PHP etc. and forward only certain requests to Continue reading Integrate Apache 2 with Tomcat 6→

Posted in apache, general web, java, linux | Leave a reply

Increase maximum limit of open files per user

Posted on January 15, 2010 by lalit — No Comments ↓

If you want to increase the limit of open files for the current session, simply run ulimit -n 2048 If you want to increase it by default, edit /etc/security/limits.conf and add *    hard     nofile     2048 *    soft     nofile     2048 Continue reading Increase maximum limit of open files per user→

Posted in linux | Leave a reply

Force SSL on apache

Posted on July 10, 2009 by lalit — No Comments ↓

mod rewrite should be enabled on apache. Add the following to your apache config file. ######################################### #### XXX: BEGIN EDIT FOR MOD_REWRITE #### #### This is intended to force HTTPS #### #### for all inbound HTTP requests #### #### # Continue reading Force SSL on apache→

Posted in apache, linux | Tagged apache, linux | Leave a reply

Linux Disable Hardware Beep Sound For Terminal

Posted on July 8, 2009 by lalit — No Comments ↓

If you are using xterm, open ~/.xsession file $ cd $ vi .xession Append the following line: xset b off Save and close the file. If you are using bash shell, open ~/.inputrc file $ cd $ vi .inputrc Append Continue reading Linux Disable Hardware Beep Sound For Terminal→

Posted in linux | Tagged linux | Leave a reply

Post navigation

← Older posts

Primary Sidebar Widget Area

Recent Posts

  • Unable to run metrics-server in K8 cluster
  • Switched to Ubuntu from Windows
  • Enable minimize on click
  • Enable Mate desktop with vnc
  • SHA Collision

Recent Comments

  • kinogo on How to check GMail RSS/Atom feed
  • http://activeedgenutrition.com on How to check GMail RSS/Atom feed
  • tester on How to check GMail RSS/Atom feed
  • Sweety Mehta on How to create RoR app with PostgreSQL support
  • lalit on Oracle XE Tuning

Archives

  • April 2021
  • August 2020
  • January 2020
  • December 2019
  • July 2019
  • July 2018
  • March 2016
  • May 2015
  • March 2015
  • September 2014
  • July 2014
  • April 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • March 2013
  • October 2012
  • August 2012
  • May 2012
  • January 2012
  • November 2011
  • August 2011
  • July 2011
  • June 2011
  • March 2011
  • February 2010
  • January 2010
  • September 2009
  • July 2009
  • January 2009
  • December 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • June 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006

Categories

  • apache
  • css
  • general web
  • git
  • hibernate
  • java
  • javascript
  • kubernetes
  • linux
  • mysql
  • news
  • oracle
  • php
  • python
  • RoR
  • struts
  • Uncategorized
  • Windoze

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Making Life Simple. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up