} // Uncomment viewDidLoad and make it look like the following - (void)viewDidLoad { [super viewDidLoad]; self.title = @"Feeds"; self.allEntries = [NSMutableArray array]; [self addRows]; } // Replace return 0 in tableView:numberOfRowsInSection with this return [_allEntries count];...
Root login is disabled, if the PermitRootLogin directive is commented out (# in front) or its value is not set to yes. If you want to enable ssh root login, do the following steps with root privileges: Open the/etc/ssh/sshd_config: vim /etc/ssh/sshd_config Uncomment the linePermitRootL...
You just need to add two methods. The first new method simply indicates which cells in the table are editable. You can either add the following code below tableView:cellForRowAtIndexPath:, or you can uncomment the pre-existing commented-out block of code for the method: -(BOOL)t...
Skype is a simple software which enable you to make free calls(Audio,video and conference ) over the Internet by usingVoIPprotocol.It is available for all platform i.e you can use it from Ubuntu,windows or MacOS.It is very simple to use and graphical interface is also very user friendly ...
clang: error: linker command failed with exit code 1 (use -v to see invocation) Here is my Podfile: # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'ToDoTogether' do # Comment the next line if you're not using Swift and don't...
Call enableRetinaDisplay on CCDirector to enable retina display support when your app starts up. If you’re using the Cocos2D project templates, you can just uncomment the lines that do this in your app delegate. Add double-sized sprites to your app, but instead of using the “@2x” exten...
not going to the system log file. Uncomment the line and restart init with "kill -SIGHUP 1" or "telinit q" to cause init to reinitialize and reread the /etc/inittab file. Some systems, however, rewrite /etc/inittab when booting. In that ...
Uncomment line in zabbix.conf that starts with “; php_value date.timezone Europe/Riga” by removing symbol “;” and set the right timezone for your country, for example: php_value date.timezone Europe/Amsterdam Save and exit file (ctrl+x, followed by y and enter) ...
5. Edit the/etc/vpp/startup.confstart file to include the following: Important:Uncomment no-mulit-seg parameter. It disables jumbo packets handling and improves performances significantly. File unix{ nodaemon log /tmp/vpp.log full-coredump ...
("ASYNC"); // UNCOMMENT TO TWEAK OPTIONAL SETTINGS // // excluding caller data (used for stack traces) improves appender's performance // asyncAppender.setIncludeCallerData(false); // // set threshold to 0 to disable discarding and keep all events // asyncAppender.setDiscardingThreshold(0);...