Wednesday, September 13, 2017
Trump s Russia Denials Are Falling Apart As Steve Bannon Is Removed From The NSC
Trump s Russia Denials Are Falling Apart As Steve Bannon Is Removed From The NSC
Breaking News: Steve Bannon Removed from National Security Council
Trumps Russia denials just fell apart as after months of denying that they knew Mike Flynn had Russia connections, White House officials admitted that they knew Flynn had problems which is why Steve Bannon was on the NSC.
Rosie Gray of The Atlantic tweeted:
sr WH official tells me Bannon was only on NSC to keep an eye on Flynn & "de-operationalize NSC from Rice" & that he never went to a meeting
Rosie Gray (@RosieGray) April 5, 2017
Same official says the president made the decision, this was the deal from the beginning, and "we all knew Flynn had issues"
Rosie Gray (@RosieGray) April 5, 2017
The White House claimed that Flynn was let go because he lied to Vice President Pence, but it turns out that this wasnt true. Bannon was named to the National Security Council on January 29, so the Trump administration knew about Flynn, and they were worried enough to send Steve Bannon in to keep an eye on him.
The Trump administrations Russia denial continue to be contradicted by facts. What is clear is that the White House is going to try to change the subject from their potential collusion with Russia during the presidential campaign to Susan Rice. If the Susan Rice distraction doesnt stick, they are going to throw Mike Flynn under the bus.
Trump hasnt been telling the truth about Russia, and the removal of Steve Bannon is another crack in the administrations wall of denial.
bannon removed from nsc, steve Bannon, Steve Bannon removed from National Security Council, Trump Russia scandal
Source: http://www.politicususa.com/2017/04/05/trumps-russia-denials-falling-steve-bannon-removed-nsc.html
download file now
Wednesday, September 6, 2017
TRIK BUG INTERNET GRATIS 3 XL INDOSAT IM2 TSEL FLASH AS
TRIK BUG INTERNET GRATIS 3 XL INDOSAT IM2 TSEL FLASH AS
TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS | FEB 2012 BUG INTERNET GRATIS | NEW BUG INTERNET GRATIS FEB 2012
NEW BUG INTERNET GRATIS FEB 2012 - TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS | Diposkan Oleh: Admin
[ Baca Selengkapnya ] TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS FEBRUARI 2012
http://blogvrman.blogspot.com/2012/02/new-bug-internet-gratis-work-feb-2012.htmldownload file now
Tuesday, August 22, 2017
Tutorial Setting Blackberry As a Modem in Ubuntu
Tutorial Setting Blackberry As a Modem in Ubuntu
- Install dependencies:
sudo apt-get install python python-wxgtk2.8 libusb-dev ppp python-usb libc6-dev g++ gcc make build-essential
- Download and extract application Berry4all
wget https://bitbucket.org/tcolar/berry4all/downloads/bbtether-0.3q.tgz
tar -zxvf bbtether-0.3q.tgz
- Connect Blackberry to Ubuntu. Check the connection with the following command:
lsusb | grep Motion
If the result is like this:Bus 001 Device 020: ID 0fca:8004 Research In Motion, Ltd.
so, your blackberry device has been connected to your Linux Ubuntu operating system. - As a information from Berry4alls site, many providers in Indonesia still not supported, so it will configure manually. In this case, how to configure using provider AXIS in Blackberry Pearl 8120:
Configuration file located in directory /bbtether/conf/cd bbtether/conf/
Then edit file axis and axis-chat
cp generic axis
cp generic-chat axis-chat
For axis file, find the parameter "user" and "password", then input user and password adjust the default setting related provider. And dont forget to replace connect "/usr/sbin/chat -f conf/generic-chat" to connect "/usr/sbin/chat -f conf/axis-chat". The result of configuration is like this:# Generic conf you can modify for "others" providers
# See http://www.berry4all.com/faqs#there_is_no_config_for_my_provider_yet
# On instructions to setup a new provider.
#
# If you do get a new provider working please send me the 2 config files and the name of the provider so I can add it to the standad distribution
# tcolar AT colar DOT net
#460800
115200
noipdefault
defaultroute
#nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 99
nopcomp
noaccomp
#noauth
nomagic
noccp
crtscts
pap-timeout 20
pap-restart 20
lcp-restart 10
#novj
user "axis"
password "123456"
usepeerdns
#debug debug debug
# does not exist in all pppd versions (osx)
replacedefaultroute
connect "/usr/sbin/chat -f ./conf/axis-chat"
For axis-chat file, edit it like this:# Generic script, you will need to at least replace "wap.voicestream.com" by your provider APN
Note: for CDMA blackberry: OK AT+CGDCONT=1,"IP","APN" replace to OK AT+CRM=1
# here is a good page to find it: http://www.quickim.com/support/gprs-settings.html#USA
TIMEOUT 10
ABORT BUSY
ABORT �NO ANSWER
ABORT ERROR
ABORT "NO DIALTONE"
ABORT VOICE
ABORT RINGING
SAY Starting GPRS connect script
" BBT_OS
OK ATZ
OK AT+CGDCONT=1,"IP","axis"
ABORT NO CARRIER
SAY Dialing�
OK ATD*99#
CONNECT
~p
- Connect:
cd /bbtether
sudo ./berry4all.sh
Choose File > Preferences > Modem, then input providers already didefine previously, for this case is the axis, by pressing Save button.To connect internet, go to the menu Modem > Connect. The picture below is an example of a successful connectionFor to disconnect your internet connection, choose Modem > Disconnect.
download file now
Saturday, August 19, 2017
Ubuntu as Time Machine server
Ubuntu as Time Machine server
This guide will help you to install and configure the netatalk servise on an Ubuntu server so it can function as a Time Machine backup server for your Mac OS machines.
First install the necessary packages:
sudo apt-get install netatalk avahi-daemon libnss-mdnsOpen the netatalk default configuration file:
sudo vi /etc/default/netatalkModify the lines:
ATALKD_RUN=yesEdit the atalkd.conf file:
PAPD_RUN=no
CNID_METAD_RUN=yes
AFPD_RUN=yes
TIMELORD_RUN=no
A2BOOT_RUN=no
sudo vi /etc/netatalk/atalkd.confadd to the bottom
eth0Edit the AppleVolumes.default file:
sudo vi /etc/netatalk/AppleVolumes.defaultadd to the bottom:
/backups/timemachine "Time Machine" allow:@admin cnidscheme:cdb volsizelimit:200000 options:usedots,upriv,tmThe example above also limits the size shown to OS X as 200 GB (the number is given in MiB, so its 200,000 times 1024 in the real world)
Edit the afpd configuration file:
sudo vi /etc/netatalk/afpd.confadd to the bottom:
- -transall -uamlist uams_dhx.so,uams_dhx2.so -nosavepassword -advertise_ssh -mimicmodel TimeCapsule6,106 -setuplog "default log_warn /var/log/afpd.log"
Create a configuration file for the avahi afpd discovery:
sudo vi /etc/avahi/services/afpd.serviceand enter the following into it:
<?xml version="1.0" standalone=no?><!--*-nxml-*-->Restart the services:
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_afpovertcp._tcp</type>
<port>548</port>
</service>
<service>
<type>_device-info._tcp</type>
<port>0</port>
<txt-record>model=MacPro</txt-record>
</service>
</service-group>
sudo service netatalk restart
sudo service avahi-daemon restart
download file now
Thursday, August 17, 2017
Tweaks to make your PC experience better as a Doctor
Tweaks to make your PC experience better as a Doctor
a. Use the Internet: Today almost every PC is bought with the thought of going online. However for those who are hesitant, it is important to remember the usage and experience far outweighs the ghost of virus attacks and vulgar content. From the EMR software point of view, maximum benefit can be derived from our packages by those who have the Internet to send SMSes, Emails or get support directly online.
b. LAN connection in a clinic: For any clinic which is not a single doctor no receptionist, it is ideal to get a LAN connection with another PC to help manage the work. The efficiency of handling patients and workload multiples manifold by the simple move. Creating a LAN is simple enough and your local computer guy will be able to have it running within minutes. Wiring may take some time if it is elaborate or you can go the wireless way. Our EMR solution works best when used with a LAN connection, clearly dividing the workflows for doctors and receptionists/nurses who can handle the non clinical transactions.
c. Syncplicity/Dropbox: These softwares are simply fantastic. Most of us have nightmare about viruses and PCs crashing and losing all our information! Now with auto backup softwares that can never happen. Select which folders, drives and PCs you would like to back-up, it automatically syncs it to a virtual representation of your folders online. These can now be downloaded or accessed with a password by you anytime. The whole solution is secure and does not need a huge bandwidth.
d. Virtual memory: Most computers use not just the RAM but also some part of the hard disk space as memory to run applications. This is called virtual memory as it is an extension of the RAM space into the hard disk. Lot of times your PC may appear slow despite having a decent RAM or gives a pop up saying Virtual Memory Low. For application that use caching, paging and other virtualization techniques they require adequate virtual memory space. Ideally your Virtual Memory should be set to 1.5*RAM.
The following procedure is based on Windows XP Professional.
1. Go to right-click My Computer and choose Properties.
2. In the System Properties dialog box, go to Advanced tab.
3. Click Settings button that is from the Performance frame.
4. Once the Performance Options shows up on the screen, go to Advanced tab.
5. Under the Advanced tab, click the Change button from the Virtual Memory frame to access to the Virtual Memory setting.
Then the Virtual Memory dialog box appears on the screen. In there, you are able to check how much the Virtual Memory you set. If you would like to modify the size of Virtual Memory, follow the procedure that is shown below.
1. In there, select the drive letter that is used to install the Operating System.
2. Choose the option that says, "Custom Size:"
Once you choose that option, the setting for Initial Size and Maximum Size become available for you to set. Initial Size (MB) means the actual size of Virtual Memory, and Maximum Size (MB) means the maximum size of Virtual Memory that is allowed to use.
e. Clean Up the Temp Folder: A large section of your hard disk gets blocked over time by the Temp Folder where, partially downloaded files, applications in progress, copy pasted data is stored in parallel.
C:Documents and Settings{NAME OF USER ACCOUNT}Local SettingsTemp, clear this Folder out from time to time. A similar exercise can be carried out with the Temporary Internet Files located in the Windows Folder.
f. System Restore � Another handy little service that can get your computer back up and running sometimes, but again takes up a lot of extra space that is not needed is System Restore. But System Restore only recovers Windows files, not any of your data. So having System Restore enabled on any other drive other than your C drive (where Windows is installed) is completely useless. Hence keep it turned off.
To fix this one, right click on My Computer and choose Properties. Click on the System Restore tab, you will see all the drives on the computer, if you have a C and a D drive, turn it off for D drive. For system restore, a value between 2% to 4% will be fine in terms of space. The default 12% wastes loads and loads of space!
g. Use a Local Mail Option: Use a local mail option like Outlook, Outlook Express, Thunderbird, Eudora to sync your mails offline from multiple sources so you access them at any time. Even Google Mail provides this option now. Just go to the Offline Tab in your settings and read up about it.
h. Clean with CCleaner: CCleaner is a tool used to clean your PC. IT description on its site is given below � �CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that its fast (normally taking less than a second to run) and contains NO Spyware or Adware!� So download it today and get your PC cleaned for free.
i. Out with the toolbars: Usually most people end up having numerous toolbars on their application windows. This is most common in browsers, but also tends to happen in Office applications where all the various tools are now on an ever descending bar. The user experience is diminished if half your seeable and workable space is cluttered with objects which take up your attention and are not even used. So my suggestion, for browsers uncheck all the external toolbars from Yahoo, Google and what not, these not only take space but also cause pop-ups and headaches. In case of MS Word or MS Excel, stick to the basic tools on the window, remove the unnecessary, they can be accessed any time anyway. These extra toolbars also cause delays in loading the software or browser.
j. A Free Desktop: Keep a neat clean desktop. It slows down start up and makes you and your PC sluggish to have uncountable number of items on your desktop. My suggestion is create a folder called Desktop items in your documents and create a shortcut on the desktop and dump everything in that. This is if the habit it too hard to shake off. I find it much easier and quicker to work if the Desktop is clean or at least cleaned once in a week to make it fast and simple.
k. Use Bookmarks: Use bookmarks, stars, favorites and other such little programs to make your life on the net simpler. Why run around to search for the pages already found or remember the long URL which you never will. Just a single click to bookmark them and they are stored forever.
download file now
Sunday, August 13, 2017
Ubuntu 14 04 Allow Login As www data User
Ubuntu 14 04 Allow Login As www data User
Logging in as the apache user (www-data) is useful when trying to figure out permission denied errors. I always first check that I can access the files when I am logged in as that user. Unfortunately, with ubuntu 14.04, unlike 12.04, the www-data user is set to not allow login, so you need to run the command(s) below.
sudo sed -i s;www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin;www-data:x:33:33:www-data:/var/www:/bin/bash; /etc/passwd
sudo su
su www-data
download file now
Saturday, August 12, 2017
Ubuntu MATE 15 04 Released First Version As An Official Ubuntu Flavor
Ubuntu MATE 15 04 Released First Version As An Official Ubuntu Flavor

Changes in Ubuntu MATE 15.04 (Vivid Vervet)








Other changes in Ubuntu MATE 15.04 (Vivid Vervet):
- enabled restating X via Ctrl+Alt+Backspace;
- enabled screen reader activation via LightDM indicators and LightDM key bindings;
- enabled touch to click by default for touchpads;
- added menu categories to System > Preferences;
- thanks to a GTK2 bugfix, MATE should have better multi-monitor support;
- merged MATE Compatibility integration into upstream Compiz;
- Ubuntu 15.04 has adopted multilib GObject introspection runtime (gir) which means Caja plugins now work "out of the box";
- more.
Default applications / packages
- MATE Tweak (a MintDesktop fork) - lets you configure which icons to show on the desktop, enable/disable compositing, change the window buttons layout, show/hide icons in menus and buttons and more;
- MATE Menu (a MintMenu fork) - a searchable menu for the MATE panel. This is not the default menu, but you can add it to the panel by right clicking the panel, selecting Add to Panel and then adding "MATE Menu";
- Totem has been replaced by VLC;
- Plank, the elementary OS dock, is now installed by default in Ubuntu MATE (but its not used by default);
- Tilda, a Quake-like drop-down terminal;
- Folder Color, a Caja (it also supports Nemo and Nautilus) extension which allows changing individual folder colors (useful for organizing your folders, make some important folder stand out, etc.), as well as change all the the folder colors or add emblems;
- guvcview, an app that uses your webcam to take photos and videos;
- LightDM GTK+ Greeter Settings, a tool which allows modifying various login screen settings such as the theme, font, background and much more.
Here are screenshots with some of these new default apps:




Download Ubuntu MATE 15.04
download file now
Sunday, August 6, 2017
Ubuntu makes Draw Tablet installation easy as could be
Ubuntu makes Draw Tablet installation easy as could be
So I own a Wacom Cintiq 12WX draw tablet. Yes, it is a very expensive toy and I use it in Linux.
Prior to switching to Ubuntu 9.04 Jaunty, the process involved with getting my tablet to work was somewhat involved.
- Plug in the device
- Throw some generic config lines into /etc/X11/xorg.conf to enable the input devices
- Compile the latest Linux Wacom Project drivers myself and load them into my kernel
- Change my nvidia settings to accommodate my new display
- Restart KDE
- Enable the input device in The Gimp
Oh yeah: I also needed to make sure I had the darn thing plugged (usb and vga/dvi) in properly. (I have missed it a few times among all my other cables).
Not a lot of work and the compilation is pretty simple.
But now with Ubuntu 9.04 Jaunty, my job is much simpler:
- Plug in the device
- Change my nvidia settings to accommodate my new display
- Restart KDE
- Enable the input device in The Gimp
I am having a minor configuration issue with simultaneously using my tablet input and my mouse to work on the same drawing area. It seems that somewhere along the way, the tablet input takes precedence and disables using the mouse to affect the Gimp Drawing area. Im looking for a solution and I will post it when I know it.
download file now
Friday, August 4, 2017
TRIK NEW INTERNET GRATIS 3 XL INDOSAT IM2 TSEL FLASH AS
TRIK NEW INTERNET GRATIS 3 XL INDOSAT IM2 TSEL FLASH AS
TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS | FEB 2012 BUG INTERNET GRATIS | NEW BUG INTERNET GRATIS FEB 2012
NEW BUG INTERNET GRATIS FEB 2012 - TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS | Diposkan Oleh: Admin
[ Baca Selengkapnya ] TRIK BUG INTERNET GRATIS 3/XL/INDOSAT/IM2/TSEL FLASH/AS FEBRUARI 2012
http://blogvrman.blogspot.com/2012/02/new-bug-internet-gratis-work-feb-2012.htmldownload file now
Thursday, August 3, 2017
Ubuntu Setting Deluge as the default bittorrent client
Ubuntu Setting Deluge as the default bittorrent client
I got a tip that Deluge will work way more reliably than the default client of Ubuntu, Transmission. Installing is easy enough, just type:
sudo apt-get install deluge
In the settings I also set it to handle magnet files, but it didnt work out-of-the-box. I had to issue the following command too, to make it work as intended:
gvfs-mime --set x-scheme-handler/magnet deluge.desktop
download file now