Linux C++ / Some basics
Create directory #include <sys/types.h>#include <sys/stat.h>int status = mkdir(“dir_path”, S_IRWXU); No related posts.
Knowledge is Power
Create directory #include <sys/types.h>#include <sys/stat.h>int status = mkdir(“dir_path”, S_IRWXU); No related posts.
sudo apt clean Cleans up data in directory /var/cache/apt/archives Related posts: Tips and Tricks for Linux Mint after Installation [Mint 13 Maya – Cinnamon Edition] Change Linux Login screen – GNOME Hosting multiple websites on Apache2
Digital Output (SPDIF) not working with HDA Intel ALC269VB Got it working! Open a terminal Code: sudo gedit /etc/modprobe.d/alsa-base.conf Add this to the bottom of the file Code: options snd-hda-intel model=auto REBOOT Under Sound Preferences > Hardware > Profile will...
Steps Download nice looking GDM themes (GDM = GNOME Display Manager) Open Login manager (# sudo mdmsetup or System > Administration > Login Window) Login manager -> Local -> add -> select the downloaded theme files Resources I found my set...
lsof Samples # lsof -i -n -P netstat Samples # netstat -tulpn# netstat -a | egrep ‘Proto|LISTEN’# netstat -ao Important netstat arguments -n, –numeric don’t resolve names – this one really saves time ;)-e, –extend display other/more information-p, –programs display...
ZooKeeper Overview ZooKeeper allows distributed processes to coordinate with each other through a shared hierarchical name space of data registers (we call these registers znodes), much like a file system. Unlike normal file systems ZooKeeper provides its clients with high...
Source: http://www.ndtv.com/video/player/hum-log/video-story/249766?vod-mostpopular हम लोग : केजरीवाल बनाम लोग इस बार के हम लोग में केजरीवाल बनाम लोग… आम जनता के सवालों का सीधा जवाब दे रहे हैं अरविंद केजरीवाल। No related posts.
Setting up a Device for Development With an Android-powered device, you can develop and debug your Android applications just as you would on the emulator. Before you can start, there are just a few things to do: Declare your application...
This is why I love Linux. If you don’t like one application, choose from the alternatives, simple as that. GNOME Do is an incredible launcher application for Ubuntu. But since GNOME Do is basically a Mono application, many might refrain...
Update, New guide for Thunderbird 17 is here: http://adhocshare.blogspot.in/2012/10/setting-up-thunderbird-17-on-linux-with.html Now you could setup Thunderbird 16 with emails, contacts and calendar. Yey! Lets see what we need and from where to get them Thunderbird 16 Lightning Version 1.8b1 from https://addons.mozilla.org/en-US/thunderbird/addon/lightning/versions/ Exchange 2007/2010 Calendar and...
More